summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* efl: add EFL_VERSION_1_21Mike Blumenkrantz2017-08-142-1/+4
* Efl.ui.panes: move legacy APIs at bottom of fileAmitesh Singh2017-08-141-69/+70
* Revert "evas: we should be able to access this data during an object being de...Cedric Bail2017-08-131-4/+4
* eo: only return NULL when the object is destructed.Cedric Bail2017-08-131-1/+4
* ecore_evas: define the predefine for wl2 instead of waylandMarcel Hollerbach2017-08-121-1/+1
* ecore_imf/wayland: Check the return value of memory allocation functionJihoon Kim2017-08-121-5/+11
* efl-wl: max size of 0x0 from shell is -1x-1 in eflMike Blumenkrantz2017-08-111-0/+2
* efl-wl: initialize seat keymap fd to -1Mike Blumenkrantz2017-08-111-0/+1
* ecore: always set delete_me before removing fd from pollMike Blumenkrantz2017-08-111-4/+5
* efl-wl: handle case where eglBindWaylandDisplay failsMike Blumenkrantz2017-08-111-3/+2
* efl-wl: always dismiss popups on hideMike Blumenkrantz2017-08-111-1/+1
* elm_widget: do not reparent subobjs to top widget for non-elm objectsMike Blumenkrantz2017-08-111-1/+2
* efl-wl: use correct accessor method for keyboard resource hashMike Blumenkrantz2017-08-111-3/+8
* wayland: set min/max size hints to surface before showMike Blumenkrantz2017-08-112-2/+36
* efl-wl: add functionality for extracting surfaces for external useMike Blumenkrantz2017-08-112-7/+91
* efl-wl: add EFL_WL_DEBUG env variable for enabling wayland debugMike Blumenkrantz2017-08-111-1/+13
* wayland: remove xdg5 supportMike Blumenkrantz2017-08-116-284/+8
* wayland: fix xdg-shell popup windowsMike Blumenkrantz2017-08-113-32/+50
* ecore_evas_drm: Tick from the animator registration callbackDerek Foreman2017-08-111-1/+36
* ecore_evas_drm: Let ecore_drm2 track pending page flipsDerek Foreman2017-08-111-17/+5
* ecore_drm2: Add query for pending pageflipDerek Foreman2017-08-112-0/+22
* makefile_evas: fix includes when openjpeg 1.5 and 2.0 are installed.Al Poole2017-08-111-3/+4
* evas: we should be able to access this data during an object being destroyed.Cedric Bail2017-08-111-4/+4
* evas tests - add Jpeg2000 testsVincent Torri2017-08-116-4/+70
* efl_ui_focus_manager_calc: fix the class check of the redirectMarcel Hollerbach2017-08-111-2/+2
* Efl.Ui.Panes: rename min_split_ratio to split_ratio_minAmitesh Singh2017-08-112-5/+4
* Efl.Ui.Panes: rename allow_user_size_hints to hint_min_allowAmitesh Singh2017-08-114-14/+14
* common3d: correct converting number to floatThiep Ha2017-08-112-4/+4
* elm_scroller: focus_direction should not be called when scroller focusable an...Jeonghyun Yun2017-08-111-1/+4
* Cast to double before division during region/coord calculation.Sungtaek Hong2017-08-111-6/+6
* win: Prevent crash inside ecore evas callbacksJean-Philippe Andre2017-08-111-8/+33
* eo: Check refs in efl_data_scope_safe_getJean-Philippe Andre2017-08-112-0/+2
* Efl.Ui.Panes: don't use edje restrict cal to calculate min sizeAmitesh Singh2017-08-111-9/+8
* efl_ui_focus_manager: make focus a propertyMarcel Hollerbach2017-08-1013-46/+36
* efl_ui_focus_manager: split this of tinto a class and a interfaceMarcel Hollerbach2017-08-1024-1649/+1680
* eolian-cxx: Add workaround for clang removing const from parametersFelipe Magno de Almeida2017-08-101-0/+5
* efl_wl: Update to latest dmabuf protocol versionDerek Foreman2017-08-103-17/+108
* eolian cxx: fix the remaining type errorsDaniel Kolesa2017-08-101-5/+5
* eolian cxx: fix build after eolian type api changeDaniel Kolesa2017-08-101-5/+5
* ecore, ecore_con: fix const on Eina.SliceDaniel Kolesa2017-08-103-6/+3
* eolian: fix testsDaniel Kolesa2017-08-101-20/+20
* eolian: implement proper return type serializationDaniel Kolesa2017-08-104-42/+52
* elua: update eolian bindings with c type serialization changeDaniel Kolesa2017-08-103-12/+24
* eolian: change C type serialization API to account for returnsDaniel Kolesa2017-08-106-19/+28
* elm test: rename efl.ui.panes test caseAmitesh Singh2017-08-102-4/+4
* Efl.Ui.Image: use internal func to detect legacy usageAmitesh Singh2017-08-101-4/+2
* Efl.Ui.Panes: use internal func to detect legacy usageAmitesh Singh2017-08-102-12/+4
* Efl.Ui.Panes: set dir to EFL_UI_DIR_VERTICALAmitesh Singh2017-08-101-0/+1
* Efl.Ui.Panes: switch to Efl.Ui.Dir (EO)Amitesh Singh2017-08-104-30/+31
* Efl.Ui.Panes: rename left/right_size_set to split_ratioAmitesh Singh2017-08-106-117/+280