Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update upstream source from tag 'upstream/3.44.0' | Jeremy Bicha | 2023-01-27 |
|\ | | | | | | | Update to upstream version '3.44.0' with Debian dir 803175ae5e7ece2df9e7717765dd32844b3e4f81 | ||
| * | New upstream version 3.44.0 | Jeremy Bicha | 2023-01-27 |
| |\ | |||
| | * | Zenity 3.44.0 | Logan Rathbone | 2023-01-25 |
| | | | |||
| | * | build: Replace deprecated functions | Logan Rathbone | 2023-01-25 |
| | | | |||
| | * | Update Russian translation | Sergej A | 2023-01-10 |
| | | | |||
| | * | Update Russian translation | Sergej A | 2023-01-10 |
| | | | |||
| | * | Update Abkhazian translation | Nart Tlisha | 2023-01-05 |
| | | | |||
| | * | Merge branch 'use-gnome.post_install' into 'master' | Logan Rathbone | 2023-01-03 |
| | |\ | | | | | | | | | | | | | | | | | build: Use GNOME module post_install() See merge request GNOME/zenity!20 | ||
| | | * | build: Use GNOME module post_install() | Matt Turner | 2022-08-23 |
| | | | | |||
| | * | | docs: Fix incorrect markup | Andre Klapper | 2023-01-02 |
| | | | | | | | | | | | | | | | | Fixes #50 | ||
| | * | | Update Abkhazian translation | Nart Tlisha | 2022-12-02 |
| | | | | |||
| | * | | Update Abkhazian translation | Nart Tlisha | 2022-10-31 |
| | | | | |||
| | * | | Update Bulgarian translation | Alexander Shopov | 2022-10-06 |
| | | | | |||
| | * | | Update Abkhazian translation | Nart Tlisha | 2022-10-03 |
| | | | | |||
| | * | | Merge branch 'master' into 'master' | Logan Rathbone | 2022-09-21 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 widget | Hg | 2022-09-21 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | the page increment is set to the same as step increment, for simplicity. Closes #30 | ||
| | * | | Update Turkish translation | Sabri Ünal | 2022-09-18 |
| | | | | |||
| | * | | Update Finnish translation | Jiri Grönroos | 2022-08-30 |
| | | | | |||
| | * | | Update Abkhazian translation | Nart Tlisha | 2022-08-25 |
| | |/ | |||
| | * | Add Abkhazian translation | Nart Tlisha | 2022-07-29 |
| | | | |||
* | | | releasing package zenity version 3.43.0-1 | Jeremy Bicha | 2022-07-28 |
| | | | |||
* | | | Don't enable webkit support on hurd-i386 either | Jeremy Bicha | 2022-07-28 |
| | | | |||
* | | | debian/docs: README → README.md | Jeremy Bicha | 2022-07-28 |
| | | | |||
* | | | Drop patch: applied in new release | Jeremy Bicha | 2022-07-28 |
| | | | |||
* | | | New upstream release | Jeremy Bicha | 2022-07-28 |
| | | | |||
* | | | Update upstream source from tag 'upstream/3.43.0' | Jeremy Bicha | 2022-07-28 |
|\| | | | | | | | | | | | Update to upstream version '3.43.0' with Debian dir ff60faf1739cbd766b000ad6e6f92c81812737e2 | ||
| * | | New upstream version 3.43.0 | Jeremy Bicha | 2022-07-28 |
| |\| | |||
| | * | Zenity 3.43.0 | Logan Rathbone | 2022-07-02 |
| | | | |||
| | * | CI: Add apt-get update line to build_ubuntu | Logan Rathbone | 2022-07-02 |
| | | | |||
| | * | CI: Add Ubuntu target | Logan Rathbone | 2022-07-02 |
| | | | | | | | | | | | | | | | Primarily for testing webkitgtk builds. No guarantee this will match the build flags used in Ubuntu's actual packaging of Zenity. | ||
| | * | Remove HACKING file | Logan Rathbone | 2022-07-01 |
| | | | | | | | | | | | | | | | It contained out of date information and wasn't particularly helpful anyway. | ||
| | * | build: Bump webkit2gtk requirement to 4.1 | Logan Rathbone | 2022-07-01 |
| | | | | | | | | | | | | In preparation for GNOME 43. | ||
| | * | Rework README as README.md | Logan Rathbone | 2022-07-01 |
| | | | | | | | | | | | | Remove some of the quirky "zen" tone. | ||
| | * | Update Georgian translation | Zurab Kargareteli | 2022-04-28 |
| | | | |||
* | | | releasing package zenity version 3.42.1-2 | Jeremy Bicha | 2022-06-01 |
| | | | |||
* | | | Build against webkit2gtk 4.1 | Jeremy Bicha | 2022-06-01 |
| | | | |||
* | | | releasing package zenity version 3.42.1-1 | Jeremy Bicha | 2022-04-27 |
| | | | |||
* | | | New upstream release | Jeremy Bicha | 2022-04-27 |
| | | | |||
* | | | Update upstream source from tag 'upstream/3.42.1' | Jeremy Bicha | 2022-04-27 |
|\| | | | | | | | | | | | Update to upstream version '3.42.1' with Debian dir ecb7383fc20c2176b602cbf542f383b94277b6b8 | ||
| * | | New upstream version 3.42.1 | Jeremy Bicha | 2022-04-27 |
| |\| | |||
| | * | Update NEWS and meson.build for 3.42.0 | Logan Rathbone | 2022-04-26 |
| | | | |||
| | * | Merge branch 'wip/davidk/msgdialog-max-width' into 'master' | Logan Rathbone | 2022-04-27 |
| | |\ | | | | | | | | | | | | | | | | | msg: Fix maximum width to 60 characters See merge request GNOME/zenity!18 | ||
| | | * | 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 | ||
| | * | Merge branch 'hydrargyrum-master-patch-43242' into 'master' | Logan Rathbone | 2022-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 --scale | hydrargyrum | 2022-04-24 |
| | |/ | | | | | | | It's now possible to just press "Enter" to accept the selected value. | ||
* | | | Update debian/watch | Jeremy Bicha | 2022-04-27 |
| | | | | | | | | | | | | Gbp-Dch: Ignore | ||
* | | | releasing package zenity version 3.42.0-1 | Jeremy Bicha | 2022-04-01 |
| | | | |||
* | | | New upstream release | Jeremy Bicha | 2022-04-01 |
| | | | |||
* | | | Update upstream source from tag 'upstream/3.42.0' | Jeremy Bicha | 2022-04-01 |
|\| | | | | | | | | | | | Update to upstream version '3.42.0' with Debian dir 627ff2810bd2364a9763f5c65665e5c2e365a189 |