summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Efl.Canvas.Object: Remove focus,in/out events.devs/iscaro/focus-eventGuilherme Iscaro2016-11-244-28/+22
* Efl.Canvas: Use Efl.Input.Focus as event info for object,focus.in/out.Guilherme Iscaro2016-11-245-36/+57
* Evas: Use events to set canvas focus in/out.Guilherme Iscaro2016-11-243-5/+16
* Evas: Use events to flag canvas focus in/out.Guilherme Iscaro2016-11-242-8/+45
* Evas: Add Focus event type.Guilherme Iscaro2016-11-246-0/+200
* ecore_wl2: avoid adding repeated devicesBruno Dilly2016-11-241-1/+17
* efl_ui_win: fix build with no support for XJean Guyomarc'h2016-11-241-0/+2
* efl_debug: filter own pid.Gustavo Sverzut Barbieri2016-11-241-0/+2
* docs: enhance efl_io_copier.Gustavo Sverzut Barbieri2016-11-241-7/+188
* docs: efl_io_copier: fill gaps in eo file documentationStefan Schmidt2016-11-241-1/+5
* docs: efl_pack_grid: fill gaps in eo file documentationStefan Schmidt2016-11-241-1/+3
* docs: elm: fill gaps in separator, view_form and view_list eo file documentationStefan Schmidt2016-11-243-3/+4
* docs: elm: fill gaps in button, color, combobox and conformant eo file docume...Stefan Schmidt2016-11-244-16/+19
* docs: elm: fill gaps in config, efl_ui_win and actionslider eo file documenta...Stefan Schmidt2016-11-243-8/+8
* docs: elm: fill gaps in diskselector, entry and gesture_layer eo file documen...Stefan Schmidt2016-11-244-6/+6
* docs: elm: fill gaps in segment_control and slideshow eo file documentationStefan Schmidt2016-11-244-6/+8
* docs: elm: fill gaps in panel, photocam and progressbar eo file documentationStefan Schmidt2016-11-246-17/+18
* docs: elm: fill gaps in hover, hoversel and notify eo file documentationStefan Schmidt2016-11-246-15/+18
* docs: elm: fill gaps in systray, table, thumb and web eo file documentationStefan Schmidt2016-11-244-19/+18
* elementary: [atspi] using utf-8 text not markup textShinwoo Kim2016-11-241-0/+2
* docs: elm: fill gaps in prefs, radio, route, slider and spinner eo file docsStefan Schmidt2016-11-245-27/+28
* docs: elm_multibottonentry: fill gaps in eo file documentationStefan Schmidt2016-11-242-12/+14
* docs: elm: fill gaps in glview, pan, panes, photo and plug eo file documentationStefan Schmidt2016-11-245-27/+32
* docs: elm: fill gaps in box, grid, icon, inwin and label eo file documentationStefan Schmidt2016-11-245-10/+10
* docs: elm_mapbuf: fill gaps in elm_mapbuf eo file docuemntationStefan Schmidt2016-11-242-1/+2
* win: Disable CSD shadow if alpha and borderlessJean-Philippe Andre2016-11-241-4/+8
* win: Fix framespace when using CSDJean-Philippe Andre2016-11-241-2/+3
* win: Fix (hack around) E internal windows in WaylandJean-Philippe Andre2016-11-242-21/+18
* efl path: add missing value intializing.Hermet Park2016-11-241-1/+1
* efl_net_dialer_http: use efl_loop_fd now that it's fixed.Gustavo Sverzut Barbieri2016-11-241-89/+6
* efl_io_std{in,out,err}: do not spin on fd monitoring events.Gustavo Sverzut Barbieri2016-11-246-3/+63
* efl_net_socket_fd: fix copy & paste too much.Gustavo Sverzut Barbieri2016-11-241-2/+2
* Edje: add checking on NULL 3-rd parameter in edje_object_part_external_param_...Artem Popov2016-11-241-2/+2
* scroller: add key action move option.Hosang Kim2016-11-241-10/+55
* eo: make it possible to disable batch allocation for callbacks.Cedric Bail2016-11-231-1/+9
* eo: when there is no more callbacks, let's clean up.Cedric Bail2016-11-231-0/+6
* ecore: use mempool for legacy idler allocation.Cedric Bail2016-11-231-2/+10
* efl_net_socket_fd: do not spin on fd monitoring.Gustavo Sverzut Barbieri2016-11-242-5/+45
* efl_net_server_fd: do not spin if clients can be accepted.Gustavo Sverzut Barbieri2016-11-241-3/+16
* efl_loop_fd: more efficiently manage the Ecore_Fd_Handler.Gustavo Sverzut Barbieri2016-11-241-5/+21
* efl_loop_fd: reduce number of _efl_loop_fd_reset()Gustavo Sverzut Barbieri2016-11-241-6/+14
* efl_loop_fd: fix comparison that was breaking callback deletion.Gustavo Sverzut Barbieri2016-11-241-3/+3
* ecore_ipc: isolate legacy within ifdefs.Gustavo Sverzut Barbieri2016-11-232-10/+75
* ecore_ipc: fix user after free in error handling.Gustavo Sverzut Barbieri2016-11-231-4/+1
* ecore_ipc: convert ecore_ipc_server_add() to Efl_Net_Server.Gustavo Sverzut Barbieri2016-11-232-6/+450
* efl_net_server_unix: do bind() from serve() method.Gustavo Sverzut Barbieri2016-11-232-19/+10
* ecore_ipc: free(address) on dialer error.Gustavo Sverzut Barbieri2016-11-231-0/+1
* ecore_ipc: dialers should use max_buf_size = -1.Gustavo Sverzut Barbieri2016-11-231-0/+1
* ecore_ipc: rename 'server' to 'legacy_server'.Gustavo Sverzut Barbieri2016-11-232-21/+21
* ecore_file_download: callback completion_cb with status=1.Gustavo Sverzut Barbieri2016-11-231-2/+16