summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_win.c
Commit message (Expand)AuthorAgeFilesLines
* elm - efl ui win - fix enum handling with explicit casts where neededCarsten Haitzler (Rasterman)2020-08-251-6/+6
* win - x io errors really just have to exit, so call the iorr cb + exitCarsten Haitzler (Rasterman)2020-07-201-1/+2
* efl_ui_win: reuse bg which was created for version checkWooHyun Jung2020-06-121-16/+18
* elm: resolve float comparison warningsMike Blumenkrantz2020-05-091-3/+3
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-9/+9
* elm/win: declare prototype for ecore_evas_dnd_mark_motion_usedMike Blumenkrantz2020-04-171-0/+2
* ecore_evas: add API for finding out if event is usedMarcel Hollerbach2020-04-141-0/+3
* elm_dnd: support target setting on none evas_objectsMarcel Hollerbach2020-04-141-10/+30
* win/widget: free array when object is deleted.Hosang Kim2020-03-171-0/+3
* efl_ui_win: Fix null pointer dereferenceChristopher Michael2020-03-091-1/+4
* efl_ui_win: Fix null pointer dereferenceChristopher Michael2020-03-091-2/+8
* efl_ui_win: Fix horrible formattingChristopher Michael2020-03-091-3/+8
* rewrite efl cnp and dnd handlingMarcel Hollerbach2020-03-081-0/+252
* efl_ui_win: Fix dereference before NULL checkChristopher Michael2020-03-061-3/+6
* efl/config: merge all gesture manager config code into efl.configMike Blumenkrantz2020-02-141-11/+11
* efl/win: change a couple config init sets for gesture manager to use legacy c...Mike Blumenkrantz2020-02-141-5/+2
* elm win - fix client side move/resize req handling csd in xCarsten Haitzler (Rasterman)2020-01-191-83/+153
* elm win + ecore evas - fix csd stuff like base size and min sizingCarsten Haitzler (Rasterman)2020-01-181-6/+22
* evas: move efl_input_device into evas/Efl_Canvas.hCedric Bail2019-10-311-3/+0
* efl_ui_win: Delete useless geometry set for legacy.edjeWoochanlee2019-10-291-1/+0
* efl_ui/win: initialize max size hints to -1 during constructorMike Blumenkrantz2019-10-071-0/+1
* efl_ui/win: fix max size hint evalMike Blumenkrantz2019-10-071-2/+2
* efl_ui_win: add validation check to return legacy default valueWooHyun Jung2019-09-261-0/+4
* theme: efl,state,anim,stop -> efl,state,animating,stoppedMike Blumenkrantz2019-09-251-1/+1
* efl_ui_win: default window type change should not be applied to legacy oneWooHyun Jung2019-09-251-1/+1
* efl_ui/focus: rename focus visibility signalsMike Blumenkrantz2019-09-241-3/+3
* efl_ui_win: default the window type to basicMarcel Hollerbach2019-09-241-0/+3
* efl_ui/win: fix prototype decls for eo api versions of autodelMike Blumenkrantz2019-09-181-0/+12
* efl/image: Efl.Gfx.Image_Scale_Type -> Efl.Gfx.Image_Scale_MethodXavi Artigas2019-09-161-1/+1
* efl: implement efl.file::unload for classes that implement loadMike Blumenkrantz2019-08-291-0/+21
* efl/gfx: redo image scale_type enumMike Blumenkrantz2019-08-231-1/+1
* efl_ui_widget: add a place to share dataMarcel Hollerbach2019-08-201-0/+10
* efl/hints: add restricted and combined max size hintsMike Blumenkrantz2019-08-141-3/+5
* efl_ui/win: implement unimplemented methodsMike Blumenkrantz2019-08-141-1/+41
* efl_ui: use unified size hints api and be explicit about which hint is changedMike Blumenkrantz2019-08-071-1/+1
* efl_ui/win: use efl_ui_image internally for non-legacy widgetsMike Blumenkrantz2019-07-311-3/+15
* efl_ui_win: optimize shutdownMarcel Hollerbach2019-07-171-0/+2
* efl_ui_win: fix emitting of object focus eventsMarcel Hollerbach2019-06-211-24/+12
* efl_ui_win: repair scene event emissionMarcel Hollerbach2019-06-201-2/+2
* efl_input_pointer: rename tool to touch_idMarcel Hollerbach2019-06-201-2/+2
* efl_ui_win: Added more gesture config values for gesture manager.Woochanlee2019-06-111-3/+31
* elementry win: support msaa, stencil and depth bits for wayland.Hermet Park2019-04-251-24/+25
* ecore wayland: expand internal interface to pass engine option list.Hermet Park2019-04-251-2/+2
* efl_ui_win: do not error when NULL is setted as contentMarcel Hollerbach2019-04-211-1/+1
* elm_win: fix correct return value on elm_win_rotation_getYeongjong Lee2019-03-261-0/+1
* elm_win: fix correct rot variable in elm_win_rotation_getYeongjong Lee2019-03-251-3/+2
* efl_ui_win: avoid triggering legacy forbidden path during window finalizeMike Blumenkrantz2019-03-201-1/+2
* efl_ui_win: mark legacy forbidden during bg part load alwaysMike Blumenkrantz2019-03-201-1/+1
* efl_ui_win: fix hw accel detectionMike Blumenkrantz2019-03-201-14/+23
* efl_ui_win: apply new event calling conventionMarcel Hollerbach2019-03-191-3/+3