summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Zenity 3.91.03.91.0Logan Rathbone2023-03-072-1/+20
|
* Update Swedish translationAnders Jonsson2023-03-061-288/+322
|
* Update Swedish translationAnders Jonsson2023-03-061-96/+133
|
* Merge branch 'icon-name-fix' into 'master'Logan Rathbone2023-03-061-1/+1
|\ | | | | | | | | help: Freedesktop.org spec fixes See merge request GNOME/zenity!24
| * notification: Fix freedesktop.org spec icon nameAnders Jonsson2023-03-061-1/+1
| |
* | Update Turkish translationSabri Ünal2023-03-061-323/+348
|/
* Update Russian translationSergej A2023-03-041-236/+138
|
* Update Russian translationAleksandr Melman2023-03-041-286/+321
|
* Update Lithuanian translationAurimas Černius2023-02-261-291/+325
|
* Fix invalid markup in German help translationAndre Klapper2023-02-131-1/+1
|
* Update Slovenian translationMartin2023-02-121-330/+269
|
* Update German translationJürgen Benvenuti2023-02-111-295/+330
|
* i18n: rename POTFILES to POTFILES.inLogan Rathbone2023-02-051-0/+0
| | | | Thanks to Piotr Drąg for the recommendation.
* Update Ukrainian translationYuri Chornoivan2023-02-041-20/+19
|
* desktop file: Remove spurious translation commentLogan Rathbone2023-02-041-1/+0
|
* tree-cv: Single clicking on list rows should activate check/radio buttonsLogan Rathbone2023-02-041-0/+38
|
* Add some missing GPL headers.Logan Rathbone2023-02-042-0/+46
|
* tree: Fix radiolist infinite loopLogan Rathbone2023-02-021-15/+17
| | | | | Only ever define the checkbutton group once. Redefining the checkbutton group as the O.G. one can lead to U.B.
* tree: Re-add support for hiding columnsLogan Rathbone2023-02-023-0/+18
|
* tree: Add searchabilityLogan Rathbone2023-02-024-18/+190
|
* Update Ukrainian translationYuri Chornoivan2023-02-021-98/+148
|
* Update Ukrainian translationYuri Chornoivan2023-02-021-312/+329
|
* Update Indonesian translationKukuh Syafaat2023-02-021-284/+315
|
* Update Georgian translationEkaterine Papava2023-02-021-279/+311
|
* Mark deprecation strings for translation.Logan Rathbone2023-02-012-4/+4
|
* Merge branch 'replace-gtktreeview'Logan Rathbone2023-02-0111-551/+767
|\
| * tree: Initial port to GtkColumnViewLogan Rathbone2023-02-0111-551/+767
| | | | | | | | | | | | There are likely bugs. Search functionality still needs to be implemented.
* | Update German translationJürgen Benvenuti2023-01-291-11/+13
| |
* | Update Ukrainian translationYuri Chornoivan2023-01-271-552/+112
|/
* tree: Remove conflict marker left in file during merge.Logan Rathbone2023-01-261-4/+0
|
* README: Fix formattingLogan Rathbone2023-01-261-2/+2
|
* ci: Fix fedora depsLogan Rathbone2023-01-261-1/+1
|
* Merge branch 'gtk4-port'Logan Rathbone2023-01-2654-5501/+4421
|\
| * Merge branch 'libadwaita-port' into 'gtk4-port'3.90.0gtk4-portLogan Rathbone2023-01-2528-1063/+764
| |\ | | | | | | | | | | | | zenity4: Port to libadwaita/AdwMessageDialog See merge request GNOME/zenity!22
| | * Zenity 3.90.0libadwaita-portLogan Rathbone2023-01-252-4/+44
| | |
| | * docs: Fix incorrect markupAndre Klapper2023-01-251-1/+1
| | | | | | | | | | | | | | | | | | Fixes #50 (cherry picked from commit f0cfc48822e7c83c40b54e54418df2cd877250ea)
| | * main: suppress "this is discouraged" message from libadwaitaLogan Rathbone2023-01-251-0/+7
| | | | | | | | | | | | | | | Bit of a hack, but I can just see us getting bug report after bug report about this message if it's left in.
| | * forms: Fix parameter order in calendar segmentLogan Rathbone2023-01-241-4/+3
| | |
| | * text: Fix dialog response signal handlerLogan Rathbone2023-01-241-1/+5
| | |
| | * color/filesel: ignore deprecations and fix signal handlersLogan Rathbone2023-01-242-14/+13
| | | | | | | | | | | | These dialogs still use the old GtkDialog-based API.
| | * text: Make resizableLogan Rathbone2023-01-241-0/+1
| | |
| | * ci: remove deps for help2man.Logan Rathbone2023-01-241-1/+1
| | | | | | | | | | | | | | | Just doesn't seem work on CI though it works everywhere else and I can't figure out why.
| | * ci: Try adding perl-Thread-Queue as dep to fix help2man not workingLogan Rathbone2023-01-241-1/+1
| | |
| | * Revert "build: Escape single quotes in help2man custom target"Logan Rathbone2023-01-241-1/+1
| | | | | | | | | | | | This reverts commit 4207034e6f854469f5a2f691586994a8de001a9c.
| | * build: Escape single quotes in help2man custom targetLogan Rathbone2023-01-241-1/+1
| | |
| | * ci: add webkit2gtk5.0-devel as depLogan Rathbone2023-01-241-1/+1
| | |
| | * ci: Add help2man as build-dep and enable webkitgtk for test buildLogan Rathbone2023-01-241-2/+2
| | |
| | * text: Re-add webkit support for gtk4Logan Rathbone2023-01-244-24/+20
| | |
| | * ci: add meson as depLogan Rathbone2023-01-241-1/+1
| | |
| | * ci: Run test on fedora:latest image.Logan Rathbone2023-01-241-6/+5
| | | | | | | | | | | | It might work. Maybe.