summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/forms.c: Fix segfault on multiple lists without valuesquartenium2019-04-141-1/+12
* Makes progress to consider the decimal from percent updateAurélio A. Heckert2018-06-181-1/+22
* password: Replace N_() with regular _()Piotr Drąg2017-12-041-2/+2
* Formating latest patchArx Cruz2017-05-261-5/+4
* Use GtkFileChooserNativePatrick Griffis2017-05-261-22/+47
* Fix styleArx Cruz2017-04-0719-5888/+5798
* Fix message dialog width and height on recent GtkAlan2017-04-042-14/+11
* Bug 762347: Addition of entry text width optionArx Cruz2017-04-041-2/+2
* Fix misleading indentationMatthias Clasen2017-04-041-1/+1
* fix compilation when webkitgtk is not installedTom Schoonjans2015-10-171-0/+2
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-0211-11/+11
* Fixing html option being parsed to other dialogs rather then text-infoArx Cruz2015-10-021-0/+3
* Fixing glade file.Arx Cruz2015-10-021-2/+4
* This is a simple build fixArx Cruz2015-09-211-1/+0
* Fix zenity --listArx Cruz2015-06-231-0/+1
* Bug #751332 - zenity --forms does not center in the screenArx Cruz2015-06-231-1/+1
* Bug #638582 - zenity --notification --listen can't show multi line tooltipArx Cruz2015-06-031-29/+27
* Add the possibility to pass title and the summary to zenity notificationArx Cruz2015-06-031-1/+10
* Bug #672090 - Impossible to confirm --text-infoArx Cruz2015-05-291-12/+40
* Bug #742963 - Basic notifications do not returnArx Cruz2015-05-291-2/+2
* Fix GLib critical messagesArx Cruz2015-05-291-3/+5
* Fixing deprecated declarationsArx Cruz2015-05-291-1/+1
* Fix uninitialized progress_bar errorArx Cruz2015-05-291-2/+2
* Port to webkit2gtkHristo Venev2015-05-291-42/+28
* Bug #749359 zenity --list produces incorrect outputArx Cruz2015-05-141-0/+1
* Do not make zenity_util_show_dialog() X11 specificJavier Jardón2015-04-234-9/+8
* Improve some stringsPiotr Drąg2015-04-221-18/+17
* option.c: Fixing typo in extra-button optionArx Cruz2015-04-211-1/+1
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-2115-351/+159
|\
| * src/tree.c: avoid a compilation warningjjardon/no_deprecatedJavier Jardón2015-03-221-2/+3
| * src/tree.c: Do not use deprecated gtk_tree_view_set_rules_hint()Javier Jardón2015-03-221-2/+0
| * src/notification.c: Remove non-used variableJavier Jardón2015-03-221-4/+0
| * Use GtkScale instead deprecated GtkHScaleJavier Jardón2015-03-221-1/+1
| * src/zenity.ui: Use GtkBox instead deprecated Gtk[H|V]BoxJavier Jardón2015-03-221-13/+18
| * forms: Use GtkGrid instead deprecated GtkTable/GtkAlignmentJavier Jardón2015-03-222-152/+20
| * src/password.c: Do not use deprecated GtkAlignment widgetJavier Jardón2015-03-221-8/+2
| * password: Use gtk_box instead gtk_[v|h]boxJavier Jardón2015-03-221-4/+4
| * src/text.c: gtk_widget_override_font instead gtk_widget_modify_fontJavier Jardón2015-03-221-1/+1
| * src/color.c: Port to GtkColorChooserDialogJavier Jardón2015-03-221-19/+10
| * Rework zenity_util_set_window_icon* to not use stock imagesJavier Jardón2015-03-223-43/+38
| * Do not use a stock answer for yes/no buttonsJavier Jardón2015-03-221-2/+2
| * Do not use stock dialogJavier Jardón2015-03-221-2/+2
| * Do not use an icon for Cancel/OK buttonsJavier Jardón2015-03-2211-42/+4
| * src/zenity.ui: Do not use deprecated stock imagesJavier Jardón2015-03-221-4/+4
| * src/zenity.ui: Do not use deprecated stock buttonsJavier Jardón2015-03-221-34/+23
| * src/zenity.ui: Changes when open with Glade 3.18.3Javier Jardón2015-03-221-28/+37
* | ADD gchar **extra_label TO struct ZenityDataGama Anderson2015-04-2114-16/+161
* | allow build if GDK_WINDOWING_X11 not setJason Penney2015-04-211-0/+2
* | Bug #734196Andreas Mohr2015-04-211-0/+26
|/
* Allow user to interact with --text-info --html WebViewKernc2014-10-223-1/+20