summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elementary: add accessibility observer abstractiondevs/stanluk/refactorLukasz Stanislawski2017-06-0220-244/+257
* elementary: add atspi plug & socket classesLukasz Stanislawski2017-05-3135-162/+1719
* elementary: add atspi proxy classLukasz Stanislawski2017-05-297-19/+124
* elementary: atspi_bridge allow multi-instancesLukasz Stanislawski2017-05-293-182/+347
* elementary: refactor atspi event handlingLukasz Stanislawski2017-05-298-216/+102
* elementary: provide alternative parent-child hierarchyLukasz Stanislawski2017-05-2922-296/+96
* elementary: remove type atspi apiLukasz Stanislawski2017-05-2912-116/+3
* evas - adjust code in evas init to keep threaded gl patches applyingCarsten Haitzler (Rasterman)2017-05-291-2/+2
* edje: Add recursive flag for message_signal_processJean-Philippe Andre2017-05-294-4/+68
* elm: rename elm_photocam to Efl.Ui.Image.ZoomableAmitesh Singh2017-05-2910-164/+164
* ecore: Try to fix buildJean-Philippe Andre2017-05-291-2/+0
* eo: Make efl_cast() return NULL if invalid castJean-Philippe Andre2017-05-291-2/+8
* edje: Move part_state_get to efl_partJean-Philippe Andre2017-05-297-18/+58
* edje: Implement part_geometry_get with Efl.PartJean-Philippe Andre2017-05-2914-109/+116
* edje: Refactor a bit internal parts for edje objects (EO)Jean-Philippe Andre2017-05-299-76/+117
* edje: Remove part_object_get from EOJean-Philippe Andre2017-05-293-27/+31
* edje: Unify load error types for image and edje (EO)Jean-Philippe Andre2017-05-298-56/+93
* edje: Move message structs to legacy headerJean-Philippe Andre2017-05-292-72/+82
* edje: Remove Message_Type from EOJean-Philippe Andre2017-05-292-25/+49
* ecore: Remove ecore_types.eotJean-Philippe Andre2017-05-298-44/+39
* elm inwin - fix unised variable warning by removing itCarsten Haitzler (Rasterman)2017-05-291-3/+0
* Ui text: use new text api instead of 'style'Daniel Hirt2017-05-282-1/+5
* Ui text: use 'wrap' and 'multiline' propertiesDaniel Hirt2017-05-285-110/+79
* Canvas text: implement Font, Format and Style interfacesDaniel Hirt2017-05-282-24/+772
* Efl text: add Font, Format and Style interfacesDaniel Hirt2017-05-286-0/+491
* elm_code: Allow multibyte characters to be enteredAndy Williams2017-05-261-2/+2
* elput: do not set TABLET_PAD to have POINTER capsMike Blumenkrantz2017-05-261-1/+1
* elput: fallback to regular device name if output_name is not availableMike Blumenkrantz2017-05-261-0/+2
* wayland/drm: create evas_devices and add device pointer to input eventsMike Blumenkrantz2017-05-266-4/+102
* evas: better handle async device creation of default mouseMike Blumenkrantz2017-05-261-1/+15
* elput: store output w/h and apply to devices on creationMike Blumenkrantz2017-05-263-0/+6
* elput: add more elput_seat accessor apisMike Blumenkrantz2017-05-262-0/+37
* ecore-evas: init cursors for all pointer-ish objectsMike Blumenkrantz2017-05-261-2/+10
* ecore-evas: clear cursor object cache when setting default cursorMike Blumenkrantz2017-05-261-1/+5
* ecore-evas: only apply cursor object cache for default pointerMike Blumenkrantz2017-05-261-0/+1
* ecore-drm2: simplify output name checking on device changeMike Blumenkrantz2017-05-261-2/+1
* elput: start elput_device_ and elput_seat_ namespaces, rename some functionsMike Blumenkrantz2017-05-263-43/+85
* elput: rename and make public Elput_Device_Caps enumMike Blumenkrantz2017-05-264-28/+29
* elput/drm: redo xkb context/keymap settingMike Blumenkrantz2017-05-267-60/+140
* elput: implement compose sequencesMike Blumenkrantz2017-05-262-20/+53
* elput: fix key/keyname strings in key eventsMike Blumenkrantz2017-05-262-5/+26
* elput: sync _keyboard_keysym_translate() with ecore-wl2 code, add copyrightMike Blumenkrantz2017-05-261-28/+84
* elput: add copyright from westonMike Blumenkrantz2017-05-261-0/+26
* ecore-wl2: implement compose keysMike Blumenkrantz2017-05-262-1/+48
* ecore-wl2: add weston copyright notice to ecore_wl2_input.cMike Blumenkrantz2017-05-261-0/+25
* elput: handle double/triple click for pen eventsMike Blumenkrantz2017-05-261-28/+33
* elput: send axis events for tablet toolsMike Blumenkrantz2017-05-261-2/+94
* elput: add initial input tablet supportMike Blumenkrantz2017-05-261-1/+52
* elput: use unrounded coords for subpixel struct members in eventsMike Blumenkrantz2017-05-261-16/+16
* elput: store device pressure for use in eventsMike Blumenkrantz2017-05-262-4/+8