platform/upstream/efl.git
13 years agono more dependency on pthread
Vincent Torri [Fri, 3 Jun 2011 07:31:18 +0000 (07:31 +0000)]
no more dependency on pthread

SVN revision: 59912

13 years agoEvas: Fix 'reset_time_interval' may be used uninitialized warning.
Christopher Michael [Fri, 3 Jun 2011 00:26:19 +0000 (00:26 +0000)]
Evas: Fix 'reset_time_interval' may be used uninitialized warning.

SVN revision: 59908

13 years agoEvas : evas_image_scalecache.c : usleep() might not be defined on Windows. Use Sleep...
Vincent Torri [Thu, 2 Jun 2011 19:20:39 +0000 (19:20 +0000)]
Evas : evas_image_scalecache.c : usleep() might not be defined on Windows. Use Sleep() instead.

SVN revision: 59906

13 years agoEvas font-engine: Use binary search for finding index in text props.
Tom Hacohen [Thu, 2 Jun 2011 15:36:50 +0000 (15:36 +0000)]
Evas font-engine: Use binary search for finding index in text props.

I finally got around to verifying it and the list is assured to be monotonic
(direction depends on bidi direction).

SVN revision: 59903

13 years agoCEDIRC: SEGV CAUSING BUG. go to e17 font settings -> advanced
Carsten Haitzler [Thu, 2 Jun 2011 15:21:21 +0000 (15:21 +0000)]
CEDIRC: SEGV CAUSING BUG. go to e17 font settings -> advanced

and sewt a font for menu item.. or menu title. segv. (try it under
falgrind) the members list in the hash is garbage when its trying to
remove a member. double heck your changes and test :)

SVN revision: 59902

13 years agoEvas textblock: Fixed an issue with min size calculation introduced in 59899
Tom Hacohen [Thu, 2 Jun 2011 14:52:43 +0000 (14:52 +0000)]
Evas textblock: Fixed an issue with min size calculation introduced in 59899

SVN revision: 59901

13 years agoEvas textblock: Fix skipping of ascii control chars.
Tom Hacohen [Thu, 2 Jun 2011 14:31:15 +0000 (14:31 +0000)]
Evas textblock: Fix skipping of ascii control chars.

SVN revision: 59900

13 years agoEvas textblock: Fixed min size calculation with right aligned paragraphs.
Tom Hacohen [Thu, 2 Jun 2011 14:02:31 +0000 (14:02 +0000)]
Evas textblock: Fixed min size calculation with right aligned paragraphs.

SVN revision: 59899

13 years agodisable evas filter code. buggy. doesn't work right.
Carsten Haitzler [Thu, 2 Jun 2011 10:40:43 +0000 (10:40 +0000)]
disable evas filter code. buggy. doesn't work right.

SVN revision: 59898

13 years agodisable masking support. back to clip rects.
Carsten Haitzler [Thu, 2 Jun 2011 10:00:05 +0000 (10:00 +0000)]
disable masking support. back to clip rects.

SVN revision: 59896

13 years agodisable map mesh support - engine code still doesnt handle != 4 points
Carsten Haitzler [Thu, 2 Jun 2011 09:49:17 +0000 (09:49 +0000)]
disable map mesh support - engine code still doesnt handle != 4 points
so pointless exposing it as its broken inthe engine.

