summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-12-21Added support to lists on zenity --formsArx Cruz
2011-10-13Revert "Initial support for list/tree on --forms option Added zenity ↵Arx Cruz
--add-list and --list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns" This reverts commit ed825cf92b9d786b9b13361db4a0e696af347a59.
2011-10-13Initial support for list/tree on --forms option Added zenity --add-list and ↵Arx Cruz
--list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns
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-07-26Bug #592195. This fix made the --list mode return as soon as receive an ok ↵Arx Cruz
or cancel response avoiding crash.
2011-07-19Enable html support in --text-info option. This fix bug #598655, thanks for ↵Arx Cruz
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
2011-07-08Fix for bug #540489 and #501001 both related to 100% use of cpu.Arx Cruz
2011-07-06Forgot change one option in gtk_labelArx Cruz
2011-07-06Patch for bug #621907Arx Cruz
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.
2011-06-28This change add a new functionality to text-info:Arx Cruz
* 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.
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-16Fix the msg forms (question, warning, error) to return 5 when timeoutArx Cruz
2011-06-16Bug 651948 - zenity list does not return default value when timeout is overArx Cruz
2011-06-07Fix bug 651723, don't look for libnotify.h if not requestedNirbheek Chauhan
2011-03-17Revert mistakely pushed string changeLuca Ferretti
2011-03-17Use proper case in forms dialog option valuesLuca Ferretti
2011-02-15text.c: Fix compilation warningJavier Jardón
2011-02-15Do not use deprecated separator GtkDialog propertyJavier Jardón
2011-01-25Reset errors after freeing themMatthias Clasen
This was causing segfaults: https://bugzilla.redhat.com/show_bug.cgi?id=670895
2011-01-17Adding missed files and code for --forms option.Arx Cruz
2011-01-04Add font and no wrap mode support in text dialogmuzuiget
2011-01-02Fix for bug 540560.Arx Cruz
Patch by Victor Ananjevsky <ananasik at gmail dot com>
2010-12-22util: fix build with new GTK+Cosimo Cecchi
2010-11-18Fix for bug 630885Arx Cruz
2010-11-18Fix for bug 412493Arx Cruz
2010-11-09Add libnotify as optional in zenity instalationArx Cruz
2010-10-21Remove deprecated code for GTK+-3.0.Luis Medinas
2010-10-20Require libnotify 0.6.1William Jon McCann
https://bugzilla.gnome.org/show_bug.cgi?id=631737
2010-10-02Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0Luis Medinas
Replaced by GDK_DISPLAY_XDISPLAY.
2010-09-29Add default activation on entry.Luis Medinas
Fixes bgo#630884 - Zenity --password dialog doesn't have a default action
2010-07-22Removing X_LIBS from src/MakefileArx Cruz
2010-07-22Change cancel button messages to be capitalizedArx Cruz
2010-07-12Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ↵Arx Cruz
compile with GTK 3.0
2010-07-12Just changing the copyright.Arx Cruz
2010-07-12Add new password dialogArx Cruz
2010-05-27Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier
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
2010-04-19Bug 615527 - zenity hangs if invalid WINDOWID is specifiedMichal Pryc
2010-04-08Compile with -DGSEAL_ENABLED. Fixes bug 612498.Andre Klapper
2010-02-23Bug 540169 - Zenity should offer color selection dialogBerislav Kovacki
2010-02-23Bug 593926 - --progress needs a --nocancel optionHuzaifa Sidhpurwala
2010-02-23Bug 609224 - GPL mentioning left in about dialogLucas Rocha
2010-02-23[options] Use correct type in hide_header variableLucas Rocha
2009-12-13Bug 603673 - Show correct license in the about dialogLucas Rocha
2009-09-16[list] allow escaped chars as separatorLucas Rocha
2009-08-10Bug 572835 – Zenity --question should be yes or noLucas Rocha
2009-08-10Bug 552971 - Add a hide-header option to list dialogBryce Harrington
2009-08-10Bug 551116 - Fix default activation in entry dialogAdrian Carpenter
when using the dialog with drop down menu.
2009-08-10[option] Free file filter list on exitLucas Rocha
2009-08-10[option] Fix type of filters variableLucas Rocha
2009-08-10Bug 549404 - --help-entry for hide-text incorrectMatt Keenan