summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* update authorHermet Park2016-01-201-0/+1
* elm_widget: cleanup _elm_widget_on_focus functionMinkyu Kang2016-01-201-22/+14
* Combobox: rename the "selected" event to "item,selected" as it should be.Dave Andreoli2016-01-192-4/+4
* elementary: Fix elm_win_window_id_get functionChris Michael2016-01-191-2/+2
* Gengrid: improve item_region_show codeDave Andreoli2016-01-171-32/+7
* config: Correct defaults in upgrade of popup confAndy Williams2016-01-151-0/+2
* slider: fix segfault in case of obj is deleted before wheel timeout timer exp...Amitesh Singh2016-01-151-0/+1
* config: try to properly update config for popup new align value.Cedric BAIL2016-01-142-1/+4
* elm_config: close file before moving itStefan Schmidt2016-01-141-1/+1
* elm_config: print an eror message if we fail to save the derived config profileStefan Schmidt2016-01-141-1/+8
* elm_config: handle eet_data_write possible error returnStefan Schmidt2016-01-141-2/+3
* box: enforce size recalc during unpack_all()Mike Blumenkrantz2016-01-131-1/+7
* box: improve aspected layout for non-1:1 ratio aspectsMike Blumenkrantz2016-01-131-2/+5
* els_cursor: mark internal struct staticStefan Schmidt2016-01-111-1/+1
* elmn_config: mark some internal variables and functions staticStefan Schmidt2016-01-111-9/+9
* atspi: mark some internal structs staticStefan Schmidt2016-01-111-3/+3
* Widgets: remove duplicate declaration of language,changed signal.Tom Hacohen2016-01-1137-37/+0
* Widgets: remove duplicate declaration of access,changed signal.Tom Hacohen2016-01-1136-36/+0
* elm entry: check for null return from eina_rectangle_newCarsten Haitzler (Rasterman)2016-01-111-0/+1
* combobox: fix recalc and hover's best_location errordivyesh purohit2016-01-091-7/+9
* box: update evas box geometry during layout after smart extents calcMike Blumenkrantz2016-01-081-0/+1
* hoversel: don't activate if the items were none.Hermet Park2016-01-081-1/+1
* hide indicator after mouse wheel activation.Hermet Park2016-01-082-0/+21
* ctxpopup: add geometry,update smart callback.Hermet Park2016-01-083-0/+8
* elementary: Fix potential sizeof mismatchChris Michael2016-01-071-1/+1
* elementary: Fix warnings of uninitialized variable usageChris Michael2016-01-071-1/+1
* elementary: Fix calls to ecore_evas_wayland_window_get2Chris Michael2016-01-072-4/+4
* widget: check next_item existence when focusing before calling widget fnsMike Blumenkrantz2016-01-061-1/+2
* layout: do not unset max size hint during sizing evalMike Blumenkrantz2016-01-061-1/+0
* box: use elm_box_recalculate() in smart recalcMike Blumenkrantz2016-01-061-1/+1
* segment_control: check item disableSubodh Kumar2016-01-061-1/+4
* combobox: add documentation and exampledivyesh purohit2016-01-061-7/+7
* elm_sys_notify: add missing since tags for notification server supportStefan Schmidt2016-01-061-2/+7
* elm_notify/popup: add missing since tag for new dismiss symbolsStefan Schmidt2016-01-062-2/+6
* elm_combox: add missing since tags for new APIsStefan Schmidt2016-01-061-0/+6
* elm_win: add missing since tag and correct another oneStefan Schmidt2016-01-061-2/+5
* config: Remove stray printf.Stephen okra Houston2016-01-051-1/+0
* sys_notify: fix shutdown of elm_sys_notifyJean Guyomarc'h2016-01-051-3/+7
* elementary: Fix elementary not compilingChris Michael2016-01-051-5/+5
* elm config - monitor JUST the correct files for profile and cfg changeCarsten Haitzler (Rasterman)2016-01-053-113/+88
* elm wl cnp - fix paste to not crash anymoreCarsten Haitzler (Rasterman)2016-01-051-1/+3
* elm config - add the ability to have derived configurations from othersCarsten Haitzler (Rasterman)2016-01-053-7/+336
* elm config - add function to check if profile existsCarsten Haitzler (Rasterman)2016-01-052-0/+30
* elm config - allow the ability to save out to another hidden profileCarsten Haitzler (Rasterman)2016-01-053-36/+80
* combobox: add new widget.divyesh purohit2016-01-0410-1/+702
* hover: fix segfault when smart direction is used in content_set in hoverdivyesh purohit2016-01-041-6/+1
* hoversel: auto update hoversel after dismiss animation finished.Jee-Yong Um2016-01-041-8/+19
* hoversel: fix hover position in hoversel, when it goes out of the viewportdivyesh purohit2016-01-042-15/+20
* multibuttonentry: add color classes and text classes.woochan lee2016-01-041-0/+9
* spinner: add color classes and text classes.woochan lee2016-01-041-0/+1