summaryrefslogtreecommitdiff
path: root/src/tree.c
Commit message (Expand)AuthorAgeFilesLines
* general code cleanups. Contribution from BenoƮt Dejean.Lucas Rocha2005-07-081-1/+1
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-061-0/+2
* New --hide-column option.Lucas Almeida Rocha2005-07-011-8/+32
* Data structure improvements on List dialogs.Lucas Almeida Rocha2005-06-301-25/+47
* New --print-column syntax. Now it's possible to pass a comma-separated list o...Lucas Almeida Rocha2005-06-281-22/+38
* Error handling when trying to use checklist and radiolist in the same List di...Lucas Almeida Rocha2005-06-281-0/+6
* Double-clicking on list dialogLucas Almeida Rocha2005-06-271-0/+26
* Changed list dialog Selection behaviorLucas Almeida Rocha2005-06-271-2/+11
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-251-2/+2
* Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152.Glynn Foster2005-01-171-2/+2
* Add missing header. Same ANSIfication. Closes bug #152851.Kjartan Maraas2004-09-171-0/+1
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-131-4/+1
* src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from PaulGlynn Foster2004-07-191-2/+1
* Add new option for --print-column, based on a patch by Paul Bolle. FixesGlynn Foster2004-07-191-10/+55
* Fix the list dialog not being able to handle --text to change the text. ItGlynn Foster2004-04-281-0/+6
* Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster2004-04-261-1/+1
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-191-1/+2
* Put horizontal scrolling on automatic, otherwise we expand off the edge ofGlynn Foster2003-08-271-2/+2
* user input data output to STDOUT via g_print instead of outputting toKevin C. Krinke2003-07-131-2/+2
* Allow /t and /n in dialog text. Some code cleanup.Mike Newman2003-06-101-6/+0
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-071-5/+5
* Fix up some build warnings as reported by Ross Burton and his amazing gccGlynn Foster2003-06-041-4/+5
* Update commandline error message, needs updating of translations. RemoveGlynn Foster2003-05-071-9/+1
* Fix up the stdin list dialog stuff. Updated to actually include theGlynn Foster2003-05-061-4/+9
* Make the list dialog handle stdin - a little bit buggy still. UpdateGlynn Foster2003-05-051-5/+128
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-131-2/+25
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-101-274/+275
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-281-14/+88
* Fix a segfault in the --list if no data is supplied to populateMike Newman2003-01-171-1/+7
* Add support to separate the selected rows output with a character with '/'Glynn Foster2003-01-141-8/+37
* Improve error handling. Make --list actually return something useful,Glynn Foster2003-01-131-12/+53
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-071-10/+16
* Improve error handling... a lot.Glynn Foster2003-01-071-1/+1
* Finish off commandline parsing for the list dialog. Wow, this is almostGlynn Foster2003-01-061-13/+27
* Add functions to init and free the parsing options. Still not terriblyGlynn Foster2003-01-061-66/+77
* Initial revisionGlynn Foster2003-01-031-0/+208