summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_win.c
Commit message (Expand)AuthorAgeFilesLines
* elementary: none of this call should have propagated any legacy call.Cedric BAIL2019-03-111-7/+7
* efl.ui.win: merge fullscreen+maximize events to use *,changed namingMike Blumenkrantz2019-03-111-6/+10
* efl.ui.win: add event info to 'rotation,changed' event and renameMike Blumenkrantz2019-03-111-2/+3
* efl_canvas_scene: rename event from focus,* to scene_focus,*Marcel Hollerbach2019-03-081-6/+6
* efl_ui_win: do not use Efl.OrientMike Blumenkrantz2019-03-071-2/+2
* elm_plug: remove all legacy usage from eo filesMike Blumenkrantz2019-03-071-1/+1
* efl_ui_win variants: remove all legacy usage from eo filesMike Blumenkrantz2019-03-061-3/+3
* efl_access_object: remove all legacy usage from eo filesMike Blumenkrantz2019-03-061-4/+4
* evas: remove all legacy usage from eo filesMike Blumenkrantz2019-03-061-1/+1
* efl_ui_win: fix compile when HAVE_ELEMENTARY_X is not definedMike Blumenkrantz2019-03-051-1/+2
* efl_ui_win: fix position,changed eventingMike Blumenkrantz2019-03-041-5/+9
* efl.ui.win: remove 'noblank' property from eo apiMike Blumenkrantz2019-03-041-17/+7
* efl.ui.win: remove keygrab set/unset from eo apiMike Blumenkrantz2019-03-041-64/+43
* efl.ui.win: remove all legacy types and functions from eo fileMike Blumenkrantz2019-03-041-79/+409
* efl.ui: remove Efl.Ui.Theme_Apply_ErrorMike Blumenkrantz2019-03-041-5/+5
* efl.ui: Efl.Ui.Theme_Apply_Result -> Efl.Ui.Theme_Apply_ErrorMike Blumenkrantz2019-03-041-11/+11
* efl.ui.win: iconified -> minimizedMike Blumenkrantz2019-02-281-22/+23
* efl_ui_widget: move focus_highlight to the windowMarcel Hollerbach2019-02-271-59/+8
* efl_ui_widget: redo disable handlingMike Blumenkrantz2019-02-271-4/+1
* efl_ui_widget: move orientation to the specific users of this widgetMike Blumenkrantz2019-02-271-91/+91
* efl.file: improve api a bitMike Blumenkrantz2019-02-271-16/+55
* efl.canvas.scene: rename "smart" methods to "group" methodsMike Blumenkrantz2019-02-251-1/+1
* api: rename efl.gfx.entity geometry events and add geometry data to those eventsMike Blumenkrantz2019-02-221-5/+5
* efl.canvas.scene: clean up pointer_position propertyMike Blumenkrantz2019-02-211-5/+3
* efl.canvas.scene: add 'seat_default' propertyMike Blumenkrantz2019-02-211-0/+6
* interfaces: move pointer_iterate method efl.canvas.scene -> efl.ui.winMike Blumenkrantz2019-02-211-1/+1
* api: efl.gfx.size_hints -> efl.gfx.hintsMike Blumenkrantz2019-02-211-24/+24
* efl.screen: screen_size -> screen_size_in_pixelsMike Blumenkrantz2019-02-211-1/+1
* Efl.Gfx.Stack: Rename raise and lowerXavi Artigas2019-02-141-3/+3
* Remove individual class BETA guardsXavi Artigas2019-02-131-3/+0
* eolian: drop class function overridingMarcel Hollerbach2019-02-131-6/+6
* efl_input: remove the API of efl_input_instance_getMarcel Hollerbach2019-02-131-1/+1
* Revert "elm_config: fix elm_config_save not to wake idle processes up"Marcel Hollerbach2019-02-131-1/+0
* efl_ui_win: add 'exit_on_close' property and unit testMike Blumenkrantz2019-01-311-1/+22
* efl_ui_win: add 'exit_on_all_windows_closed' class property and unit testMike Blumenkrantz2019-01-311-1/+23
* elm: fix dereferencing issue and add error handling and remove unreachable co...Myoungwoon Roy, Kim2019-01-301-5/+0
* efl_ui_win: Load config values into gesture manager.Woochanlee2019-01-301-0/+21
* efl_ui_win: move base and step size hints hereMike Blumenkrantz2019-01-231-8/+8
* efl_app: add "standby" eventMike Blumenkrantz2019-01-161-3/+5
* gfx: Add size hint fill (EO)Yeongjong Lee2019-01-161-1/+1
* efl_ui_win: make win work for evas_norenderShinwoo Kim2019-01-101-1/+7
* elm win - we forgot to add gl_drm to possible elm win enginesCarsten Haitzler (Rasterman)2019-01-081-4/+16
* elementary: rename Efl.Ui.Translatable -> Efl.Ui.L10nCedric BAIL2019-01-021-2/+2
* efl_ui_win: Don't allow the frame object to change size before first drawDerek Foreman2018-12-141-4/+4
* efl: fix misspelt focused in API and documents.Alastair Poole2018-12-061-1/+1
* efl_ui_win: enable bg color set although alpha is setJaehyun Cho2018-12-051-1/+8
* elementary: Support using no frame objectChristopher Michael2018-11-291-6/+27
* elm_config: fix elm_config_save not to wake idle processes upWonki Kim2018-11-281-0/+1
* elementary: Reduce EO calls by using geometry_setChris Michael2018-11-211-8/+4
* efl_ui_theme: Introduce Efl.Ui.Theme classJaehyun Cho2018-11-201-9/+9