summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_win: Move enums to elm_win.eodevs/vitorsousa/efaces_elm_win_standardVitor Sousa2015-05-073-145/+163
* elm_win_standard: Add elm_win_standard classVitor Sousa2015-05-075-0/+52
* elm_win: Replace elm_win_constructor by constructing propertiesVitor Sousa2015-05-072-18/+106
* eolian: use the new property syntaxDaniel Kolesa2015-05-0794-949/+802
* elm_genlist: Emitting signal when content or text is set in genlist itemJee-Yong Um2015-05-071-0/+8
* Updating spanish translationmaxerba2015-05-061-22/+26
* elm_photocam: use Efl.File in Elm_PhotocamVitor Sousa2015-05-063-37/+101
* Win: Make animator,tick signal actually work.Tom Hacohen2015-05-062-16/+64
* Revised classes and interfaces in .eo files and added missing attributesVitor Sousa2015-05-0656-354/+353
* Elm image: Use correct Eolian namespace syntax.Tom Hacohen2015-05-062-3/+3
* Elm button: Use correct Eolian namespace syntax.Tom Hacohen2015-05-063-5/+5
* Most of elm: Use correct Eolian namespace syntax.Tom Hacohen2015-05-0679-79/+79
* Elm bubble: Use correct Eolian namespace syntax.Tom Hacohen2015-05-061-1/+1
* Elm bg: Use correct Eolian namespace syntax.Tom Hacohen2015-05-061-1/+1
* Elm box: Use correct Eolian namespace syntax.Tom Hacohen2015-05-061-1/+1
* Elm container: Use correct Eolian namespace syntax.Tom Hacohen2015-05-0619-48/+48
* Elm layout: Use correct Eolian namespace syntax.Tom Hacohen2015-05-0641-122/+122
* Elm actionslider: Use correct Eolian namespace syntax.Tom Hacohen2015-05-061-1/+1
* Elm access: Use correct Eolian namespace syntax.Tom Hacohen2015-05-061-1/+1
* Elm widget+item: Use correct Eolian namespace syntax.Tom Hacohen2015-05-0683-454/+454
* elementary: Remove unused variableChris Michael2015-05-061-1/+0
* Revert "fileselector: Work around initial genlist size bug for release."Stefan Schmidt2015-05-061-19/+0
* configure: Switch to dev mode again. Merge window for 1.15 is open now.Stefan Schmidt2015-05-061-1/+1
* release: Update NEWS and bump version for 1.14.0 releasev1.14.0Stefan Schmidt2015-05-062-1/+5
* fileselector: Work around initial genlist size bug for release.Stefan Schmidt2015-05-061-0/+19
* naviframe: fix poping top item continuously to empty the naviframe stack.Cedric BAIL2015-05-062-48/+75
* naviframe: add a test for checking expected behavior or item_pop.Cedric BAIL2015-05-052-0/+59
* gengrid: fix mem leak occuring when getting name from atspi interfaceLukasz Stanislawski2015-05-041-5/+7
* Fix slideshow smart events event_infoDave Andreoli2015-05-042-8/+27
* map: fix scale calculation errorSung-Taek Hong2015-05-011-1/+1
* Genlist: rectification in _item_focused_next()Umesh Tanwar2015-05-011-1/+1
* entry: Fix memory leak.Amitesh Singh2015-05-011-4/+9
* Genlist: fix multiselect for ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY select_modeUmesh Tanwar2015-05-011-1/+1
* win: remove dead code.Cedric BAIL2015-04-291-0/+6
* slider: remove duplicated lines in slider test.Amitesh Singh2015-04-281-4/+0
* photocam: update photocam example to demonstrate photocam orientation.kabeer khan2015-04-281-1/+70
* Revert "elm_photocam: Limiting image reload in zoom in/out"kabeer khan2015-04-281-5/+2
* release: Update NEWS and bump version for 1.14.0-beta3 releasev1.14.0-beta3Stefan Schmidt2015-04-272-1/+9
* Fix scrollbar position issue when content is resized.Hosang Kim2015-04-271-0/+19
* elm_toolbar: fix memory leaksAndrii Kroitor2015-04-271-8/+17
* elm_multibuttonentry: fix label position and size defectsVitalii Vorobiov2015-04-271-5/+3
* theme: fix typo, thanks arrowdodger.Cedric BAIL2015-04-251-1/+1
* spinner: Fix entry not inactive even gets an enter key cb.Woochan Lee2015-04-241-1/+1
* test_naviframe_complex.c: naviframe prev button auto pushed set as false.Woochan Lee2015-04-241-0/+1
* elm_multibuttonentry: change theme_set API to provide full widget themingVitalii Vorobiov2015-04-231-0/+10
* tests/elm_test_image: Give a proper path to test imagesStefan Schmidt2015-04-222-1/+3
* Test gengrid: use the gengrid enum, and not the genlist one.Tom Hacohen2015-04-221-1/+1
* Spinner: use fabs for floating point absolute value.Tom Hacohen2015-04-221-1/+1
* Gesture layer: fabs->abs for int parameters.Tom Hacohen2015-04-221-6/+6
* elm_photocam: Limiting image reload in zoom in/outkabeer khan2015-04-221-2/+5