summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* efl_ui_image_zoomable: fix wrong initial value for zoom modeTaehyub Kim2017-05-301-1/+1
* evas: Fix don't redraw map_sufarce issuejiin.moon2017-05-301-0/+4
* evas: Set modifiers & locks on global key eventsJean-Philippe Andre2017-05-301-0/+3
* elm_code: fix wrong selection deleteYeongJong Lee2017-05-302-19/+56
* elm_toolbar: added to ensure different sizes of items in shrink mode.Bowon Ryu2017-05-301-0/+6
* elm_widget: optimize memory alignment for focus related fieldsJeeyong Um2017-05-301-12/+13
* edje: Add test case for signal_recursive_processJean-Philippe Andre2017-05-304-0/+162
* edje: Implement part proxy for all partsJean-Philippe Andre2017-05-307-5/+14
* edje: Also implement content_get on external partJean-Philippe Andre2017-05-303-3/+16
* edje: Compose external part with real objectJean-Philippe Andre2017-05-307-11/+40
* edje: Remove external_object_get from EOJean-Philippe Andre2017-05-305-23/+33
* edje: Remove part_external_content_get from EOJean-Philippe Andre2017-05-305-17/+29
* edje: Move external_param_set to a efl_part APIJean-Philippe Andre2017-05-3015-119/+439
* edje: Enhance documentation for play vs animationJean-Philippe Andre2017-05-301-30/+29
* eina: Fix broken link in doc to introduce integer hash algorithmsJeeyong Um2017-05-301-2/+2
* evas gl: Add an env var to debug GLSL version issuesJean-Philippe Andre2017-05-301-1/+12
* check: Bump version to 0.9.10 and change macroJean-Philippe Andre2017-05-302-2/+2
* 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