summaryrefslogtreecommitdiff
path: root/src/lib/elc_fileselector.c
Commit message (Expand)AuthorAgeFilesLines
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-42/+42
* fileselector: Fix dereference before null checkRyuan Choi2014-01-011-4/+7
* fileselector: Fixed wrong allocation in _custom_filter_appendRyuan Choi2014-01-011-1/+1
* fileselector: add NULL checkJihoon Kim2013-12-311-13/+13
* fileselector : Add elm_fileselector_custom_filter_append to support custom fi...Ryuan Choi2013-12-291-26/+131
* fileselector: Fixed simple typoRyuan Choi2013-12-261-4/+4
* elm: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-1/+1
* fileselector: enter key press in name entry acts like ok button click.Daniel Juyung Seo2013-12-201-0/+9
* fileselector: Add elm_fileselector_sort_method_get/set to select order of fil...Ryuan Choi2013-12-181-6/+144
* fileselector: Add support to change the size of thumbnails in grid view.Ryuan Choi2013-12-031-13/+106
* option build deps that efl guarantees... now just are assumed and not ifdef'dCarsten Haitzler (Rasterman)2013-11-121-114/+0
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-3/+4
* fileselector: Remove invalid or unnecessary commentRyuan Choi2013-11-061-4/+0
* elc_fileselector: Update items of file_view to follow changes of selected pathRyuan Choi2013-10-211-0/+138
* elm: Added missing undefs.Daniel Juyung Seo2013-10-191-0/+1
* elc_fileselector: Refactor not to keep two instances(genlist/gengrid) for fil...Ryuan Choi2013-10-181-78/+105
* elc_fileselector: Added support to show/hide hidden files/directories.Ryuan Choi2013-10-181-3/+45
* elc_fileselector: Moved some initialization of list_itc/grid_itc from smart_a...Ryuan Choi2013-10-181-7/+8
* Multiple selection support in fileselectorRyuan Choi2013-10-171-3/+220
* elc_fileselector.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.Daniel Juyung Seo2013-10-051-2/+2
* fileselector: fileselector: Add "activated" smart callbackRyuan Choi2013-10-021-1/+22
* elc_fileselector: Add fileselector_double_tap_navigation_enable configurationRyuan Choi2013-10-011-43/+90
* elc_fileselector: support ui-mirroring for files_grid.Ryuan Choi2013-09-261-0/+1
* elc_fileselector: restore name_entry.Ryuan Choi2013-09-261-9/+54
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+1
* fileselector: Added "selected,invalid" signal for wrong path on the path_entry.Ryuan Choi2013-09-121-4/+18
* elc_fileselector: Do not send "selected" signal when anchor was clicked.Ryuan Choi2013-09-111-1/+0
* Fixed wrong indentation and missing break in 74f308df9Ryuan Choi2013-09-111-9/+12
* elc_fileselector : Select path which user typed on path_entry.Ryuan Choi2013-09-101-38/+111
* ctxpopup, fileselector, fileselector_button, fileselector_entry, actionslider...Daniel Juyung Seo2013-09-031-6/+8
* elementary/widgets - set parents before widget constructs their body.ChunEon Park2013-08-271-2/+1
* elc_fileselector.c: fixed formatting.Daniel Juyung Seo2013-08-221-5/+5
* fileselector: Simple refactoring to fix possible leak.Ryuan Choi2013-08-061-5/+5
* fileselector: unfocus if anchor clicked/entry activatedYakov Goldberg2013-08-061-0/+12
* fileselector: fix show filename in anchor for some casesYakov Goldberg2013-08-061-25/+18
* fileselector: fix typo + behaviorYakov Goldberg2013-08-061-3/+4
* fileselector: added TODO noteYakov Goldberg2013-08-061-0/+3
* Revert "elementary/fileselector - added new api. elm_fileselector_entry_entry...ChunEon Park2013-07-291-24/+0
* elementary/fileselector - added new api. elm_fileselector_entry_entry_get()ChunEon Park2013-07-291-0/+24
* elc_fileselector.c: check null for part name and set the label for another pa...Daniel Juyung Seo2013-07-231-2/+9
* elementary/fileselector - support elm_object_part_text_set() to set the ok, c...ChunEon Park2013-07-231-0/+23
* Revert "Remove redundant check routine what elm_entry_utf8_to_markup() returns."Ryuan Choi2013-07-181-0/+1
* Cleanup _on_item_selectedRyuan Choi2013-07-181-14/+11
* Remove redundant check routine what elm_entry_utf8_to_markup() returns.Ryuan Choi2013-07-181-1/+0
* fileselector: Fixed regression of rELM3d2ae6d25ddcRyuan Choi2013-06-291-1/+1
* Prefer eina_stringshare_strlen for shared stringsRyuan Choi2013-06-271-1/+1
* fileselector : Fix Segfault in elementary file_selector_example when closedRyuan Choi2013-06-271-23/+29
* fileselector: Fix possible leak of _buttons_ok_cancel_setRyuan Choi2013-06-251-1/+1
* file selector:Add support mime type filterRyuan Choi2013-06-241-2/+168
* elc_fileselector.c: check null path before fileselector populate.Daniel Juyung Seo2013-06-121-0/+1