summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* genlist: added internal function _view_clear() for common codes.devs/seoz/D788Daniel Juyung Seo2014-07-271-27/+29
* genlist: merged _item_content_realize() and _item_mode_content_realize().Daniel Juyung Seo2014-07-261-58/+23
* genlist: moved internals functions before refactoring it.Daniel Juyung Seo2014-07-261-114/+114
* genlist: Added internal functions _view_create and _view_style_updateDaniel Juyung Seo2014-07-261-76/+83
* atspi: value interface implementation for elm_spinnerZbigniew Kosinski2014-07-252-1/+53
* elementary: remove duplicated include.Cedric BAIL2014-07-251-1/+0
* elementary: Fix segfault when running elm apps under waylandChris Michael2014-07-241-2/+9
* fix genlist/grid search item patch to be simpler and just betterCarsten Haitzler (Rasterman)2014-07-247-94/+106
* Fix C++ box_cxx_example_02.cc and removed text_part_{set/get} from elm_buttonFelipe Magno de Almeida2014-07-233-100/+30
* cxx: Fixed --disable-c++11 optionFelipe Magno de Almeida2014-07-231-2/+6
* gengrid: Add function to search item by string.Jyotiprakash Sahoo2014-07-234-1/+236
* update po'sCarsten Haitzler (Rasterman)2014-07-2326-650/+858
* test_sys_notify: Refactoring to solve weird behavior when tested with more th...Ryuan Choi2014-07-231-28/+58
* update according to eolian changesDaniel Kolesa2014-07-2221-158/+57
* update according to EFLDaniel Kolesa2014-07-229-61/+61
* Elm_Map: port API to eo file.Daniel Zaoui2014-07-223-24/+19
* autotools: we actually do want portability warning.Cedric BAIL2014-07-221-1/+1
* autotools: Fixed C++ build globally.Savio Sena2014-07-221-0/+2
* autotools: Fixed 'make check' for elm++ example.Savio Sena2014-07-221-3/+1
* genlist: Focus highlight when loop is enableAnand2014-07-222-29/+145
* add ignore for generated .hh eo filesCarsten Haitzler (Rasterman)2014-07-221-0/+1
* genlist : Add item looping on flag.Hosang Kim2014-07-224-8/+56
* map: Add missing legacy API into legacy headerTae-Hwan Kim2014-07-221-1/+19
* tests: fix shadow variable build warningJihoon Kim2014-07-222-6/+6
* autotools: Fixed errors and warnings.Savio Sena2014-07-214-190/+99
* atspi: Fixes order of typedefsSavio Sena2014-07-211-5/+5
* elementary++: Added missing includes.Savio Sena2014-07-211-0/+3
* c++: Added workaround for correct unref timesFelipe Magno de Almeida2014-07-211-11/+9
* cxx: refreshed exampleFelipe Magno de Almeida2014-07-212-56/+78
* cxx: Changed C++ example to use lambdasFelipe Magno de Almeida2014-07-211-89/+69
* Removed C-style code from C++ exampleFelipe Magno de Almeida2014-07-211-119/+107
* Added simple, initial, C++ exampleFelipe Magno de Almeida2014-07-212-0/+218
* Added part_text_get/part_text_set and text_get/text_set to elm_buttonFelipe Magno de Almeida2014-07-212-0/+86
* autotools: Add eolian-cxx to elementary.Savio Sena2014-07-216-4/+619
* Fixes order of typedefsFelipe Magno de Almeida2014-07-211-9/+9
* fix notification theme to not clip textMike Blumenkrantz2014-07-211-2/+2
* atspi: always set atspi role for elm_winLukasz Stanislawski2014-07-211-1/+1
* tests: check required interfaces implementation by widgetsZbigniew Kosinski2014-07-211-0/+24
* tests: refactor of atspi test suiteLukasz Stanislawski2014-07-215-250/+123
* atspi: fix mem leak in attributes free functionLukasz Stanislawski2014-07-211-4/+5
* gengrid: corrected the reorder start and end evas smart callback call.Amitesh Singh2014-07-211-2/+2
* focus: Added internal widget APIs of focus highlight object of elm window.Amitesh Singh2014-07-213-0/+65
* Focus: first item should be focused when there is no focused/selected itemAnil Kumar Nahak2014-07-2114-14/+122
* elm theme - add blank cursor type in themeCarsten Haitzler (Rasterman)2014-07-211-0/+11
* elm win noblank property added - to disable screen blanking/savingCarsten Haitzler (Rasterman)2014-07-212-0/+75
* dbus warn--Carsten Haitzler (Rasterman)2014-07-201-1/+1
* button.edc: partial apply for the newly adopted sexy edc structure.Daniel Juyung Seo2014-07-201-168/+168
* gitignore: do not track generated files.Daniel Juyung Seo2014-07-201-0/+1
* examples: Call window object show after its content creation.Daniel Juyung Seo2014-07-204-10/+10
* example/evas3d: set the window name as other example codes.Daniel Juyung Seo2014-07-202-2/+2