aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/edje/ChangeLog')
-rw-r--r--libraries/edje/ChangeLog66
1 files changed, 66 insertions, 0 deletions
diff --git a/libraries/edje/ChangeLog b/libraries/edje/ChangeLog
index 39757b9..ae65d85 100644
--- a/libraries/edje/ChangeLog
+++ b/libraries/edje/ChangeLog
@@ -219,3 +219,69 @@
219 * Fix message and signal propagation to be consistent in all situations 219 * Fix message and signal propagation to be consistent in all situations
220 as well as simpler. 220 as well as simpler.
221 221
2222011-12-02 Carsten Haitzler (The Rasterman)
223
224 1.1.0 release
225
2262011-12-12 Mike Blumenkrantz (discomfitor/zmike)
227
228 * Fix potential crash from buffer overflow on copying map data.
229
2302011-12-15 Tom Hacohen (TAsn)
231
232 * Entry: Added support for various new key bindings:
233 Ctrl+Arrows, Ctrl+Del and Ctrl+Backspace.
234 * Entry: Added cursor,changed,manual signal.
235 This signal indicates the cursor has been manually changed, i.e by
236 either mouse click or arrows.
237
2382011-12-15 Cedric Bail
239
240 * Fix detections of limits by edje_cc parser.
241
2422011-12-16 Cedric Bail
243
244 * Fix wrong call to free() in edje_load.
245 * Reduce parts walk to the strict minimum.
246
2472011-12-19 Cedric Bail
248
249 * Check existence of group at compile time also.
250
2512012-01-02 Carsten Haitzler (The Rasterman)
252
253 * Fix prototype for edje_object_part_text_cursor_content_get()
254 as it returned a strduped string and not an internal one, so
255 this just formalizes its existing behavior correctly.
256
2572012-01-03 Tom Hacohen (TAsn)
258
259 * Entry: Fixed undo/redo with IMF.
260
2612012-01-04 Carsten Haitzler (The Rasterman)
262
263 * Add HEX, TERMINAL and PASSWORD layouts to edje
264 * Add "recalc" smart callback for object size changes
265
2662012-01-05 Cedric Bail
267
268 * Reduce call to stat during edje_object_file_set.
269
2702012-01-06 Cedric Bail
271
272 * Unswallow object that are about to be swallowed if necessary.
273 * Add EDJE_ASPECT_PREFER_SOURCE.
274
2752012-01-07 David Seikel (onefang)
276
277 * Lua: Calling non exstent functions no longer crashes scripts.
278 This is so that future scripts will still work with old libraries,
279 and lets us add the "host can provide Lua API" feature soon.
280
2812012-01-09 David Seikel (onefang)
282
283 * Lua: Added edje.version().
284
2852012-01-14 Carsten Haitzler (The Rasterman)
286
287 * Added minmul propery for edje to multiply minimum size during min size calc