summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* efl_ui_focus_parent_provider_gen: code refactoringYeongJong Lee2018-01-311-15/+10
* efl_ui_focus_manager_sub: avoid a call to NULLYeongJong Lee2018-01-311-3/+8
* elm_menu: avoid a call to NULLYeongJong Lee2018-01-311-6/+3
* efl_ui_focus_composition: remove elements_flushMarcel Hollerbach2018-01-313-16/+6
* ecore_event: Check for the valid typeMyoungwoon Roy, Kim2018-01-311-2/+6
* ecore_main: Check for the valid flagMyoungwoon Roy, Kim2018-01-311-1/+1
* Efl.ui.progressbar: remove duplicate callAmitesh Singh2018-01-311-2/+0
* Efl.Ui.Progressbar: implement range min maxAmitesh Singh2018-01-314-6/+94
* wl2_surface_dmabuf: Trim the buffer queue after a whileDerek Foreman2018-01-301-1/+26
* ecore_wl2_surface: Flush surfaces for offscreen windowsDerek Foreman2018-01-302-1/+18
* wl2_surface_dmabuf: improve surface flushDerek Foreman2018-01-301-1/+8
* ecore_wl2: Add new event for windows not displayed on any outputDerek Foreman2018-01-303-1/+20
* ecore_wl2: Track outputs a surface is present onDerek Foreman2018-01-302-0/+37
* ecore_wl2: Add internal _ecore_wl2_output_findDerek Foreman2018-01-302-0/+13
* ecore: add function for prepending an event handlerMike Blumenkrantz2018-01-304-7/+66
* eolian: deferred parsing of inherits + better static checksDaniel Kolesa2018-01-306-22/+87
* eolian: move impl/ctor fill to validation stageDaniel Kolesa2018-01-302-217/+218
* efl_ui_image: add missing NULL checkJaeun Choi2018-01-301-0/+1
* efl_ui_panes: Handle NULL object caseJaehyun Cho2018-01-301-8/+14
* elm_panes_legacy: Fix description of functionsJaehyun Cho2018-01-301-17/+7
* Evil: remove "symlink" code (it was for .lnk files anyway...)Vincent Torri2018-01-302-205/+0
* Eio: disable the symlink code on WindowsVincent Torri2018-01-301-0/+9
* Efreet_Mime: update comment about symlinks on WindowsVincent Torri2018-01-301-1/+1
* Eina: ignore EINA_FILE_LNK on WindowsVincent Torri2018-01-302-6/+4
* Ecore_File: remove symlinks support on Windows (library and test)Vincent Torri2018-01-302-13/+19
* ecore_timer: Check for the valid callback funcMyoungwoon Roy, Kim2018-01-301-2/+10
* eina: Cleanup grammar in eina_hash doxygenBryce Harrington2018-01-301-124/+123
* edje_object: fix typo in EAPI edje_object_color_class_description_getSungtaek Hong2018-01-301-1/+1
* Efl.Ui.Image: remove previous image when NULL is setSungtaek Hong2018-01-301-4/+4
* Efl.Ui.Check: fix changed callback is called twiceSungtaek Hong2018-01-291-2/+0
* elm_index: fix documentation of wrong param nameSungtaek Hong2018-01-291-2/+2
* efl_ui_bg_widget_legacy: ignore ELM_SCALESungtaek Hong2018-01-291-0/+2
* elm: make elm_layout_text_set use efl_text_markup_setShinwoo Kim2018-01-291-1/+1
* efl_ui_focus_manager_calc: keep the entry for the redirect seperatedMarcel Hollerbach2018-01-271-14/+22
* ecore_wl2: Make surface managers modularDerek Foreman2018-01-264-217/+261
* eina_module: Drop ridiculous ERR messages from module_list_load/unloadDerek Foreman2018-01-261-2/+2
* ecore_wl2: Use wl_buffer_get in dmabuf_surface_postDerek Foreman2018-01-261-1/+3
* ecore_wl2: fix ecore_wl2_buffer_wl_buffer_getDerek Foreman2018-01-262-4/+4
* ecore_wl2: Add surface_window_get apiDerek Foreman2018-01-262-3/+15
* ecore_wl2: Add API to remove surface managersDerek Foreman2018-01-262-0/+7
* ecore_wl2: Add a way to register new surface managersDerek Foreman2018-01-264-5/+64
* ecore_wl2: rename _surface_flush for consistencyDerek Foreman2018-01-261-2/+2
* ecore_wl2: Move private data allocation into back-end codeDerek Foreman2018-01-262-9/+16
* ecore_wl2: Move backend specific members into a private data structDerek Foreman2018-01-263-38/+57
* ecore_wl2: Move surface size update into generic codeDerek Foreman2018-01-261-2/+2
* ecore_wl2: Add API surface_buffer_createDerek Foreman2018-01-262-6/+15
* ecore_wl2: Remove force from surface reconfigureDerek Foreman2018-01-262-6/+6
* ecore_wl2: Move smarts from surface_map to buffer_mapDerek Foreman2018-01-263-15/+29
* ecore_wl2: Add buffer_fit API and use it from surface codeDerek Foreman2018-01-263-7/+20
* ecore_wl2: Add buffer age inc and use it in surface codeDerek Foreman2018-01-263-1/+10