summaryrefslogtreecommitdiff
path: root/src/color.c
AgeCommit message (Collapse)Author
2013-08-31added attach option for transient windowWeitian Leung
2012-09-25util: Add an option to request dialogs being modalFlorian Müllner
As WMs cannot open windows themselves, Mutter uses zenity to open "Force Quit" dialogs for unresponsive windows; as those are strongly tied to the corresponding window, it makes sense to make them modal (in particular when attaching them to their parent). https://bugzilla.gnome.org/show_bug.cgi?id=684322
2012-08-12Fix various compiler warnings (two serious)Colin Walters
Missing sentinels can cause crashes. The others are just style.
2011-07-26Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all ↵Arx Cruz
dialogs. This patch doesn't break old zenity scripts.
2011-06-17Now if you use --timeout option, the return code will be properly handledArx Cruz
The default behavior will be done (ie. user click on ok button) The return code will be 5
2011-06-16Bug 651948 - zenity list does not return default value when timeout is overArx Cruz
2010-02-23Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki