Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable html support in --text-info option. This fix bug #598655, thanks for ↵ | Arx Cruz | 2011-07-19 |
| | | | | | | | | | | | the work from Francis Meyvis francis.meyvis at gmail dot com. Two new options in --text-info: * --html - enable HTML support. * --url - load an url If you need to load a local html file, you can use --filename=patch/to/html. Examples: * zenity --text-info --html --filename=file.html * zenity --text-info --html --url=www.gnome.org Zenity will add http:// if isn't declared in --url | ||
* | Fix for bug #540489 and #501001 both related to 100% use of cpu. | Arx Cruz | 2011-07-08 |
| | |||
* | Forgot change one option in gtk_label | Arx Cruz | 2011-07-06 |
| | |||
* | Patch for bug #621907 | Arx Cruz | 2011-07-06 |
| | | | | | | This patch add the option --no-markup in the info, warning, error and question dialogs So if the user wants to use & \ ' and other symbols, now he can, and no error will be showed. | ||
* | This change add a new functionality to text-info: | Arx Cruz | 2011-06-28 |
| | | | | | | | | | * Added a cancel button returning 1 if clicked * Renamed the Close button to Ok, still returning 0 if clicked * Added --ok-label=TEXT option to change the Ok button label * Added --cancel-label=TEXT option to change the Cancel button label * Added --checkbox=TEXT option to show an "I Agree and accept the terms" checkbox If --checkbox is enabled, the Ok button will be disabled if the checkbox isn't checked. | ||
* | Now if you use --timeout option, the return code will be properly handled | Arx Cruz | 2011-06-17 |
| | | | | | The default behavior will be done (ie. user click on ok button) The return code will be 5 | ||
* | Fix the msg forms (question, warning, error) to return 5 when timeout | Arx Cruz | 2011-06-16 |
| | |||
* | Bug 651948 - zenity list does not return default value when timeout is over | Arx Cruz | 2011-06-16 |
| | |||
* | Fix bug 651723, don't look for libnotify.h if not requested | Nirbheek Chauhan | 2011-06-07 |
| | |||
* | Revert mistakely pushed string change | Luca Ferretti | 2011-03-17 |
| | |||
* | Use proper case in forms dialog option values | Luca Ferretti | 2011-03-17 |
| | |||
* | text.c: Fix compilation warning | Javier Jardón | 2011-02-15 |
| | |||
* | Do not use deprecated separator GtkDialog property | Javier Jardón | 2011-02-15 |
| | |||
* | Reset errors after freeing them | Matthias Clasen | 2011-01-25 |
| | | | | | This was causing segfaults: https://bugzilla.redhat.com/show_bug.cgi?id=670895 | ||
* | Adding missed files and code for --forms option. | Arx Cruz | 2011-01-17 |
| | |||
* | Add font and no wrap mode support in text dialog | muzuiget | 2011-01-04 |
| | |||
* | Fix for bug 540560. | Arx Cruz | 2011-01-02 |
| | | | | Patch by Victor Ananjevsky <ananasik at gmail dot com> | ||
* | util: fix build with new GTK+ | Cosimo Cecchi | 2010-12-22 |
| | |||
* | Fix for bug 630885 | Arx Cruz | 2010-11-18 |
| | |||
* | Fix for bug 412493 | Arx Cruz | 2010-11-18 |
| | |||
* | Add libnotify as optional in zenity instalation | Arx Cruz | 2010-11-09 |
| | |||
* | Remove deprecated code for GTK+-3.0. | Luis Medinas | 2010-10-21 |
| | |||
* | Require libnotify 0.6.1 | William Jon McCann | 2010-10-20 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=631737 | ||
* | Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0 | Luis Medinas | 2010-10-02 |
| | | | | Replaced by GDK_DISPLAY_XDISPLAY. | ||
* | Add default activation on entry. | Luis Medinas | 2010-09-29 |
| | | | | | Fixes bgo#630884 - Zenity --password dialog doesn't have a default action | ||
* | Removing X_LIBS from src/Makefile | Arx Cruz | 2010-07-22 |
| | |||
* | Change cancel button messages to be capitalized | Arx Cruz | 2010-07-22 |
| | |||
* | Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ↵ | Arx Cruz | 2010-07-12 |
| | | | | compile with GTK 3.0 | ||
* | Just changing the copyright. | Arx Cruz | 2010-07-12 |
| | |||
* | Add new password dialog | Arx Cruz | 2010-07-12 |
| | |||
* | Use g_timeout_add_seconds instead g_timeout_add | Philippe Gauthier | 2010-05-27 |
| | | | | | | The calls to g_timeout_add are replaced with g_timeout_add_seconds to reduce the number or program wake ups. See the GNOME Goal description: http://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds | ||
* | Bug 615527 - zenity hangs if invalid WINDOWID is specified | Michal Pryc | 2010-04-19 |
| | |||
* | Compile with -DGSEAL_ENABLED. Fixes bug 612498. | Andre Klapper | 2010-04-08 |
| | |||
* | Bug 540169 - Zenity should offer color selection dialog | Berislav Kovacki | 2010-02-23 |
| | |||
* | Bug 593926 - --progress needs a --nocancel option | Huzaifa Sidhpurwala | 2010-02-23 |
| | |||
* | Bug 609224 - GPL mentioning left in about dialog | Lucas Rocha | 2010-02-23 |
| | |||
* | [options] Use correct type in hide_header variable | Lucas Rocha | 2010-02-23 |
| | |||
* | Bug 603673 - Show correct license in the about dialog | Lucas Rocha | 2009-12-13 |
| | |||
* | [list] allow escaped chars as separator | Lucas Rocha | 2009-09-16 |
| | |||
* | Bug 572835 – Zenity --question should be yes or no | Lucas Rocha | 2009-08-10 |
| | |||
* | Bug 552971 - Add a hide-header option to list dialog | Bryce Harrington | 2009-08-10 |
| | |||
* | Bug 551116 - Fix default activation in entry dialog | Adrian Carpenter | 2009-08-10 |
| | | | | when using the dialog with drop down menu. | ||
* | [option] Free file filter list on exit | Lucas Rocha | 2009-08-10 |
| | |||
* | [option] Fix type of filters variable | Lucas Rocha | 2009-08-10 |
| | |||
* | Bug 549404 - --help-entry for hide-text incorrect | Matt Keenan | 2009-08-10 |
| | |||
* | [progress] Improve code to update of percentage | Lucas Rocha | 2009-08-10 |
| | |||
* | Bug 556198 – Support toggling pulsate in progressbar | Lucas Rocha | 2009-08-10 |
| | |||
* | [progress] Factor out function to control pulsate | Lucas Rocha | 2009-08-10 |
| | |||
* | [progress] coding style fixes | Lucas Rocha | 2009-08-10 |
| | |||
* | Bug 573802 - Support notification summary | Aurélio A. Heckert | 2009-08-10 |
| | | | | | | You can now define title and summary on notifications. The first line of the provided text will be considered the title and the following lines are the summary. |