Commit Graph

19189 Commits

Author SHA1 Message Date
Jiyoun Park 7d2ced81f6 add evas object display mode hint
this hint can be used when user want to notify
and change object size hint(display mode)
like compress(example, keyboard show and object need to be compressed)
and etc.


SVN revision: 77136
2012-09-27 08:54:54 +00:00
Carsten Haitzler 3593470069 fix nasty bug in efreet where running an update of desktops (or icons)
could be delayed by minutes.



SVN revision: 77133
2012-09-27 08:22:24 +00:00
Carsten Haitzler 0f1366f323 oops use micro not minor
SVN revision: 77131
2012-09-27 07:13:15 +00:00
Carsten Haitzler 234a81b897 actualyl do option this way.
SVN revision: 77130
2012-09-27 07:00:28 +00:00
Carsten Haitzler 4645656f38 support new swap mode field.
SVN revision: 77129
2012-09-27 06:57:16 +00:00
Carsten Haitzler 17cfe59433 add an engine info field (4 bits) for swap mode :)
SVN revision: 77128
2012-09-27 06:56:41 +00:00
Vincent Torri 0951e8a9d1 Eo IS optional. Sorry, i will fight to have ALL libs being optional
SVN revision: 77126
2012-09-27 04:46:30 +00:00
Vincent Torri cfafa2dd72 merge: use autoreconf
raster, please: be constructive: if it does not work for you, what about giving the error ?


SVN revision: 77125
2012-09-27 04:40:36 +00:00
Carsten Haitzler a9230c1de3 make eo not an optional build - this WILL be no-option as we will be
based on it.



SVN revision: 77124
2012-09-27 04:39:28 +00:00
Carsten Haitzler 8eb2fc8c4f and pass distcehck
SVN revision: 77123
2012-09-27 04:16:55 +00:00
Carsten Haitzler 156f4a783f and more include dir fixes.
SVN revision: 77122
2012-09-27 04:14:38 +00:00
Carsten Haitzler 36ef0cdc92 and esnure we have all the right include paths.
SVN revision: 77121
2012-09-27 04:08:48 +00:00
Carsten Haitzler b7a1481744 and remvoe inlcude as subdir
SVN revision: 77120
2012-09-27 04:03:12 +00:00
Carsten Haitzler 0a5ba96837 move eina headers into lib/eina like the rest of efl - at least be
consistent with the majority.



SVN revision: 77119
2012-09-27 04:02:37 +00:00
Carsten Haitzler e0e6fd9201 port null check over to efl tree.
SVN revision: 77118
2012-09-27 03:56:20 +00:00
Carsten Haitzler fbfb3ec61a port mmap safety fix to efl tree.
SVN revision: 77115
2012-09-27 03:46:03 +00:00
Carsten Haitzler 8d28445b80 and changlog now is merged changes since 1.7.0
SVN revision: 77112
2012-09-27 03:37:02 +00:00
Carsten Haitzler b257931a81 make make examples work with dso linking unhappiness.
SVN revision: 77111
2012-09-27 03:22:34 +00:00
Carsten Haitzler f763955119 efl -> pass distcheck.
SVN revision: 77110
2012-09-27 03:17:31 +00:00
Carsten Haitzler acfe6089b8 and efl.spec in configure.ac
SVN revision: 77109
2012-09-27 03:10:06 +00:00
Carsten Haitzler 1049bac905 and make a single efl.spec file.
SVN revision: 77108
2012-09-27 03:09:17 +00:00
Carsten Haitzler 05ddd5fe2d cleaning up the base of efl tree moving files to subdirs
SVN revision: 77106
2012-09-27 03:02:12 +00:00
Carsten Haitzler 296d47a7cb fix chglog date for vtorri :)
SVN revision: 77105
2012-09-27 02:55:18 +00:00
Carsten Haitzler 72b3453db2 autoreconf doesnt work... so lets have autogen.sh eh? :) also - old
habits die hard. :)



