Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:34 +0000 (07:35 +0000)]
efreet: TODO--
SVN revision: 62556
Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:23 +0000 (07:35 +0000)]
ecore: Use PATH_MAX
SVN revision: 62555
Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:12 +0000 (07:35 +0000)]
ecore: Fix shadow warning
SVN revision: 62554
Sebastian Dransfeld [Thu, 18 Aug 2011 07:35:02 +0000 (07:35 +0000)]
evas: Add missing return declaration
SVN revision: 62553
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:40 +0000 (07:34 +0000)]
efreet: Delay closing of old caches
Programs might close their references after the event has completed.
SVN revision: 62551
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:29 +0000 (07:34 +0000)]
efreet: ignore++
SVN revision: 62550
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:19 +0000 (07:34 +0000)]
efreet: Add cache build event
And listen for this event in e_startup to check for cache build
completion.
SVN revision: 62549
Sebastian Dransfeld [Thu, 18 Aug 2011 07:34:02 +0000 (07:34 +0000)]
efreet: Revert changed flag
Only send event when cache is actually updated.
SVN revision: 62548
Tom Hacohen [Thu, 18 Aug 2011 07:21:44 +0000 (07:21 +0000)]
Evas font: Disabled word/metric caching due to bugs.
SVN revision: 62547
Daniel Juyung Seo [Thu, 18 Aug 2011 04:24:21 +0000 (04:24 +0000)]
ecore Ecore.h: Fixed typo.
SVN revision: 62546
Rafael Antognolli [Wed, 17 Aug 2011 19:37:31 +0000 (19:37 +0000)]
emotion/smart - Use ARGB32 when it's the format returned by the module.
SVN revision: 62542
Tom Hacohen [Wed, 17 Aug 2011 15:42:07 +0000 (15:42 +0000)]
Evas font: Fixed a compiler warning.
SVN revision: 62537
Tom Hacohen [Wed, 17 Aug 2011 15:42:01 +0000 (15:42 +0000)]
Evas font: Workaround an issue with metric cache.
SVN revision: 62536
Tom Hacohen [Wed, 17 Aug 2011 11:55:29 +0000 (11:55 +0000)]
Evas callbacks: Added priority to evas callbacks.
This includes evas_event, evas_object_event and evas_object_smart
callbacks.
See the added docs for more info.
SVN revision: 62533
Cedric BAIL [Wed, 17 Aug 2011 09:46:17 +0000 (09:46 +0000)]
ecore: forgotten ChangeLog.
SVN revision: 62532
Cedric BAIL [Wed, 17 Aug 2011 09:43:49 +0000 (09:43 +0000)]
ecore: add clean thread safety mecanism.
SVN revision: 62531
Cedric BAIL [Wed, 17 Aug 2011 09:42:43 +0000 (09:42 +0000)]
eina: add eina_main_loop_define.
Do not use it.
SVN revision: 62530
Mike McCormack [Wed, 17 Aug 2011 01:12:43 +0000 (01:12 +0000)]
ecore/glib: Make ecore_main_loop_iterate non-blocking
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62523
Cedric BAIL [Tue, 16 Aug 2011 21:13:20 +0000 (21:13 +0000)]
eio: obvious typo !
SVN revision: 62516
Cedric BAIL [Tue, 16 Aug 2011 16:11:50 +0000 (16:11 +0000)]
emotion: remove g stuff and make it safer.
SVN revision: 62514
Cedric BAIL [Tue, 16 Aug 2011 14:35:00 +0000 (14:35 +0000)]
ecore: add ecore_main_loop_thread_safe_call_sync and rename ecore_main_loop_thread_safe_call.
SVN revision: 62513
Sebastian Dransfeld [Tue, 16 Aug 2011 13:19:00 +0000 (13:19 +0000)]
efreet: No more caches in this file.
SVN revision: 62510
Sebastian Dransfeld [Tue, 16 Aug 2011 12:49:56 +0000 (12:49 +0000)]
efreet: Add @since
SVN revision: 62508
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:35 +0000 (12:46 +0000)]
efret: Save whether cache changed in update file.
SVN revision: 62506
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:24 +0000 (12:46 +0000)]
efreet: redo cache rebuild
Always rebuild cache from scratch when needed, but rely on correct spec
behaviour to check for theme changes. This will considerably speed up
the cache process when there is no change, and improve the correctness
of the cache when changes occur. For example didn't the previous
behaviour handle file removal gracefully.
SVN revision: 62505
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:14 +0000 (12:46 +0000)]
efreet: No need to sync eet file before close
SVN revision: 62504
Sebastian Dransfeld [Tue, 16 Aug 2011 12:46:03 +0000 (12:46 +0000)]
efreet: Formatting
SVN revision: 62503
Sebastian Dransfeld [Tue, 16 Aug 2011 12:45:52 +0000 (12:45 +0000)]
efreet: Print error on write error
Better solution to stop ignoring return value.
SVN revision: 62502
Sebastian Dransfeld [Tue, 16 Aug 2011 12:45:30 +0000 (12:45 +0000)]
efreet: Remove disabled if
SVN revision: 62501
ChunEon Park [Tue, 16 Aug 2011 09:08:02 +0000 (09:08 +0000)]
eina - just removed white spaces.
SVN revision: 62495
Tom Hacohen [Tue, 16 Aug 2011 07:16:06 +0000 (07:16 +0000)]
Evas text: Set the object's size according to the advance, not width.
SVN revision: 62494
우승수 [Tue, 16 Aug 2011 07:06:36 +0000 (07:06 +0000)]
From: 우승수 <om101.woo@samsung.com>
Subject: [E-devel] [Patch] Map/Unmap image for zero-copy texture
this modifies the zero copy texture feature to map and unmap on get and put
data to allow the put to "flush gpu caches".
SVN revision: 62493
Cedric BAIL [Mon, 15 Aug 2011 20:57:40 +0000 (20:57 +0000)]
evil: improve install.
Patch from Vincent Torri.
SVN revision: 62492
Christopher Michael [Mon, 15 Aug 2011 20:18:16 +0000 (20:18 +0000)]
Ecore: Fix formatting.
SVN revision: 62490
Christopher Michael [Mon, 15 Aug 2011 20:17:18 +0000 (20:17 +0000)]
Evas: Fix formatting.
SVN revision: 62489
Tom Hacohen [Mon, 15 Aug 2011 14:05:18 +0000 (14:05 +0000)]
Edje entry: Fixed a markup_prepend that should have been a text_prepend.
SVN revision: 62484
Cedric BAIL [Sun, 14 Aug 2011 21:55:31 +0000 (21:55 +0000)]
edje: fix cache and proxy.
SVN revision: 62464
Cedric BAIL [Sun, 14 Aug 2011 16:12:13 +0000 (16:12 +0000)]
edje: at least advertise the fact that we do have PROXY part.
SVN revision: 62447
Tom Hacohen [Sun, 14 Aug 2011 11:26:50 +0000 (11:26 +0000)]
Evas tests: Fixed the cursor_content_get to comply to the bugfix.
Previous test checked the existing but broken behaviour, now it checks the
correct behaviour.
SVN revision: 62440
Tom Hacohen [Sun, 14 Aug 2011 11:26:45 +0000 (11:26 +0000)]
Evas textblock: Fixed cursor_content_get's handling of formats.
Formats are now correctly enclosed with <> when returned, instead of just
the text being returned.
SVN revision: 62439
Iván Briano [Sat, 13 Aug 2011 00:30:12 +0000 (00:30 +0000)]
Forward messages to Edje defined children of box and table
SVN revision: 62418
Cedric BAIL [Fri, 12 Aug 2011 20:31:15 +0000 (20:31 +0000)]
ecore: take static as a yes.
Note: maybe it would be better to put yes in the .pc file
instead of static. I don't see any advantage having that
information in the pc file.
SVN revision: 62412
Daniel Juyung Seo [Fri, 12 Aug 2011 15:01:12 +0000 (15:01 +0000)]
evas: Fixed 'unsed variables' warnings.
SVN revision: 62388
Boris Faure [Fri, 12 Aug 2011 12:39:29 +0000 (12:39 +0000)]
embryo: handle filename given to #line command
SVN revision: 62382
Boris Faure [Fri, 12 Aug 2011 12:39:17 +0000 (12:39 +0000)]
edje/epp: cpp line control command is #line
SVN revision: 62381
Boris Faure [Fri, 12 Aug 2011 12:38:52 +0000 (12:38 +0000)]
embryo: fix getstring
SVN revision: 62380
Mike McCormack [Fri, 12 Aug 2011 05:22:16 +0000 (05:22 +0000)]
ecore: Create a lockless ecore_event_handler_del
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62375
Mike McCormack [Fri, 12 Aug 2011 05:22:07 +0000 (05:22 +0000)]
ecore: Create a lockless ecore_main_fd_handler_del
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62374
Mike McCormack [Fri, 12 Aug 2011 05:21:58 +0000 (05:21 +0000)]
ecore: Create a lockless ecore_animator_add()
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62373
Mike McCormack [Fri, 12 Aug 2011 05:21:49 +0000 (05:21 +0000)]
ecore: Use eina locks for _ecore_lock()
Always count lock calls too.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62372
Daniel Juyung Seo [Fri, 12 Aug 2011 03:50:57 +0000 (03:50 +0000)]
evas: Fixed indentations with arbitrary files.
SVN revision: 62370
Carsten Haitzler [Fri, 12 Aug 2011 02:34:34 +0000 (02:34 +0000)]
how about you actuallyl fix the code correctly rather than break it?
SVN revision: 62369
Daniel Juyung Seo [Fri, 12 Aug 2011 01:52:29 +0000 (01:52 +0000)]
evas evas_common.h: Fixed spacing and removed trailing whitespaces.
SVN revision: 62367
Mike Blumenkrantz [Thu, 11 Aug 2011 23:18:34 +0000 (23:18 +0000)]
COMMITS: DO THEM PROPERLY!!!!1111
SVN revision: 62366
Mike Blumenkrantz [Thu, 11 Aug 2011 21:35:17 +0000 (21:35 +0000)]
COMPILE WARNINGS: FIX THEM!!!!!!11111
SVN revision: 62361
Mike Blumenkrantz [Thu, 11 Aug 2011 21:26:46 +0000 (21:26 +0000)]
guys...null checks are not the end of the world.
SVN revision: 62360
Gustavo Lima Chaves [Thu, 11 Aug 2011 19:29:26 +0000 (19:29 +0000)]
[ecore] New main loop diagram.
SVN revision: 62357
Cedric BAIL [Thu, 11 Aug 2011 16:16:10 +0000 (16:16 +0000)]
emotion: fix some race condition.
SVN revision: 62355
ChunEon Park [Thu, 11 Aug 2011 14:14:48 +0000 (14:14 +0000)]
evas - just removed white spaces.
SVN revision: 62354
Cedric BAIL [Thu, 11 Aug 2011 12:13:51 +0000 (12:13 +0000)]
emotion: fix memory leak.
SVN revision: 62350
Mike McCormack [Thu, 11 Aug 2011 12:01:19 +0000 (12:01 +0000)]
ecore: Lock in ecore_shutdown
Avoid unbalanced locks when calling event-free callbacks.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62348
Mike McCormack [Thu, 11 Aug 2011 12:01:09 +0000 (12:01 +0000)]
ecore: Avoid returning when holding locks
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62347
Mike McCormack [Thu, 11 Aug 2011 11:38:54 +0000 (11:38 +0000)]
ecore: Avoid using return in locked section
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62346
Mike McCormack [Thu, 11 Aug 2011 10:59:48 +0000 (10:59 +0000)]
ecore: Create callback wrappers
This gets rid of a lot of temporary variables and cleans the code up again...
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62342
Carsten Haitzler [Thu, 11 Aug 2011 10:30:35 +0000 (10:30 +0000)]
frame count nto frame num - match c file.
SVN revision: 62339
Carsten Haitzler [Thu, 11 Aug 2011 08:56:59 +0000 (08:56 +0000)]
improve jy's docs. :)
SVN revision: 62335
Tom Hacohen [Thu, 11 Aug 2011 06:58:53 +0000 (06:58 +0000)]
Evas textblock: Fixed bug in range_formats get.
Thanks to Sanjeev for the rebort.
SVN revision: 62333
Jiyoun Park [Thu, 11 Aug 2011 06:04:08 +0000 (06:04 +0000)]
From: Jiyoun Park <jy0703.park@samsung.com>
Subject: RE: [E-devel] [Patch] Animation gif feature patch
Animated gif suport in evas and api's to handle animated images and
frame flipping. from jy.
SVN revision: 62331
Mike Blumenkrantz [Wed, 10 Aug 2011 22:42:27 +0000 (22:42 +0000)]
fix segv from missing null check
SVN revision: 62320
Gustavo Lima Chaves [Wed, 10 Aug 2011 19:14:48 +0000 (19:14 +0000)]
[ecore] Put order in header file, splitting function groups in contiguous chunks.
Sorry for having to pratically rewrite the header, but the other way
to get docs right would be to put lots of @addtogroup around several
chunks of the file, which is ugly too and doesn't organize anything.
I have tested ecore with that and it seems to be okay.
SVN revision: 62307
Mike McCormack [Wed, 10 Aug 2011 15:20:29 +0000 (15:20 +0000)]
ecore: Fix linking of xim module
SVN revision: 62301
Mike Blumenkrantz [Wed, 10 Aug 2011 04:54:35 +0000 (04:54 +0000)]
update some docs for Evas_Event_Mouse_Down even though none of this stuff is worthwhile anyway since dependency structs aren't documented
SVN revision: 62283
Carsten Haitzler [Wed, 10 Aug 2011 04:39:04 +0000 (04:39 +0000)]
if we are going to have %d's - use them in the next scanf too.
SVN revision: 62282
Mike McCormack [Tue, 9 Aug 2011 23:48:47 +0000 (23:48 +0000)]
eina: Use %d to get build time
eina_hamster_count() was returning -1 on my machine (Ubuntu 11.04/AMD64),
causing make check to fail.
eina_test_main.c:51:F:Main:eina_hamster:0: Failure 'eina_hamster_count() <= 0' occured
Using %d instead of %i for integers fixes it.
Signed-off-by: Mike McCormack <mj.mccormack@ring3k.org>
SVN revision: 62268
Gustavo Lima Chaves [Tue, 9 Aug 2011 20:56:22 +0000 (20:56 +0000)]
[evas] Filling some gaps on documentation.
SVN revision: 62266
Cedric BAIL [Tue, 9 Aug 2011 20:36:28 +0000 (20:36 +0000)]
ethumb: fix race condition and memory leak.
NOTE: that's a first obvious patch thanks to Gustavo reviews.
More work needed, but some decision should be discussed first.
SVN revision: 62265
Gustavo Lima Chaves [Tue, 9 Aug 2011 20:33:50 +0000 (20:33 +0000)]
[eet] New examples.
SVN revision: 62264
Tom Hacohen [Tue, 9 Aug 2011 13:58:00 +0000 (13:58 +0000)]
Edje entry: Start using the new tb_range_formats_get.
This should make everything faster cause we now only get/work on the
visible anchors/items.
SVN revision: 62260
Tom Hacohen [Tue, 9 Aug 2011 13:55:42 +0000 (13:55 +0000)]
Evas textblock: Added cursor_visible_range_get and cursor_range_formats_get.
SVN revision: 62259
Tom Hacohen [Tue, 9 Aug 2011 13:55:38 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_char_coord_set.
SVN revision: 62258
Tom Hacohen [Tue, 9 Aug 2011 13:55:31 +0000 (13:55 +0000)]
Evas textblock: Fixed a bug in evas_textblock_cursor_line_coord_set.
SVN revision: 62257
Carsten Haitzler [Tue, 9 Aug 2011 13:26:03 +0000 (13:26 +0000)]
warning--. hmmm
SVN revision: 62255
Carsten Haitzler [Tue, 9 Aug 2011 13:23:39 +0000 (13:23 +0000)]
here's an awesome idea... let's not break the build shall we? lets
actually test something .. like compile it before we commit eh?
SVN revision: 62254
Cedric BAIL [Tue, 9 Aug 2011 11:31:58 +0000 (11:31 +0000)]
eet: switch in favor of Eina_File.
SVN revision: 62250
Cedric BAIL [Tue, 9 Aug 2011 09:21:07 +0000 (09:21 +0000)]
eina: windows cleanup.
Patch by Vincent Torri.
SVN revision: 62246
Cedric BAIL [Tue, 9 Aug 2011 09:19:25 +0000 (09:19 +0000)]
efl: remove mman as we Eina_File now.
Patch from Vincent Torri.
SVN revision: 62244
Cedric BAIL [Tue, 9 Aug 2011 09:15:56 +0000 (09:15 +0000)]
emotion: make v4l2 optionnal.
SVN revision: 62243
Cedric BAIL [Tue, 9 Aug 2011 08:50:47 +0000 (08:50 +0000)]
ecore: remove bad macro from ecore.
SVN revision: 62241
Cedric BAIL [Tue, 9 Aug 2011 08:48:57 +0000 (08:48 +0000)]
eina: add generic macro to generate error when outside of the main loop.
SVN revision: 62240
Cedric BAIL [Tue, 9 Aug 2011 08:47:57 +0000 (08:47 +0000)]
eina: detect main loop for windows to.
SVN revision: 62239
Cedric BAIL [Tue, 9 Aug 2011 08:46:29 +0000 (08:46 +0000)]
eina: correct guard of thread code.
SVN revision: 62238
Cedric BAIL [Tue, 9 Aug 2011 08:39:39 +0000 (08:39 +0000)]
eina: make dlopen optional.
SVN revision: 62236
Carsten Haitzler [Tue, 9 Aug 2011 06:30:09 +0000 (06:30 +0000)]
fix typos in docs
SVN revision: 62225
Carsten Haitzler [Tue, 9 Aug 2011 06:09:50 +0000 (06:09 +0000)]
remove logo.
SVN revision: 62224
Carsten Haitzler [Tue, 9 Aug 2011 06:05:44 +0000 (06:05 +0000)]
aaagh those were not meant to be in the docs!
SVN revision: 62223
Christopher Michael [Mon, 8 Aug 2011 20:40:04 +0000 (20:40 +0000)]
Ecore_X: Make ecore_xcb_e match up more w/ xlib version. Don't use
ecore_x_client_message32_send, but rather send the events directly via
xcb (like xlib does).
SVN revision: 62219
Christopher Michael [Mon, 8 Aug 2011 20:39:10 +0000 (20:39 +0000)]
Ecore_X: Make ecore_x_init (wrt xcb) match the xlib version more (add
eina_init, etc).
dlopen XCloseDisplay for opengl and use that also.
Use the unchecked version for query pointer.
Add some FIXME notes.
SVN revision: 62218
Christopher Michael [Mon, 8 Aug 2011 20:37:40 +0000 (20:37 +0000)]
Ecore_X: Make ecore_xcb_window match up more w/ xlib version.
Fix some formatting.
Don't allocate any Ecore_X_Windows if the children count is zero.
SVN revision: 62217
Christopher Michael [Mon, 8 Aug 2011 20:35:48 +0000 (20:35 +0000)]
Ecore_X: Add comment wrt Fixes extension version (for Tom).
Remove unused code wrt invert regions.
SVN revision: 62216
Christopher Michael [Mon, 8 Aug 2011 20:10:44 +0000 (20:10 +0000)]
Ecore_X: Fix fat finger copy-paste error wrt casting on shape
rectangles. Thanks jeffdameth for pointing that out ;)
SVN revision: 62215