platform/upstream/efl.git
14 years agofix compilation with vc++
Vincent Torri [Tue, 8 Dec 2009 17:34:57 +0000 (17:34 +0000)]
fix compilation with vc++

SVN revision: 44284

14 years ago * eina: Fix negativ case and handle div with more accuracy.
Cedric BAIL [Tue, 8 Dec 2009 16:02:10 +0000 (16:02 +0000)]
* eina: Fix negativ case and handle div with more accuracy.

SVN revision: 44281

14 years agodon't use UNICODE
Vincent Torri [Tue, 8 Dec 2009 05:55:55 +0000 (05:55 +0000)]
don't use UNICODE

SVN revision: 44275

14 years agoMake clang happy
Sebastian Dransfeld [Mon, 7 Dec 2009 21:08:49 +0000 (21:08 +0000)]
Make clang happy

SVN revision: 44259

14 years agoRemove unused variable
Sebastian Dransfeld [Mon, 7 Dec 2009 21:04:02 +0000 (21:04 +0000)]
Remove unused variable

SVN revision: 44258

14 years agoMake clang happy
Sebastian Dransfeld [Mon, 7 Dec 2009 21:01:26 +0000 (21:01 +0000)]
Make clang happy

SVN revision: 44257

14 years ago * eina: Fix precision of eina_f32p32_div.
Cedric BAIL [Mon, 7 Dec 2009 17:48:40 +0000 (17:48 +0000)]
* eina: Fix precision of eina_f32p32_div.

SVN revision: 44252

14 years ago* src/lib/evil_libgen.c:
Vincent Torri [Mon, 7 Dec 2009 17:23:41 +0000 (17:23 +0000)]
* src/lib/evil_libgen.c:
* src/lib/evil_libgen.h:
* src/lib/Makefile.am:
* win32/vs8/libevil.vcproj:
* win32/vs9/libevil.vcproj:
add basename() function.

* src/lib/Evil.h:
add basename() function and comment useless wrappers (for now).

* src/lib/dlfcn/dlfcn.h:
remove useless include.

* src/lib/evil_util.c:
formatting.

SVN revision: 44251

14 years ago* Fix compilation with vc++
Vincent Torri [Mon, 7 Dec 2009 17:15:28 +0000 (17:15 +0000)]
* Fix compilation with vc++
* Fix Visual Studio project files

SVN revision: 44250

14 years ago* Include winsock2.h in eet_image.c for htonl definition on Windows.
Vincent Torri [Mon, 7 Dec 2009 17:13:37 +0000 (17:13 +0000)]
* Include winsock2.h in eet_image.c for htonl definition on Windows.
* Fix Visual Studio project files

SVN revision: 44249

14 years ago * eina: Fix atofp when exponent is negativ.
Cedric BAIL [Mon, 7 Dec 2009 13:08:16 +0000 (13:08 +0000)]
* eina: Fix atofp when exponent is negativ.

SVN revision: 44244

14 years ago * eet: Reduce convertion to FP, float and double with a little overhead.
Cedric BAIL [Mon, 7 Dec 2009 12:53:29 +0000 (12:53 +0000)]
* eet: Reduce convertion to FP, float and double with a little overhead.

SVN revision: 44243

14 years ago * eet: Fix convertion from any float type to any other float type.
Cedric BAIL [Mon, 7 Dec 2009 09:33:20 +0000 (09:33 +0000)]
* eet: Fix convertion from any float type to any other float type.

SVN revision: 44239

14 years ago * eina_fp: Fix rounding with Eina_F32p32 multiplaction, add
Cedric BAIL [Mon, 7 Dec 2009 09:27:53 +0000 (09:27 +0000)]
* eina_fp: Fix rounding with Eina_F32p32 multiplaction, add
operation to multiply a FP with an int.

SVN revision: 44238

14 years agoRemove a bunch of wasted white space.
Christopher Michael [Mon, 7 Dec 2009 03:06:50 +0000 (03:06 +0000)]
Remove a bunch of wasted white space.

SVN revision: 44235

14 years agoFix illume_conformant to return 0 if the atom is not setup on the xwin.
Christopher Michael [Mon, 7 Dec 2009 02:04:23 +0000 (02:04 +0000)]
Fix illume_conformant to return 0 if the atom is not setup on the xwin.

SVN revision: 44234

