summaryrefslogtreecommitdiff
path: root/src/bin/e_ilist.c
Commit message (Expand)AuthorAgeFilesLines
* make clang happySebastian Dransfeld2010-01-151-2/+1
* Fix API Inconsistency:Christopher Michael2009-09-011-1/+1
* More API Inconsistency fixes:Christopher Michael2009-09-011-1/+1
* * e: Cleanup use of Eina data structure.Cedric BAIL2009-08-211-31/+26
* * e_ilist.c: Reduce list walk.Cedric BAIL2009-03-111-2/+7
* Formatting & Whitespace removal.Christopher Michael2008-11-211-16/+5
* A little shuffling around and ilist is a bit nicer with thumbscroll. If I br...Nicholas Hughart2008-11-211-24/+26
* Set member_{add,del} to NULL.Gustavo Sverzut Barbieri2008-10-251-0/+2
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-53/+53
* For the moment, when try to select an header, loop over next elements until w...Chidambar Zinnoury2008-10-191-0/+4
* Fix segfault happening with ilist when multi-selection is being used: selectr...Chidambar Zinnoury2008-10-181-1/+1
* Typebuf feature for ilist: type in several chars and an item withptomaine2008-09-221-2/+164
* Add calculate callback to Evas_Smart_Class.Gustavo Sverzut Barbieri2008-09-071-0/+1
* allow ilist items to determin stackingCarsten Haitzler2008-08-181-19/+84
* some ilist stackign changes...Carsten Haitzler2008-08-181-3/+9
* Reduce some 2 line variable checks to single line.Christopher Michael2008-05-101-6/+3
* E_IlistChristopher Michael2008-04-181-118/+114
* thumbscroll. the ability to scroll any widget (anything scrolled by theCarsten Haitzler2008-01-231-7/+36
* Be sure to set the ilist item->selected to 0 when calling e_ilist_unselect.Christopher Michael2007-08-151-0/+1
* move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() willCarsten Haitzler2007-08-041-5/+18
* Better modules config dialog. Can now multi-select several modules toChristopher Michael2007-07-151-0/+19
* Give menu apps dialogs (favs, ibar, etc, etc) ability to move items up/downChristopher Michael2007-07-101-0/+169
* Cleanup.Sebastian Dransfeld2007-06-071-1/+0
* when going back to categories list, scroll to the category we were just inrephorm2007-06-071-0/+20
* ilist patches from Laurent Ghigonis <ooookiwi@gmail.com>Carsten Haitzler2007-05-121-29/+0
* freeze/thaw the ilist in ilist_clear, it speed things up on ilist deletekiwi2007-05-091-0/+2
* Remove stale code.Sebastian Dransfeld2007-03-251-2/+0
* Fix compiler warnings.Sebastian Dransfeld2007-01-121-2/+1
* Fix case where nothing is selected in the list, so disable some controls.Christopher Michael2007-01-091-1/+21
* Rework of the ilist widget.Christopher Michael2007-01-081-460/+544
* add freeze/thaw for ilist - makes the mime config dialog much better :)Carsten Haitzler2006-11-271-1/+17
* double click on open - with items in ilist or fm2 list and e will auto-openCarsten Haitzler2006-10-281-0/+2
* lots of freaky stuff.Carsten Haitzler2006-09-031-0/+12
* another chunkrephorm2006-08-231-3/+3
* ****** MAJOR THEME REWORKING -- BREAKAGE *********rephorm2006-08-221-10/+10
* don't allow ilist headers to be selectedrephorm2006-06-091-0/+6
* Add a function to e_ilist and e_widget_ilist to return if a particular itemChristopher Michael2006-06-081-0/+12
* illogict patches (minus a few that will break config despite fixing a typo)Carsten Haitzler2006-04-301-10/+57
* Code cleanups for font config dialogStafford Mitchell Horne2006-04-131-0/+51
* Add font fallbacks configuration to font config dialogStafford Mitchell Horne2006-04-041-0/+23
* Add Font Configuration Dialog, and...Stafford Mitchell Horne2006-04-011-2/+2
* add ilist headers - much easier to organise things nowCarsten Haitzler2006-03-271-12/+41
* better ilist behavior - from ilogicitCarsten Haitzler2006-03-031-0/+3
* Add some functions to e_ilist and e_widget_ilist.c . Fix commentedChristopher Michael2006-01-251-0/+15
* Devilhorns wanted a count function added while I was playing in this.David Walter Seikel2006-01-231-3/+12
* ilist jumps to the selected spot now with the ilist widget (keyboard nav isCarsten Haitzler2006-01-211-2/+5
* Fix EAPI warnings.sebastid2006-01-071-14/+14
* Remove unused variablesChristopher Michael2005-12-291-3/+2
* Fix remove by labelChristopher Michael2005-12-281-4/+1
* Fix e_ilist compile warningChristopher Michael2005-12-271-2/+3