efl/legacy/edje/ChangeLog

54 lines
1.3 KiB
Plaintext
Raw Normal View History

2011-01-29 Carsten Haitzler (The Rasterman)
1.0.0 release
2011-01-30 Tom Hacohen (TAsn)
* Added "UNDER" cursor mode.
* Added auto-alignment to text parts, just set text.alignment to -1 to
activate it. It's only relevant to TEXT parts, textblock objects
already have that by default.
2011-02-01 Tom Hacohen (TAsn)
* Added Mirroring support to edje objects.
2011-02-08 Cedric BAIL
* Fix invalid memory access by edje alias code.
2011-02-10 Cedric BAIL
* Fix use of recursive alias.
2011-02-20 21:56:28 -08:00
2011-02-21 WooHyun Jung
* Fix missing cursor changed signale on backspace
2011-02-21 Mike Blumenkrantz
* Add built-in cpp (epp) to provide consistent output on all archs/OSes
2011-02-10 Cedric BAIL
* Fix propagation of recursive events on existing part.
2011-02-24 Cedric BAIL
* fix signal comming from box/table item to include their
index or name correctly.
2011-02-25 Jihoon Kim
* Add edje_object_part_text_cursor_pos_{set,get} API
2011-02-27 Tom Hacohen (TAsn)
* Added size_range property to TEXT parts in edje files.
This lets you limit the size of the font that will be used.
Especially useful when using fit.
2011-03-10 WooHyun Jung
* Fix: Emit clicked signal on entry if still in - missing.