summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Examples: Add an Ecore Evas VNC example.devs/iscaro/ecore_evas_vnc_multiseatGuilherme Iscaro2016-09-263-0/+250
* Ecore_Evas_X: Dispatch Ecore_Events for VNC clients.Guilherme Iscaro2016-09-261-11/+257
* Ecore_Input: Add Efl_Input_Device in Ecore_Events structs.Guilherme Iscaro2016-09-261-0/+16
* Ecore_Evas_X: Add VNC draw support.Guilherme Iscaro2016-09-265-2/+446
* Evas Software X11: Add a callback that informs the current screen content pix...Guilherme Iscaro2016-09-265-20/+84
* Evas_Device: Use efl_del() in evas_device_del().Guilherme Iscaro2016-09-261-1/+1
* Evas_Device: Add a new event for added and removed devices.Guilherme Iscaro2016-09-262-0/+6
* Evas_Device: Add evas_device_full_add() API.Guilherme Iscaro2016-09-262-2/+47
* Evas_Common: Fix typo.Guilherme Iscaro2016-09-261-11/+11
* Efl_Input_Device: Implement efl_input_device_parent_set().Guilherme Iscaro2016-09-263-17/+23
* elementary: Fix potential resource leakChris Michael2016-09-261-2/+4
* Ecore promise: Renamed shadow variable.Tom Hacohen2016-09-261-2/+2
* elementary entry: send a signal to edje for notifying scrollable modeYoungbok Shin2016-09-261-0/+5
* ecore_wl2: fix array overflowMarcel Hollerbach2016-09-261-1/+1
* ecore_wl2: support parallel receiving of different mimetypesMarcel Hollerbach2016-09-262-14/+20
* ecore_wl2: fix null dereference issueMarcel Hollerbach2016-09-261-3/+3
* elm_config: Remove unnecessary NULL check.Jaehyun Cho2016-09-261-1/+1
* eina_matrix/quad: clean up documentationJee-Yong Um2016-09-262-142/+232
* eo ptr indir - handle unlock on error with shared eoids correctlyCarsten Haitzler (Rasterman)2016-09-261-7/+9
* elm: Update toolbar test to show fixAndy Williams2016-09-251-9/+9
* elm_toolbar: Show icons in icon only modeAndy Williams2016-09-251-3/+3
* efreet - fix command generation by fixing string buffer expansionCarsten Haitzler (Rasterman)2016-09-251-42/+17
* Emotion: modify the playback finish behavior as beforeDaniel Zaoui2016-09-251-6/+2
* ecore_wl2: utilize the event window_idsMarcel Hollerbach2016-09-241-33/+28
* elm_cnp: handle format of a drop correctlyMarcel Hollerbach2016-09-241-28/+17
* eo op resolv - do micro optimization to move init to goto blobCarsten Haitzler (Rasterman)2016-09-241-49/+67
* eio model: use empty mime type when efreet is unable to determine itVitor Sousa2016-09-231-2/+2
* Add updated drop part for the new pager gadget. This will be required for th...Stephen Houston2016-09-231-0/+12
* ecore-drm2: Use Atomic State to enable/disable an outputChris Michael2016-09-231-10/+13
* ecore-drm2: Remove useless if check for atomic_modeset flagChris Michael2016-09-231-12/+8
* edje signal emits - enable DBG for being able to debug edj filesCarsten Haitzler (Rasterman)2016-09-231-1/+1
* AUTHORS: add myself to the authors fileMarcel Hollerbach2016-09-231-0/+1
* elm_cnp: refactor selection_get callbacksdevs/bu5hm4n/ecore_wl2_dndMarcel Hollerbach2016-09-231-90/+105
* ecore_wl2: add more documentation on ecore_wl2 cnp/dnd apiMarcel Hollerbach2016-09-231-12/+57
* elm_cnp: handle actions probeblyMarcel Hollerbach2016-09-231-0/+15
* ecore_wl2: introduce offer apiMarcel Hollerbach2016-09-236-420/+597
* ecore_wl2: save action of data source in seperated fieldMarcel Hollerbach2016-09-232-6/+5
* text/entry: add more key controls for os xThiep Ha2016-09-234-0/+69
* ecore_cocoa: quit application with keyThiep Ha2016-09-231-0/+12
* evas_fb: Avoid invalid dereferenceJean-Philippe Andre2016-09-231-4/+3
* edje_cc: allow combine lazEDC keywordsJee-Yong Um2016-09-236-7/+72
* evas: Prevent crashes in case of errorJean-Philippe Andre2016-09-231-3/+6
* elm_image: Add smart cbs for async openJean-Philippe Andre2016-09-238-78/+246
* elm: _propagate_event should react only when the obj is focused objWooHyun Jung2016-09-231-0/+4
* eina-cxx: Implement aligned_union for GCC 4.9Felipe Magno de Almeida2016-09-222-1/+34
* drm: Fix typoeDerek Foreman2016-09-221-1/+1
* Merge branch 'devs/devilhorns/atomic'Chris Michael2016-09-224-41/+856
|\
| * ecore-drm2: Merge initial modesetting with atomic flip codeDerek Foreman2016-09-221-21/+2
| * ecore-drm2: Use just DRM_MODE_ATOMIC_ALLOW_MODESET for initial settingChris Michael2016-09-221-1/+1
| * ecore-drm2: Add support for Atomic PageflipsChris Michael2016-09-221-31/+173