14 years agoAdd data and error events in ecore_exe_win32.c.
Vincent Torri [Sun, 6 Dec 2009 19:25:48 +0000 (19:25 +0000)]
Add data and error events in ecore_exe_win32.c.
There are still some problems with the win32 select loop, though

SVN revision: 44229

14 years ago * evil_string.c : add strrstr() win32 port
Vincent Torri [Sun, 6 Dec 2009 19:22:20 +0000 (19:22 +0000)]
 * evil_string.c : add strrstr() win32 port
 * include config.h where it is not included
 * various minor formatting

SVN revision: 44228

14 years agoAdd functions to make it easy to set an illume conformant window.
Christopher Michael [Sun, 6 Dec 2009 17:31:04 +0000 (17:31 +0000)]
Add functions to make it easy to set an illume conformant window.

SVN revision: 44220

14 years ago * edje-edit: Don't forget to initialize list to NULL.
Cedric BAIL [Fri, 4 Dec 2009 16:34:35 +0000 (16:34 +0000)]
* edje-edit: Don't forget to initialize list to NULL.

SVN revision: 44188

14 years ago * edje: Add edje_object_preload, it will force the preload of all
Cedric BAIL [Fri, 4 Dec 2009 16:20:40 +0000 (16:20 +0000)]
* edje: Add edje_object_preload, it will force the preload of all
image embeded inside an edje and send a signal ("preload,done", "")
at the end.

SVN revision: 44186

14 years agofix ticket #466
Vincent Torri [Fri, 4 Dec 2009 11:37:42 +0000 (11:37 +0000)]
fix ticket #466

SVN revision: 44185

14 years ago * eina: Add more test.
Cedric BAIL [Fri, 4 Dec 2009 10:09:08 +0000 (10:09 +0000)]
* eina: Add more test.

Code covered by all tests :
           Found   Hit  Coverage
Lines:      4503    3671 81.5 %
Functions:   392     347  88.5 %

SVN revision: 44183

14 years ago * eina: Add more tests specific to rectangle.
Cedric BAIL [Fri, 4 Dec 2009 09:39:23 +0000 (09:39 +0000)]
* eina: Add more tests specific to rectangle.

SVN revision: 44182

14 years agodeclare alloca
Vincent Torri [Fri, 4 Dec 2009 08:55:46 +0000 (08:55 +0000)]
declare alloca

SVN revision: 44181

14 years agofix order
Vincent Torri [Fri, 4 Dec 2009 06:44:40 +0000 (06:44 +0000)]
fix order

SVN revision: 44180

14 years agodeadlock fuckers! fix! :)
Carsten Haitzler [Fri, 4 Dec 2009 01:15:19 +0000 (01:15 +0000)]
deadlock fuckers! fix! :)

SVN revision: 44179

14 years ago * eina: Add more test. eina_tiler and eina_rectangle need some more.
Cedric BAIL [Thu, 3 Dec 2009 18:17:37 +0000 (18:17 +0000)]
* eina: Add more test. eina_tiler and eina_rectangle need some more.

SVN revision: 44176

14 years ago * eet: All this header are not needed in this case.
Cedric BAIL [Thu, 3 Dec 2009 15:47:15 +0000 (15:47 +0000)]
* eet: All this header are not needed in this case.

SVN revision: 44175

14 years ago * eet: Fix order.
Cedric BAIL [Thu, 3 Dec 2009 15:41:56 +0000 (15:41 +0000)]
* eet: Fix order.

SVN revision: 44174

14 years ago * eet: Update ChangeLog.
Cedric BAIL [Thu, 3 Dec 2009 15:38:26 +0000 (15:38 +0000)]
* eet: Update ChangeLog.

SVN revision: 44173

14 years ago * eet: All operation on Eet_File should be thread safe. This should
Cedric BAIL [Thu, 3 Dec 2009 15:35:04 +0000 (15:35 +0000)]
* eet: All operation on Eet_File should be thread safe. This should
make use of all eet primitive thread safe now.

Please any bug or lock that you find.

SVN revision: 44172

14 years ago * ecore_con: Add an alternative to getaddrinfo/fork by using c-ares.
Cedric BAIL [Thu, 3 Dec 2009 10:26:40 +0000 (10:26 +0000)]
* ecore_con: Add an alternative to getaddrinfo/fork by using c-ares.

For more information http://c-ares.haxx.se/

SVN revision: 44170

