summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* tree: Set search column to 1 for check/radiolistsLogan Rathbone2023-08-10
* msg: Set max-width-chars to relatively small value if --width specifiedLogan Rathbone2023-02-04
* Prevent ZENITY_TIMEOUT from clashing with custom response IDsLogan Rathbone2023-02-04
* scale: set a page increment so mouse wheel can be used on widgetHg2022-09-21
* zenity.ui: make message dialogs non-resizableDavid King2022-04-26
* msg: Fix maximum width to 60 charactersDavid King2022-04-26
* src/zenity.ui: add default OK button for --scalehydrargyrum2022-04-24
* Merge branch 'check-radio-box-fixes' into 'master'Logan Rathbone2021-11-15
|\
| * tree: clicking row should check radio/checkboxesLogan Rathbone2021-08-16
* | Fix search column selection with --imagelistJanne Pulkkinen2021-07-24
|/
* about: Remove Zen wisdom of the ancientsLogan Rathbone2021-06-29
* meson: bump gtk req. Suppress compiler warning.Logan Rathbone2021-06-28
* Port build system from autotools to meson.Logan Rathbone2021-06-08
* Fix some compilations warningsJavier Jardón2020-12-18
* src/forms.c: Fix segfault on multiple lists without valuesquartenium2019-04-14
* Makes progress to consider the decimal from percent updateAurélio A. Heckert2018-06-18
* password: Replace N_() with regular _()Piotr Drąg2017-12-04
* Formating latest patchArx Cruz2017-05-26
* Use GtkFileChooserNativePatrick Griffis2017-05-26
* Fix styleArx Cruz2017-04-07
* Fix message dialog width and height on recent GtkAlan2017-04-04
* Bug 762347: Addition of entry text width optionArx Cruz2017-04-04
* Fix misleading indentationMatthias Clasen2017-04-04
* fix compilation when webkitgtk is not installedTom Schoonjans2015-10-17
* Fixing GLib-CRITICAL messagesArx Cruz2015-10-02
* Fixing html option being parsed to other dialogs rather then text-infoArx Cruz2015-10-02
* Fixing glade file.Arx Cruz2015-10-02
* This is a simple build fixArx Cruz2015-09-21
* Fix zenity --listArx Cruz2015-06-23
* Bug #751332 - zenity --forms does not center in the screenArx Cruz2015-06-23
* Bug #638582 - zenity --notification --listen can't show multi line tooltipArx Cruz2015-06-03
* Add the possibility to pass title and the summary to zenity notificationArx Cruz2015-06-03
* Bug #672090 - Impossible to confirm --text-infoArx Cruz2015-05-29
* Bug #742963 - Basic notifications do not returnArx Cruz2015-05-29
* Fix GLib critical messagesArx Cruz2015-05-29
* Fixing deprecated declarationsArx Cruz2015-05-29
* Fix uninitialized progress_bar errorArx Cruz2015-05-29
* Port to webkit2gtkHristo Venev2015-05-29
* Bug #749359 zenity --list produces incorrect outputArx Cruz2015-05-14
* Do not make zenity_util_show_dialog() X11 specificJavier Jardón2015-04-23
* Improve some stringsPiotr Drąg2015-04-22
* option.c: Fixing typo in extra-button optionArx Cruz2015-04-21
* Merge branch 'jjardon/no_deprecated'Arx Cruz2015-04-21
|\
| * src/tree.c: avoid a compilation warningJavier Jardón2015-03-22
| * src/tree.c: Do not use deprecated gtk_tree_view_set_rules_hint()Javier Jardón2015-03-22
| * src/notification.c: Remove non-used variableJavier Jardón2015-03-22
| * Use GtkScale instead deprecated GtkHScaleJavier Jardón2015-03-22
| * src/zenity.ui: Use GtkBox instead deprecated Gtk[H|V]BoxJavier Jardón2015-03-22
| * forms: Use GtkGrid instead deprecated GtkTable/GtkAlignmentJavier Jardón2015-03-22
| * src/password.c: Do not use deprecated GtkAlignment widgetJavier Jardón2015-03-22
bgstack15