efl - fixed ugly indentation.

This commit is contained in:
ChunEon Park 2013-11-25 10:42:16 +09:00
parent 59cb177b4b
commit 4f31463d4c
1 changed files with 204 additions and 170 deletions

162
ChangeLog
View File

@ -18,7 +18,8 @@
2013-11-05 Youngbok Shin
* Edje: Add null checking for name of anchor and item in geometry get functions.
* Edje: Add null checking for name of anchor and item in geometry get
functions.
2013-11-03 Christophe Sadoine
@ -30,7 +31,8 @@
2013-10-24 Youngbok Shin
* Evas: Fix textblock rendering to properly set render operation on the context.
* Evas: Fix textblock rendering to properly set render operation on the
context.
2013-10-18 Youngbok Shin
@ -58,10 +60,11 @@
2013-10-11 Cedric Bail
* Eina: add Eina_Spinlock API,
use Eina_Spinlock in Eina_Log, replace Eina_Lock by Eina_Spinlock in Eina_Stringshare,
Eina_Chained_Mempool.
use Eina_Spinlock in Eina_Log, replace Eina_Lock by Eina_Spinlock in
Eina_Stringshare, Eina_Chained_Mempool.
* Eet: replace Eina_Lock by Eina_Spinlock in Eet_Dictionnary.
* Evas: replace Eina_Lock by Eina_Spinlock in Evas_ScaleCache, Evas_Async_Events and Image_Entry.
* Evas: replace Eina_Lock by Eina_Spinlock in Evas_ScaleCache,
Evas_Async_Events and Image_Entry.
* Ecore: use Eina_Spinlock for Ecore_Thread.
2013-10-10 Carsten Haitzler (The Rasterman)
@ -75,7 +78,8 @@
2013-10-04 ChunEon Park (Hermet)
* Eina: fix eina_file_map_lines() to not drop of one character in the last line.
* Eina: fix eina_file_map_lines() to not drop of one character in the
last line.
2013-10-02 Cedric Bail
@ -92,7 +96,8 @@
2013-09-25 Tom Hacohen
* Evas font: Make the evas_font_path_* functions apply to fontconfig searches.
* Evas font: Make the evas_font_path_* functions apply to fontconfig
searches.
2013-09-25 Tom Hacohen
@ -175,7 +180,8 @@
2013-08-07 Chris Michael
* EFL: Require at least version 1.2 of the various wayland libraries to build EFL with wayland support.
* EFL: Require at least version 1.2 of the various wayland libraries to
build EFL with wayland support.
2013-08-02 Yury Usischev
@ -188,7 +194,8 @@
2013-08-01 Cedric Bail
* Edje: faster load time for Edje_Object using Evas_Object_Textblocks and many styles.
* Edje: faster load time for Edje_Object using Evas_Object_Textblocks
and many styles.
2013-07-31 Carsten Haitzler (The Rasterman)
@ -196,7 +203,8 @@
2013-07-31 Cedric Bail
* Eina: add eina_file_refresh(), eina_file_virtualize() and eina_file_virtual().
* Eina: add eina_file_refresh(), eina_file_virtualize() and
eina_file_virtual().
* Evas: use eina_file_virtualize() for evas_object_image_memfile_set().
* Emotion: fix backend priority order.
@ -206,7 +214,8 @@
2013-07-24 Mike Blumenkrantz
* Ecore-Evas: fix usage of underlying X window after it has received a destroy event
* Ecore-Evas: fix usage of underlying X window after it has received a
destroy event
2013-07-22 Jiyoun Park
@ -267,8 +276,8 @@
* Ecore_Evas: Updated doxygen comments for pixmap functions
* Ecore_Evas: Check for valid interface pixmap_get function before
calling it.
* Ecore_Evas: Removed need for prev_front pixmap field in structure
and just use a temporary variable.
* Ecore_Evas: Removed need for prev_front pixmap field in structure and
just use a temporary variable.
2013-07-10 Cedric Bail
@ -328,8 +337,7 @@
2013-06-25 Tom Hacohen
* Evas textblock: Fixed issue with textblocks without fonts
segfaulting.
* Evas textblock: Fixed issue with textblocks without fonts segfaulting.
2013-06-24 Cedric Bail
@ -337,8 +345,7 @@
2013-06-22 Thiep Ha
* Edje: Move cursor to correct position when selection handlers are
pressed.
* Edje: Move cursor to correct position when selection handlers are pressed.
2013-06-20 Christophe Sadoine
@ -354,7 +361,8 @@
2013-06-18 Cedric Bail
* Evas: Use Eo array of callbacks to reduce edje memory foot print of Evas_Object_Box and Evas_Object_Table.
* Evas: Use Eo array of callbacks to reduce edje memory foot print of
Evas_Object_Box and Evas_Object_Table.
2013-06-17 Sung W. Park (sung_)
@ -366,7 +374,8 @@
2013-06-13 Jiyou Park
* Evas: Fix crash if app call image object update add after calling api like fileset.
* Evas: Fix crash if app call image object update add after calling api
like fileset.
2013-06-11 Carsten Haitzler (The Rasterman)
@ -452,15 +461,18 @@
2013-05-22 Daniel Juyung Seo (SeoZ)
* Fix fd handler increase issue when ecore_pipe_add/del is called repeatedly.
* Fix fd handler increase issue when ecore_pipe_add/del is called
repeatedly.
2013-05-22 ChunEon Park (Hermet)
* Edje textblock: keep the text styles when new font by the text class is applied.
* Edje textblock: keep the text styles when new font by the text class
is applied.
2013-05-20 Carsten Haitzler (The Rasterman)
* Evas: Improve memory footpriny by only creating evasgl context on demand.
* Evas: Improve memory footpriny by only creating evasgl context on
demand.
2013-05-18 Carsten Haitzler (The Rasterman)
@ -476,8 +488,10 @@
2013-05-14 Jihoon Kim
* Edje entry: return surrounding string until the start position of selection
* ecore_imf: fix crash when ecore_imf_context_del is called in ecore_imf_context_input_panel_callback_call
* Edje entry: return surrounding string until the start position of
selection
* ecore_imf: fix crash when ecore_imf_context_del is called in
ecore_imf_context_input_panel_callback_call
2013-05-13 Thiep Ha
@ -497,8 +511,7 @@
2013-05-10 Tom Hacohen
* Evas text: Fixed line size calculation when using multiple
fonts.
* Evas text: Fixed line size calculation when using multiple fonts.
2013-05-10 ChunEon Park (Hermet)
@ -540,11 +553,13 @@
2013-05-05 Jiyoun Park (jypark)
* Ecore_Input_Evas: Fix ecore_input_evas didn't check the device id of mouse event
* Ecore_Input_Evas: Fix ecore_input_evas didn't check the device id of
mouse event
2013-05-05 Jiyoun Park (jypark)
* Evas: Fix gif loader can't load image which has normal frames and error frames
* Evas: Fix gif loader can't load image which has normal frames and
error frames
2013-05-04 Carsten Haitzler (The Rasterman)
@ -585,7 +600,8 @@
2013-04-25 Jihoon Kim
* Edje entry: remove duplicated ecore_imf_context_reset in adjusting the selection
* Edje entry: remove duplicated ecore_imf_context_reset in adjusting
the selection
2013-04-24 Carsten Haitzler (The Rasterman)
@ -622,19 +638,22 @@
2013-04-19 Jihoon Kim (jihoon)
* Edje: Remove code to call ecore_imf_context_reset in case of pressing ESC, Return key
* Edje: Remove code to call ecore_imf_context_reset in case of pressing
ESC, Return key
2013-04-14 Carsten Haitzler (The Rasterman)
* Evas: Fix evas gl_x11 to use default depth when visual
matching so lower depth displays work
2013-04-15 ChunEon Park
2013-04-15 ChunEon Park (Hermet)
* Evas: If an object goes to be hidden without replacing the cur/prev
state info, the object context can be corrupted at the next show time.
Now it replaces the cur/prev in that rare case.
2013-04-15 Tom Hacohen
* Evas textblock: Fixed a bug with deletion of ranges that end just
before a visual format.
@ -648,7 +667,8 @@
2013-04-14 ChunEon Park
* Evas: Don't update evas update area by the clipper if the image obj visible is changed.
* Evas: Don't update evas update area by the clipper if the image obj
visible is changed.
2013-04-14 Carsten Haitzler (The Rasterman)
@ -656,7 +676,7 @@
channel in NON-ARGB windows is not filled in with 0xff even if all the
code does things right.
2013-04-13 ChunEon Park
2013-04-13 ChunEon Park
* Evas: Don't be crashed even if the map image size is 0.
@ -670,6 +690,7 @@
* Ecore: Add support for double and triple click on Wayland.
2013-04-10 Tom Hacohen (Tasn) Yakov Goldberg
* Evas textblock : Added split cursor for BiDi text
2013-04-10 WooHyun Jung
@ -744,8 +765,8 @@
2013-03-27 Cedric Bail
* Eina: Add eina_log_timing.
* Ecore, Ecore_Audio, Ecore_Con, Ecore_Evas,
Edje, Eet, Eio, Eo, Evas: use eina_log_timing.
* Ecore, Ecore_Audio, Ecore_Con, Ecore_Evas, Edje, Eet, Eio, Eo, Evas:
use eina_log_timing.
2013-03-27 Jihoon Kim
@ -771,7 +792,8 @@
2013-03-19 Mike Blumenkrantz
* Fix magic failure in eina_value_array_count when array has not been allocated
* Fix magic failure in eina_value_array_count when array has not been
allocated
2013-03-16 Cedric Bail
@ -803,8 +825,10 @@
2013-03-10 Cedric Bail
* Eeze: add a dummy implementation of libmount when it is not available.
* Ecore_Con: add systemd socket activation support (ECORE_CON_SOCKET_ACTIVATE).
* Ecore: notify systemd that we are ready as soon as the main loop is running.
* Ecore_Con: add systemd socket activation support
(ECORE_CON_SOCKET_ACTIVATE).
* Ecore: notify systemd that we are ready as soon as the main loop is
running.
* EFL: use HAVE_FCNTL to disable code using fcntl.
2013-03-08 Igor Murzov
@ -817,8 +841,8 @@
2013-03-06 Jihoon Kim (jihoon)
* Edje entry: fix bug scroll works when PgDn, PgUp, Home, End key in entry is pressed in preedit state
* Edje entry: fix bug scroll works when PgDn, PgUp, Home, End key in
entry is pressed in preedit state
2013-03-05 Jiyoun Park (Jypark)
@ -837,8 +861,7 @@
2013-02-28 Tom Hacohen (TAsn)
* Evas textblock: Added proper size adjustments for
"high" shaped texts.
* Evas textblock: Added proper size adjustments for "high" shaped texts.
2013-02-28 Mike Blumenkrantz
@ -849,7 +872,6 @@
* eina_strlcat work with a NULL src.
2013-02-26 Carsten Haitzler (The Rasterman)
* Fix evas GL common engine to have a shader to do oversampling on
@ -863,7 +885,9 @@
2013-02-23 ChunEon Park (Hermet)
* Evas cache: remove the freed worker from the pthread worker list when it's failed to create a new thread so as not to access it if a thread is working newly.
* Evas cache: remove the freed worker from the pthread worker list when
it's failed to create a new thread so as not to access it if a thread is
working newly.
2013-02-21 Tom Hacohen (TAsn)
@ -913,7 +937,8 @@
2013-02-15 Jiyoun Park (jypark)
* Add infrastructure to handle message between ecore and parent ecore in Ecore_Evas.
* Add infrastructure to handle message between ecore and parent ecore in
Ecore_Evas.
2013-02-14 Cedric Bail
@ -921,8 +946,10 @@
2013-02-14 Jihoon Kim (jihoon)
* edje entry : fix bug not to display preedit string with PREEDIT_TYPE_NONE style
* edje entry : Fix bug candidate word couldn't be selected with up/down key in the preedit status
* edje entry : fix bug not to display preedit string with
PREEDIT_TYPE_NONE style
* edje entry : Fix bug candidate word couldn't be selected with up/down
key in the preedit status
2013-02-11 Stefan Schmidt
@ -961,7 +988,8 @@
2013-02-07 WooHyun Jung
* edje: Checking walking_callbacks for not removing patterns which are still used.
* edje: Checking walking_callbacks for not removing patterns which are
still used.
2013-02-06 Cedric Bail
@ -979,6 +1007,7 @@
* ecore_wayland: Add ecore_wl_globals_get
2013-02-04 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
* evas: Stop initializing and shutting Fontconfig down
2013-02-04 Cedric Bail
@ -990,6 +1019,7 @@
* edje entry : Support &, < and > in preedit string.
2013-02-02 Chidambar Zinnoury (ilLogict)
* Update French translation.
2013-02-01 Mike Blumenkrantz
@ -1003,7 +1033,8 @@
2013-01-31 Jihoon Kim (jihoon)
* edje entry : Remove ecore_imf_context_cursor_position_set in functions related to selection.
* edje entry : Remove ecore_imf_context_cursor_position_set in functions
related to selection.
2013-01-30 Christopher Michael (devilhorns)
@ -1012,7 +1043,8 @@
2013-01-30 Christopher Michael (devilhorns)
* Deprecate ecore_x_randr_crtc_gamma_ramp_* functions.
* Added new ecore_x_randr_crtc_gamma_* functions that uses a proper structure
* Added new ecore_x_randr_crtc_gamma_* functions that uses a proper
structure
2013-01-29 Christopher Michael (devilhorns)
@ -1039,8 +1071,10 @@
2013-01-25 Jihoon Kim (jihoon)
* edje entry : Remove ecore_imf_context_reset, cursor update in mouse move event because it's useless.
* edje entry : move ecore_imf_context_cursor_position_set from mouse down event to mouse up event
* edje entry : Remove ecore_imf_context_reset, cursor update in mouse
move event because it's useless.
* edje entry : move ecore_imf_context_cursor_position_set from mouse
down event to mouse up event
2013-01-24 Sung W. Park (sung_)
@ -1069,22 +1103,23 @@
2013-01-21 Carsten Haitzler (The Rasterman)
* Fix xsync problem in ecore_x_image_get() where prior errors
can get caught.
* Fix xsync problem in ecore_x_image_get() where prior errors can get
caught.
2013-01-18 Jihoon Kim (jihoon)
* edje entry: remove ecore_imf_context_reset in mouse up event because it's useless.
* edje entry: remove ecore_imf_context_reset in mouse up event because
it's useless.
2013-01-18 Cedric Bail
* Ecore_Input_Evas: add infrastructure to handle buggy touchscreen by using
environment variable ECORE_INPUT_FIX and ECORE_INPUT_TIMEOUT_FIX.
* Ecore_Input_Evas: add infrastructure to handle buggy touchscreen by
using environment variable ECORE_INPUT_FIX and ECORE_INPUT_TIMEOUT_FIX.
2013-01-17 Jihoon Kim (jihoon)
* Edje : cursor position and location will be passed when it's really changed
in case of mouse down, move, and up event
* Edje : cursor position and location will be passed when it's really
changed in case of mouse down, move, and up event
2013-01-16 Carsten Haitzler (The Rasterman)
@ -1203,9 +1238,10 @@
2012-12-24 Mike Blumenkrantz
* eina_magic_fail() now throws error messages on NULL pointers instead of critical
* all efl object-freeing functions now take NULL without crashing or erroring
* eio functions no longer crash when passed NULL and throw errors accordingly
* eina_magic_fail() now throws error messages on NULL pointers instead
of critical all efl object-freeing functions now take NULL without
crashing or erroring eio functions no longer crash when passed NULL and
throw errors accordingly
2012-12-19 Gustavo Sverzut Barbieri (k-s)
@ -1321,7 +1357,6 @@
the same direct rendering path.
* Fixed some minor Evas GL extension bugs that came from refactoring.
2012-11-21 Carsten Haitzler (The Rasterman)
* Fixed leak in textblock and text props in general that made
@ -1337,7 +1372,6 @@
* Fixed glGetIntegerv() in Direct Rendering mode for Evas GL
to properly handle GL_SCISSOR_BOX and GL_VIEWPORT parameters.
2012-11-13 Carsten Haitzler (The Rasterman)
* Fixed GLX native surface handling to use glXChooseFBConfig.