X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=340fb593ba3b543cd7a43e9854845cdf0a2bb4f3;hb=b6b039e3a0affb2d75af6dd7c90ccefd1a2354f2;hp=59336d813a53874f228198fed7de97f8996766e9;hpb=933665abba431310439af81ff406311722b9a290;p=framework%2Fuifw%2Fedje.git diff --git a/ChangeLog b/ChangeLog index 59336d8..340fb59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -176,6 +176,11 @@ * Entry: Added change information to entry,changed,user +2011-11-03 Jaehwan Kim + + * Transition: Add the "CURRENT" option which causes the edje object move + from its current position. + 2011-10-04 Govindaraju SM, Prince Kumar Dubey * Add Edje multisense that allows playback of samples and @@ -201,3 +206,293 @@ Including some handling of size changes. * White space fixes, one of the editors I use cleans those up automatically. shrugs +2011-11-06 David Seikel (onefang) + + * Lua: Added half of the evas map API. + +2011-11-07 David Seikel (onefang) + + * Lua: Added the other half of the evas map API. + +2011-11-19 Carsten Haitzler (The Rasterman) + + * Fix message and signal propagation to be consistent in all situations + as well as simpler. + +2011-12-02 Carsten Haitzler (The Rasterman) + + 1.1.0 release + +2011-12-12 Mike Blumenkrantz (discomfitor/zmike) + + * Fix potential crash from buffer overflow on copying map data. + +2011-12-15 Tom Hacohen (TAsn) + + * Entry: Added support for various new key bindings: + Ctrl+Arrows, Ctrl+Del and Ctrl+Backspace. + * Entry: Added cursor,changed,manual signal. + This signal indicates the cursor has been manually changed, i.e by + either mouse click or arrows. + +2011-12-15 Cedric Bail + + * Fix detections of limits by edje_cc parser. + +2011-12-16 Cedric Bail + + * Fix wrong call to free() in edje_load. + * Reduce parts walk to the strict minimum. + +2011-12-19 Cedric Bail + + * Check existence of group at compile time also. + +2012-01-02 Carsten Haitzler (The Rasterman) + + * Fix prototype for edje_object_part_text_cursor_content_get() + as it returned a strduped string and not an internal one, so + this just formalizes its existing behavior correctly. + +2012-01-03 Tom Hacohen (TAsn) + + * Entry: Fixed undo/redo with IMF. + +2012-01-04 Carsten Haitzler (The Rasterman) + + * Add HEX, TERMINAL and PASSWORD layouts to edje + * Add "recalc" smart callback for object size changes + +2012-01-05 Cedric Bail + + * Reduce call to stat during edje_object_file_set. + +2012-01-06 Cedric Bail + + * Unswallow object that are about to be swallowed if necessary. + * Add EDJE_ASPECT_PREFER_SOURCE. + +2012-01-07 David Seikel (onefang) + + * Lua: Calling non exstent functions no longer crashes scripts. + This is so that future scripts will still work with old libraries, + and lets us add the "host can provide Lua API" feature soon. + +2012-01-09 David Seikel (onefang) + + * Lua: Added edje.version(). + +2012-01-14 Carsten Haitzler (The Rasterman) + + * Added minmul propery for edje to multiply minimum size during min size calc + +2012-01-20 Carsten Haitzler (The Rasterman) + + * Fix the ability to change the edje file source of an edje object + inside a callback - it worked but you couldn't swallow/set text etc. + +2012-01-03 Tom Hacohen (TAsn) + + * Entry: Added edje_object_part_text_style_user_set/get that'll use + the new corresponding textblock functions. + +2012-01-23 Cedric Bail + + * Fix overridding group in edje_cc by fixing with the right index. + +2012-01-24 Cedric Bail + + * Filter should only be valid once all program affecting there part are done. + +2012-01-25 Cedric Bail + + * Only store the image used by active group. + +2012-01-26 Cedric Bail + + * Add min: SOURCE, max: SOURCE. + +2012-02-03 Jihoon Kim + + * Entry: Fix to work edje_object_part_text_input_panel_enabled_set/get well + even though ecore_imf doesn't exist or immodule isn't used. + +2012-02-07 WooHyun Jung + + * Added edje_object_markup_filter_callback_{add,del,del_full}. + These let you append(delete) markup filter functions for filtering + inserted text. + +2012-02-08 Cedric Bail + + * Fix bug when using EDJE_CALC_CACHE and using relative to x and y + on separate part. + * Fix bug with filter preventing any action to be triggered. + +2012-02-10 Cedric Bail + + * Prevent propagation of signal, when there is a matching target with edje GROUP. + +2012-02-13 Jihoon Kim + + * add edje_object_part_text_input_panel_show/hide. + These APIs can be used in input panel manual control mode. + * add edje_object_part_text_imf_context_reset that will use + for reseting the input method context. + +2012-02-14 Jihoon Kim + + * add edje_object_part_text_prediction_allow_set/get. + These APIs can be used to set whether prediction feature is allowed or not. + +2012-02-14 Cedric Bail + + * add a way to disable signal broadcasting introduced in edje 1.1. + +2012-02-15 Jihoon Kim + + * add edje_object_part_text_input_panel_language_set/get + edje_object_part_text_input_panel_imdata_set/get + edje_object_part_text_input_panel_return_key_type_set/get + edje_object_part_text_input_panel_return_key_disabled_set/get + +2012-02-20 WooHyun Jung + + * Change API names from edje_object_markup_filter_callback_{add,del,del_full}. + to edje_object_text_markup_filter_callback_{add,del,del_full}. + +2012-02-24 Jihoon Kim + + * add edje_object_part_text_imf_context_get for getting Ecore_IMF_Context handle in edje text object + +2012-02-29 Tom Hacohen (TAsn) + + * Entry: Added edje_object_part_text_user_insert. + This function inserts text as if the user has inserted it. + This means it actually registers as a change and etc. + +2012-03-06 Mikael Sans (XHeLL) + + * Entry: Added double click and triple click. + Double click selects a word. + Triple click selects a line. + +2012-03-07 Tom Hacohen (TAsn) + + * Entry: Replaced edje_object_part_text_style_user_set/get + with edje_object_part_text_style_user_set/get to correspond to + textblock's recent changes. + +2012-03-07 Cedric Bail + + * Correctly count and propagate preload signal with GROUP. + * Fix rotation with fixed point. + +2012-03-11 Cedric Bail + + * Propagate scale factor to GROUP's part. + +2012-03-12 Cedric Bail + + * Make it possible for edje to update size hint automatically. + * Add min: SOURCE to GROUP's part. + +2012-03-30 Jihoon Kim + + * Fix number doesn't insert even though NUM LOCK is locked. + +2012-04-16 Carsten Haitzler (The Rasterman) + + * Add EDJE_VERSION_12 define so edc files can #ifdef compile + right. + +2012-04-20 Carsten Haitzler (The Rasterman) + + * To work through a bug in Elementary, add + edje_object_part_text_escaped_set() that converts escapes to + plain UTF8 if the part is TEXT. + +2012-04-26 Carsten Haitzler (The Rasterman) + + 1.2.0 release + +2012-04-30 Jérôme Pinot + + * Add missing files in the tarballs. + +2012-05-02 Cedric Bail + + * Doing less allocation and reuse Evas_Map does help. + +2012-05-08 Cedric Bail + + * Add edje_watch tools to automatically rebuild edc. + +2012-05-09 Cedric Bail + + * Fix bug in case of nesting edje_object_signal_emit and edje_object_signal_callback_{add,del} + * Check that the file changed on disk when trying to reopen it. + * Emit ['edje,change,file', 'edje'] when the file change on disk. + * Automatically reload edje file when it change in edje_player. + +2012-05-10 Cedric Bail + + * Preserve user box and table items during call of edje_object_file_set. + +2012-05-12 Rajeev Ranjan (Rajeev) + + * Add edje_cc optimization to remove alpha channel flag from images + with absolutely no alpha in them if marked as havin alpha in the + originals + +2012-05-14 Cedric Bail + + * Preserve drag informations during call of edje_object_file_set. + +2012-05-15 Carsten Haitzler (The Rasterman) + + * Optimize edje_cc to be multi-threaded and compress in parallel + * Remove O(n2) algorithms for O(1) in the parser in edje_cc + * Add options for the new compression modes in Eet. (fastcomp + and fastdecomp - LZ4 and LZ4HC). + * Overall sped up edje_cc by 4x faster (if you use fastcomp) + and about 4.5x faster with old zlib compression. + +2012-05-16 Cedric Bail + + * Fix table and text when fixed point is turned on. + * Clamp image tween to never underflow also. + +2012-05-20 Cedric Bail + + * Use Eina_File instead of fopen when possible in edje_cc. + +2012-05-21 Shilpa Onkar Singh + + * Fix patch for edje draggable jump issue when external event + area is used for the dragable. + +2012-06-04 Cedric Bail + + * Add SPACER part to reduce the load on the canvas (lighter and faster theme). + +2012-06-04 Prince Kumar Dubey + + * Fix decompile of sound samples to use sound source file, not name + * Fix decompile of sound samples not double-free + * Fix alsa configure option to be alsa, not flac. + +2012-06-06 Jihoon Kim + + * edje_entry: display preedit string even though there is no attribute + +2012-06-20 Kim Shinwoo + + * Add edje_object_access_part_list_get and acess flags in edc file. + +2012-05-21 Carsten Haitzler (The Rasterman) + + * Improve edje_cc slightly to use prefix for full path to + embryo_cc. this still like before requires embryo and edje to share + the same install prefix for edje_cc to work. +