summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ui text interactive: inherit new text interfacesdevs/herdsman/staging_efl_text_interfaceDaniel Hirt2017-05-251-1/+2
* Ui text: fix memory leak of decorationsDaniel Hirt2017-05-251-0/+5
* Ui text: fix uninitialized valueDaniel Hirt2017-05-251-2/+2
* Canvas text: add rudimentary tests for Efl.Text interfacesDaniel Hirt2017-05-251-0/+73
* Canvas text: fix missing call when text changesDaniel Hirt2017-05-251-0/+1
* Add "efl ui text box" testDaniel Hirt2017-05-252-1/+50
* Ui text: fix single+scroller combinationDaniel Hirt2017-05-252-11/+22
* Ui text: fix 'unused' warningDaniel Hirt2017-05-251-1/+1
* Ui text: fix sizing in scrollable modeDaniel Hirt2017-05-251-0/+1
* Ui text: don't call 'editable_set' in label testDaniel Hirt2017-05-251-1/+0
* Ui text: don't implement Elm.Layout.text propertyDaniel Hirt2017-05-252-259/+0
* Ui text: use new text api instead of 'style'Daniel Hirt2017-05-252-8/+6
* Ui text: use 'wrap' and 'multiline' propertiesDaniel Hirt2017-05-255-108/+82
* Canvas text: implement Font, Format and Style interfacesDaniel Hirt2017-05-252-24/+792
* Efl text: add Font, Format and Style interfacesDaniel Hirt2017-05-257-1/+515
* Evas textblock: fix width calculation of non-dirty paragraphsDaniel Hirt2017-05-232-25/+23
* update po/* files after progressbar renameAmitesh Singh2017-05-2323-46/+46
* elm: rename elm_progressbar to Efl.Ui.ProgressbarAmitesh Singh2017-05-2310-78/+76
* Efl.Ui.Radio: correct the 'changed' event nameAmitesh Singh2017-05-234-14/+12
* Efl.Ui.Check: correct the include gaurds nameAmitesh Singh2017-05-231-2/+2
* elementary: fix global declarationJean Guyomarc'h2017-05-221-1/+1
* elm_cnp: use correct pointer when emitting ELM_CNP_EVENT_SELECTION_CHANGEDMike Blumenkrantz2017-05-221-2/+2
* update po/* files after elm_radio renameAmitesh Singh2017-05-2223-115/+115
* rename elm_radio to Efl.Ui.RadioAmitesh Singh2017-05-2212-45/+45
* Add po/* files changes after elm_button renameAmitesh Singh2017-05-2223-92/+92
* evas: Fix build for Windows without segvJean-Philippe Andre2017-05-225-32/+7
* rename elm_button to Efl.Ui.ButtonAmitesh Singh2017-05-2225-73/+72
* Revert "evas: Fix build for Windows (hopefully)"Jean-Philippe Andre2017-05-224-6/+32
* evas: Fix build for Windows (hopefully)Jean-Philippe Andre2017-05-224-32/+6
* config: fix keybindings for Efl.Ui.CheckAmitesh Singh2017-05-223-3/+3
* elm: Try to fix build (linking failure)Jean-Philippe Andre2017-05-221-3/+3
* elm_check: make sure of the correct naming of header filesStefan Schmidt2017-05-223-2/+3
* update po files after elm check renameAmitesh Singh2017-05-2223-1035/+1035
* rename elm_check to Efl.Ui.CheckAmitesh Singh2017-05-2210-40/+38
* elm_code: improving cursor move behavior.Andy Williams2017-05-211-10/+7
* elm_widget: use a different pointer from sdMarcel Hollerbach2017-05-201-3/+3
* efl_ui_focus_manager: logical_end could be called before root_setMarcel Hollerbach2017-05-201-0/+3
* efl_ui_focus_manager: fix valgrind warnings in the testsMarcel Hollerbach2017-05-202-1/+13
* dmabuf: Drop requirement that buffer be writeableDerek Foreman2017-05-191-1/+1
* ecore-wl2: permit null drag icon window in ecore_wl2_dnd_drag_start()Mike Blumenkrantz2017-05-191-3/+3
* elm_code: fix carriage return at EOF scroller behaviourAl Poole2017-05-191-0/+2
* evas: fix doc copypaste on evas_device_get()Mike Blumenkrantz2017-05-191-1/+1
* evas: add evas_device_get_by_seat_id()Mike Blumenkrantz2017-05-192-0/+37
* ecore-wl2: block key->string translation when appropriateMike Blumenkrantz2017-05-191-0/+13
* ecore-wl2: add copyright info to code copied from libX11Mike Blumenkrantz2017-05-191-0/+28
* ecore-wl2: remove ecore_wl2_window_input_get()Mike Blumenkrantz2017-05-194-29/+0
* ecore-wl2: do not attempt to call zxdg_surface_v6.get_popup without a parentMike Blumenkrantz2017-05-191-11/+6
* ecore-wl2: add ecore_wl2_window_popup_input_set()Mike Blumenkrantz2017-05-194-17/+22
* wayland: move pointer-related functions to ecore_wl2_input namespaceMike Blumenkrantz2017-05-198-146/+124
* wayland: send focus in/out events when receiving/losing keyboard focusMike Blumenkrantz2017-05-192-17/+15