summaryrefslogtreecommitdiff
path: root/src/tree.c
AgeCommit message (Expand)Author
2013-10-18Add a couple of compatibility hacks for GTK+-2.HEADmasterLuke Shumaker
2013-08-31added attach option for transient windowWeitian Leung
2013-06-04Bug #653468. Fixed by Kurt Miller <kurt@intricatesoftware.com>.Arx Cruz
2013-05-23Bug 698683 - Double clicking an item or hitting enter after selecting an itemArx Cruz
2013-03-05But #674881 - Timeout option overriding normal exit codeArx Cruz
2012-09-25util: Add an option to request dialogs being modalFlorian Müllner
2012-07-19Added support to --imagelist on tree. Thanks to Joshua Nathaniel Pritikin <jp...Arx Cruz
2012-05-08mask the result of g_io_channel_get_flags for the wanted flagJulian Taylor
2012-04-19Bug #673529 Fix segmentation fault in --list optionArx Cruz
2012-01-30Bug #668935 - the channel was being freed twice.Arx Cruz
2011-07-26Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz
2011-07-26Bug #592195. This fix made the --list mode return as soon as receive an ok or...Arx Cruz
2011-07-08Fix for bug #540489 and #501001 both related to 100% use of cpu.Arx Cruz
2011-06-17Now if you use --timeout option, the return code will be properly handledArx Cruz
2011-06-16Bug 651948 - zenity list does not return default value when timeout is overArx Cruz
2011-01-02Fix for bug 540560.Arx Cruz
2010-05-27Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier
2009-09-16[list] allow escaped chars as separatorLucas Rocha
2009-08-10Bug 552971 - Add a hide-header option to list dialogBryce Harrington
2009-07-20Bug 578393 – convert from libglade to GtkBuilderFelix Riemann
2009-01-09GNOME Goal: Remove deprecated GLib symbols (Fixes bug #560452). Patch fromLucas Rocha
2008-04-10use g_value_dup_string when applicable (Fixes bug #527258). Patch fromLucas Rocha
2007-08-13added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha
2007-08-13fix critical warning when using checkbox and radiobox in list dialogLucas Rocha
2007-05-27fix broken handling of input from pipes in list dialog (Fixes bugLucas Rocha
2007-05-14fix index handling for --print-column (Fixes bug #420396).Lucas Rocha
2006-07-26fix small build warnings on 64-bit architectures (Fixes bug #344125). fixLucas Rocha
2006-04-17don't ignore return value from g_renew() (Fixes bug #338038). Patch fromLucas Rocha
2005-11-15make it possible to add new lines and markup in the dialog text.Lucas Rocha
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