SVN revision: 59895

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 2 Jun 2011 07:56:58 +0000 (07:56 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add some APIs for supporting virtual
keyboard in Ecore_IMF

For supporting virtual keyboard, I'd like to add some APIs. The detail
description of each API is included in the patch file as doxygen format.

In the attached patch, the reason why we add the subprefix 'input_panel_'
related to virtual keyboard is that input method can be soft keyboard or voice
input or image captured by camera.

SVN revision: 59894

13 years agothanks mike - g main loop build opt broken when removing too many loop
Carsten Haitzler [Thu, 2 Jun 2011 06:08:59 +0000 (06:08 +0000)]
thanks mike - g main loop build opt broken when removing too many loop
time gets

SVN revision: 59888

13 years agoEina : eina_module.c: fix dladdr use on Windows
Vincent Torri [Wed, 1 Jun 2011 20:43:01 +0000 (20:43 +0000)]
Eina : eina_module.c: fix dladdr use on Windows

SVN revision: 59881

13 years agoEvas text: Fix ellipsis bidi, broke it a couple of days ago.
Tom Hacohen [Wed, 1 Jun 2011 15:08:47 +0000 (15:08 +0000)]
Evas text: Fix ellipsis bidi, broke it a couple of days ago.

SVN revision: 59877

13 years agoeina: make him happy.
Cedric BAIL [Wed, 1 Jun 2011 15:04:29 +0000 (15:04 +0000)]
eina: make him happy.

SVN revision: 59876

13 years agoevas: make Vincent happy.
Cedric BAIL [Wed, 1 Jun 2011 15:00:55 +0000 (15:00 +0000)]
evas: make Vincent happy.

SVN revision: 59875

13 years agoevas: add evas_object_image_extension_can_load_get.
Cedric BAIL [Wed, 1 Jun 2011 14:32:08 +0000 (14:32 +0000)]
evas: add evas_object_image_extension_can_load_get.

This functions let you check if a file could be opened by
Evas_Object_Image. It is threadsafe, and you should use it
from another thread as often as possible :-)

SVN revision: 59872

13 years agoEvas textblock: Start splitting layouting and layouting with rendering.
Tom Hacohen [Wed, 1 Jun 2011 14:25:15 +0000 (14:25 +0000)]
Evas textblock: Start splitting layouting and layouting with rendering.

The difference is that we can now avoid doing some things when layouting but
not actually drawing, for example: bidi stuff.

SVN revision: 59871

13 years agoEvas textblock: Use advance when calculating line breaks and widths.
Tom Hacohen [Wed, 1 Jun 2011 14:25:11 +0000 (14:25 +0000)]
Evas textblock: Use advance when calculating line breaks and widths.

SVN revision: 59870

13 years agoEvas textblock: Added a paragraph property to indicate if bidi.
Tom Hacohen [Wed, 1 Jun 2011 14:25:08 +0000 (14:25 +0000)]
Evas textblock: Added a paragraph property to indicate if bidi.

SVN revision: 59869

13 years agoepp -> fix macro expansion error with:
Carsten Haitzler [Wed, 1 Jun 2011 13:16:14 +0000 (13:16 +0000)]
epp -> fix macro expansion error with:

#define B(y) y
#define C(x) B(+x)
C(9876543210)

SVN revision: 59868

13 years agoethumb: request file information early to avoid loosing them.
Cedric BAIL [Wed, 1 Jun 2011 13:04:41 +0000 (13:04 +0000)]
ethumb: request file information early to avoid loosing them.

SVN revision: 59865

13 years agoethumb: fix restart of ethumbd_slave.
Cedric BAIL [Wed, 1 Jun 2011 10:56:35 +0000 (10:56 +0000)]
ethumb: fix restart of ethumbd_slave.

SVN revision: 59862

13 years agoEvas textblock: Only use paragraph bidi props in the layout code.
Tom Hacohen [Wed, 1 Jun 2011 08:35:25 +0000 (08:35 +0000)]
Evas textblock: Only use paragraph bidi props in the layout code.

Next commits will clear them outside of it. I.e paragraph bidi props are only
valid in the layout code.

SVN revision: 59861

13 years agoEvas textblock: Paragraphs don't need a x coordinate - remove.
Tom Hacohen [Wed, 1 Jun 2011 08:35:21 +0000 (08:35 +0000)]
Evas textblock: Paragraphs don't need a x coordinate - remove.

SVN revision: 59860

13 years agoEina : eina_file : eina_file_size_get() should return a size_t
Vincent Torri [Wed, 1 Jun 2011 06:54:49 +0000 (06:54 +0000)]
Eina : eina_file : eina_file_size_get() should return a size_t

SVN revision: 59859

13 years agoEina : eina_file : add @since 1.1 to doxy doc
Vincent Torri [Wed, 1 Jun 2011 06:53:49 +0000 (06:53 +0000)]
Eina : eina_file : add @since 1.1 to doxy doc

