summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ecore_Evas VNC: Properly set mouse/canvas in/out properties.devs/iscaro/multi-seat-eventsGuilherme Iscaro2016-11-251-2/+28
* Ecore Evas: Add multi seat support for mouse in/out.Guilherme Iscaro2016-11-2514-30/+162
* Evas: Change evas_canvas_seat_focus_get to property.Guilherme Iscaro2016-11-251-7/+10
* Ecore_Evas: Add support for per-seat focus.Guilherme Iscaro2016-11-2517-126/+290
* Ecore Wl2 Input: Canvas focus IN/OUT events should contain the seat.Guilherme Iscaro2016-11-252-2/+25
* Evas: Add per seat Evas focus state.Guilherme Iscaro2016-11-254-10/+30
* elementary flip: skip unnecessary sizing.Hermet Park2016-11-251-2/+0
* edje_pick: add base_scale value to target edj from origin edjJaehwan Kim2016-11-251-0/+13
* theme: Fix 1 pixel offset and hide clipped regionsJean-Philippe Andre2016-11-251-2/+3
* Merge branch 'devs/iscaro/focus-event'Bruno Dilly2016-11-2415-61/+324
|\
| * Efl.Canvas.Object: Remove focus,in/out events.Guilherme 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
|/
* efl_debug (client): quit if not waiting and we're done sending.Gustavo Sverzut Barbieri2016-11-241-1/+8
* efl_debug (client): rewrite using efl_net.Gustavo Sverzut Barbieri2016-11-242-112/+317
* efl_io_queue: add discard method, useful in real life.Gustavo Sverzut Barbieri2016-11-242-1/+53
* 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