summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings following migration to Eo 4.devs/tasn/eo4Tom Hacohen2016-03-0220-73/+8
* Map: Correct broken migration.Tom Hacohen2016-03-021-1/+1
* Automatic migration.Tom Hacohen2016-03-02173-4146/+3641
* Entry: Mix of automatic migration and manual fixes.Tom Hacohen2016-03-021-146/+145
* App client/server: Mix of automatic migration and manual adjustments.Tom Hacohen2016-03-022-40/+31
* Manually migrate some eo_do and improve code for the scriptTom Hacohen2016-03-022-6/+2
* Remove redundant defines.Tom Hacohen2016-03-021-17/+0
* build: enhance generated html output from coverage reportStefan Schmidt2016-03-021-1/+1
* build: fix problems with coverage check build where some files are not foundStefan Schmidt2016-03-022-1/+2
* Fix example with new event api.Lauro Moura2016-03-011-1/+1
* Elm_Hoversel: import elm_iconDaniel Zaoui2016-03-011-0/+1
* elm map: silence uninit var warnings that new gcc versions showCarsten Haitzler (Rasterman)2016-03-011-5/+5
* elm_gen: update highlight geometry after clearing itemsJee-Yong Um2016-02-292-0/+4
* image: remove EINA_UNUSEDMinkyu Kang2016-02-291-1/+1
* spinner: add label format validatorShilpa Singh2016-02-291-15/+66
* Eo events: Migrate all of elm to the new event callback signaturesTom Hacohen2016-02-2950-644/+398
* list: set update hints on item edje objectsMike Blumenkrantz2016-02-261-0/+1
* list: set internal box as homogeneous if no separator items are presentMike Blumenkrantz2016-02-261-0/+3
* list test: use 1.0 instead of EVAS_HINT_EXPANDMike Blumenkrantz2016-02-261-1/+1
* list: do not change scr_min flags when setting an unenforced list modeMike Blumenkrantz2016-02-261-5/+0
* entry: send focus/unfocus signals to scroller interfaceAmitesh Singh2016-02-261-1/+10
* view list: free style in base destructor.Amitesh Singh2016-02-261-0/+1
* genlist: fix a typo.Hermet Park2016-02-261-1/+1
* elm_web: define elm_web_zoom_mode in eolian file elm_web.eoLarry2016-02-254-14/+13
* elm_toolbar define elm_toolbar_item_state in elm toolbar eolian filesLarry2016-02-254-15/+19
* elm_thumb_animation: moved Elm_Thumb_Animation_Settings to elm_thumb.eoLarry2016-02-252-15/+11
* moved eolian undefined enums to elm_systray.eo and elm_slider.eoLarry2016-02-255-43/+42
* elm_prefs: move Elm Prefs_Reset_Mode to elm_general.eoLarry2016-02-253-36/+30
* list: always apply new size hints for subobjectsMike Blumenkrantz2016-02-251-15/+14
* list: do not constantly reset scr_min flagsMike Blumenkrantz2016-02-251-3/+0
* panes: add the style to fold by clickingJaehwan Kim2016-02-251-0/+252
* hoversel: set hover layer to layer of hover_parentMike Blumenkrantz2016-02-241-0/+1
* examples: fix evas3d example's "compile with" comment correctlyJee-Yong Um2016-02-232-2/+2
* genlist: focus out by pressing "up" key when no item is selectedJee-Yong Um2016-02-231-1/+1
* fix the wrong operation of mirrored settaehyub2016-02-231-1/+0
* Elm entry: No use of top object if not editable.Subodh Kumar2016-02-231-1/+2
* elm_image: fix wrong API call for scalingMinkyu Kang2016-02-231-1/+1
* elm widget: move some types used in elm_widget.eo to Eolian filesVitor Sousa2016-02-225-74/+70
* elm widget: add documentation from elm_focus.h to elm_widget.eoVitor Sousa2016-02-221-12/+73
* Elm_photocam: moved enum Elm_photocam_Zoom_mode to elm_photocam.eoLarry2016-02-222-14/+12
* elm_layout: moved Elm_Layout_Part_Alias_Description to elm_layout.eoLarry2016-02-223-24/+18
* elm.Image: use eolian eva.images enum values in elm_image.eo and remove unuse...Larry2016-02-224-30/+23
* elm win: use actual window size not requested to resize child objectsCarsten Haitzler (Rasterman)2016-02-201-1/+1
* genlist: remove unused variableStefan Schmidt2016-02-191-1/+0
* edje_external: check icon param after other param is set in entrySungTaek Hong2016-02-181-2/+2
* examples: fix evas3d_object_on_button_exampleOleksandr Shcherbina2016-02-181-29/+7
* scrollable: multiply default step values by elm scaleMike Blumenkrantz2016-02-181-2/+2
* config: set larger vertical step size for Scrolling tab scrollerMike Blumenkrantz2016-02-181-0/+1
* config: add option to modify scroll acceleration factorMike Blumenkrantz2016-02-185-2/+96
* scrolling: add option to disable scroll animationsMike Blumenkrantz2016-02-185-2/+81