summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fileselector: refine code and themedevs/conr2d/fileselectorJee-Yong Um2016-02-193-199/+175
* elm_spinner: do not SIGSEV on NULL formatVitalii Vorobiov2016-02-161-1/+1
* gengrid: add all contents unset API for content unset and reusingSangHyeon Lee2016-02-162-0/+30
* transit: rename from elm_transit_revert_go() to elm_transit_revert()Hermet Park2016-02-144-6/+12
* genlist: bump item class version to 3 to fix abi breakageMike Blumenkrantz2016-02-132-2/+3
* tooltip: set pass events on the tooltip, not the contentMike Blumenkrantz2016-02-121-2/+1
* spinner: crash on illegal format set issue fix.Shilpa Singh2016-02-121-0/+6
* spinner: fix vertical drag style and logicSubodh Kumar2016-02-122-1/+18
* layout: send signal when content is set to bgSungTaek Hong2016-02-121-3/+14
* box: add support size hint paddingJee-Yong Um2016-02-121-4/+26
* spinner: add min, max filterShilpa Singh2016-02-126-1/+61
* genlist: add reusable_content_get item class function for support automatical...SangHyeon Lee2016-02-126-43/+140
* widget: don't access a widget focus if the object is not a widget.Hermet Park2016-02-131-0/+1
* entry: add elm_entry_select_region_get() APIYoungbok Shin2016-02-123-4/+32
* els_box: fix item sizing errorJee-Yong Um2016-02-121-2/+2
* [gengrid] possible crash issue fixed.Prince Kumar Dubey2016-02-121-0/+11
* label: add elm.swallow.background part to all of groupsYoungbok Shin2016-02-121-0/+9
* eolian helper: add --silent-types to mirror EFLDaniel Kolesa2016-02-101-2/+2
* elementary: Use new object name "Elm.Widget_Item" instead of old nameVitor Sousa2016-02-096-16/+16
* Elm_Image: moved undefined types to eolian fileLarry2016-02-092-33/+24
* elm win: replace Evas_Modifier_Mask by Evas.Modifier.Mask in elm_win.eoVitor Sousa2016-02-091-4/+4
* elm genlist: use Eolian conventions for Elm.List.Mode in elm_genlist.eoVitor Sousa2016-02-091-7/+8
* Elm.Map: move emun Zoom Mode, Source Type and Route Type to EolianLarry2016-02-092-66/+70
* move enum e structs defines of elm_atspi_text to eolianLarry2016-02-092-59/+50
* elementary: move types to elm_interface_atspi_accessible.eoVitor Sousa2016-02-092-255/+230
* elm_glview: move enums to eolian filesLarry2016-02-092-80/+81
* elm_gesture_layer: move enums to .eoLarry2016-02-093-43/+39
* elm gengrid: replace Ecore_Pos_Map with Ecore.Pos_Map in elm_gengrid.eoVitor Sousa2016-02-091-1/+1
* elementary: move definition of Elm_Glob_Match_Flags to elm_general.eotVitor Sousa2016-02-094-10/+17
* elementary: use the Eolian name for Elm.Genlist.Item.Type in .eo filesVitor Sousa2016-02-092-6/+6
* elementary: move definition of Elm_Gen_Item_Class to elm_general.eotVitor Sousa2016-02-099-51/+56
* elm_calendar,elm_datetime: move struct tm typedefs to .eo filesVitor Sousa2016-02-094-14/+10
* elementary: move definition of Elm_App_View_State to elm_general.eotVitor Sousa2016-02-094-23/+11
* elm gengrid: fix Elm.Gengrid.Item.Scrollto_Type usage in .eo fileVitor Sousa2016-02-091-2/+2
* elm entry: Move the declaration of Elm_Cnp_Mode to elm_entry.eoVitor Sousa2016-02-092-13/+15
* elementary: Rename Elm_Icon_Type to Elm.Icon.Type in .eo filesVitor Sousa2016-02-093-3/+3
* elementary: rename classes in Eo files to use Elm as a namespace, not a prefixVitor Sousa2016-02-0968-310/+308
* theme: fix typo for adding background in ctxpopupStefan Schmidt2016-02-051-1/+1
* button: add elm.swallow.background partSungTaek Hong2016-02-051-21/+77
* button: remove unnecessary action in programSungTaek Hong2016-02-051-2/+0
* popup: add elm.swallow.background for background customizetaehyub2016-02-051-0/+8
* ctxpopup: add elm.swallow.backgournd for backgournd customizetaehyub2016-02-051-0/+8
* genlist: remove dead code.Cedric BAIL2016-02-051-3/+1
* win: fix a possible crash in elm_win_addYoungbok Shin2016-02-051-3/+5
* elm: add Elm.Layout as edje externals' contents instead of Edje.ObjectJee-Yong Um2016-02-057-23/+27
* genlist: fix for a bug in tree expansion, T3132Godly T Alias2016-02-051-11/+12
* transit: add possibility to revert an ongoing transition during playGodly T Alias2016-02-055-17/+194
* hoversel: improve key_action_move to handle disabled itemsJee-Yong Um2016-02-051-40/+44
* combobox: prevent empty swallow to be shown on hover_dismiss animationdivyesh purohit2016-02-053-7/+26
* multibuttonentry: fix Segfault on pressing Delete Keydivyesh purohit2016-02-051-0/+1