| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'missing-responses' into 'master' | Logan Rathbone | 2023-04-26 | 1 | -5/+12 |
|\ |
|
| * | progress: don't update responses that aren't there | Adam Williamson | 2023-04-20 | 1 | -5/+12 |
* | | Set dialog 'heading', not 'title' | Adam Williamson | 2023-04-20 | 1 | -1/+1 |
|/ |
|
* | Initial port to libadwaita | Logan Rathbone | 2023-01-23 | 1 | -54/+32 |
* | Use g_auto* where possible. | Logan Rathbone | 2021-12-29 | 1 | -10/+5 |
* | Mass cleanup and finish meson migration. | Logan Rathbone | 2021-02-14 | 1 | -22/+11 |
* | Make remaining C files build against gtk4 | Logan Rathbone | 2021-02-11 | 1 | -126/+174 |
* | Makes progress to consider the decimal from percent update | Aurélio A. Heckert | 2018-06-18 | 1 | -1/+22 |
* | Fix style | Arx Cruz | 2017-04-07 | 1 | -323/+350 |
* | Fixing GLib-CRITICAL messages | Arx Cruz | 2015-10-02 | 1 | -1/+1 |
* | Fix uninitialized progress_bar error | Arx Cruz | 2015-05-29 | 1 | -2/+2 |
* | Merge branch 'jjardon/no_deprecated' | Arx Cruz | 2015-04-21 | 1 | -4/+0 |
|\ |
|
| * | Do not use an icon for Cancel/OK buttons | Javier Jardón | 2015-03-22 | 1 | -4/+0 |
* | | ADD gchar **extra_label TO struct ZenityData | Gama Anderson | 2015-04-21 | 1 | -1/+10 |
|/ |
|
* | Bug #700249 - Progress dialog does not wrap | Arx Cruz | 2014-10-22 | 1 | -2/+18 |
* | Fixing g_timeout_add calls | Arx Cruz | 2014-10-21 | 1 | -1/+1 |
* | Fixing remain g_timeout_add | Arx Cruz | 2014-10-21 | 1 | -3/+3 |
* | Added time-remaining support to progress bars | Scott Pakin | 2014-10-21 | 1 | -0/+37 |
* | added attach option for transient window | Weitian Leung | 2013-08-31 | 1 | -1/+1 |
* | Bug #653468. Fixed by Kurt Miller <kurt@intricatesoftware.com>. | Arx Cruz | 2013-06-04 | 1 | -5/+4 |
* | But #674881 - Timeout option overriding normal exit code | Arx Cruz | 2013-03-05 | 1 | -1/+4 |
* | util: Add an option to request dialogs being modal | Florian Müllner | 2012-09-25 | 1 | -0/+3 |
* | Fix various compiler warnings (two serious) | Colin Walters | 2012-08-12 | 1 | -1/+1 |
* | Wrong unref object | Arx Cruz | 2012-04-19 | 1 | -1/+0 |
* | Fix for Bug 567663. Now the --pulsate option works properly | Arx Cruz | 2012-04-19 | 1 | -4/+8 |
* | Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial... | Arx Cruz | 2011-07-26 | 1 | -0/+15 |
* | Now if you use --timeout option, the return code will be properly handled | Arx Cruz | 2011-06-17 | 1 | -1/+1 |
* | Bug 651948 - zenity list does not return default value when timeout is over | Arx Cruz | 2011-06-16 | 1 | -1/+1 |
* | Fix for bug 540560. | Arx Cruz | 2011-01-02 | 1 | -1/+1 |
* | Use g_timeout_add_seconds instead g_timeout_add | Philippe Gauthier | 2010-05-27 | 1 | -1/+1 |
* | Bug 593926 - --progress needs a --nocancel option | Huzaifa Sidhpurwala | 2010-02-23 | 1 | -0/+17 |
* | [progress] Improve code to update of percentage | Lucas Rocha | 2009-08-10 | 1 | -7/+10 |
* | Bug 556198 – Support toggling pulsate in progressbar | Lucas Rocha | 2009-08-10 | 1 | -1/+31 |
* | [progress] Factor out function to control pulsate | Lucas Rocha | 2009-08-10 | 1 | -7/+22 |
* | [progress] coding style fixes | Lucas Rocha | 2009-08-10 | 1 | -21/+21 |
* | [progress] Remove duplicate code when returning | Lucas Rocha | 2009-08-08 | 1 | -2/+0 |
* | [progress] Cosmetic fix in code comment | Lucas Rocha | 2009-08-08 | 1 | -1/+1 |
* | Bug 578393 – convert from libglade to GtkBuilder | Felix Riemann | 2009-07-20 | 1 | -20/+21 |
* | added timeout option to all dialogs (Fixes bug #160654). Based on patch | Lucas Rocha | 2007-08-13 | 1 | -0/+4 |
* | general cleanups for build warnings (Fixes bug #416196). Patch from | Lucas Rocha | 2007-05-14 | 1 | -2/+0 |
* | add "auto-kill" option to progress dialog. Now the user can choose whether | Lucas Rocha | 2006-12-02 | 1 | -6/+15 |
* | make it possible to add new lines and markup in the dialog text. | Lucas Rocha | 2005-11-15 | 1 | -1/+3 |
* | general code cleanups. Contribution from Benoît Dejean. | Lucas Rocha | 2005-07-08 | 1 | -1/+0 |
* | Include cleanups (config.h) | Lucas Almeida Rocha | 2005-07-06 | 1 | -0/+2 |
* | COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c, | Glynn Foster | 2005-04-25 | 1 | -2/+2 |
* | If auto-close, close the dialog when the input stream finds an EOF. | Glynn Foster | 2005-02-07 | 1 | -0/+5 |
* | Add missing header. Same ANSIfication. Closes bug #152851. | Kjartan Maraas | 2004-09-17 | 1 | -0/+1 |
* | Add new notification icon. Update for new files. Restructure code a little | Glynn Foster | 2004-09-13 | 1 | -4/+1 |
* | src/calendar.c, src/entry.c, src/fileselection.c, Cleanup fixes from Paul | Glynn Foster | 2004-07-19 | 1 | -2/+1 |
* | Patch from Luke Suchocki to send HUP to parent instead of itself. Fixes | Glynn Foster | 2004-06-17 | 1 | -1/+1 |