summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.44.13.44.1zenity-3-44Logan Rathbone2023-04-282-1/+14
|
* Fix typo in Basque help translationAndre Klapper2023-04-281-1/+1
|
* Update Hungarian translationBalázs Úr2023-03-081-20/+9
|
* Update German translationJürgen Benvenuti2023-03-081-9/+11
|
* Update Polish translationPiotr Drąg2023-02-051-3/+3
|
* msg: Set max-width-chars to relatively small value if --width specifiedLogan Rathbone2023-02-041-1/+17
| | | | | | | This should fix a small regression caused by 25a92fff, in which dialog texts can be stretched out too long if --width *is* specified. See also #42
* Prevent ZENITY_TIMEOUT from clashing with custom response IDsLogan Rathbone2023-02-042-3/+18
| | | | | | | | | | Redefine ZENITY_TIMEOUT response ID as INT_MAX Also, add and use ZENITY_TIMEOUT_DEFAULT exit status (hardcoded to 5 to keep consistent with what it has happened to be for the entire 3.x release cycle; POLA and all). See #48
* Update Ukrainian translationYuri Chornoivan2023-02-031-552/+112
|
* Update Swedish translationAnders Jonsson2023-01-261-19/+19
|
* Zenity 3.44.03.44.0Logan Rathbone2023-01-252-1/+13
|
* build: Replace deprecated functionsLogan Rathbone2023-01-251-2/+2
|
* Update Russian translationSergej A2023-01-101-1294/+2533
|
* Update Russian translationSergej A2023-01-101-42/+42
|
* Update Abkhazian translationNart Tlisha2023-01-051-11/+13
|
* Merge branch 'use-gnome.post_install' into 'master'Logan Rathbone2023-01-032-17/+4
|\ | | | | | | | | build: Use GNOME module post_install() See merge request GNOME/zenity!20
| * build: Use GNOME module post_install()Matt Turner2022-08-232-17/+4
| |
* | docs: Fix incorrect markupAndre Klapper2023-01-021-1/+1
| | | | | | | | Fixes #50
* | Update Abkhazian translationNart Tlisha2022-12-021-864/+3
| |
* | Update Abkhazian translationNart Tlisha2022-10-311-3006/+3
| |
* | Update Bulgarian translationAlexander Shopov2022-10-061-326/+429
| |
* | Update Abkhazian translationNart Tlisha2022-10-031-55/+3920
| |
* | Merge branch 'master' into 'master'Logan Rathbone2022-09-211-1/+2
|\ \ | | | | | | | | | | | | | | | | | | scale: set a page increment so mouse wheel can be used on widget Closes #30 See merge request GNOME/zenity!21
| * | scale: set a page increment so mouse wheel can be used on widgetHg2022-09-211-1/+2
|/ / | | | | | | | | | | the page increment is set to the same as step increment, for simplicity. Closes #30
* | Update Turkish translationSabri Ünal2022-09-181-37/+34
| |
* | Update Finnish translationJiri Grönroos2022-08-301-45/+42
| |
* | Update Abkhazian translationNart Tlisha2022-08-251-2/+2
|/
* Add Abkhazian translationNart Tlisha2022-07-292-0/+853
|
* Zenity 3.43.03.43.0Logan Rathbone2022-07-022-1/+7
|
* CI: Add apt-get update line to build_ubuntuLogan Rathbone2022-07-021-0/+1
|
* CI: Add Ubuntu targetLogan Rathbone2022-07-021-4/+20
| | | | | Primarily for testing webkitgtk builds. No guarantee this will match the build flags used in Ubuntu's actual packaging of Zenity.
* Remove HACKING fileLogan Rathbone2022-07-011-3/+0
| | | | | It contained out of date information and wasn't particularly helpful anyway.
* build: Bump webkit2gtk requirement to 4.1Logan Rathbone2022-07-011-1/+1
| | | | In preparation for GNOME 43.
* Rework README as README.mdLogan Rathbone2022-07-012-12/+23
| | | | Remove some of the quirky "zen" tone.
* Update Georgian translationZurab Kargareteli2022-04-281-252/+620
|
* Update NEWS and meson.build for 3.42.03.42.1Logan Rathbone2022-04-262-1/+7
|
* Merge branch 'wip/davidk/msgdialog-max-width' into 'master'Logan Rathbone2022-04-272-5/+7
|\ | | | | | | | | msg: Fix maximum width to 60 characters See merge request GNOME/zenity!18
| * zenity.ui: make message dialogs non-resizableDavid King2022-04-261-0/+4
| | | | | | | | | | 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-261-5/+3
|/ | | | | | | | | | | 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-251-0/+1
|\ | | | | | | | | | | | | 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-241-0/+1
|/ | | It's now possible to just press "Enter" to accept the selected value.
* Update NEWS and meson.build for 3.42.03.42.0Logan Rathbone2022-03-312-1/+12
|
* Update Basque translationAsier Sarasua Garmendia2022-02-131-51/+18
|
* Updated Danish translationAlan Mortensen2022-01-261-95/+20
|
* Updated Spanish translationDaniel Mustieles2021-11-161-13/+12
|
* Update Occitan translationQuentin PAGÈS2021-11-151-12/+12
|
* Merge branch 'check-radio-box-fixes' into 'master'Logan Rathbone2021-11-151-21/+28
|\ | | | | | | | | tree: Clicking row should check radio/checkboxes See merge request GNOME/zenity!16
| * tree: clicking row should check radio/checkboxescheck-radio-box-fixesLogan Rathbone2021-08-161-21/+28
| | | | | | | | Addresses #37
* | Update Basque translationAsier Sarasua Garmendia2021-09-191-780/+2152
| |
* | Update Croatian translationGoran Vidović2021-09-111-9/+8
| |
* | Update Greek translationEfstathios Iosifidis2021-08-201-8/+7
| |