14 years agoremove code that forceds fb 0 . let disp name do it
Carsten Haitzler [Thu, 3 Dec 2009 02:23:25 +0000 (02:23 +0000)]
remove code that forceds fb 0 . let disp name do it

SVN revision: 44149

14 years agoFix m4 quoting due to quoting change rules in autoconf 2.65.
Vincent Torri [Thu, 3 Dec 2009 00:24:01 +0000 (00:24 +0000)]
Fix m4 quoting due to quoting change rules in autoconf 2.65.
Works with autoconf 2.63, 2.64 and 2.65

If there are problems with early versions, please answer in this thread

SVN revision: 44148

14 years agoFix m4 quoting due to quoting change rules in autoconf 2.65.
Vincent Torri [Thu, 3 Dec 2009 00:22:33 +0000 (00:22 +0000)]
Fix m4 quoting due to quoting change rules in autoconf 2.65.
Works with autoconf 2.63, 2.64 and 2.65

If there are problems with early versions, please answer in this thread

SVN revision: 44147

14 years agobaack to normal pre- release name now
Carsten Haitzler [Wed, 2 Dec 2009 22:50:36 +0000 (22:50 +0000)]
baack to normal pre- release name now

SVN revision: 44146

14 years agoquick make svnrev that has right release names
Carsten Haitzler [Wed, 2 Dec 2009 22:19:53 +0000 (22:19 +0000)]
quick make svnrev that has right release names

SVN revision: 44140

14 years agoEdje_External_Type: rename functions that add new objects.
Gustavo Sverzut Barbieri [Wed, 2 Dec 2009 21:54:28 +0000 (21:54 +0000)]
Edje_External_Type: rename functions that add new objects.

SVN revision: 44137

14 years agoEdje_External_Type: break abi, add abi checker.
Gustavo Sverzut Barbieri [Wed, 2 Dec 2009 21:41:28 +0000 (21:41 +0000)]
Edje_External_Type: break abi, add abi checker.

 - add preview_get() and description_get(), breaking ABI badly.
 - add abi_version field to be fileld with EDJE_EXTERNAL_TYPE_ABI_VERSION
   and checked with edje_external_type_abi_version_get()

SVN revision: 44135

14 years agowarn usage of part swallow without swallow
Gustavo Sverzut Barbieri [Wed, 2 Dec 2009 21:16:42 +0000 (21:16 +0000)]
warn usage of part swallow without swallow

SVN revision: 44134

14 years agoedje_decc: option to output to current directory.
Gustavo Sverzut Barbieri [Wed, 2 Dec 2009 21:06:11 +0000 (21:06 +0000)]
edje_decc: option to output to current directory.

SVN revision: 44133

14 years agoedje_decc: -no-build-sh
Gustavo Sverzut Barbieri [Wed, 2 Dec 2009 21:00:57 +0000 (21:00 +0000)]
edje_decc: -no-build-sh

Don't output build.sh

SVN revision: 44132

14 years agofix copy/paste error
Vincent Torri [Wed, 2 Dec 2009 18:47:34 +0000 (18:47 +0000)]
fix copy/paste error

SVN revision: 44123

14 years agofix compilation from scratch
Vincent Torri [Wed, 2 Dec 2009 18:46:01 +0000 (18:46 +0000)]
fix compilation from scratch

Don't put anything before AC_INIT (except AC_PREREQ) if used in configure.ac

SVN revision: 44122

14 years agoand back to a pre-svn sonme after snap
Carsten Haitzler [Wed, 2 Dec 2009 08:07:38 +0000 (08:07 +0000)]
and back to a pre-svn sonme after snap

SVN revision: 44118

14 years agoaaah bah - move to 05 not 04
Carsten Haitzler [Wed, 2 Dec 2009 07:40:59 +0000 (07:40 +0000)]
aaah bah - move to 05 not 04

SVN revision: 44116

14 years agoasparagus - finally
Carsten Haitzler [Wed, 2 Dec 2009 07:22:35 +0000 (07:22 +0000)]
asparagus - finally

SVN revision: 44113

14 years agoAdd Atom for Illume Compliance.
Christopher Michael [Tue, 1 Dec 2009 21:31:44 +0000 (21:31 +0000)]
Add Atom for Illume Compliance.

SVN revision: 44110

14 years agobatch register/unregister of external types, faster and lighter on memory.
Gustavo Sverzut Barbieri [Tue, 1 Dec 2009 17:58:17 +0000 (17:58 +0000)]
batch register/unregister of external types, faster and lighter on memory.

