summaryrefslogtreecommitdiff
path: root/src/tree.c
Commit message (Expand)AuthorAge
* Fix for bug 540560.Arx Cruz2011-01-02
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-27
* [list] allow escaped chars as separatorLucas Rocha2009-09-16
* Bug 552971 - Add a hide-header option to list dialogBryce Harrington2009-08-10
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch fromLucas Rocha2009-01-09
* use g_value_dup_string when applicable (Fixes bug #527258). Patch fromLucas Rocha2008-04-10
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* fix critical warning when using checkbox and radiobox in list dialogLucas Rocha2007-08-13
* fix broken handling of input from pipes in list dialog (Fixes bugLucas Rocha2007-05-27
* fix index handling for --print-column (Fixes bug #420396).Lucas Rocha2007-05-14
* fix small build warnings on 64-bit architectures (Fixes bug #344125). fixLucas Rocha2006-07-26
* don't ignore return value from g_renew() (Fixes bug #338038). Patch fromLucas Rocha2006-04-17
* make it possible to add new lines and markup in the dialog text.Lucas Rocha2005-11-15
* general code cleanups. Contribution from Benoît Dejean.Lucas Rocha2005-07-08
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* New --hide-column option.Lucas Almeida Rocha2005-07-01
* Data structure improvements on List dialogs.Lucas Almeida Rocha2005-06-30
* New --print-column syntax. Now it's possible to pass a comma-separated list o...Lucas Almeida Rocha2005-06-28
* Error handling when trying to use checklist and radiolist in the same List di...Lucas Almeida Rocha2005-06-28
* Double-clicking on list dialogLucas Almeida Rocha2005-06-27
* Changed list dialog Selection behaviorLucas Almeida Rocha2005-06-27
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Patch from Ed Catmur to fix the list dialog on stdin. Fixes #164152.Glynn Foster2005-01-17
* Add missing header. Same ANSIfication. Closes bug #152851.Kjartan Maraas2004-09-17
* Add new notification icon. Update for new files. Restructure code a littleGlynn Foster2004-09-13
* src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from PaulGlynn Foster2004-07-19
* Add new option for --print-column, based on a patch by Paul Bolle. FixesGlynn Foster2004-07-19
* Fix the list dialog not being able to handle --text to change the text. ItGlynn Foster2004-04-28
* Add from the 2 Sebastian's, and make email addresses more spam proof.Glynn Foster2004-04-26
* Patch from Darren Adams <darrenadams@dsl.pipex.com> to make sure the newGlynn Foster2004-03-19
* Put horizontal scrolling on automatic, otherwise we expand off the edge ofGlynn Foster2003-08-27
* user input data output to STDOUT via g_print instead of outputting toKevin C. Krinke2003-07-13
* Allow /t and /n in dialog text. Some code cleanup.Mike Newman2003-06-10
* Support user-defined return values via env vars, like dialog did.Mike Newman2003-06-07
* Fix up some build warnings as reported by Ross Burton and his amazing gccGlynn Foster2003-06-04
* Update commandline error message, needs updating of translations. RemoveGlynn Foster2003-05-07
* Fix up the stdin list dialog stuff. Updated to actually include theGlynn Foster2003-05-06
* Make the list dialog handle stdin - a little bit buggy still. UpdateGlynn Foster2003-05-05
* Finish off the indentation cleanup. Add new '--width' and '--height'Glynn Foster2003-04-13
* Mass indentation cleanup. Make sure the glade dialogs aren't initiallyGlynn Foster2003-03-10
* Don't display the translators tab unless there is stuff to show.Glynn Foster2003-01-28
* Fix a segfault in the --list if no data is supplied to populateMike Newman2003-01-17
* Add support to separate the selected rows output with a character with '/'Glynn Foster2003-01-14
* Improve error handling. Make --list actually return something useful,Glynn Foster2003-01-13
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-07
* Improve error handling... a lot.Glynn Foster2003-01-07
* Finish off commandline parsing for the list dialog. Wow, this is almostGlynn Foster2003-01-06
* Add functions to init and free the parsing options. Still not terriblyGlynn Foster2003-01-06
* Initial revisionGlynn Foster2003-01-03
bgstack15