summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* thdevs/raster/theme/flat2Carsten Haitzler (Rasterman)2017-11-256-859/+686
* th: remove sys.edcCarsten Haitzler (Rasterman)2017-11-121-1/+0
* Theme workCarsten Haitzler (Rasterman)2017-11-123-135/+132
* THEME: More theme work (frames, scroller, some entry stuff)...Carsten Haitzler (Rasterman)2017-11-046-961/+613
* Theme updates: Luncher icon indicator not relative. New pager plain style.Stephen 'Okra' Houston2017-10-301-323/+0
* Gadget themes: Remove shines.Stephen 'Okra' Houston2017-10-301-0/+323
* flat theme workCarsten Haitzler (Rasterman)2017-10-301-1/+1
* ecore_cocoa: fix the backspace keyJean Guyomarc'h2017-10-301-1/+1
* ecore_cocoa: consitfy structure fieldsJean Guyomarc'h2017-10-301-3/+3
* eina: enforce strict Eina_Bool parameterJean Guyomarc'h2017-10-301-1/+1
* ecore: fix typo in documentationJean Guyomarc'h2017-10-301-1/+1
* ecore_input: constify globalJean Guyomarc'h2017-10-301-1/+1
* eina debug - ensure sockaddr is 0'd out before filling in to avoid junkCarsten Haitzler (Rasterman)2017-10-301-0/+1
* efl: add an efl-net.pcCedric Bail2017-10-302-0/+15
* ecore_con: add an Efl_Net.hCedric Bail2017-10-304-58/+147
* efl: add an efl-core.pcCedric Bail2017-10-302-1/+20
* ecore: add Efl_Core.hCedric Bail2017-10-305-17/+82
* Efl.ui.mbe: efl_ui_format_cb_set is actually going to free the existing format.Amitesh Singh2017-10-301-1/+0
* elementary, ecore: move efl_exit helper to Ecore.Cedric Bail2017-10-304-22/+22
* elementary: rely on main loop terminate event to execute ELM_POLICY_EXIT_WIND...Cedric Bail2017-10-301-9/+24
* elementary: actually we do not need efl_quicklaunch_fallback.Cedric Bail2017-10-302-23/+0
* elementary: use the new exit infrastructure to print help message.Cedric Bail2017-10-301-7/+7
* elementary: update EFL_MAIN and EFL_MAIN_EX to use the new EFL exit API.Cedric Bail2017-10-301-6/+24
* elementary: update efl_quicklaunch_fallback to use the new EFL exit API.Cedric Bail2017-10-302-10/+8
* elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API.Cedric Bail2017-10-301-1/+1
* elementary: make the exit helper work with int (This is just for C).Cedric Bail2017-10-302-3/+7
* elementary: there is no point into having an already deprecated method with E...Cedric Bail2017-10-301-9/+0
* ecore: add infrastructure to handle an Eina_Value as an exit code.Cedric Bail2017-10-302-0/+48
* ecore: efl_loop should actually handle exit via Eina_Value.Cedric Bail2017-10-302-6/+7
* edje_cc: support script inheritanceJeeyong Um2017-10-304-12/+566
* evas: add a missing description for a newly added parameterYoungbok Shin2017-10-301-0/+1
* eina: fix spelling errors in documentationBryce Harrington2017-10-3012-55/+55
* eina: add param, return type description for eina_unicode.JinYong Park2017-10-301-0/+21
* evas: fix typo in eo fileJinYong Park2017-10-303-3/+3
* efl_ui_focus_manager_calc: remove unused structMarcel Hollerbach2017-10-301-5/+0
* efl_ui_focus_manager_calc: fix warningsMarcel Hollerbach2017-10-301-8/+3
* efl_ui_focus_manager_calc: return last object when unfocusing lastMarcel Hollerbach2017-10-301-10/+10
* efl_ui_focus_manager: correctly handle subitem directions in a redirectMarcel Hollerbach2017-10-301-1/+31
* elm_mutlibuttonentry: fix legacy eventsMarcel Hollerbach2017-10-301-0/+40
* efl_ui_focus_manager: the FOCUSED event now carries the last focusedMarcel Hollerbach2017-10-304-6/+25
* efl_ui_focus_manager: do not enter Nodes with redirectsMarcel Hollerbach2017-10-301-2/+2
* Revert "elm test: mbe - make mbe focusable"Amitesh Singh2017-10-301-2/+0
* elm test: mbe - make mbe focusableAmitesh Singh2017-10-301-0/+2
* evas vg: Add FIXME and fix strbuf useJean-Philippe Andre2017-10-305-28/+30
* evas/vg: fixed handling of stroke width in cairo and native backendSubhransu Mohanty2017-10-301-6/+2
* edje: cleanup old implementation of handling svg file.subhransu mohanty2017-10-307-3182/+3
* edje: use the file_set api from vg canvas to load and parse svg file.subhransu mohanty2017-10-302-64/+47
* evas/vg: Added file handling support in vg canvas.subhransu mohanty2017-10-302-2/+85
* evas/vg: Added vg tree caching supportsubhransu mohanty2017-10-304-5/+373
* vg_savers/eet: Added implementaion of vg saver to eet fileSubhransu Mohanty2017-10-301-10/+24