This is the recommended way to register a batch of types, it will not
do check (hash lookup) before adding and keys are added as "direct"
(not copied), thus lighter on memory.

SVN revision: 44102

14 years ago * ecore_con_dns: Mark it deprecated as it should be gone since months now.
Cedric BAIL [Tue, 1 Dec 2009 14:31:16 +0000 (14:31 +0000)]
* ecore_con_dns: Mark it deprecated as it should be gone since months now.

SVN revision: 44096

14 years agoethumb: now using ecore_exe to start the slave.
Rafael Antognolli [Tue, 1 Dec 2009 13:34:09 +0000 (13:34 +0000)]
ethumb: now using ecore_exe to start the slave.

SVN revision: 44092

14 years agoecore_exe_send: Someone probably missed the const.
Rafael Antognolli [Tue, 1 Dec 2009 13:33:05 +0000 (13:33 +0000)]
ecore_exe_send: Someone probably missed the const.

SVN revision: 44091

14 years agoadd lots of cursor con trol api's
Carsten Haitzler [Tue, 1 Dec 2009 11:02:46 +0000 (11:02 +0000)]
add lots of cursor con trol api's

SVN revision: 44087

14 years agoactually add stuff to the list
Iván Briano [Mon, 30 Nov 2009 20:06:26 +0000 (20:06 +0000)]
actually add stuff to the list

SVN revision: 44067

14 years agofix opensolaris compilation
Vincent Torri [Mon, 30 Nov 2009 18:08:33 +0000 (18:08 +0000)]
fix opensolaris compilation

SVN revision: 44057

14 years ago * evas_cache_image: At this point link to the cache is destroyed.
Cedric BAIL [Mon, 30 Nov 2009 13:26:46 +0000 (13:26 +0000)]
* evas_cache_image: At this point link to the cache is destroyed.

SVN revision: 44051

14 years ago * ecore_con_info: Reduce malloc and memset.
Cedric BAIL [Mon, 30 Nov 2009 12:25:02 +0000 (12:25 +0000)]
* ecore_con_info: Reduce malloc and memset.

SVN revision: 44050

14 years agoremove useless return
Vincent Torri [Sun, 29 Nov 2009 11:14:28 +0000 (11:14 +0000)]
remove useless return

SVN revision: 44041

14 years agoadd the ecore_exe ADD and DEL events in the main loop
Vincent Torri [Sat, 28 Nov 2009 08:52:42 +0000 (08:52 +0000)]
add the ecore_exe ADD and DEL events in the main loop

SVN revision: 44034

14 years agorestack swallowed objects too
Iván Briano [Fri, 27 Nov 2009 20:34:43 +0000 (20:34 +0000)]
restack swallowed objects too

SVN revision: 44030

14 years agoUpdate object when external parameters are set
Iván Briano [Fri, 27 Nov 2009 17:57:35 +0000 (17:57 +0000)]
Update object when external parameters are set

SVN revision: 44021

14 years ago * ecore_con: Fix use of ecore_con_client_data_{get/set} with UDP and
Cedric BAIL [Fri, 27 Nov 2009 14:36:43 +0000 (14:36 +0000)]
* ecore_con: Fix use of ecore_con_client_data_{get/set} with UDP and
MCAST connexion.

Note: Please report any problem with Ecore_Con regarding UDP and
MCAST after this patch.

SVN revision: 44014

14 years ago * evas: Do a proper fix for all rectangle match.
Cedric BAIL [Fri, 27 Nov 2009 09:51:08 +0000 (09:51 +0000)]
* evas: Do a proper fix for all rectangle match.

SVN revision: 44010

14 years agoDelete internal object when external part is removed
Iván Briano [Thu, 26 Nov 2009 18:03:40 +0000 (18:03 +0000)]
Delete internal object when external part is removed

SVN revision: 44007

14 years agocreate external in the right place
Iván Briano [Thu, 26 Nov 2009 17:38:43 +0000 (17:38 +0000)]
create external in the right place

SVN revision: 44006

14 years agoexternals {} in edje_edit, source generation and add module to the external_Type...
Iván Briano [Thu, 26 Nov 2009 17:01:31 +0000 (17:01 +0000)]
externals {} in edje_edit, source generation and add module to the external_Type api to keep track of who registers what

SVN revision: 44003

