summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_cursor: don't include Ecore_Cocoa_Cursor.h (deleted in EFL)devs/jayji/osxJean Guyomarc'h2016-02-111-4/+0
* 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
* entry: remove unnecessary variablesThiep Ha2016-02-051-7/+2
* Elm_Entry: Magnifier Not working properly on corner areas issue fix.Shilpa Singh2016-02-051-32/+64
* genlist: update all realized items in a single jobAmitesh Singh2016-02-041-5/+17
* js: Added layout exampleFelipe Magno de Almeida2016-02-031-0/+63
* js: Added combobox class to JavaScript bindingdivyesh purohit2016-02-032-1/+3
* calendar.edc: fix typo in text styleVitalii Vorobiov2016-02-031-1/+1
* elementary: update mailmap addressesChris Michael2016-02-021-3/+3
* panel: no need for destructor anymore as the event handler will disappear in ...Cedric BAIL2016-02-022-10/+0
* genlist: make automatic bounce test configurable.Cedric BAIL2016-02-021-2/+8
* naviframe: switch to use animator,tick.Cedric BAIL2016-02-022-11/+24
* genlist: switch to efl.core.animator tick.Cedric BAIL2016-02-022-30/+51
* tests: switch anim test to Efl.Core.Animator tick.Cedric BAIL2016-02-021-1/+1
* map: use Efl.Core.Animator tick.Cedric BAIL2016-02-022-34/+46
* photocam: switch to use efl.core.animator.Cedric BAIL2016-02-022-91/+83
* interface_scrollable: drop use of ecore_animator in favor of efl.core.animato...Cedric BAIL2016-02-022-94/+111
* scroller: prevent the use of uninitialized data in some case.Cedric BAIL2016-02-021-1/+1