Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | scale: set a page increment so mouse wheel can be used on widget | Hg | 2022-09-21 |
| | | | | | | the page increment is set to the same as step increment, for simplicity. Closes #30 | ||
* | zenity.ui: make message dialogs non-resizable | David King | 2022-04-26 |
| | | | | | Use the approach of GtkMessageDialog, to avoid problems with narrow labels when the dialog text is long. | ||
* | msg: Fix maximum width to 60 characters | David King | 2022-04-26 |
| | | | | | | | | | | | Commit 3b64d05e8a1aae1581d2bec7288d80ac4699e1b1 mentioned that labels in message dialogs were set to a maximum width of 60 characters, with inspiration from GtkMessageDialog, but in fact a typo meant that they were set to both a width and maximum width of just 10 characters. This lead to text layout problems, which can be fixed by using the intended maximum of 60 characters. https://bugzilla.redhat.com/show_bug.cgi?id=2053530 | ||
* | src/zenity.ui: add default OK button for --scale | hydrargyrum | 2022-04-24 |
| | | | It's now possible to just press "Enter" to accept the selected value. | ||
* | Merge branch 'check-radio-box-fixes' into 'master' | Logan Rathbone | 2021-11-15 |
|\ | | | | | | | | | tree: Clicking row should check radio/checkboxes See merge request GNOME/zenity!16 | ||
| * | tree: clicking row should check radio/checkboxes | Logan Rathbone | 2021-08-16 |
| | | | | | | | | Addresses #37 | ||
* | | Fix search column selection with --imagelist | Janne Pulkkinen | 2021-07-24 |
|/ | | | | | | | When --imagelist is in use, use the second column as the search column, as is already the case with --checklist and --radiolist. Any searches until now would only match image path names from the first column. | ||
* | about: Remove Zen wisdom of the ancients | Logan Rathbone | 2021-06-29 |
| | | | | | | | This easter egg was disabled more than a decade ago, but zenity is still installing the image files that were used for it. Let's stop doing that. Signed-off-by: Simon McVittie <smcv@collabora.com> | ||
* | meson: bump gtk req. Suppress compiler warning. | Logan Rathbone | 2021-06-28 |
| | |||
* | Port build system from autotools to meson. | Logan Rathbone | 2021-06-08 |
| | |||
* | Fix some compilations warnings | Javier Jardón | 2020-12-18 |
| | |||
* | src/forms.c: Fix segfault on multiple lists without values | quartenium | 2019-04-14 |
| | | | | | | | | If was not provided enought list-values for add-list options then column_types is NULL. Therefore need set it to default value. If count of columns values less than count of list values then set column nubmer to zero. | ||
* | Makes progress to consider the decimal from percent update | Aurélio A. Heckert | 2018-06-18 |
| | | | | | | Implements stof alternative to atof, to ignore locale settings. This also helps the time remaining calculation for long tasks. | ||
* | password: Replace N_() with regular _() | Piotr Drąg | 2017-12-04 |
| | | | | | | These two strings show up in English when they should be translated. https://bugzilla.gnome.org/show_bug.cgi?id=783078 | ||
* | Formating latest patch | Arx Cruz | 2017-05-26 |
| | |||
* | Use GtkFileChooserNative | Patrick Griffis | 2017-05-26 |
| | |||
* | Fix style | Arx Cruz | 2017-04-07 |
| | | | | | Fixing style in all zenity code, removing useless spaces, empty lines, all code in 80 columns, etc. | ||
* | Fix message dialog width and height on recent Gtk | Alan | 2017-04-04 |
| | | | | | | | | | | | | | The fix for Zenity bug 670496 "Zenity info/error windows grow in height with message length" (https://bugzilla.gnome.org/show_bug.cgi?id=670496) stopped working on recent Gtk, which doesn't seem to honor gtk_widget_set_size_request. This commit workarounds Gtk bug 657621 "Calculate the wrong height of labels wrapping on words" (https://bugzilla.gnome.org/show_bug.cgi?id=657621) by setting label's width-chars and max-width-chars to 60. This magic number was picked from GtkMessageDialog source (https://git.gnome.org/browse/gtk+/tree/gtk/ui/gtkmessagedialog.ui#n48). | ||
* | Bug 762347: Addition of entry text width option | Arx Cruz | 2017-04-04 |
| | | | | | | This is a bug in the glade file, where the GtkEntry wasn't being filled to fill the width of the window. There is no need to add a --entry-text-width option | ||
* | Fix misleading indentation | Matthias Clasen | 2017-04-04 |
| | | | | | | Coverity flagged this. https://bugzilla.gnome.org/show_bug.cgi?id=780217 | ||
* | fix compilation when webkitgtk is not installed | Tom Schoonjans | 2015-10-17 |
| | |||
* | Fixing GLib-CRITICAL messages | Arx Cruz | 2015-10-02 |
| | |||
* | Fixing html option being parsed to other dialogs rather then text-info | Arx Cruz | 2015-10-02 |
| | |||
* | Fixing glade file. | Arx Cruz | 2015-10-02 |
| | | | | The entry dialog was with wrong box position | ||
* | This is a simple build fix | Arx Cruz | 2015-09-21 |
| | |||
* | Fix zenity --list | Arx Cruz | 2015-06-23 |
| | | | | For some reason, glade is removing some properties from the xml file | ||
* | Bug #751332 - zenity --forms does not center in the screen | Arx Cruz | 2015-06-23 |
| | |||
* | Bug #638582 - zenity --notification --listen can't show multi line tooltip | Arx Cruz | 2015-06-03 |
| | | | | | This create a new function to call the notify_notification_new handling properly the multi line parser | ||
* | Add the possibility to pass title and the summary to zenity notification | Arx Cruz | 2015-06-03 |
| | | | | | | Now you can use zenity --notification --text="Title\nSummary" and it will use the first string before the first escape \n as the title, and the rest of the string as summary text. | ||
* | Bug #672090 - Impossible to confirm --text-info | Arx Cruz | 2015-05-29 |
| | |||
* | Bug #742963 - Basic notifications do not return | Arx Cruz | 2015-05-29 |
| | |||
* | Fix GLib critical messages | Arx Cruz | 2015-05-29 |
| | |||
* | Fixing deprecated declarations | Arx Cruz | 2015-05-29 |
| | |||
* | Fix uninitialized progress_bar error | Arx Cruz | 2015-05-29 |
| | |||
* | Port to webkit2gtk | Hristo Venev | 2015-05-29 |
| | |||
* | Bug #749359 zenity --list produces incorrect output | Arx Cruz | 2015-05-14 |
| | |||
* | Do not make zenity_util_show_dialog() X11 specific | Javier Jardón | 2015-04-23 |
| | |||
* | Improve some strings | Piotr Drąg | 2015-04-22 |
| | |||
* | option.c: Fixing typo in extra-button option | Arx Cruz | 2015-04-21 |
| | |||
* | Merge branch 'jjardon/no_deprecated' | Arx Cruz | 2015-04-21 |
|\ | | | | | | | | | Conflicts: src/msg.c | ||
| * | src/tree.c: avoid a compilation warning | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/tree.c: Do not use deprecated gtk_tree_view_set_rules_hint() | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/notification.c: Remove non-used variable | Javier Jardón | 2015-03-22 |
| | | |||
| * | Use GtkScale instead deprecated GtkHScale | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/zenity.ui: Use GtkBox instead deprecated Gtk[H|V]Box | Javier Jardón | 2015-03-22 |
| | | |||
| * | forms: Use GtkGrid instead deprecated GtkTable/GtkAlignment | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/password.c: Do not use deprecated GtkAlignment widget | Javier Jardón | 2015-03-22 |
| | | |||
| * | password: Use gtk_box instead gtk_[v|h]box | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/text.c: gtk_widget_override_font instead gtk_widget_modify_font | Javier Jardón | 2015-03-22 |
| | | |||
| * | src/color.c: Port to GtkColorChooserDialog | Javier Jardón | 2015-03-22 |
| | |