summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Edje part text: remove 'text/markup_filter' and 'user_insert'devs/herdsman/edje_part_cursorDaniel Hirt2017-06-114-279/+319
* Edje part text: move 'item' to legacyDaniel Hirt2017-06-114-60/+66
* Edje part text: move 'style' to legacyDaniel Hirt2017-06-115-92/+109
* Edje part text: move anchor to legacyDaniel Hirt2017-06-114-53/+62
* Edje part text: move some functionality to legacyDaniel Hirt2017-06-115-86/+105
* edje part text: add cursor_geometry_getDaniel Hirt2017-06-115-15/+39
* fixup! 7478728e1a933d029eab1bb013c21fcf5e64979cDaniel Hirt2017-06-111-1/+0
* edje part text: add cursor_content_getDaniel Hirt2017-06-118-30/+64
* edje part text: add cursor_copyDaniel Hirt2017-06-117-16/+46
* edje part text: add cursor_line_jump_byDaniel Hirt2017-06-117-22/+75
* edje part text: add cursor_next/prevDaniel Hirt2017-06-117-24/+81
* edje part text: add cursor_lineDaniel Hirt2017-06-117-25/+74
* edje part text: add cursor_coord_setDaniel Hirt2017-06-117-20/+48
* edje part cursor: add positionDaniel Hirt2017-06-117-37/+118
* Canvas layout: part text - add cursor_get, port cursor_beginDaniel Hirt2017-06-097-13/+54
* Text: enhance cursor_get to ask for a "get type"Daniel Hirt2017-06-096-26/+46
* Canvas layout: port part_text to efl_partDaniel Hirt2017-06-0910-30/+97
* Text: add annotate interfaceDaniel Hirt2017-06-098-159/+184
* ui text: fix test style applying after cursor portDaniel Hirt2017-06-091-2/+5
* ui text: fix test inserting objectDaniel Hirt2017-06-091-1/+1
* Ui texT: fix text initializationDaniel Hirt2017-06-091-7/+0
* Text cursor: add interface and implement in Canvas.TextDaniel Hirt2017-06-0913-374/+432
* Ui text: fix leak of selection on destructionDaniel Hirt2017-06-091-0/+14
* Ui text: initialize potentially unset variablesDaniel Hirt2017-06-091-0/+4
* Ui text: free iterator once doneDaniel Hirt2017-06-091-0/+1
* Ui text: fix leak in decorationsDaniel Hirt2017-06-091-0/+5
* Canvas text cursor: move to Efl.Canvas.Text namespaceDaniel Hirt2017-06-0915-849/+804
* eina: as we use string.h function in this inline function, we better include it.Cedric BAIL2017-06-081-0/+2
* ecore-evas-x: Remove blank lineChris Michael2017-06-081-1/+0
* efl_debugd: only compile this on Linux.Al Poole2017-06-082-1/+2
* ecore-drm2: Fix potential SIGFPE when adding output modeChris Michael2017-06-081-0/+4
* ecore-drm2: Add API function to set pointer rotationChris Michael2017-06-082-0/+21
* elput: Add API function to swap dx & dy axis from pointer motion eventChris Michael2017-06-084-2/+80
* elput: Minor formatting fixesChris Michael2017-06-081-19/+38
* elput: Minor formatting fixChris Michael2017-06-081-3/+3
* elput: Get touch event slots using slot not seat_slotChris Michael2017-06-081-3/+3
* ecore-evas-wayland: Fix potential null dereferenceChris Michael2017-06-081-0/+2
* evas-gl-drm: Fix uninitialized variableChris Michael2017-06-081-1/+1
* evas-gl-drm: Be sure to initialize ncfg variableChris Michael2017-06-081-1/+1
* widget: Remove unnecessary defineJean-Philippe Andre2017-06-081-2/+0
* edje - fix signal propagate crashCarsten Haitzler (Rasterman)2017-06-081-1/+1
* elm_test:ui.image.zoomable: Allow image click to enable/disable animationAmitesh Singh2017-06-081-13/+7
* Efl.Ui.Image.Zoomable: inherit elm.widget as classAmitesh Singh2017-06-081-1/+1
* Efl.Ui.Image.Zoomable: implement efl.play.get/setAmitesh Singh2017-06-085-1/+175
* Efl.Ui.Image.Zoomable: implement efl.player.playable.getAmitesh Singh2017-06-082-0/+8
* edje: pass whole text to IMF in case of selectionJihoon Kim2017-06-081-16/+1
* efl.gfx.map: support for map points as multiples of 4Thiep Ha2017-06-085-21/+161
* evas_map: support map with number of points as multiples of 4Thiep Ha2017-06-086-11/+97
* edje: Fix warnings introduced in recent fixJean-Philippe Andre2017-06-082-2/+2
* elm_panel: set hidden property when panel is close/openSungtaek Hong2017-06-082-206/+137