summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_win: Add Eo replacements for elm_win_util functionsdevs/vitorsousa/efacesVitor Sousa2015-04-107-15/+144
* Revised classes and interfaces in .eo files and added missing attributesVitor Sousa2015-04-1056-354/+353
* elm_image: Solve clash on the meaning of "animated"Vitor Sousa2015-04-103-24/+84
* elm_entry: use Efl.File in Elm_EntryVitor Sousa2015-04-105-62/+98
* elm_photocam: use Efl.File in Elm_PhotocamVitor Sousa2015-04-103-37/+101
* elm_image: return EINA_FALSE if the data source is NULL in elm_image_memfile_setJaeun Choi2015-04-101-0/+2
* elm_suite: Add test for async file setJean-Philippe Andre2015-04-101-1/+146
* elm_image: Fix potential race conditions in async modeJean-Philippe Andre2015-04-102-80/+186
* test_naviframe: Fix content image file names.Jaehyun Cho2015-04-101-4/+4
* [elm_panel] Fix mirroring issue.kumar navneet2015-04-104-64/+229
* list/genlist/gengrid: Fix default return value in eolian APIs.SangHyeon Lee2015-04-105-11/+11
* Delete whitespaces for header and eo files.woochan lee2015-04-107-7/+3
* elm - undeprecate preferred engine config api - still neeed it for casesCarsten Haitzler (Rasterman)2015-04-101-5/+9
* elm_genlist: pass eo_it to eo_do_ret func, not VIEW(it)Jaeun Choi2015-04-091-2/+1
* build: Allow to define path for eldbus-codegen binaryStefan Schmidt2015-04-082-1/+3
* elm_object: Add since tag for new elm_object_access_info_get()Stefan Schmidt2015-04-081-0/+2
* elm image - stop repeating events by default - wrongCarsten Haitzler (Rasterman)2015-04-081-1/+0
* release: Update NEWS and bump version for 1.14.0-alpha1 releasev1.14.0-alpha1Stefan Schmidt2015-04-072-3/+69
* gesture_layer: Fix unused value assignmentJean-Philippe Andre2015-04-071-3/+3
* colorselector,scroller: Check return value of elm_layout_theme_setJean-Philippe Andre2015-04-072-2/+6
* elm_test: (GLView) reset accel_preference after win_addJean-Philippe Andre2015-04-071-4/+8
* elm_test: GLView: Add depth to the windowJean-Philippe Andre2015-04-071-2/+10
* elm_glview: Call resize func whenever the surface is updatedJean-Philippe Andre2015-04-071-0/+3
* elm_glview: Fix usage of direct renderingJean-Philippe Andre2015-04-072-0/+18
* edc: use new empty description inherit statements in comp themeMike Blumenkrantz2015-04-061-26/+21
* edc: fix button theme syntax errorMike Blumenkrantz2015-04-061-2/+2
* colorclass: move test translate+list callbacks to mainMike Blumenkrantz2015-04-062-27/+28
* colorclass: sort colorclass list by colorclass nameMike Blumenkrantz2015-04-061-2/+13
* colorclass: block colorselector dismissal when clicking inside csel areaMike Blumenkrantz2015-04-061-1/+1
* colorclass: fix test window initial resize geomMike Blumenkrantz2015-04-061-1/+1
* colorclass: only show one fader at a timeMike Blumenkrantz2015-04-061-2/+23
* colorclass: slightly expand colorselector bg to improve clicking areaMike Blumenkrantz2015-04-061-0/+2
* colorclass: add clip for color type groups, move inset inside edje areaMike Blumenkrantz2015-04-061-8/+9
* colorclass: add focus glow to color type selectorMike Blumenkrantz2015-04-061-0/+37
* edc: add descriptions for all listed color classesMike Blumenkrantz2015-04-061-0/+55
* Merge branch 'devs/stanluk/eo_object_items_atspi'Lukasz Stanislawski2015-04-0632-302/+1107
|\
| * atspi: changed del event broadcast. Fix genlist & gengrid testsLukasz Stanislawski2015-04-063-32/+20
| * atspi: remove redundant signature check.Lukasz Stanislawski2015-04-061-7/+1
| * atspi: update genlist item Name property when text becomes realized.Lukasz Stanislawski2015-04-061-0/+2
| * atspi: fix mem leaks spotted in valgrind.Lukasz Stanislawski2015-04-062-3/+3
| * atspi: override default atspi parent of genlist item contentLukasz Stanislawski2015-04-061-0/+2
| * atspi: delay registration of atspi object until its shownLukasz Stanislawski2015-04-062-17/+8
| * atspi: allow to override default Elementary objects hierarchyLukasz Stanislawski2015-04-064-3/+17
| * atspi: remove deleted atspi header from elm_interfaces.Lukasz Stanislawski2015-04-061-2/+0
| * atspi: add 'checked' state for elm_radioLukasz Stanislawski2015-04-062-0/+22
| * atspi: add 'editable' to elm_entry atspi statesLukasz Stanislawski2015-04-062-0/+13
| * atspi: allow AT-SPI clients to filter-out key eventsLukasz Stanislawski2015-04-061-17/+108
| * widget: use ATSPI protected functions.Lukasz Stanislawski2015-04-061-8/+2
| * atspi: add text tags filteringLukasz Stanislawski2015-04-061-0/+3
| * gengrid: remove debugLukasz Stanislawski2015-04-061-2/+0