Sebastian Dransfeld
f696cd74bd
efret: Save whether cache changed in update file.
...
SVN revision: 62506
12 years ago
Sebastian Dransfeld
fa2a688b02
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
12 years ago
Sebastian Dransfeld
dfa8b5e29f
efreet: No need to sync eet file before close
...
SVN revision: 62504
12 years ago
Sebastian Dransfeld
46367075e1
efreet: Formatting
...
SVN revision: 62503
12 years ago
Sebastian Dransfeld
34d2a47e50
efreet: Print error on write error
...
Better solution to stop ignoring return value.
SVN revision: 62502
12 years ago
Sebastian Dransfeld
51e1eca0a9
efreet: Remove disabled if
...
SVN revision: 62501
12 years ago
ChunEon Park
0b30e759ed
eina - just removed white spaces.
...
SVN revision: 62495
12 years ago
Tom Hacohen
7addaa1eb4
Evas text: Set the object's size according to the advance, not width.
...
SVN revision: 62494
12 years ago
우승수
f34ac1e24a
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
12 years ago
Cedric BAIL
26c4aa0fc5
evil: improve install.
...
Patch from Vincent Torri.
SVN revision: 62492
12 years ago
Christopher Michael
9c41e1fe91
Ecore: Fix formatting.
...
SVN revision: 62490
12 years ago
Christopher Michael
76acd92058
Evas: Fix formatting.
...
SVN revision: 62489
12 years ago
Tom Hacohen
8424a58c6d
Edje entry: Fixed a markup_prepend that should have been a text_prepend.
...
SVN revision: 62484
12 years ago
Cedric BAIL
5c95f8d422
edje: fix cache and proxy.
...
SVN revision: 62464
12 years ago
Cedric BAIL
e076fec7c8
edje: at least advertise the fact that we do have PROXY part.
...
SVN revision: 62447
12 years ago
Tom Hacohen
efd0123622
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
12 years ago
Tom Hacohen
73036290d6
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
12 years ago
Iván Briano
026f8798dc
Forward messages to Edje defined children of box and table
...
SVN revision: 62418
12 years ago
Cedric BAIL
a74c65adfb
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
12 years ago
Daniel Juyung Seo
22459ef0ea
evas: Fixed 'unsed variables' warnings.
...
SVN revision: 62388
12 years ago
Boris Faure
ae4dd858bd
embryo: handle filename given to #line command
...
SVN revision: 62382
12 years ago
Boris Faure
c76a60b0a5
edje/epp: cpp line control command is #line
...
SVN revision: 62381
12 years ago
Boris Faure
ca7c70f5be
embryo: fix getstring
...
SVN revision: 62380
12 years ago
Mike McCormack
bfffcce2fe
ecore: Create a lockless ecore_event_handler_del
...
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62375
12 years ago
Mike McCormack
01e790ed40
ecore: Create a lockless ecore_main_fd_handler_del
...
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62374
12 years ago
Mike McCormack
25b0ab9ca7
ecore: Create a lockless ecore_animator_add()
...
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62373
12 years ago
Mike McCormack
a541e19c16
ecore: Use eina locks for _ecore_lock()
...
Always count lock calls too.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62372
12 years ago
Daniel Juyung Seo
3277e6b5e0
evas: Fixed indentations with arbitrary files.
...
SVN revision: 62370
12 years ago
Carsten Haitzler
69e27edbe5
how about you actuallyl fix the code correctly rather than break it?
...
SVN revision: 62369
12 years ago
Daniel Juyung Seo
fbf38b63ed
evas evas_common.h: Fixed spacing and removed trailing whitespaces.
...
SVN revision: 62367
12 years ago
Mike Blumenkrantz
25a6b8c980
COMMITS: DO THEM PROPERLY!!!!1111
...
SVN revision: 62366
12 years ago
Mike Blumenkrantz
8e5ee9e2f5
COMPILE WARNINGS: FIX THEM!!!!!!11111
...
SVN revision: 62361
12 years ago
Mike Blumenkrantz
3b3f567975
guys...null checks are not the end of the world.
...
SVN revision: 62360
12 years ago
Gustavo Lima Chaves
608716961b
[ecore] New main loop diagram.
...
SVN revision: 62357
12 years ago
Cedric BAIL
236000fefa
emotion: fix some race condition.
...
SVN revision: 62355
12 years ago
ChunEon Park
9a6b7aab4b
evas - just removed white spaces.
...
SVN revision: 62354
12 years ago
Cedric BAIL
126c3d5cec
emotion: fix memory leak.
...
SVN revision: 62350
12 years ago
Mike McCormack
0fad5661b0
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
12 years ago
Mike McCormack
e1b75002f0
ecore: Avoid returning when holding locks
...
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62347
12 years ago
Mike McCormack
4f5d5c40bf
ecore: Avoid using return in locked section
...
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 62346
12 years ago
Mike McCormack
f05e37addf
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
12 years ago
Carsten Haitzler
cc7d5115c3
frame count nto frame num - match c file.
...
SVN revision: 62339
12 years ago
Carsten Haitzler
75940a8398
improve jy's docs. :)
...
SVN revision: 62335
12 years ago
Tom Hacohen
d6752c9e1b
Evas textblock: Fixed bug in range_formats get.
...
Thanks to Sanjeev for the rebort.
SVN revision: 62333
12 years ago
Jiyoun Park
dae46003e7
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
12 years ago
Mike Blumenkrantz
c2d2867a2b
fix segv from missing null check
...
SVN revision: 62320
12 years ago
Gustavo Lima Chaves
0603a5cf50
[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
12 years ago
Mike McCormack
68ecfd8183
ecore: Fix linking of xim module
...
SVN revision: 62301
12 years ago
Mike Blumenkrantz
2d55002bfd
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
12 years ago
Carsten Haitzler
6bc6891370
if we are going to have %d's - use them in the next scanf too.
...
SVN revision: 62282
12 years ago