summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devs/seoz/widget' of git+ssh://git.enlightenment.org/core/eleme...devs/seoz/widgetDaniel Juyung Seo2013-12-0740-221/+2260
|\
| * [abcd] initial commit for a widget template.Daniel Juyung Seo2013-12-036-0/+9
| * elm_interface_scrollable.c: reset momentum_animator to null when return cance...Daniel Juyung Seo2013-12-031-1/+5
| * fileselector: Add support to change the size of thumbnails in grid view.Ryuan Choi2013-12-035-13/+249
| * pass distcheck - add imported headers to makefiles to passCarsten Haitzler (Rasterman)2013-12-034-1/+12
| * accessibility: ATSPI2 support.Lukasz Stanislawski2013-12-035-1/+1428
| * theme - fix evrything theme elements for enlightenmentCarsten Haitzler (Rasterman)2013-12-031-1/+3
| * elm_interface_scrollable.c: use correct structure for mouse up.Daniel Juyung Seo2013-12-021-1/+1
| * AUTHORS/elm_authors.h: updated authors.Daniel Juyung Seo2013-12-022-0/+6
| * popup: fixed formatting, typos, and subtle things of commit f4f2e5d24271cc650...Daniel Juyung Seo2013-12-023-11/+11
| * ChangeLog/NEWS: removed unwanted ChangeLog and NEWS entries anymore.Daniel Juyung Seo2013-12-022-9/+0
| * gengrid: refactoring of commit 7187a3124fc6c169fcfec2c249a1fd483481fbba.Daniel Juyung Seo2013-12-022-74/+76
| * elm: long waited seasonal trailing whitespaces removal!Daniel Juyung Seo2013-12-0210-60/+60
| * elc_popup.c: removed unused warning.Daniel Juyung Seo2013-12-021-1/+1
| * elm slider - warning removal for unused paramsCarsten Haitzler (Rasterman)2013-12-021-2/+2
| * [slider] show/hide slider popupAnil Kumar Nahak2013-12-025-6/+137
| * [Popup] Adding elm_popup_align_set and elm_popup_align_get apiabhi2013-12-026-0/+161
| * [Gengrid] Enable Scroll To Type when item bring in or show region.Sanghyeon Lee2013-12-023-167/+221
| * NEWS: removed unnecessary version marker and update wrong marker name for NEWSDaniel Juyung Seo2013-12-021-7/+3
| * NEWS: added more explicit marker for each version like efl.Daniel Juyung Seo2013-12-021-0/+8
| * fix e border theme mouse eventsMike Blumenkrantz2013-12-013-3/+8
| * add in 1.8 release to changelogMike Blumenkrantz2013-12-011-0/+5
* | [abcd] initial commit for a widget template.Daniel Juyung Seo2013-12-026-0/+9
|/
* tooltip: Adding elm_object_tooltip_orient_set APIabhi2013-12-025-2/+234
* NEWS: added entries after 1.8 release.Daniel Juyung Seo2013-12-021-0/+11
* autotools: forgotten files.Cedric Bail2013-12-011-0/+19
* autotools: improve build system to be able to correctly pick outside and insi...Cedric Bail2013-12-017-50/+33
* gitignore: added autotools tool.Cedric Bail2013-12-011-0/+1
* libtool: work around lack of communication between mingw and libtool to gener...Cedric Bail2013-12-011-66/+71
* elm_prefs_cc: use the right macro to allow cross compilation nicely.Cedric Bail2013-12-012-2/+2
* gitignore: ignore windows generated files.Cedric Bail2013-12-011-0/+2
* v1.8.0v1.8.0Carsten Haitzler (Rasterman)2013-12-0124-25/+25
* doxygen: fix label exampleJerome Pinot2013-12-011-3/+5
* elm_genlist.c: return "elm.swallow.icon" part's object when the part paramete...Daniel Juyung Seo2013-11-301-5/+12
* elm_genlist.c: return "elm.text" part's text when the part parameter is null ...Daniel Juyung Seo2013-11-301-1/+4
* [hoversel] - Removed focus_direction since focus_cycle is applied on sd->hover.ami2013-11-302-34/+1
* elm_widget.c: fixed formatting while reading the code.Daniel Juyung Seo2013-11-301-16/+16
* v1.8.0-beta2v1.8.0-beta2Carsten Haitzler (Rasterman)2013-11-2924-164/+165
* elm_genlist.c: Fix to decorate the item if it is setnirajkr2013-11-291-0/+4
* readme - update readme for efl 1.8Carsten Haitzler (Rasterman)2013-11-291-15/+99
* genlist: clear 'rel' pointer when it becomes unused during del_pre_hook.Gustavo Sverzut Barbieri2013-11-281-2/+5
* Elm scroller: prevent usage of uninitialized vars as reported by valgrind.Tom Hacohen2013-11-281-0/+1
* Elm scroller: _movement_block_get fix return val on error.Tom Hacohen2013-11-281-1/+1
* Add callback when drag start in item containersDaniel Zaoui2013-11-282-0/+12
* Rename DnD testDaniel Zaoui2013-11-282-5/+18
* track_example_01.c: internal refactoring of track example code.Daniel Juyung Seo2013-11-281-13/+7
* elm - diskselector - fix min height to at least be min height of itemsCarsten Haitzler (Rasterman)2013-11-281-2/+11
* genlist.edc: fixed decorate all mode bug when scrolling.Daniel Juyung Seo2013-11-281-0/+4
* elm_spinner.c: support mouse wheel in spinner.Daniel Juyung Seo2013-11-283-1/+22
* elm_index.c: removed unused empty function.Daniel Juyung Seo2013-11-281-10/+0