summaryrefslogtreecommitdiff
path: root/src/msg.c
Commit message (Expand)AuthorAge
* msg: Set max-width-chars to relatively small value if --width specifiedLogan Rathbone2023-02-04
* msg: Fix maximum width to 60 charactersDavid King2022-04-26
* Fix some compilations warningsJavier Jardón2020-12-18
* Fix styleArx Cruz2017-04-07
* Fix message dialog width and height on recent GtkAlan2017-04-04
* Fix misleading indentationMatthias Clasen2017-04-04
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-02
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-21
|\
| * Rework zenity_util_set_window_icon* to not use stock imagesJavier Jardón2015-03-22
| * Do not use a stock answer for yes/no buttonsJavier Jardón2015-03-22
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-22
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-21
* | Bug #734196Andreas Mohr2015-04-21
|/
* Bug #700249 - Progress dialog does not wrapArx Cruz2014-10-22
* Better sollution for wrap textArx Cruz2014-10-22
* Bug #670496 and #673643Arx Cruz2014-05-29
* Add the --ellipsize option to info, error, warning and question dialogsArx Cruz2014-05-20
* Bug #534935 Need hability to specify default answer in --question dialogBerislav Kovacki2013-11-23
* added attach option for transient windowWeitian Leung2013-08-31
* msg: Add an option to set a custom dialog iconFlorian Müllner2012-09-25
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-25
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-26
* Forgot change one option in gtk_labelArx Cruz2011-07-06
* Patch for bug #621907Arx Cruz2011-07-06
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-17
* Fix the msg forms (question, warning, error) to return 5 when timeoutArx Cruz2011-06-16
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-27
* Bug 572835 – Zenity --question should be yes or noLucas Rocha2009-08-10
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* fix memory leak on custom labels (Fixes bug #526627). Patch byLucas Rocha2008-04-07
* Allow question dialogs to use custom button label text (Fixes bugLucas Rocha2008-03-29
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* make it possible to add new lines in the in the msg dialog (Fixes bugLucas Rocha2005-11-14
* Include cleanups (config.h)Lucas Almeida Rocha2005-07-06
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* Bug fix for #149290, based on contributions from Timo Aaltonen, LucasGlynn Foster2005-04-20
* 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
* Make sure the text can take markup, so that people can create nice HIGGlynn Foster2004-07-18
* 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
* 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
* 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
* Add some screenshots for the help documentation.Glynn Foster2003-01-18
* Re-structure the code to pass in the ZenityData structure into theGlynn Foster2003-01-13
* Fix up the response signal handlers. Use returns of 0 for 'Ok' andGlynn Foster2003-01-07
* I love featuritis. Instead of fixing stuff so it actually works, I addGlynn Foster2003-01-06
bgstack15