summaryrefslogtreecommitdiff
path: root/src/lib/elm_win.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Fix typos fun!Daniel Juyung Seo2015-10-291-2/+2
* elm_win: fix wrong comment.Nak-Gyeong Kim2015-10-191-2/+2
* atspi: clean-up children-changed event emission.Lukasz Stanislawski2015-10-191-2/+15
* elementary: Remove unused static variableChris Michael2015-10-141-1/+0
* elementary: Fix calling ecore_evas_wayland_move with improper valuesChris Michael2015-10-121-1/+5
* atspi: add global event emitterdevs/stanluk/perfLukasz Stanislawski2015-10-011-19/+17
* focus: add the focus_direction feature about item.Jaehwan Kim2015-09-251-2/+2
* [elm_win] Possible memory leak Fixed.Prince Kumar Dubey2015-09-231-0/+2
* elm - fix focus set on focus in on window due to previous focus fixCarsten Haitzler (Rasterman)2015-09-211-2/+8
* focus: remove checking the focus origin in highlight job.Jaehwan Kim2015-09-181-5/+1
* focus: add the APIs to set the focus next about item.Jaehwan Kim2015-09-151-6/+6
* elm - when focus goes back in to a window dont have scrollers jumpCarsten Haitzler (Rasterman)2015-09-101-1/+13
* elm autofocus show - fix cases where focus is inside containersCarsten Haitzler (Rasterman)2015-09-101-3/+1
* win: fix FAKE window geometry updating + resize object addingMike Blumenkrantz2015-09-071-46/+56
* elm win - fix to ensure smart calc is done before showCarsten Haitzler (Rasterman)2015-08-281-0/+2
* Elm win: Fix according to the new behaviour of parent_set.Tom Hacohen2015-08-261-9/+0
* elm_win: Initilize the variable 'preferred_rot' as a -1 before invoking _elm_...Seunghun Lee2015-08-251-3/+3
* elm_win: set wm rotation hints _elm_win_xwin_update().Seunghun Lee2015-08-201-0/+8
* focus: item focus moves by geometry.Jaehwan Kim2015-08-131-1/+17
* win: remove usage of deprecated api.ChunEon Park2015-08-071-1/+1
* win: code refactoring.ChunEon Park2015-08-071-14/+4
* elm_win: add new condition about engine set when generate the elm_win objectjiin.moon2015-08-071-2/+6
* focus/list/genlist/gengrid: fix focus highlight issues on list widgets when a...Youngbok Shin2015-08-051-1/+1
* focus: add del callback always.Jaehwan Kim2015-08-051-4/+14
* Revert "Adds eglfs support"Nicolas Aguirre2015-08-031-18/+5
* Revert "Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfs"Nicolas Aguirre2015-08-031-3/+9
* Removes ELM_CHECK_BACKEND[EGLFS] which searches for an ecore-eglfsFlorent Revest2015-08-031-9/+3
* Adds eglfs supportFlorent Revest2015-08-031-5/+18
* elementary: Fix calls to ecore_wl_window_update_locationChris Michael2015-07-301-2/+2
* elementary: Call ecore_wl_window_update_location function when opaque region ...Chris Michael2015-07-301-0/+2
* win: correct setting of wayland opaque regionDerek Foreman2015-07-281-1/+1
* elementary: Remove debug commentChris Michael2015-07-211-1/+0
* win: redo wayland opaque region settingMike Blumenkrantz2015-07-201-19/+43
* elementary: Properly fix wayland opaque region settingChris Michael2015-07-171-1/+4
* elementary: Fix elementary wayland border opaque region calculationsChris Michael2015-07-161-11/+2
* Window: Set urgent flag only when not already setJean-Philippe Andre2015-07-101-0/+2
* Win: fix ABI issueDaniel Zaoui2015-07-061-0/+6
* Focus: concentrate focused events in widgetDaniel Zaoui2015-07-061-2/+2
* elm_list, elm_win: porting evas smart callbacks to eoAvi Levin2015-07-051-33/+45
* win: do not emit atspi children-changed event twiceLukasz Stanislawski2015-07-021-8/+1
* win: return nice atspi nameLukasz Stanislawski2015-07-021-0/+7
* win: Add autohide and ELM_POLICY_QUIT_LAST_WINDOW_HIDDENVitor Sousa2015-07-011-7/+57
* atspi: fix missing Window signals on AT-SPI2 initializationLukasz Stanislawski2015-06-291-6/+37
* atspi: refactor atspi_bridge to eo objectLukasz Stanislawski2015-06-291-2/+5
* elm: Add missing const for getters.Daniel Juyung Seo2015-06-261-1/+1
* elementary: Add rudimentary support for Elm Wayland apps to set border iconChris Michael2015-06-251-0/+17
* genlist/list/win: Revert focus highlight animation when looping is enableAmitesh Singh2015-06-251-29/+0
* win: fix bug about engine value.ChunEon Park2015-06-171-1/+1
* win: do not use deferred ecore evas deletion for FAKE winsMike Blumenkrantz2015-06-161-1/+1
* win: only trigger del trap if win type is not FAKEMike Blumenkrantz2015-06-161-1/+1