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