SVN revision: 59858

13 years agoEina : eina_file_win32.c : add share mode when opening a file
Vincent Torri [Wed, 1 Jun 2011 06:18:56 +0000 (06:18 +0000)]
Eina : eina_file_win32.c : add share mode when opening a file

On Windows, if you want to open the same file several times,
you have to tell it can... No ChangeLog as that code is work in
progress)

SVN revision: 59857

13 years agoEina : eina_sched.c : simpler code on Windows
Vincent Torri [Wed, 1 Jun 2011 06:12:55 +0000 (06:12 +0000)]
Eina : eina_sched.c : simpler code on Windows

SVN revision: 59856

13 years agoEina : eina_inline_lock_win32.x : fix cedric's modifications in win32 code
Vincent Torri [Wed, 1 Jun 2011 05:55:48 +0000 (05:55 +0000)]
Eina : eina_inline_lock_win32.x : fix cedric's modifications in win32 code

SVN revision: 59855

13 years agoEcore_X: Fix building without shape extension (rects was undefined, as
Christopher Michael [Tue, 31 May 2011 19:28:30 +0000 (19:28 +0000)]
Ecore_X: Fix building without shape extension (rects was undefined, as
was the variable i).

SVN revision: 59854

13 years ago[Edje] Make sure ed->members isn't NULL when freeing an Edje object.
Leandro Pereira [Tue, 31 May 2011 18:27:28 +0000 (18:27 +0000)]
[Edje] Make sure ed->members isn't NULL when freeing an Edje object.

SVN revision: 59853

13 years agoedje: refactoring.
Cedric BAIL [Tue, 31 May 2011 17:02:58 +0000 (17:02 +0000)]
edje: refactoring.

SVN revision: 59851

13 years agoedje: improve speed when deleting text member class.
Cedric BAIL [Tue, 31 May 2011 16:51:48 +0000 (16:51 +0000)]
edje: improve speed when deleting text member class.

SVN revision: 59850

13 years agoeina: fix eina_hash_set to act when data == NULL like eina_hash_del.
Cedric BAIL [Tue, 31 May 2011 16:43:40 +0000 (16:43 +0000)]
eina: fix eina_hash_set to act when data == NULL like eina_hash_del.

SVN revision: 59849

13 years agoethumb: break API to fix race condition during cancel.
Cedric BAIL [Tue, 31 May 2011 16:14:26 +0000 (16:14 +0000)]
ethumb: break API to fix race condition during cancel.

SVN revision: 59846

13 years agoEvas textblock: Split _layout to _layout and _layout_pre.
Tom Hacohen [Tue, 31 May 2011 12:55:57 +0000 (12:55 +0000)]
Evas textblock: Split _layout to _layout and _layout_pre.

This cleans the code a bit and will soon let us do smarter native size
calculation.

SVN revision: 59845

13 years agoEvas textblock: Remove calc_only from layout, not needed anymore.
Tom Hacohen [Tue, 31 May 2011 12:55:54 +0000 (12:55 +0000)]
Evas textblock: Remove calc_only from layout, not needed anymore.

SVN revision: 59844

13 years agoEvas textblock: Move native size calculation out of the regular layout.
Tom Hacohen [Tue, 31 May 2011 12:55:51 +0000 (12:55 +0000)]
Evas textblock: Move native size calculation out of the regular layout.

SVN revision: 59843

13 years agoEvas bidi: Fixed warning when compiling with Wshadow.
Tom Hacohen [Tue, 31 May 2011 12:55:46 +0000 (12:55 +0000)]
Evas bidi: Fixed warning when compiling with Wshadow.

SVN revision: 59842

13 years agofix sdl ecore evas mixup when adding ecore evas geometry get
Carsten Haitzler [Tue, 31 May 2011 11:18:28 +0000 (11:18 +0000)]
fix sdl ecore evas mixup when adding ecore evas geometry get

SVN revision: 59841

13 years agoecore: fix typo.
Cedric BAIL [Tue, 31 May 2011 08:05:16 +0000 (08:05 +0000)]
ecore: fix typo.

SVN revision: 59835

13 years agofix gl engine make current impl (for ne evas gl stuff so no chlog
Carsten Haitzler [Tue, 31 May 2011 07:10:37 +0000 (07:10 +0000)]
fix gl engine make current impl (for ne evas gl stuff so no chlog
needed)  to handle make current return value right

SVN revision: 59834

13 years agoecore: add ecore_pipe_freeze/thraw.
Cedric BAIL [Mon, 30 May 2011 16:52:19 +0000 (16:52 +0000)]
ecore: add ecore_pipe_freeze/thraw.

SVN revision: 59823

13 years agoevas: fix misspellings
Lucas De Marchi [Mon, 30 May 2011 16:45:08 +0000 (16:45 +0000)]
evas: fix misspellings

Misspellings found by codespell

SVN revision: 59822

13 years agoecore: fix misspellings
Lucas De Marchi [Mon, 30 May 2011 16:17:07 +0000 (16:17 +0000)]
ecore: fix misspellings

Misspellings found by codespell

SVN revision: 59821

13 years agoeina: fix misspellings
Lucas De Marchi [Mon, 30 May 2011 16:08:20 +0000 (16:08 +0000)]
eina: fix misspellings

SVN revision: 59820

13 years agoeina: add eina_condition_timedwait.
Cedric BAIL [Mon, 30 May 2011 15:24:06 +0000 (15:24 +0000)]
eina: add eina_condition_timedwait.

SVN revision: 59819

13 years agoEvas font-engine: Fix an issue with font_run_end_get.
Tom Hacohen [Mon, 30 May 2011 15:18:53 +0000 (15:18 +0000)]
Evas font-engine: Fix an issue with font_run_end_get.

SVN revision: 59818

13 years agoEvas font-engine: font_run_end_get. Fix possible segfault.
Tom Hacohen [Mon, 30 May 2011 13:59:18 +0000 (13:59 +0000)]
Evas font-engine: font_run_end_get. Fix possible segfault.

Patch by Cedric.

SVN revision: 59817

13 years agoEvas textblock: There can be only one ellipsis item per textblock.
Tom Hacohen [Mon, 30 May 2011 13:19:13 +0000 (13:19 +0000)]
Evas textblock: There can be only one ellipsis item per textblock.

SVN revision: 59816

13 years agoEvas textblock: Use Evas_Coord instead of int for coords.
Tom Hacohen [Mon, 30 May 2011 13:19:10 +0000 (13:19 +0000)]
Evas textblock: Use Evas_Coord instead of int for coords.

SVN revision: 59815

13 years agoEvas textblock: Removed some fat. Format should be a stringshare.
Tom Hacohen [Mon, 30 May 2011 13:19:07 +0000 (13:19 +0000)]
Evas textblock: Removed some fat. Format should be a stringshare.

SVN revision: 59814

13 years agoEvas textblock: Don't try to move text if the length to be moved is 0.
Tom Hacohen [Mon, 30 May 2011 13:19:03 +0000 (13:19 +0000)]
Evas textblock: Don't try to move text if the length to be moved is 0.

SVN revision: 59813

13 years agoEvas textblock: Remove a bit of useless fat.
Tom Hacohen [Mon, 30 May 2011 13:19:00 +0000 (13:19 +0000)]
Evas textblock: Remove a bit of useless fat.

SVN revision: 59812

13 years agoeina: ERROR_CHECK just make sense when you are debbuging lock usage.
Cedric BAIL [Mon, 30 May 2011 12:49:04 +0000 (12:49 +0000)]
eina: ERROR_CHECK just make sense when you are debbuging lock usage.

SVN revision: 59811

13 years agoEdje entry: Make sure we append at the end.
Tom Hacohen [Mon, 30 May 2011 12:02:54 +0000 (12:02 +0000)]
Edje entry: Make sure we append at the end.

SVN revision: 59810

13 years agoEvas text/textblock: Fixed warnings when frame_quening is on.
Tom Hacohen [Mon, 30 May 2011 10:55:35 +0000 (10:55 +0000)]
Evas text/textblock: Fixed warnings when frame_quening is on.

SVN revision: 59809

13 years agoEvas text/textblock: init cur_fi to NULL.
Tom Hacohen [Mon, 30 May 2011 10:55:31 +0000 (10:55 +0000)]
Evas text/textblock: init cur_fi to NULL.

SVN revision: 59808

13 years agoEvas textblock: Fix casting of font when calling pipe op.
Tom Hacohen [Mon, 30 May 2011 09:03:46 +0000 (09:03 +0000)]
Evas textblock: Fix casting of font when calling pipe op.

SVN revision: 59807

13 years agoEdje min_size: Updated edje_object_size_min_restricted_calc's docs.
Tom Hacohen [Mon, 30 May 2011 08:59:56 +0000 (08:59 +0000)]
Edje min_size: Updated edje_object_size_min_restricted_calc's docs.

SVN revision: 59806

13 years agoEvas text/textblock: Check we actually found a font instance.
Tom Hacohen [Mon, 30 May 2011 08:42:26 +0000 (08:42 +0000)]
Evas text/textblock: Check we actually found a font instance.

Currently we only check we have a font_set which is not enough.
Having a fontset and not having an fi should never happen, but it can.

SVN revision: 59804

13 years agoEvas font-engine: Fallback to script_fi if we didn't find another one.
Tom Hacohen [Mon, 30 May 2011 08:31:29 +0000 (08:31 +0000)]
Evas font-engine: Fallback to script_fi if we didn't find another one.

SVN revision: 59803

13 years agoEvas textblock: clean up text_append, and possibly solve infinite loop.
Tom Hacohen [Mon, 30 May 2011 08:16:35 +0000 (08:16 +0000)]
Evas textblock: clean up text_append, and possibly solve infinite loop.

I removed the workaround that solved it, for this cleaner, solution that
should work.

SVN revision: 59802

13 years agoEvas textblock: Removed ununeeded allocation.
Tom Hacohen [Mon, 30 May 2011 08:16:32 +0000 (08:16 +0000)]
Evas textblock: Removed ununeeded allocation.

SVN revision: 59801

13 years agoEvas textblock: Fix an issue with empty textblocks.
Tom Hacohen [Mon, 30 May 2011 07:52:44 +0000 (07:52 +0000)]
Evas textblock: Fix an issue with empty textblocks.

SVN revision: 59800

13 years agomake epp strip dos \r's from dos-like \r\n
Carsten Haitzler [Mon, 30 May 2011 06:37:44 +0000 (06:37 +0000)]
make epp strip dos \r's from dos-like \r\n

SVN revision: 59799

13 years agoback out freeze/thaw on edje entry.. seems to have some side effects
Carsten Haitzler [Mon, 30 May 2011 05:37:59 +0000 (05:37 +0000)]
back out freeze/thaw on edje entry.. seems to have some side effects
with entry in gnelist ... i wonder why... for how, back out.

SVN revision: 59798

13 years agoEvas textblock: Possible workaround for the infinite loop morlenxus is having.
Tom Hacohen [Sun, 29 May 2011 21:11:58 +0000 (21:11 +0000)]
Evas textblock: Possible workaround for the infinite loop morlenxus is having.

SVN revision: 59791

13 years agoEvas : evas_preload.c : Fix compilation when --disable-async-preload is passed to...
Vincent Torri [Sun, 29 May 2011 14:34:33 +0000 (14:34 +0000)]
Evas : evas_preload.c : Fix compilation when --disable-async-preload is passed to configure.

SVN revision: 59786

13 years agoEdje min_size_calc: Fix detection of textblock.
Tom Hacohen [Sun, 29 May 2011 14:28:01 +0000 (14:28 +0000)]
Edje min_size_calc: Fix detection of textblock.

SVN revision: 59785

13 years agoEvas engines: Adjust all the rest of the engines to use Evas_Font_Set.
Tom Hacohen [Sun, 29 May 2011 13:56:23 +0000 (13:56 +0000)]
Evas engines: Adjust all the rest of the engines to use Evas_Font_Set.

SVN revision: 59784

13 years agoEvas font-engine: In continuation of the previous commit. Use Evas_Font_Set.
Tom Hacohen [Sun, 29 May 2011 13:35:45 +0000 (13:35 +0000)]
Evas font-engine: In continuation of the previous commit. Use Evas_Font_Set.

SVN revision: 59783

13 years agoEvas font-engine: Added two font opaque types.
Tom Hacohen [Sun, 29 May 2011 13:00:54 +0000 (13:00 +0000)]
Evas font-engine: Added two font opaque types.

Added Evas_Font_Instance and Evas_Font_Set which correspond to
RGBA_Font_Int and RGBA_Font. This is very important for strict type
checking which we now finally have.

This commit does not include logic changes, only casting and changing
types of pointers to the opaque pointer types.

SVN revision: 59782

13 years agoEvas textblock/font-engine: Fix compiler warnings with -Wshadow.
Tom Hacohen [Sun, 29 May 2011 12:03:20 +0000 (12:03 +0000)]
Evas textblock/font-engine: Fix compiler warnings with -Wshadow.

SVN revision: 59781

13 years agoEvas textblock: Added support for numeric escape sequences.
Tom Hacohen [Sun, 29 May 2011 11:47:53 +0000 (11:47 +0000)]
Evas textblock: Added support for numeric escape sequences.

Patch by Raoul Hecky.

SVN revision: 59780

13 years agoEvas font-engine: Conform to the API changes in Harfbuzz 0.6.0.
Tom Hacohen [Sun, 29 May 2011 11:09:47 +0000 (11:09 +0000)]
Evas font-engine: Conform to the API changes in Harfbuzz 0.6.0.

SVN revision: 59779

13 years agoEvas font-engine: Fixed font fallback in the same script run.
Tom Hacohen [Sun, 29 May 2011 09:20:18 +0000 (09:20 +0000)]
Evas font-engine: Fixed font fallback in the same script run.

SVN revision: 59777

13 years agoEvas font-engine: Fixed a bug in the glyph search function.
Tom Hacohen [Sun, 29 May 2011 09:20:13 +0000 (09:20 +0000)]
Evas font-engine: Fixed a bug in the glyph search function.

SVN revision: 59776

13 years agoA voice in my head said "vtorri will go after you if you don't provide a changelog...
Gustavo Sverzut Barbieri [Fri, 27 May 2011 19:38:14 +0000 (19:38 +0000)]
A voice in my head said "vtorri will go after you if you don't provide a changelog for those auxiliary functions"

SVN revision: 59762

13 years agoEcore_Evas: introduce ecore_evas_screen_geometry_get()
Gustavo Sverzut Barbieri [Fri, 27 May 2011 19:31:11 +0000 (19:31 +0000)]
Ecore_Evas: introduce ecore_evas_screen_geometry_get()

This common interface allows engines to provide whole screen
information to users.

Right now just X is implemented and it queries the size of the default
screen. I hope this is fine.

SVN revision: 59761

13 years agoprovide a way to query screen size (just the default screen right now).
Gustavo Sverzut Barbieri [Fri, 27 May 2011 19:17:04 +0000 (19:17 +0000)]
provide a way to query screen size (just the default screen right now).

NOTE: I don't have xcb, so it's untested. It is supposed to work given
http://www.x.org/releases/X11R7.5/doc/libxcb/tutorial/#DefaultScreen

SVN revision: 59760

13 years agolet ecore_evas_ecore_evas_get() be safer.
Gustavo Sverzut Barbieri [Fri, 27 May 2011 18:53:27 +0000 (18:53 +0000)]
let ecore_evas_ecore_evas_get() be safer.

SVN revision: 59759

13 years agoRevert commit 59732
Tom Hacohen [Fri, 27 May 2011 11:16:05 +0000 (11:16 +0000)]
Revert commit 59732

Read my comment in the email, and we even talked about it on irc. The
current call to "mainloop iterate" is hacky, Jihoon is already working
on an alternative solution.

SVN revision: 59734

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Fri, 27 May 2011 10:46:51 +0000 (10:46 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>

When elm_entry_entry_set() is called, the preedit text in the entry should
be cleared. ATM, it doesn’t works so.

This patch will resolve this problem.

When ecore_imf_context_reset() is called, the preedit text in the immodule
will be committed by calling ‘ecore_imf_context_commit_event_add()’.

ecore_imf_context_commit_event_add puts the event in ecore event queue, so
it will be processed in the idle state of ecore loop.

According to this mechanism, commit text is inserted later, so I use
‘ecore_main_loop_iterate();’ for inserting the commit string instantly.

SVN revision: 59732

13 years agoadd use of freeze+thaw for improvement in out-there scenarios.
Carsten Haitzler [Fri, 27 May 2011 10:32:53 +0000 (10:32 +0000)]
add use of freeze+thaw for improvement in out-there scenarios.

SVN revision: 59730

13 years agoAdd feature: convenience call: evas_event_thaw_eval()
Carsten Haitzler [Fri, 27 May 2011 08:26:11 +0000 (08:26 +0000)]
Add feature: convenience call: evas_event_thaw_eval()

SVN revision: 59727

13 years agoEcore: Ecore_File: Fix shadow declaration of 'mtime' and 'l' variables.
Christopher Michael [Fri, 27 May 2011 02:30:57 +0000 (02:30 +0000)]
Ecore: Ecore_File: Fix shadow declaration of 'mtime' and 'l' variables.

SVN revision: 59722

13 years agoEcore: Fix shadow declaration of variable 'time'.
Christopher Michael [Fri, 27 May 2011 02:06:26 +0000 (02:06 +0000)]
Ecore: Fix shadow declaration of variable 'time'.

SVN revision: 59720

13 years agoEvas: Png Loader: Fix shadow declaration of variable 'compress'.
Christopher Michael [Fri, 27 May 2011 02:00:15 +0000 (02:00 +0000)]
Evas: Png Loader: Fix shadow declaration of variable 'compress'.

SVN revision: 59718

13 years agoEvas: Fix shadow declaration of 'i' variable.
Christopher Michael [Fri, 27 May 2011 01:50:10 +0000 (01:50 +0000)]
Evas: Fix shadow declaration of 'i' variable.

SVN revision: 59716

13 years agoEvas: Fix more shadow declarations of variables.
Christopher Michael [Fri, 27 May 2011 01:47:58 +0000 (01:47 +0000)]
Evas: Fix more shadow declarations of variables.

SVN revision: 59715

13 years agoEvas: Fix more shadow declarations of 'index' variable.
Christopher Michael [Fri, 27 May 2011 01:44:10 +0000 (01:44 +0000)]
Evas: Fix more shadow declarations of 'index' variable.

SVN revision: 59714

13 years agoEvas: Fix shadow declaration of variable 'write'.
Christopher Michael [Fri, 27 May 2011 01:22:56 +0000 (01:22 +0000)]
Evas: Fix shadow declaration of variable 'write'.

SVN revision: 59713

13 years agoEvas: Fix shadow declaration of variable 'index'
Christopher Michael [Fri, 27 May 2011 01:19:35 +0000 (01:19 +0000)]
Evas: Fix shadow declaration of variable 'index'

SVN revision: 59712

13 years agoEvas: Fix shadow declaration of variable 'index'.
Christopher Michael [Fri, 27 May 2011 01:17:15 +0000 (01:17 +0000)]
Evas: Fix shadow declaration of variable 'index'.

SVN revision: 59711

13 years agoEvas: Fix shadow declaration of variable 'index'
Christopher Michael [Fri, 27 May 2011 01:13:41 +0000 (01:13 +0000)]
Evas: Fix shadow declaration of variable 'index'

SVN revision: 59710

13 years agoeina/eina_hash - fixed indentation
ChunEon Park [Thu, 26 May 2011 12:06:48 +0000 (12:06 +0000)]
eina/eina_hash - fixed indentation

SVN revision: 59703

13 years agochlog++
Carsten Haitzler [Thu, 26 May 2011 08:37:44 +0000 (08:37 +0000)]
chlog++

SVN revision: 59694