summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elementary: Temporarily disable elm_code tests on Windowsdevs/lauromoura/csharp-winLauro Moura2018-01-252-5/+13
* eolian_cxx: Fix "unused parameter" warningsLauro Moura2018-01-251-4/+4
* examples: Remove duplicated build code for mono examples.Lauro Moura2018-01-251-12/+4
* tests: Check return value in tests.Lauro Moura2018-01-253-4/+4
* eldbus: Uncomment testsLauro Moura2018-01-252-6/+6
* efl_mono: Remove unneeded code from testsLauro Moura2018-01-251-66/+0
* eolian_mono: Add underlying pointer to ToStringLauro Moura2018-01-251-0/+5
* eolian_mono: Fix event argument for stringsLauro Moura2018-01-254-0/+135
* eolian_mono: Fix visibility of generated eventsLauro Moura2018-01-252-6/+15
* mono: Fix AM_TESTS_ENVIRONMENTLauro Moura2018-01-251-6/+6
* ecore_con: missed compiler warning.Cedric BAIL2018-01-251-1/+1
* ecore_con: restore ability for negative port on local connection.Cedric BAIL2018-01-251-4/+7
* ecore-con pass port into err printCarsten Haitzler (Rasterman)2018-01-261-1/+1
* ecore_con - give error output if port num is invalidCarsten Haitzler (Rasterman)2018-01-261-1/+5
* elm: make elm_object_text_get return markup info as well.Shinwoo Kim2018-01-251-1/+1
* ecore_con: Check for the valid port numberMyoungwoon Roy, Kim2018-01-251-0/+2
* win: Fix legacy win type nameJean-Philippe Andre2018-01-252-3/+3
* eo: only call costly function _eo_op_desc_name_get when in debug mode.Cedric BAIL2018-01-241-0/+2
* efl-wl: don't leak xkb mmaps when running under x11Mike Blumenkrantz2018-01-241-6/+13
* pyolian: improve the doc generationDave Andreoli2018-01-243-30/+92
* efl-wl: create and maintain xserver-based keymap and keyboard states under x11Mike Blumenkrantz2018-01-244-25/+201
* efl-wl: use image border to optimize surface rendering with 1 opaque rectMike Blumenkrantz2018-01-241-7/+17
* efl-wl: unset kbd mods changed flag after sending modifiersMike Blumenkrantz2018-01-241-1/+1
* efl-wl: fix no-op of setting keyboard enter on already-entered surfaceMike Blumenkrantz2018-01-241-4/+7
* ecore-x: add some useful xkb function wrappersMike Blumenkrantz2018-01-242-0/+38
* ecore-x: re-add implementation of ecore_x_connection_get()Mike Blumenkrantz2018-01-243-0/+9
* ecore-x: filter XkbNewKeyboardNotifyEvent before emitting ecore-x eventMike Blumenkrantz2018-01-241-0/+5
* ecore-x: add more info to Ecore_X_Event_Xkb eventMike Blumenkrantz2018-01-242-0/+16
* efl-wl: add functionality for directly passing through xkb objectsMike Blumenkrantz2018-01-242-100/+272
* efl-wl: add docs for smart callbacksMike Blumenkrantz2018-01-241-0/+5
* elm - fix makefile to install missing header for elm_codeCarsten Haitzler (Rasterman)2018-01-241-0/+1
* eolian_gen: remove reference to elm_entry because it is not installedSungtaek Hong2018-01-242-13/+0
* efl_ui_focus_layer: avoid a call to NULLYeongJong Lee2018-01-241-0/+2
* efl_ui_legacy: add new interface to indicate legacy widgetSungtaek Hong2018-01-24120-632/+1004
* efl_ui_win: Avoid a call to NULLYeongJong Lee2018-01-241-9/+1
* eina: Make return doxygen consistentBryce Harrington2018-01-241-67/+36
* pyolian test: just rename the main eolian stateDave Andreoli2018-01-231-59/+59
* efl_ui_focus_manager: listen to deletion for regular and logicalMarcel Hollerbach2018-01-231-3/+14
* elm_genlist: prepare the item when its setMarcel Hollerbach2018-01-231-0/+9
* efl_ui_focus_composition: only rely on managerMarcel Hollerbach2018-01-231-10/+1
* elput: Fix null pointer dereferenceChris Michael2018-01-231-1/+1
* elementary config: Fix to use ELEMENTARY_BASE_DIR for configure pathYoungbok Shin2018-01-231-1/+1
* ecore-x: add more null checks for functionsMike Blumenkrantz2018-01-221-1/+5
* ecore-x: perform internal shutdown on io error if callback is setMike Blumenkrantz2018-01-223-21/+33
* ecore-wl2: correctly translate spacebar keyname into key eventsMike Blumenkrantz2018-01-221-1/+1
* ecore_drm2: fix seat matching when checking for a device with a null seatChris Michael2018-01-221-3/+3
* ecore_drm2: Only use a virtual terminal on seat0Chris Michael2018-01-221-8/+11
* elm: Fix typo checking ecore_evas for efl_access_component_extentsShinwoo Kim2018-01-221-1/+1
* ecore_main: Check for null ptr derefMyoungwoon Roy, Kim2018-01-221-0/+1
* genlist: Avoid a call to NULLJean-Philippe Andre2018-01-221-1/+2