SVN revision: 77104
2012-09-27 02:13:31 +00:00
Cedric BAIL f1a25bc101 eio: continue on access right error.
SVN revision: 77103
2012-09-27 00:55:41 +00:00
José Roberto de Souza 53de66ea92 edbus: Fix lib name in edbus2.pc.in
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77102
2012-09-26 20:33:53 +00:00
Christopher Michael 1e3f4b329c Ecore_Evas (wayland): Add missing close.
SVN revision: 77100
2012-09-26 19:26:24 +00:00
Christopher Michael a37ddfb283 Ecore_Evas (wayland): Remove goto. (don't need them, don't want them)
;) Also, remove an extra blank line that got in there.



SVN revision: 77099
2012-09-26 19:01:04 +00:00
José Roberto de Souza 9177bdef75 edbus: Full file path on EXTRA_DIST of doc
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77098
2012-09-26 18:49:16 +00:00
Eduardo Lima (Etrunko) 1750a5a144 Wayland_SHM: Simplify code for buffer creation
Removed unecessary ensure_pool_size function move the checks to _pool_create.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 77097
2012-09-26 18:42:47 +00:00
Eduardo Lima (Etrunko) 617b6f62dc Wayland_SHM: new functions for freeing SHM buffer and
pool

_ecore_evas_wl_buffer_free() and _ecore_evas_wl_shm_pool_free() were added,
avoid repeating the same calls everywhere.

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>



SVN revision: 77096
2012-09-26 18:41:57 +00:00
José Roberto de Souza 06439a3ee8 edbus: Add edbus_signal_handler_match_extra_vset
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77095
2012-09-26 18:16:34 +00:00
José Roberto de Souza 4f1ea191d6 edbus: Fix building doc outside of tree
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77094
2012-09-26 18:16:28 +00:00
Carsten Haitzler dfab86df5e and back to full update - poo.
SVN revision: 77093
2012-09-26 13:23:29 +00:00
Carsten Haitzler 5ed4f6900b fill in some more egl sw engine theory.
SVN revision: 77078
2012-09-26 10:03:49 +00:00
Cedric BAIL 53518723b8 evas: more distcheck fix.
SVN revision: 77075
2012-09-26 07:52:04 +00:00
Vincent Torri 7871e73b56 merge: and disable eo for now, as requested by Tom
SVN revision: 77074
2012-09-26 07:29:34 +00:00
Vincent Torri 3b5a3448b7 merge: add eo
SVN revision: 77072
2012-09-26 06:56:52 +00:00
Cedric BAIL 195d31c73f evas: forgotten include for make dist.
SVN revision: 77071
2012-09-26 06:50:28 +00:00
Vincent Torri 588ef5884e merge: fix paths
SVN revision: 77070
2012-09-26 06:43:58 +00:00
Carsten Haitzler 53f2bc0638 partial swaps++ to evas gl engine.
SVN revision: 77069
2012-09-26 03:49:33 +00:00
Jonas M. Gastal fd794e2a54 edje: Fix doc for edje_object_part_text_user_insert.
SVN revision: 77064
2012-09-25 19:53:21 +00:00
Jonas M. Gastal 2344d772f7 edje: include cache functions in General Group in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77063
2012-09-25 19:52:15 +00:00
Jonas M. Gastal 69d4a6f031 edje: put #define EDJE_EXTERNAL_TYPE_ABI_VERSION outside the struct.
reason: that way it appears in documentation.

Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77062
2012-09-25 19:51:09 +00:00
Jonas M. Gastal 6a6009203e edje: Text Entry Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77061
2012-09-25 19:50:03 +00:00
Jonas M. Gastal 67da2e5199 edje: Text Selection Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77060
2012-09-25 19:48:57 +00:00
Jonas M. Gastal 390b4da629 edje: Text Cursor Group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77059
2012-09-25 19:47:50 +00:00
Jonas M. Gastal bed4fbee01 edje: Part Text top level group created in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77058
2012-09-25 19:46:44 +00:00
Jonas M. Gastal df12bc32b6 edje: fix refs to Edje_Object_Part group in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77057
2012-09-25 19:45:38 +00:00
Jonas M. Gastal 032e16f35a edje: include edje_box_layout_register to Box group in documentation.
Author:    Lucas Joia <lucasjoia@profusion.mobi>

SVN revision: 77056
2012-09-25 19:44:32 +00:00