summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Efl.Ui.Image.Zoomable: implement Ui.Image.icon properydevs/ami/zoomableAmitesh Singh2017-05-316-3/+340
* Efl.Ui.Image.Zoomable: inherit from Efl.Ui.ImageAmitesh Singh2017-05-291-4/+3
* 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
* elput: group tablet input devices into pointer devicesMike Blumenkrantz2017-05-262-9/+16
* elementary_test: add a new inwin testMarcel Hollerbach2017-05-262-0/+34
* elm_inwin: set this widget as a redirectMarcel Hollerbach2017-05-262-10/+57
* introduce efl_ui_focus_manager_root_focusMarcel Hollerbach2017-05-264-0/+157
* elm_code: fix cursor position (100%)Al Poole2017-05-241-0/+1
* Efl.Ui.Progressbar: Implement Efl.Ui.Progress intf for progressbar partAmitesh Singh2017-05-244-77/+125
* Efl.Ui.Progressbar: add pulse_mode & pulse as eo APIAmitesh Singh2017-05-243-22/+121