summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NO PUSH: test for subitems fixdevs/jackdanielz/eo_object_itemsDaniel Zaoui2014-11-221-0/+6
* Genlist: Fix API return value.Daniel Zaoui2014-11-221-38/+57
* DBUS Menu: fixing SIGSEV and SIGBUS when trying to use dbus.Vitalii Vorobiov2014-11-222-9/+14
* elm: Clean-up and fix a lot of doxygen for elementary headers.Daniel Juyung Seo2014-11-2231-433/+429
|\
| * win: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-221-2/+9
| * thumb, toolbar, web: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-33/+28
| * scroller, slider, slideshow: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-3/+36
| * panel, prefs, progressbar: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-53/+90
| * layout, list, map: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-104/+27
| * icon, image, label: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-6/+32
| * gesture_layer, glview, hover: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-109/+55
| * colorselector, entry, flip: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-54/+35
| * clock, datetime, dayselector: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-2/+30
| * box, bubble, calendar: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-63/+54
| * actionslider, app, bg: Fix and clean up doxygen documentation.Daniel Juyung Seo2014-11-223-4/+33
|/
* multibuttonentry: use !strcmp() instead for comparison.Amitesh Singh2014-11-211-4/+4
* test_genlist: Add elm_genlist_item_subitems_get sample.Daniel Juyung Seo2014-11-211-0/+11
* theme/e/shelf: Add a translucent style.Brian 'morlenxus' Miculcy2014-11-201-0/+29
* Scroller: Add step size set APIHosang Kim2014-11-203-0/+70
* transit: free the map resource.devs/bluezery/genlistChunEon Park2014-11-201-1/+2
* genlist: Fix build warning for uninitialized variable.Daniel Juyung Seo2014-11-191-1/+1
* elm: Modify document for APIs.Daniel Juyung Seo2014-11-1921-53/+53
* Update russian translationIgor Murzov2014-11-151-34/+32
* segment_control: Fix shadow declaration build warning.Daniel Juyung Seo2014-11-141-1/+1
* bg: Flourish bg documentations and comments.Daniel Juyung Seo2014-11-144-13/+6
* panel, segment_control: Use ev->canvas instead of ev->output.Daniel Juyung Seo2014-11-142-5/+5
* bg.edc: Add bg widget style information.Daniel Juyung Seo2014-11-141-0/+8
* elm: Remove unnecessary elm_shutdown() while using ELM_MAIN().Daniel Juyung Seo2014-11-14109-116/+0
* label: Add more comments for the unclear internal data.Daniel Juyung Seo2014-11-131-2/+2
* elm_box: inappropriate size_hint_align value usage fixAndrii Kroitor2014-11-132-8/+7
* test: Use ELM_SCALE_SIZE instead of elm_config_scale_get().Daniel Juyung Seo2014-11-135-46/+31
* test_progressbar: Fix weight/align size hints.Daniel Juyung Seo2014-11-131-11/+11
* test_progressbar: stop btn callback fixed, unnecessary code deletedwoochan lee2014-11-121-4/+3
* Object Items: replace most of del_pre functions with destructor.Daniel Zaoui2014-11-1227-206/+130
* Object Items: remove data variable from widget item.Daniel Zaoui2014-11-1217-114/+93
* Object Items: Adapt del callback to Eo.Daniel Zaoui2014-11-121-3/+11
* Object Items: remove legacy APIs.Daniel Zaoui2014-11-1282-2121/+45
* Object Items: remove casts that are no more needed.Daniel Zaoui2014-11-1239-441/+442
* Object Items: remove temporary files used for the porting to Eo.Daniel Zaoui2014-11-1219-23/+2
* Object Items: remove old inheritance mechanism.Daniel Zaoui2014-11-126-884/+67
* Object Items: Elm_Object_Item becomes EoDaniel Zaoui2014-11-122-6/+1
* Object Items: remove last invocations to elm_widget_item_ APIsDaniel Zaoui2014-11-122-4/+4
* Elm Popup Item: Migrate to EoDaniel Zaoui2014-11-124-71/+83
* Elm DiskSelector Item: Migrate to EoDaniel Zaoui2014-11-125-189/+254
* Elm Toolbar Item: Migrate to EoDaniel Zaoui2014-11-125-623/+859
* Elm List Item: Migrate to EoDaniel Zaoui2014-11-125-402/+534
* Elm Gengrid Item: Migrate to EoDaniel Zaoui2014-11-124-415/+812
* Elm Genlist Item: Migrate to EoDaniel Zaoui2014-11-126-849/+1213
* Elm Naviframe Item: Migrate to EoDaniel Zaoui2014-11-125-287/+373
* Elm Multibuttonentry Item: Migrate to EoDaniel Zaoui2014-11-125-150/+224