summaryrefslogtreecommitdiff
path: root/src/bin/e_widget_fsel.c
Commit message (Expand)AuthorAgeFilesLines
* e filesel - have files list expand not previewCarsten Haitzler (Rasterman)2020-10-011-2/+2
* more E_BITFIELD conversionsMike Blumenkrantz2017-11-081-2/+2
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-5/+5
* redo drop handlers to take an E_Object and Evas_ObjectMike Blumenkrantz2015-04-271-3/+3
* __UNUSED__ -> EINA_UNUSEDMike Blumenkrantz2015-03-181-13/+13
* Revert "revert all the ui breakes in e - going the wrong direction in the"Mike Blumenkrantz2015-01-151-2/+2
* revert all the ui breakes in e - going the wrong direction in theCarsten Haitzler (Rasterman)2015-01-151-2/+2
* e_table -> elm_table conversionMike Blumenkrantz2015-01-131-2/+2
* e_entry -> elm_entry conversionMike Blumenkrantz2015-01-111-1/+1
* e_widget_data_get Can return NULL so we should check that else weChris Michael2013-11-151-4/+3
* formatting: all at onceMike Blumenkrantz2013-01-111-7/+8
* fix fsel path changing and entry settingMike Blumenkrantz2012-12-101-1/+2
* Dear all,Mike Blumenkrantz2012-12-031-2/+4
* only block fsel updating if path is already setMike Blumenkrantz2012-11-301-1/+1
* set flag in fsel for when preview is a directory so we can grab the right pathMike Blumenkrantz2012-11-261-0/+3
* fsel no longer changes entry text when changing directoryMike Blumenkrantz2012-10-301-0/+6
* remove some old fsel commentsMike Blumenkrantz2012-10-301-9/+0
* fsel: if file name starts with "/" then it's an absolute path.Gustavo Sverzut Barbieri2012-09-111-1/+5
* prevent view mode from being changed in fsel and sidebarMike Blumenkrantz2012-09-101-1/+1
* unremove non-redundant code from fsel, only select first icon on non-selectMike Blumenkrantz2012-09-031-1/+14
* add support for picking files from the file preview panel, remove redundant p...Mike Blumenkrantz2012-08-301-22/+22
* fix fsel preview to work again. :)Carsten Haitzler2012-08-251-1/+5
* fix min sizing (height) of fselMike Blumenkrantz2012-08-091-0/+4
* fsel now properly selects the first file in a directory on directory load/changeMike Blumenkrantz2012-08-081-1/+14
* filepreview directory previews now allow navigation, disable click rename in ...Mike Blumenkrantz2012-08-081-0/+26
* disable view menu in fsel, this looked terrible anywayMike Blumenkrantz2012-08-081-1/+2
* disable click renaming in theme, wallpaper, desklock wallpaper, and fwin side...Mike Blumenkrantz2012-08-081-0/+1
* fix fsel usage of e widget apiMike Blumenkrantz2012-07-241-10/+0
* fileman's "Use Single Click" option now toggles a global config option which ...Mike Blumenkrantz2012-07-201-1/+2
* use new efm widget clipper externalizer to make the overlay span both efm wid...Mike Blumenkrantz2012-07-191-1/+23
* add method for checking if typebufs are visible in fsel widget using methods ...Mike Blumenkrantz2012-07-171-0/+11
* use efm typebuf signal to echo typing into fsel entry, also set focus on file...Mike Blumenkrantz2012-07-171-0/+10
* e filepreview widget: use a list instead of a table to be able to orient it.Chidambar Zinnoury2012-07-151-1/+1
* filepreview widget now attempts to show a thumb for file's mime type if file ...Mike Blumenkrantz2012-07-131-2/+2
* break out e fileselector preview pane into its own widget: e_widget_filepreviewMike Blumenkrantz2012-07-121-320/+19
* e17: whitespaces--Vincent Torri2012-06-211-1/+0
* allow favorites panel to expand in file selector, allowing people who have lo...Mike Blumenkrantz2012-06-181-1/+1
* formattingMike Blumenkrantz2012-06-181-189/+190
* fix unused var warningMike Blumenkrantz2011-09-061-1/+0
* fsel -> only display filename in entry allowing for easier typing ofCarsten Haitzler2011-08-301-17/+28
* e17: remove workaroundHannes Janetzek2011-07-251-6/+0
* e17: workaround for closing fsel widget causing to stuck in a loop. needs rea...Hannes Janetzek2011-07-251-0/+7
* fix entry content to always have full pathCarsten Haitzler2011-05-291-3/+3
* screenshot module built in now. this is a redo as it actuallly has aCarsten Haitzler2011-05-281-1/+5
* E: Trap return value from 'symlink' (removes compiler warning).Christopher Michael2011-05-221-2/+3
* add a resolution display field for file info in fselCarsten Haitzler2011-05-011-9/+44
* access is a global nameSebastian Dransfeld2010-12-291-5/+5
* realpath is a global nameSebastian Dransfeld2010-12-291-8/+8
* since we do strlen, no need to strcpySebastian Dransfeld2010-12-291-2/+3
* fix signed warningSebastian Dransfeld2010-12-291-1/+1