aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libraries/edje/ChangeLog111
1 files changed, 111 insertions, 0 deletions
diff --git a/libraries/edje/ChangeLog b/libraries/edje/ChangeLog
index ae65d85..87de11e 100644
--- a/libraries/edje/ChangeLog
+++ b/libraries/edje/ChangeLog
@@ -285,3 +285,114 @@
2852012-01-14 Carsten Haitzler (The Rasterman) 2852012-01-14 Carsten Haitzler (The Rasterman)
286 286
287 * Added minmul propery for edje to multiply minimum size during min size calc 287 * Added minmul propery for edje to multiply minimum size during min size calc
288
2892012-01-20 Carsten Haitzler (The Rasterman)
290
291 * Fix the ability to change the edje file source of an edje object
292 inside a callback - it worked but you couldn't swallow/set text etc.
293
2942012-01-03 Tom Hacohen (TAsn)
295
296 * Entry: Added edje_object_part_text_style_user_set/get that'll use
297 the new corresponding textblock functions.
298
2992012-01-23 Cedric Bail
300
301 * Fix overridding group in edje_cc by fixing with the right index.
302
3032012-01-24 Cedric Bail
304
305 * Filter should only be valid once all program affecting there part are done.
306
3072012-01-25 Cedric Bail
308
309 * Only store the image used by active group.
310
3112012-01-26 Cedric Bail
312
313 * Add min: SOURCE, max: SOURCE.
314
3152012-02-03 Jihoon Kim
316
317 * Entry: Fix to work edje_object_part_text_input_panel_enabled_set/get well
318 even though ecore_imf doesn't exist or immodule isn't used.
319
3202012-02-07 WooHyun Jung
321
322 * Added edje_object_markup_filter_callback_{add,del,del_full}.
323 These let you append(delete) markup filter functions for filtering
324 inserted text.
325
3262012-02-08 Cedric Bail
327
328 * Fix bug when using EDJE_CALC_CACHE and using relative to x and y
329 on separate part.
330 * Fix bug with filter preventing any action to be triggered.
331
3322012-02-10 Cedric Bail
333
334 * Prevent propagation of signal, when there is a matching target with edje GROUP.
335
3362012-02-13 Jihoon Kim
337
338 * add edje_object_part_text_input_panel_show/hide.
339 These APIs can be used in input panel manual control mode.
340 * add edje_object_part_text_imf_context_reset that will use
341 for reseting the input method context.
342
3432012-02-14 Jihoon Kim
344
345 * add edje_object_part_text_prediction_allow_set/get.
346 These APIs can be used to set whether prediction feature is allowed or not.
347
3482012-02-14 Cedric Bail
349
350 * add a way to disable signal broadcasting introduced in edje 1.1.
351
3522012-02-15 Jihoon Kim
353
354 * add edje_object_part_text_input_panel_language_set/get
355 edje_object_part_text_input_panel_imdata_set/get
356 edje_object_part_text_input_panel_return_key_type_set/get
357 edje_object_part_text_input_panel_return_key_disabled_set/get
358
3592012-02-20 WooHyun Jung
360
361 * Change API names from edje_object_markup_filter_callback_{add,del,del_full}.
362 to edje_object_text_markup_filter_callback_{add,del,del_full}.
363
3642012-02-24 Jihoon Kim
365
366 * add edje_object_part_text_imf_context_get for getting Ecore_IMF_Context handle in edje text object
367
3682012-02-29 Tom Hacohen (TAsn)
369
370 * Entry: Added edje_object_part_text_user_insert.
371 This function inserts text as if the user has inserted it.
372 This means it actually registers as a change and etc.
373
3742012-03-06 Mikael Sans (XHeLL)
375
376 * Entry: Added double click and triple click.
377 Double click selects a word.
378 Triple click selects a line.
379
3802012-03-07 Tom Hacohen (TAsn)
381
382 * Entry: Replaced edje_object_part_text_style_user_set/get
383 with edje_object_part_text_style_user_set/get to correspond to
384 textblock's recent changes.
385
3862012-03-07 Cedric Bail
387
388 * Correctly count and propagate preload signal with GROUP.
389 * Fix rotation with fixed point.
390
3912012-03-11 Cedric Bail
392
393 * Propagate scale factor to GROUP's part.
394
3952012-03-12 Cedric Bail
396
397 * Make it possible for edje to update size hint automatically.
398 * Add min: SOURCE to GROUP's part.