summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* New upstream version 3.42.1Jeremy Bicha2022-04-27
|\
| * Update NEWS and meson.build for 3.42.0Logan Rathbone2022-04-26
| |
| * Merge branch 'wip/davidk/msgdialog-max-width' into 'master'Logan Rathbone2022-04-27
| |\ | | | | | | | | | | | | msg: Fix maximum width to 60 characters See merge request GNOME/zenity!18
| | * zenity.ui: make message dialogs non-resizableDavid King2022-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 charactersDavid King2022-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
| * Merge branch 'hydrargyrum-master-patch-43242' into 'master'Logan Rathbone2022-04-25
| |\ | | | | | | | | | | | | | | | | | | src/zenity.ui: add default OK button for --scale Closes #29 See merge request GNOME/zenity!17
| | * src/zenity.ui: add default OK button for --scalehydrargyrum2022-04-24
| |/ | | | | It's now possible to just press "Enter" to accept the selected value.
* | New upstream version 3.42.0Jeremy Bicha2022-04-01
|\|
| * Update NEWS and meson.build for 3.42.0Logan Rathbone2022-03-31
| |
| * Update Basque translationAsier Sarasua Garmendia2022-02-13
| |
| * Updated Danish translationAlan Mortensen2022-01-26
| |
| * Updated Spanish translationDaniel Mustieles2021-11-16
| |
| * Update Occitan translationQuentin PAGÈS2021-11-15
| |
| * Merge branch 'check-radio-box-fixes' into 'master'Logan Rathbone2021-11-15
| |\ | | | | | | | | | | | | tree: Clicking row should check radio/checkboxes See merge request GNOME/zenity!16
| | * tree: clicking row should check radio/checkboxesLogan Rathbone2021-08-16
| | | | | | | | | | | | Addresses #37
| * | Update Basque translationAsier Sarasua Garmendia2021-09-19
| | |
| * | Update Croatian translationGoran Vidović2021-09-11
| | |
| * | Update Greek translationEfstathios Iosifidis2021-08-20
| | |
| * | Merge branch 'search_column' into 'master'Logan Rathbone2021-08-16
| |\ \ | | | | | | | | | | | | | | | | Fix search column selection with --imagelist See merge request GNOME/zenity!15
| | * | Fix search column selection with --imagelistJanne Pulkkinen2021-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.
| * | | Added icon-name property to man pageAndrew Yoder2021-08-16
| | |/ | |/| | | | | | | Signed-off-by: Logan Rathbone <poprocks@gmail.com>
| * | Update Occitan translationQuentin PAGÈS2021-08-11
| | |
* | | New upstream version 3.41.0Jeremy Bicha2021-09-19
|\| |
| * | Bump version for 3.41.0Logan Rathbone2021-08-09
| | |
| * | Update NEWS for 3.41.0 releaseLogan Rathbone2021-08-09
| | |
| * | Update Catalan translationJordi Mas2021-07-28
| |/
| * about: Remove Zen wisdom of the ancientsLogan Rathbone2021-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>
| * Bump gtk requirement in READMELogan Rathbone2021-06-28
| |
| * Merge branch 'meson' into 'master'Logan Rathbone2021-06-29
| |\ | | | | | | | | | | | | Port build system to meson See merge request GNOME/zenity!14
| | * Update Russian translationAlexey Rubtsov2021-06-28
| | |
| | * meson: bump gtk req. Suppress compiler warning.Logan Rathbone2021-06-28
| | |
| | * meson: disable libnotify and webkitgtk by defaultLogan Rathbone2021-06-09
| | |
| | * gitlab-ci.yml: switch autotools deps for mesonLogan Rathbone2021-06-09
| | |
| | * Change gitlab-ci.yml file to use mesonLogan Rathbone2021-06-09
| | |
| | * Port build system from autotools to meson.Logan Rathbone2021-06-08
| | |
| | * Remove superfluous MAINTAINERS file.Logan Rathbone2021-06-08
| | | | | | | | | | | | | | | | | | | | | DOAP file contains pertinent information regarding maintainers. Having a separate MAINTAINERS file is duplicitous and may lead to conflicting information.
| | * Migrate from LGPL2 to LGPL2.1.Logan Rathbone2021-06-08
| | |
| * | Update Russian translationAlexey Rubtsov2021-06-28
| |/
| * Update Hebrew translationYaron Shahrabani2021-05-28
| |
| * Update Nepali translationPawan Chitrakar2021-04-29
| |
| * Update Nepali translationPawan Chitrakar2021-04-23
| |
| * Update Nepali translationPawan Chitrakar2021-04-14
| |
| * Merge branch 'new-maintainer'Arx Cruz2021-03-11
| |\
| | * Update maintainer usernameArx Cruz2021-02-26
| | |
| * | Merge branch 'new-maintainer'Arx Cruz2021-02-25
| |\|
| | * Add new maintainerArx Cruz2021-02-25
| |/ | | | | | | Adding Logan Rathbone as maintainer of zenity.
| * Merge branch 'jjardon/fix_warning' into 'master'Arx Henrique Pereira da Cruz2021-02-25
| |\ | | | | | | | | | | | | Fix some compilations warnings See merge request GNOME/zenity!7
| | * Fix some compilations warningsJavier Jardón2020-12-18
| | |
| * | Merge branch 'jjardon/ci' into 'master'Arx Henrique Pereira da Cruz2021-02-25
| |\ \ | | | | | | | | | | | | | | | | Add minimal CI file See merge request GNOME/zenity!8
| | * | Add minimal CI fileJavier Jardón2020-12-18
| | |/
bgstack15