summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ecore_ipc: implement ecore_con_server_connect() using Efl.Net.Dialer.Gustavo Sverzut Barbieri2016-11-232-3/+318
* ecore_ipc: check if client is still alive efore emitting 'del' event.Gustavo Sverzut Barbieri2016-11-231-0/+1
* ecore_ipc_server_example: test "write & del" using -m/--single-messageGustavo Sverzut Barbieri2016-11-231-0/+5
* ecore_ipc_client_example: test "write & del" using -m/--single-messageGustavo Sverzut Barbieri2016-11-231-0/+9
* ecore_con: export function to create local path string.Gustavo Sverzut Barbieri2016-11-233-128/+184
* efl_io_copier: do not emit data events if no data is available.Gustavo Sverzut Barbieri2016-11-231-1/+4
* efl_io_copier: add flush method.Gustavo Sverzut Barbieri2016-11-232-0/+62
* win: Add quick hack to restore mouse inputs in E WaylandJean-Philippe Andre2016-11-231-6/+24
* win: Fix event forwarder ad//delJean-Philippe Andre2016-11-231-19/+19
* win: Factorize code for move_resizeJean-Philippe Andre2016-11-231-235/+190
* eo: Fix leak during shutdown()Jean-Philippe Andre2016-11-231-0/+3
* evas: Fix a few issues after init/shutdown/initJean-Philippe Andre2016-11-233-7/+10
* ecore_file: get stat from correct fileVyacheslav Reutskiy2016-11-231-1/+2
* ecore_file: use win api for delete folderVyacheslav Reutskiy2016-11-231-0/+4
* eina_file_win32: close handler in case of errorVyacheslav Reutskiy2016-11-231-1/+4
* ecore_file: update docs for ecore_file_rmdirVyacheslav Reutskiy2016-11-231-1/+1
* docs: edje: fill last gaps in edje eo file documentationStefan Schmidt2016-11-232-1/+2
* docs: ecore_con: fill last gaps ion ecore_con eo file documentationStefan Schmidt2016-11-232-2/+2
* docs: evas: fill last gaps in evas eo file documentationStefan Schmidt2016-11-233-8/+17
* docs: elm_scroller: fill gaps in elm_scroller eo file documentationStefan Schmidt2016-11-232-18/+19
* docs: elm_player: fill gaps in elm_player eo file documentationStefan Schmidt2016-11-232-12/+13
* eo: inc the special countMarcel Hollerbach2016-11-231-1/+1
* docs: elm_index: fill gaps in elm_index eo file documentationStefan Schmidt2016-11-232-5/+6
* docs: elm_toolbar: fill gaps in elm_toolbar eo file documentationStefan Schmidt2016-11-232-8/+9
* docs: elm_widget: fill all gaps in elm_widget eo file documentationStefan Schmidt2016-11-232-140/+200
* efl interface: introduce efl_gfx_path mixin.Hermet Park2016-11-2311-1879/+1972
* elm: Mark icon as non-atspiJean-Philippe Andre2016-11-231-0/+1
* elm: Safely delete ecore poller in elm_config_shutdownJean-Philippe Andre2016-11-231-0/+1
* elm: Prepare new API for windows, including CSD on X11Jean-Philippe Andre2016-11-2334-1707/+2504
|\
| * win: Simplify elm_win_util_dialog_addJean-Philippe Andre2016-11-231-31/+23
| * win: Move modal blocker to border groupJean-Philippe Andre2016-11-234-85/+105
| * win: Code simplificationJean-Philippe Andre2016-11-231-21/+5
| * win: Simplify modal legacy API and add test caseJean-Philippe Andre2016-11-234-27/+90
| * win: Fix support for legacy themes (elm_bg)Jean-Philippe Andre2016-11-234-3/+53
| * win: Remove menu from EDC group (fixes compatibility)Jean-Philippe Andre2016-11-232-48/+10
| * win: Add frame to inline and socket windowsJean-Philippe Andre2016-11-231-6/+11
| * elm: Add Efl.Ui.Box.Stack for stack boxes (EO only)Jean-Philippe Andre2016-11-236-0/+116
| * evas/box: Add support for align with stacked boxesJean-Philippe Andre2016-11-231-0/+5
| * win: Implement unresizable mode (fixed size windows)Jean-Philippe Andre2016-11-233-25/+53
| * win: Add content_set API for window main contentJean-Philippe Andre2016-11-233-229/+237
| * evas: Add function on object to check is pointer is inJean-Philippe Andre2016-11-234-4/+52
| * theme: Implement CSD & non-CSD styles in window.edcJean-Philippe Andre2016-11-231-337/+312
| * win: Always add a frame objectJean-Philippe Andre2016-11-231-214/+136
| * theme: Move ews stuff to its own fileJean-Philippe Andre2016-11-234-765/+724
| * win: Add background part to the win borderJean-Philippe Andre2016-11-2310-48/+442
| * win: Move main menu to the border edje groupJean-Philippe Andre2016-11-233-10/+71
| * win: Fix maximized geometry with CSD in XJean-Philippe Andre2016-11-234-29/+39
| * win: Handle move & resize with CSD on XJean-Philippe Andre2016-11-231-26/+60
| * win: Set proper cursor for resize borders (CSD in X)Jean-Philippe Andre2016-11-231-0/+31
| * ecore_evas/x: Inform WM about borders and shadowsJean-Philippe Andre2016-11-237-0/+80