aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ecore/ChangeLog')
-rw-r--r--libraries/ecore/ChangeLog123
1 files changed, 122 insertions, 1 deletions
diff --git a/libraries/ecore/ChangeLog b/libraries/ecore/ChangeLog
index 5c32d20..dc855e0 100644
--- a/libraries/ecore/ChangeLog
+++ b/libraries/ecore/ChangeLog
@@ -364,7 +364,7 @@
3642011-12-02 Carsten Haitzler (The Rasterman) 3642011-12-02 Carsten Haitzler (The Rasterman)
365 365
366 1.1.0 release 366 1.1.0 release
367 367
3682011-12-02 Mike Blumenkrantz 3682011-12-02 Mike Blumenkrantz
369 369
370 * Use mempools for allocations 370 * Use mempools for allocations
@@ -465,3 +465,124 @@
465 using "Plug" image object. Before only one to one communication 465 using "Plug" image object. Before only one to one communication
466 is possible, but now many "plug"s can show socket's canvas. 466 is possible, but now many "plug"s can show socket's canvas.
467 467
4682011-12-26 Christopher Michael (devilhorns)
469
470 * Add Ecore_X function to return the keycode from a given keyname.
471
4722012-02-06 Jihoon Kim (jihoon)
473
474 * Set ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL as default layout in ecore_imf_context_add.
475 * Add Ecore_IMF function to set or get the input panel-specific data.
476
4772012-02-07 Jihoon Kim (jihoon)
478
479 * Support ecore_imf_context_input_panel_show/hide in XIM and SCIM module.
480
4812012-02-08 Carsten Haitzler (The Rasterman)
482
483 * Add ecore_con_url_http_version_set() to set url request version
484
4852012-02-09 Jihoon Kim (jihoon)
486
487 * Provide compose, string in key down/up event in case of scim-input-pad.
488
4892012-02-10 Christopher Michael (devilhorns)
490
491 * Add Ecore_Evas function to allow setting a mouse pointer from efl/elm wayland clients.
492
4932012-02-15 Jihoon Kim (jihoon)
494
495 * Add ecore_imf APIs to set return key type, disable return key.
496
4972012-02-16 Leif Middelschulte (T_UNIX)
498
499 * Add ecore_x_randr_mode_add to add a mode to a display
500 * Add ecore_x_randr_mode_del to remove a mode from the display
501 * Add ecore_x_randr_output_mode_add to add a mode to an output
502 * Add ecore_x_randr_output_mode_del to remove a mode from an output
503
5042012-02-10 Jérémy Zurcher
505
506 * Improve callbacks in ecore_evas to use typedefs for readability.
507
5082012-02-20 Cedric Bail
509
510 * Rewrite internal of Ecore_Thread to use Eina_Lock and ecore_main_loop_thread_safe_call_async.
511
5122012-02-23 Cedric Bail
513
514 * Move to Evas buffer engine for Ecore_Evas SDL software backend.
515
5162012-02-23 Leif Middelschulte (T_UNIX)
517
518 * Add ecore_x_randr_window_crtcs_get to get the crtcs that display a
519 window.
520 * Deprecate ecore_x_randr_current_output_get. Use
521 ecore_x_randr_window_crtcs_get instead.
522
5232012-02-24 Doyun Kang
524
525 * Add indicator controls to ecore_x
526
5272012-02-26 Carsten Haitzler (The Rasterman)
528
529 * Fix ecore_file_download to not limit downloads to 30sec.
530
5312012-02-28 Carsten Haitzler (The Rasterman)
532
533 * Add ecore_x_netwm_icons_set()
534 * Add ecore_evas_window_group_set() ecore_evas_window_group_get()
535 ecore_evas_aspect_set() ecore_evas_aspect_get()
536 ecore_evas_urgent_set() ecore_evas_urgent_get()
537 ecore_evas_modal_set() ecore_evas_modal_get()
538 ecore_evas_demand_attention_set()
539 ecore_evas_demand_attention_get()
540 ecore_evas_focus_skip_set() ecore_evas_focus_skip_get()
541 ecore_evas_callback_state_change_set()
542
5432012-02-28 Christopher Michael (devilhorns)
544
545 * Refactor Ecore_Wayland code to improve running EFL
546 applications as Wayland Clients.
547 * Refactor Ecore_Evas Wayland code to match changes in
548 Ecore_Wayland
549
5502012-02-29 Jihoon Kim (jihoon)
551
552 * Add ecore_imf_context_input_panel_caps_lock_mode_set/get to set the caps lock mode on the input panel
553
5542012-03-07 ChunEon Park (Hermet)
555
556 * Add ecore_x_illume_clipboard_state_set()
557 ecore_x_illume_clipboard_state_get()
558 ecore_x_illume_clipboard_geometry_set()
559 ecore_x_illume_clipboard_geometry_get()
560
5612012-03-07 Carsten Haitzler (The Rasterman)
562
563 * Add atoms and api for rotation and indicator transparency in
564 ecore_x/ecore_evas
565
5662012-03-07 Mike Blumenkrantz (discomfitor/zmike)
567
568 * Add ecore_con_url_status_code_get() to check return code at any time
569
5702012-03-09 Carsten Haitzler (The Rasterman)
571
572 * Fix ecore_thread_feedback_run to work as the documentation and logic tell us.
573
5742012-03-10 Cedric Bail
575
576 * Fix double free at end of execution of Ecore_Thread with feedback.
577
5782012-03-13 Leif Middelschulte (T_UNIX)
579
580 * Fix ecore_x_randr_modes_info_get to not cut off the trailing '\0'
581 anymore
582
5832012-03-20 Vincent Torri
584
585 * Rename ecore_win32_window_focus_set() to ecore_win32_window_focus()
586 to match ecore_x API.
587 * Add ecore_wince_window_focus(), ecore_wince_window_focus_get()
588 and ecore_win32_window_focus_get().