summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change circle add api and directiondevs/thiep/topThiep Ha2017-07-253-35/+28
* correct ellipse, auto fitThiep Ha2017-07-253-60/+149
* change to clip....Thiep Ha2017-07-242-0/+31
* code clean, use edje object instead of elm_layout objectThiep Ha2017-07-244-324/+116
* fix map for lineThiep Ha2017-07-212-7/+13
* change cirle api to use efl_gfx_pathThiep Ha2017-07-212-3/+6
* draw both segment and lineThiep Ha2017-07-212-22/+285
* add support for line segmentThiep Ha2017-07-203-10/+147
* draw on circle path using bezierThiep Ha2017-07-131-108/+143
* draw on each path's segment: temporaryThiep Ha2017-07-125-20/+1469
* textpath: use layout as text holder before mapping, add ellipsisThiep Ha2017-07-078-17/+411
* ui.textpath: first implementationThiep Ha2017-07-035-0/+423
* elm config: add more NULL checkThiep Ha2017-06-141-1/+3
* ecore-wl2: Group window functions together in header fileChris Michael2017-06-131-38/+38
* ecore-evas-wayland: Add support for setting auxiliary hintsChris Michael2017-06-131-0/+33
* ecore-evas: Fix return value in ecore_evas_aux_hint_val_set functionChris Michael2017-06-131-1/+1
* ecore-evas: Support auxiliary hints for ecore-evas-waylandChris Michael2017-06-131-19/+70
* ecore-wl2: Free auxiliary window hints when we destroy a windowChris Michael2017-06-133-4/+16
* ecore-wl2: Add API to support deleting auxiliary window hintsChris Michael2017-06-132-0/+36
* ecore-wl2: Add API function to change auxiliary window hintChris Michael2017-06-132-0/+30
* ecore-wl2: Add API to support adding auxiliary window hintsChris Michael2017-06-132-0/+31
* ecore-wl2: Add API function to get list of supported auxiliary hintsChris Michael2017-06-132-0/+26
* ecore-wl2: Add event and structure for auxiliary hintsChris Michael2017-06-133-1/+21
* ecore-evas-wayland: Add aux_hint functions to Wayland InterfaceChris Michael2017-06-131-0/+3
* Canvas text cursor: add NULL checks for some functionsDaniel Hirt2017-06-131-2/+2
* Efl.Ui.Slider: implement Efl.Ui.Progress.progress_min_maxAmitesh Singh2017-06-133-30/+49
* intf: Efl.Ui.Progress: Add progress_min_max propertyAmitesh Singh2017-06-131-0/+28
* Revert "evas: put events related pointer into a cow to reduce evas_object fat."Carsten Haitzler (Rasterman)2017-06-136-147/+80
* evas: put events related pointer into a cow to reduce evas_object fat.Cedric Bail2017-06-126-80/+147
* elementary: fix recursive content group calculation in genlistSangHyeon Lee2017-06-121-2/+10
* evas: cleanup use of Eina_Cow during orientation set.Cedric Bail2017-06-121-15/+9
* evas: fix a stride value after calling evas_object_image_orient_set APIJaeyong Hwang2017-06-121-7/+7
* elementary: fix fallthrough warning.Cedric Bail2017-06-121-0/+2
* edje: fix unitialized warning.Cedric Bail2017-06-121-1/+1
* edje text: add a missing return macroYoungbok Shin2017-06-121-0/+1
* evas textblock: fix evas test suite build errorsYoungbok Shin2017-06-121-36/+36
* Text cursor: fix macOS build.Mykyta Biliavskyi2017-06-121-2/+2
* evas: Fix use of invalid EO objectJean-Philippe Andre2017-06-121-0/+2
* elm: rename elm slider to Efl.Ui.SliderAmitesh Singh2017-06-1214-97/+95
* elm slider: indicator_visible_mode - move API document at one place.Amitesh Singh2017-06-121-6/+2
* elm slider: remove *not* required set/get{} from eo fileAmitesh Singh2017-06-121-4/+0
* elm hoversel: Clean up sizing_eval functionJeeyong Um2017-06-121-49/+42
* elm hoversel: Delay sizing_eval to prevent too frequent recalculationsJeeyong Um2017-06-122-13/+23
* efl.canvas: Add "seat" (by id) and "device" (by name) propertiesJean-Philippe Andre2017-06-124-23/+71
* evas: Rename device Class to Type, remove Sub_ClassJean-Philippe Andre2017-06-1227-195/+167
* evas: Remove device "parent", "name" and "description" propertiesJean-Philippe Andre2017-06-1215-164/+143
* ecore_evas: Document ecore_evas Wayland operationsBryce Harrington2017-06-122-2/+40
* evil: Fix edc scripts compilation on windowsIvan Furs2017-06-122-8/+0
* edje: Remove bool return from scale_setJean-Philippe Andre2017-06-124-8/+5
* widget: Implement scale from Efl.Ui.BaseJean-Philippe Andre2017-06-1223-67/+63