14 years ago * evas: Fix bug in evas_objects_in_rectangle_get.
Cedric BAIL [Thu, 26 Nov 2009 14:56:46 +0000 (14:56 +0000)]
* evas: Fix bug in evas_objects_in_rectangle_get.

SVN revision: 43999

14 years agoMore macros and default values por external parameters.
Iván Briano [Wed, 25 Nov 2009 17:00:53 +0000 (17:00 +0000)]
More macros and default values por external parameters.
Add external parts in edje_edit

SVN revision: 43977

14 years agoEthumb: test if unique_name is not null, If I kill the daemon right after it is start...
Jonathan Atton [Wed, 25 Nov 2009 12:43:27 +0000 (12:43 +0000)]
Ethumb: test if unique_name is not null, If I kill the daemon right after it is started, I have a segv. This patch fix it.

SVN revision: 43971

14 years agodont segv if theres no file
Iván Briano [Tue, 24 Nov 2009 21:08:52 +0000 (21:08 +0000)]
dont segv if theres no file

SVN revision: 43958

14 years agoAutoload modules for external widgets
Iván Briano [Tue, 24 Nov 2009 17:55:11 +0000 (17:55 +0000)]
Autoload modules for external widgets

Patch by Fabiano Fidencio

SVN revision: 43951

14 years ago * add a _del function for win32 HANDLEs
Vincent Torri [Mon, 23 Nov 2009 23:09:48 +0000 (23:09 +0000)]
 * add a _del function for win32 HANDLEs
 * delete HANDLES when asked
 * minor fixes in the win32 code

SVN revision: 43939

14 years agothe handler must return 1 otherwise it is destroyed after the first call
Vincent Torri [Mon, 23 Nov 2009 23:05:00 +0000 (23:05 +0000)]
the handler must return 1 otherwise it is destroyed after the first call

SVN revision: 43938

14 years agoEasier to use macros
Iván Briano [Mon, 23 Nov 2009 22:18:01 +0000 (22:18 +0000)]
Easier to use macros

SVN revision: 43937

14 years agoParameter information for external widgets
Iván Briano [Mon, 23 Nov 2009 20:21:22 +0000 (20:21 +0000)]
Parameter information for external widgets

This are used for things like editors to know what parameters
to manage for external stuff.

SVN revision: 43935

14 years agoBetter path for modules and move variables to beginning of block
Iván Briano [Mon, 23 Nov 2009 19:50:54 +0000 (19:50 +0000)]
Better path for modules and move variables to beginning of block

SVN revision: 43934

14 years agoedje external module loader: just load modules once.
Gustavo Sverzut Barbieri [Mon, 23 Nov 2009 18:47:31 +0000 (18:47 +0000)]
edje external module loader: just load modules once.

not tested, but should work.

SVN revision: 43933

14 years agoedje external support, part 1.
Gustavo Sverzut Barbieri [Mon, 23 Nov 2009 15:03:19 +0000 (15:03 +0000)]
edje external support, part 1.

Patch by Fabiano Fidêncio <fidencio@profusion.mobi>

SVN revision: 43927

14 years ago * ecore: Fix some easy error in ecore_evas_quartz. But much more
Cedric BAIL [Mon, 23 Nov 2009 13:32:05 +0000 (13:32 +0000)]
* ecore: Fix some easy error in ecore_evas_quartz. But much more
is needed to make it correctly work.

SVN revision: 43922

14 years agoeina_module: more constness.
Gustavo Sverzut Barbieri [Mon, 23 Nov 2009 13:24:48 +0000 (13:24 +0000)]
eina_module: more constness.

Thanks to Fabiano Fidencio for spotting those.

SVN revision: 43921

14 years agomore debugging options...
Carsten Haitzler [Mon, 23 Nov 2009 13:21:35 +0000 (13:21 +0000)]
more debugging options...

SVN revision: 43920

14 years agoeina_module_find: constness and gcc attribute.
Gustavo Sverzut Barbieri [Mon, 23 Nov 2009 13:20:34 +0000 (13:20 +0000)]
eina_module_find: constness and gcc attribute.

Mark both array and module as const as we'll not modify them anyhow
inside this function.

Also mark this function as pure, so gcc will know how to optimize
multiple calls of it. Not that important for this function, but
doesn't hurt either.

SVN revision: 43918

14 years agofix anothe rmap draw bug.
Carsten Haitzler [Mon, 23 Nov 2009 10:07:07 +0000 (10:07 +0000)]
fix anothe rmap draw bug.

