summaryrefslogtreecommitdiff
path: root/src/progress.c
Commit message (Expand)AuthorAge
* Fix styleArx Cruz2017-04-07
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-02
* Fix uninitialized progress_bar errorArx Cruz2015-05-29
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-21
|\
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-22
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-21
|/
* Bug #700249 - Progress dialog does not wrapArx Cruz2014-10-22
* Fixing g_timeout_add callsArx Cruz2014-10-21
* Fixing remain g_timeout_addArx Cruz2014-10-21
* Added time-remaining support to progress barsScott Pakin2014-10-21
* added attach option for transient windowWeitian Leung2013-08-31
* Bug #653468. Fixed by Kurt Miller <kurt@intricatesoftware.com>.Arx Cruz2013-06-04
* But #674881 - Timeout option overriding normal exit codeArx Cruz2013-03-05
* util: Add an option to request dialogs being modalFlorian Müllner2012-09-25
* Fix various compiler warnings (two serious)Colin Walters2012-08-12
* Wrong unref objectArx Cruz2012-04-19
* Fix for Bug 567663. Now the --pulsate option works properlyArx Cruz2012-04-19
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all dial...Arx Cruz2011-07-26
* Now if you use --timeout option, the return code will be properly handledArx Cruz2011-06-17
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
* Fix for bug 540560.Arx Cruz2011-01-02
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-05-27
* Bug 593926 - --progress needs a --nocancel optionHuzaifa Sidhpurwala2010-02-23
* [progress] Improve code to update of percentageLucas Rocha2009-08-10
* Bug 556198 – Support toggling pulsate in progressbarLucas Rocha2009-08-10
* [progress] Factor out function to control pulsateLucas Rocha2009-08-10
* [progress] coding style fixesLucas Rocha2009-08-10
* [progress] Remove duplicate code when returningLucas Rocha2009-08-08
* [progress] Cosmetic fix in code commentLucas Rocha2009-08-08
* Bug 578393 – convert from libglade to GtkBuilderFelix Riemann2009-07-20
* added timeout option to all dialogs (Fixes bug #160654). Based on patchLucas Rocha2007-08-13
* general cleanups for build warnings (Fixes bug #416196). Patch fromLucas Rocha2007-05-14
* add "auto-kill" option to progress dialog. Now the user can choose whetherLucas Rocha2006-12-02
* 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
* COPYING, src/about.c, src/calendar.c, src/eggtrayicon.c, src/entry.c,Glynn Foster2005-04-25
* If auto-close, close the dialog when the input stream finds an EOF.Glynn Foster2005-02-07
* 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
* Patch from Luke Suchocki to send HUP to parent instead of itself. FixesGlynn Foster2004-06-17
* 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
* *** empty log message ***Mike Newman2003-06-13
* 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
* Add --auto-close option to progress dialog. Closes dialog when 100% has been ...Mike Newman2003-06-03
* Fix typo in gdialog wrapper. Sensitize OK button in progress when 100% reached.Mike Newman2003-05-24
* Patch from Dagmar d'Surreal <dagmar@speakeasy.net> to correct help docsGlynn Foster2003-05-24
bgstack15