summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Fix the ComboBoxText construction so the dropmenu works again.Frode Austvik2012-08-21
| | | | | | | This fixes lp#998445 by changing the code to construct a new ComboBoxText instead of a ComboBox, which it was (probably accidentally) changed to do in commit 4421de67. Closes: lp#998445
* Port to new documentation infrastructureJavier Jardón2012-08-21
|
* Fix various compiler warnings (two serious)Colin Walters2012-08-12
| | | | Missing sentinels can cause crashes. The others are just style.
* Revert "Fixing string freeze"Piotr Drąg2012-07-21
| | | | | | This reverts commit 8777940f499a4a37fdb7c118de50f39cfa62f34b. The master branch is not yet affected by the string freeze.
* Fixing string freezeArx Cruz2012-07-19
|
* Added support to --imagelist on tree. Thanks to Joshua Nathaniel Pritikin ↵Arx Cruz2012-07-19
| | | | <jpritikin@pobox.com> now the first column can have an image.
* Do not crash in --forms --add-list without column valuesAlexandre Rostovtsev2012-05-23
| | | | | | | Be a bit more user friendly, and instead of crashing, add a default column name if the user forgot to use --column-values with a --forms list. https://bugzilla.gnome.org/show_bug.cgi?id=676406
* Remove markup from translatable stringsPiotr Drąg2012-05-16
| | | | Also manually unbreak the string freeze break.
* mask the result of g_io_channel_get_flags for the wanted flagJulian Taylor2012-05-08
|
* Wrong unref objectArx Cruz2012-04-19
|
* Fix for Bug 567663. Now the --pulsate option works properlyArx Cruz2012-04-19
|
* Bug #673529 Fix segmentation fault in --list optionArx Cruz2012-04-19
|
* Bug #668935 - the channel was being freed twice.Arx Cruz2012-01-30
|
* Added support to lists on zenity --formsArx Cruz2011-12-21
|
* Revert "Initial support for list/tree on --forms option Added zenity ↵Arx Cruz2011-10-13
| | | | | | --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.
* Initial support for list/tree on --forms option Added zenity --add-list and ↵Arx Cruz2011-10-13
| | | | --list-values on --forms option. This is an initial support. Next steps add support to multiple selections and multiple columns
* Fix for bug #611297 Now Zenity have --ok-label and --cancel-label in all ↵Arx Cruz2011-07-26
| | | | dialogs. This patch doesn't break old zenity scripts.
* Bug #592195. This fix made the --list mode return as soon as receive an ok ↵Arx Cruz2011-07-26
| | | | | | or cancel response avoiding crash.
* Enable html support in --text-info option. This fix bug #598655, thanks for ↵Arx Cruz2011-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 Cruz2011-07-08
|
* Forgot change one option in gtk_labelArx Cruz2011-07-06
|
* Patch for bug #621907Arx Cruz2011-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 Cruz2011-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 handledArx Cruz2011-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 timeoutArx Cruz2011-06-16
|
* Bug 651948 - zenity list does not return default value when timeout is overArx Cruz2011-06-16
|
* Fix bug 651723, don't look for libnotify.h if not requestedNirbheek Chauhan2011-06-07
|
* Revert mistakely pushed string changeLuca Ferretti2011-03-17
|
* Use proper case in forms dialog option valuesLuca Ferretti2011-03-17
|
* text.c: Fix compilation warningJavier Jardón2011-02-15
|
* Do not use deprecated separator GtkDialog propertyJavier Jardón2011-02-15
|
* Reset errors after freeing themMatthias Clasen2011-01-25
| | | | | This was causing segfaults: https://bugzilla.redhat.com/show_bug.cgi?id=670895
* Adding missed files and code for --forms option.Arx Cruz2011-01-17
|
* Add font and no wrap mode support in text dialogmuzuiget2011-01-04
|
* Fix for bug 540560.Arx Cruz2011-01-02
| | | | Patch by Victor Ananjevsky <ananasik at gmail dot com>
* util: fix build with new GTK+Cosimo Cecchi2010-12-22
|
* Fix for bug 630885Arx Cruz2010-11-18
|
* Fix for bug 412493Arx Cruz2010-11-18
|
* Add libnotify as optional in zenity instalationArx Cruz2010-11-09
|
* Remove deprecated code for GTK+-3.0.Luis Medinas2010-10-21
|
* Require libnotify 0.6.1William Jon McCann2010-10-20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=631737
* Remove GDK_DISPLAY() usage. Fixes build with GTK+-3.0Luis Medinas2010-10-02
| | | | Replaced by GDK_DISPLAY_XDISPLAY.
* Add default activation on entry.Luis Medinas2010-09-29
| | | | | Fixes bgo#630884 - Zenity --password dialog doesn't have a default action
* Removing X_LIBS from src/MakefileArx Cruz2010-07-22
|
* Change cancel button messages to be capitalizedArx Cruz2010-07-22
|
* Change GTK_DIALOG(dialog)->vbox to gtk_dialog_get_content_area() in order to ↵Arx Cruz2010-07-12
| | | | compile with GTK 3.0
* Just changing the copyright.Arx Cruz2010-07-12
|
* Add new password dialogArx Cruz2010-07-12
|
* Use g_timeout_add_seconds instead g_timeout_addPhilippe Gauthier2010-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 specifiedMichal Pryc2010-04-19
|
bgstack15