summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement efl_file_get() for Elm_Layout and Elm_Videodevs/yakov/file_get_for_layoutYakov Goldberg2015-03-194-0/+15
* Elm_toolbar: Sizing evaluation improvement.Subodh Kumar2015-03-191-169/+75
* config: Reinitialize font config using evas_font_reinit() API.Youngbok Shin2015-03-191-0/+1
* elm_entry: fix focus on text selectionAndrii Kroitor2015-03-191-0/+1
* elm_spinner: style fixAndrii Kroitor2015-03-191-1/+8
* elm_widget: fix wrong parmeter.Jaehwan Kim2015-03-192-4/+4
* elm_win fullscreen setting on FAKE wins should just toggle the flagMike Blumenkrantz2015-03-181-0/+2
* elm_win fullscreen getter does not need a third case for an inclusive if/elseMike Blumenkrantz2015-03-181-6/+1
* Revert "widget: fix the abi break."ChunEon Park2015-03-171-1/+1
* conform: remove redundant declares.ChunEon Park2015-03-171-2/+0
* conform: Use eo_isa() to check object types.woochan lee2015-03-171-13/+4
* image: Initialize parameters in case of it just returns without assigning any...Daniel Juyung Seo2015-03-161-0/+3
* elm_image: Fix to initialize variable.Hosang Kim2015-03-161-1/+1
* DnD/Wl: extend types support to all the atoms.Daniel Zaoui2015-03-161-25/+41
* DnD/Wl: fix drop sequence when drop is done on a bad target.Daniel Zaoui2015-03-161-23/+16
* DnD/Wl: add a better support to data types.Daniel Zaoui2015-03-161-64/+27
* DnD: Arrange code for better usabilityDaniel Zaoui2015-03-161-216/+212
* DnD/X11: generalize functionDaniel Zaoui2015-03-161-16/+22
* DnD/X11: generalize atoms descriptionsDaniel Zaoui2015-03-161-210/+221
* GLView: Return false if the surface could not be createdJean-Philippe Andre2015-03-161-1/+5
* elm_config: Add doc for the new depth/stencil/msaa preferenceJean-Philippe Andre2015-03-161-2/+21
* elm_config: Add feature to set depth/stencil/msaa bit to window surfaceWonsik Jung2015-03-163-4/+103
* widget: fix the abi break.ChunEon Park2015-03-131-1/+1
* elm_panel: Fix incorrect scroller content region calculation of panel.Jaehyun Cho2015-03-131-0/+6
* elm_object: update doc.ChunEon Park2015-03-131-7/+0
* entry: use ea_isa() for object types comparisonAmitesh Singh2015-03-121-1/+1
* genlist: Send param item type instead of eo item type.woochan lee2015-03-121-2/+5
* Genlist/Gengrid : Modified to handle the focus highlight on unrealized itemsSangHyeon Lee2015-03-112-18/+65
* elm - fix zmikes smart-arse stupid documentation remarkCarsten Haitzler (Rasterman)2015-03-111-1/+1
* elm: Use eo_isa() to check object types instead of manual string comparison.Daniel Juyung Seo2015-03-103-4/+4
* atspi: Remove unnecessary null check.Daniel Juyung Seo2015-03-101-1/+0
* elm: Clean up elm_win_resize_object_add caller.Daniel Juyung Seo2015-03-103-4/+1
* main: use eo_isa() to check obj type.ChunEon Park2015-03-101-4/+1
* multibuttonentry: registered object change for callback add.woochan lee2015-03-101-5/+5
* popup: fix mistakeChunEon Park2015-03-101-1/+2
* layout: here default content alias can be acceptable.ChunEon Park2015-03-101-1/+7
* popup: correct popup position.ChunEon Park2015-03-101-6/+15
* layout: Add text alias description as default.woochan lee2015-03-101-7/+7
* Revert "Fix for T2042 ctxpopup don’t know its size"ChunEon Park2015-03-101-2/+0
* elc_popup: Adjust popup size when its parent is resizedJee-Yong Um2015-03-102-1/+17
* popup: Delete useless restack cb.woochan lee2015-03-101-14/+0
* Fix for T2042 ctxpopup don’t know its sizeChunEon Park2015-03-091-0/+2
* theme examples of color class descriptionsMike Blumenkrantz2015-03-071-0/+2
* ibar/ibox icon label positioning rewriteMike Blumenkrantz2015-03-061-71/+43
* theme: Updated Ibar to align with the originMarcel Hollerbach2015-03-061-18/+81
* test: fix crash of configuration testkabeer khan2015-03-061-2/+2
* cursor theme setting should use cur->owner instead of cur->eventarea for parentMike Blumenkrantz2015-03-051-3/+3
* cursor object changes are now rejected if creating the new cursor failsMike Blumenkrantz2015-03-051-4/+6
* cnp should only attempt to get wl win for wl engine canvasesMike Blumenkrantz2015-03-051-14/+12
* elm spinner - add backwards compat for older spinner themesCarsten Haitzler (Rasterman)2015-03-054-84/+414