ChangeLog | ChangeLog | |||
---|---|---|---|---|
2012-06-06 Leandro Pereira | ||||
* Made state index optional (defaulting to 0.0). | ||||
2011-01-29 Carsten Haitzler (The Rasterman) | 2011-01-29 Carsten Haitzler (The Rasterman) | |||
1.0.0 release | 1.0.0 release | |||
2011-01-30 Tom Hacohen (TAsn) | 2011-01-30 Tom Hacohen (TAsn) | |||
* Added "UNDER" cursor mode. | * Added "UNDER" cursor mode. | |||
* Added auto-alignment to text parts, just set text.alignment to -1 to | * Added auto-alignment to text parts, just set text.alignment to -1 to | |||
activate it. It's only relevant to TEXT parts, textblock objects | activate it. It's only relevant to TEXT parts, textblock objects | |||
already have that by default. | already have that by default. | |||
skipping to change at line 415 | skipping to change at line 419 | |||
* Add EDJE_VERSION_12 define so edc files can #ifdef compile | * Add EDJE_VERSION_12 define so edc files can #ifdef compile | |||
right. | right. | |||
2012-04-20 Carsten Haitzler (The Rasterman) | 2012-04-20 Carsten Haitzler (The Rasterman) | |||
* To work through a bug in Elementary, add | * To work through a bug in Elementary, add | |||
edje_object_part_text_escaped_set() that converts escapes to | edje_object_part_text_escaped_set() that converts escapes to | |||
plain UTF8 if the part is TEXT. | plain UTF8 if the part is TEXT. | |||
2012-04-26 Carsten Haitzler (The Rasterman) | 2012-04-26 Carsten Haitzler (The Rasterman) | |||
1.2.0 release | 1.2.0 release | |||
2012-04-30 Jérôme Pinot | 2012-04-30 Jérôme Pinot | |||
* Add missing files in the tarballs. | * 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 | 2012-05-09 Cedric Bail | |||
* Fix bug in case of nesting edje_object_signal_emit and edje_object _signal_callback_{add,del} | * 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. | * 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 | 2012-05-10 Cedric Bail | |||
* Preserve user box and table items during call of edje_object_file_ set. | * 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 | 2012-05-14 Cedric Bail | |||
* Preserve drag informations during call of edje_object_file_set. | * 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 | 2012-05-16 Cedric Bail | |||
* Fix table and text when fixed point is turned on. | * Fix table and text when fixed point is turned on. | |||
* Clamp image tween to never underflow also. | * Clamp image tween to never underflow also. | |||
2012-05-21 Shilpa Onkar Singh | 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 | * Fix patch for edje draggable jump issue when external event | |||
area is used for the dragable. | area is used for the dragable. | |||
2012-06-07 Mike Blumenkrantz | 2012-06-04 Cedric Bail | |||
* Add SPACER part to reduce the load on the canvas (lighter and fast | ||||
er 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 attribu | ||||
te | ||||
2012-06-20 Kim Shinwoo | ||||
* Add edje_object_access_part_list_get and acess flags in edc file. | ||||
2012-06-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. | ||||
2012-06-12 Michael Bouchaud (yoz) | ||||
* The aliases are now inherited from the targeted group | ||||
* Aliases can be usable with edje programs, if the part is in the | ||||
group | ||||
2012-06-24 Cedric Bail | ||||
* Emit signal for flagged part when their size get to zero. | ||||
2012-07-03 Tom Hacohen (TAsn) | ||||
* Entry: Update anchors from user_insert as well. | ||||
2012-07-12 Tom Hacohen (TAsn) | ||||
* Textblock: Fixed issue with updating only the font size using text | ||||
classes. | ||||
* Textblock: Fixed updating textblock text_class with | ||||
edje_text_class_set. | ||||
* Text classes: Fixed edje_text_class_set to behave like | ||||
edje_object_text_class_set (and as expected) wrt NULL fonts. | ||||
2012-07-12 Cedric Bail | ||||
* Warn at compile time about forgotten image definition. | ||||
* Stop compilation when clipping to a non RECT part. | ||||
2012-07-14 Cedric Bail | ||||
* Fix Edje_Multisense shutdown. | ||||
2012-07-24 Carsten Haitzler (The Rasterman) | ||||
* Fix edje entry to extend selection to char pos/word or line | ||||
when holding shift + mouse click. | ||||
2012-07-29 Cedric Bail | ||||
* Reduce potential reentrant issue when using edje_object_signal_emi | ||||
t. | ||||
2012-08-06 Cedric Bail | ||||
* Call edje_object_message_signal_process also on GROUP part Edje ob | ||||
ject. | ||||
2012-08-07 Cedric Bail | ||||
* Fix memory leak when Edje file have alias defined. | ||||
2012-08-09 Cedric Bail | ||||
* Improve speed of color_class lookup by using an Eina_Hash. | ||||
2012-08-14 Hermet | ||||
* Fix the uv mapping correctly in case of image swallowed. | ||||
2012-08-21 Guilherme Silveira | ||||
* Fix password timeout with fixed point. | ||||
2012-08-24 Cedric Bail | ||||
* Properly destroy color_class and text_class on an Edje_Object. | ||||
2012-08-27 Tom Hacohen (TAsn) | ||||
* Textblock: Fixed issue with textblock fit not sizing correctly. Th | ||||
is | ||||
fix is not perfect. | ||||
2012-08-29 Cedric Bail | ||||
* 1.2.1 release | * Don't leak memory on edje block error during signal emit. | |||
End of changes. 9 change blocks. | ||||
3 lines changed or deleted | 135 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |