diff options
author | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
commit | c963d75dfdeec11f82e79e727062fbf89afa2c04 (patch) | |
tree | 895633dbf641110be46f117c29890c49b3ffc0bd /libraries/ecore/ChangeLog | |
parent | Adding the new extantz viewer and grid manager. (diff) | |
download | SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2 SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz |
Update EFL to latest beta.
Diffstat (limited to 'libraries/ecore/ChangeLog')
-rw-r--r-- | libraries/ecore/ChangeLog | 123 |
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 @@ | |||
364 | 2011-12-02 Carsten Haitzler (The Rasterman) | 364 | 2011-12-02 Carsten Haitzler (The Rasterman) |
365 | 365 | ||
366 | 1.1.0 release | 366 | 1.1.0 release |
367 | 367 | ||
368 | 2011-12-02 Mike Blumenkrantz | 368 | 2011-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 | ||
468 | 2011-12-26 Christopher Michael (devilhorns) | ||
469 | |||
470 | * Add Ecore_X function to return the keycode from a given keyname. | ||
471 | |||
472 | 2012-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 | |||
477 | 2012-02-07 Jihoon Kim (jihoon) | ||
478 | |||
479 | * Support ecore_imf_context_input_panel_show/hide in XIM and SCIM module. | ||
480 | |||
481 | 2012-02-08 Carsten Haitzler (The Rasterman) | ||
482 | |||
483 | * Add ecore_con_url_http_version_set() to set url request version | ||
484 | |||
485 | 2012-02-09 Jihoon Kim (jihoon) | ||
486 | |||
487 | * Provide compose, string in key down/up event in case of scim-input-pad. | ||
488 | |||
489 | 2012-02-10 Christopher Michael (devilhorns) | ||
490 | |||
491 | * Add Ecore_Evas function to allow setting a mouse pointer from efl/elm wayland clients. | ||
492 | |||
493 | 2012-02-15 Jihoon Kim (jihoon) | ||
494 | |||
495 | * Add ecore_imf APIs to set return key type, disable return key. | ||
496 | |||
497 | 2012-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 | |||
504 | 2012-02-10 Jérémy Zurcher | ||
505 | |||
506 | * Improve callbacks in ecore_evas to use typedefs for readability. | ||
507 | |||
508 | 2012-02-20 Cedric Bail | ||
509 | |||
510 | * Rewrite internal of Ecore_Thread to use Eina_Lock and ecore_main_loop_thread_safe_call_async. | ||
511 | |||
512 | 2012-02-23 Cedric Bail | ||
513 | |||
514 | * Move to Evas buffer engine for Ecore_Evas SDL software backend. | ||
515 | |||
516 | 2012-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 | |||
523 | 2012-02-24 Doyun Kang | ||
524 | |||
525 | * Add indicator controls to ecore_x | ||
526 | |||
527 | 2012-02-26 Carsten Haitzler (The Rasterman) | ||
528 | |||
529 | * Fix ecore_file_download to not limit downloads to 30sec. | ||
530 | |||
531 | 2012-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 | |||
543 | 2012-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 | |||
550 | 2012-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 | |||
554 | 2012-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 | |||
561 | 2012-03-07 Carsten Haitzler (The Rasterman) | ||
562 | |||
563 | * Add atoms and api for rotation and indicator transparency in | ||
564 | ecore_x/ecore_evas | ||
565 | |||
566 | 2012-03-07 Mike Blumenkrantz (discomfitor/zmike) | ||
567 | |||
568 | * Add ecore_con_url_status_code_get() to check return code at any time | ||
569 | |||
570 | 2012-03-09 Carsten Haitzler (The Rasterman) | ||
571 | |||
572 | * Fix ecore_thread_feedback_run to work as the documentation and logic tell us. | ||
573 | |||
574 | 2012-03-10 Cedric Bail | ||
575 | |||
576 | * Fix double free at end of execution of Ecore_Thread with feedback. | ||
577 | |||
578 | 2012-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 | |||
583 | 2012-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(). | ||