SVN revision: 43917

14 years agodefine ecore_file_dowbload_abort when ecore_con is not available
Vincent Torri [Mon, 23 Nov 2009 09:05:02 +0000 (09:05 +0000)]
define ecore_file_dowbload_abort when ecore_con is not available
(that is : it does nothing :)

SVN revision: 43916

14 years agopatch from tasn: rtl fit.
Carsten Haitzler [Sun, 22 Nov 2009 01:49:44 +0000 (01:49 +0000)]
patch from tasn: rtl fit.

SVN revision: 43886

14 years agofind gl symbols runtime - some gl's support the feature but havent
Carsten Haitzler [Sat, 21 Nov 2009 10:51:51 +0000 (10:51 +0000)]
find gl symbols runtime - some gl's support the feature but havent
standardised symbols! (bad gl! bad!)

SVN revision: 43857

14 years agominor formatting.
Christopher Michael [Sat, 21 Nov 2009 01:34:49 +0000 (01:34 +0000)]
minor formatting.

SVN revision: 43855

14 years ago * eina_module: Add eina_module_find. Thanks to Fabiano Fidêncio <fidencio@profusion...
Cedric BAIL [Fri, 20 Nov 2009 20:46:24 +0000 (20:46 +0000)]
* eina_module: Add eina_module_find. Thanks to Fabiano Fidêncio <fidencio@profusion.mobi>.

SVN revision: 43847

14 years ago * ecore_con: Add support for TCP_NODELAY.
Cedric BAIL [Fri, 20 Nov 2009 10:58:19 +0000 (10:58 +0000)]
* ecore_con: Add support for TCP_NODELAY.

SVN revision: 43818

14 years ago * ecore_con_url: When download was broken in the middle, you could
Cedric BAIL [Thu, 19 Nov 2009 18:45:51 +0000 (18:45 +0000)]
* ecore_con_url: When download was broken in the middle, you could
have a status of 200 without all data being downloaded. This should
fix this case.

SVN revision: 43805

14 years agostupid AC_CHECK_PROG
Vincent Torri [Thu, 19 Nov 2009 09:02:25 +0000 (09:02 +0000)]
stupid AC_CHECK_PROG

SVN revision: 43800

14 years ago0x0 smarts will no be rendered again - well children will be... but its still
Carsten Haitzler [Thu, 19 Nov 2009 08:37:22 +0000 (08:37 +0000)]
0x0 smarts will no be rendered again - well children will be... but its still
bad form to do this. oddly - the desktop panning in e does this. need to check.

SVN revision: 43799

14 years agominor fix
Vincent Torri [Thu, 19 Nov 2009 08:29:22 +0000 (08:29 +0000)]
minor fix

SVN revision: 43797

14 years agofix bug spotted by Brian Wang.
Gustavo Sverzut Barbieri [Thu, 19 Nov 2009 00:38:34 +0000 (00:38 +0000)]
fix bug spotted by Brian Wang.

SVN revision: 43793

14 years agoxrandr 1.3 checks - 1.3 minimum.
Carsten Haitzler [Wed, 18 Nov 2009 02:31:00 +0000 (02:31 +0000)]
xrandr 1.3 checks - 1.3 minimum.

SVN revision: 43764

14 years agoEdje_Edit
Iván Briano [Wed, 18 Nov 2009 00:27:49 +0000 (00:27 +0000)]
Edje_Edit
 - Watch for non-shared strings when copying states
 - Get/Set external parameters

SVN revision: 43757

14 years ago<glima> commit msg would be something like: "applying size recalcs on
Iván Briano [Tue, 17 Nov 2009 00:19:24 +0000 (00:19 +0000)]
<glima> commit msg would be something like: "applying size recalcs on
        childs in the case they have size hints for Evas_Object_Box'es.
        it was documented on the layouts api but never implemented"

SVN revision: 43745

14 years ago1. if you stack above/below yourself.. you get lost as an obj! ignore
Carsten Haitzler [Sun, 15 Nov 2009 13:46:20 +0000 (13:46 +0000)]
1. if you stack above/below yourself.. you get lost as an obj! ignore
that case
2. add render debug #ifdef in evas_render.c and latent render debug stuff

SVN revision: 43706

14 years agoEcore : cleanup
Jonathan Atton [Sat, 14 Nov 2009 14:06:58 +0000 (14:06 +0000)]
Ecore : cleanup

SVN revision: 43691