summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: Remove superfluous GtkWindow cast checkLogan Rathbone2023-05-081-1/+1
* util: Ignore superfluous quit requestsLogan Rathbone2023-05-081-0/+10
* progress: Cleanup unnecessary static objects and remove spurious builder unrefLogan Rathbone2023-05-081-16/+11
* util: remove fatal assert on exit if window invalid GtkWindowLogan Rathbone2023-05-081-6/+2
* main: Add G_APPLICATION_FLAGS_NON_UNIQUE to GApplication flagsLogan Rathbone2023-04-291-1/+1
* option: Add non-fatal deprecation warning for --hintLogan Rathbone2023-04-281-0/+19
* option: Add non-fatal deprecation warning for --icon-nameLogan Rathbone2023-04-281-66/+36
* option: Add non-fatal deprecation warning for --attachLogan Rathbone2023-04-281-14/+34
* option: Correct --window-icon deprecation message.Logan Rathbone2023-04-281-1/+1
* option: Add non-fatal deprecation warning for --confirm-overwriteLogan Rathbone2023-04-261-0/+20
* Merge branch 'missing-responses' into 'master'Logan Rathbone2023-04-261-5/+12
|\
| * progress: don't update responses that aren't thereAdam Williamson2023-04-201-5/+12
* | Merge branch 'set-parent-existing' into 'master'Logan Rathbone2023-04-261-1/+2
|\ \
| * | tree-column-view: don't steal childrenAdam Williamson2023-04-201-1/+2
| |/
* | webkit: Fix leak by removing unnecessary ref sinkLogan Rathbone2023-04-261-2/+2
* | Merge branch 'list-stdin-newrow' into 'master'Logan Rathbone2023-04-261-0/+3
|\ \
| * | tree: fix handling of multi-row stdin input (#54)Adam Williamson2023-04-201-0/+3
| |/
* | Port to webkitgtk 6.0Adam Williamson2023-04-261-3/+7
* | Set dialog 'heading', not 'title'Adam Williamson2023-04-2010-20/+20
|/
* 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
* tree: Re-add support for hiding columnsLogan Rathbone2023-02-023-0/+18
* tree: Add searchabilityLogan Rathbone2023-02-024-18/+190
* Mark deprecation strings for translation.Logan Rathbone2023-02-012-4/+4
* tree: Initial port to GtkColumnViewLogan Rathbone2023-02-0111-551/+767
* tree: Remove conflict marker left in file during merge.Logan Rathbone2023-01-261-4/+0
* Merge branch 'gtk4-port'Logan Rathbone2023-01-2623-4492/+3686
|\
| * main: suppress "this is discouraged" message from libadwaitaLogan Rathbone2023-01-251-0/+7
| * 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
| * text: Make resizableLogan Rathbone2023-01-241-0/+1
| * text: Re-add webkit support for gtk4Logan Rathbone2023-01-242-12/+11
| * Initial port to libadwaitaLogan Rathbone2023-01-2321-973/+642
| * scale: set a page increment so mouse wheel can be used on widgetHg2022-09-211-1/+2
| * Icon handling improvements.Logan Rathbone2022-01-126-43/+132
| * help/docs: update; notification: bugfixes.Logan Rathbone2022-01-112-5/+13
| * Drop gdialog wrapper script.Logan Rathbone2022-01-102-363/+0
| * notification: Initial port to GNotificationLogan Rathbone2022-01-108-249/+65
| * Use g_auto* where possible.Logan Rathbone2021-12-2915-220/+65
| * tree: clicking row should check radio/checkboxesLogan Rathbone2021-11-151-24/+27
| * Make icon notification-only.Logan Rathbone2021-02-155-120/+53
| * Mass cleanup and finish meson migration.Logan Rathbone2021-02-1414-336/+139
| * Start migrating to meson.Logan Rathbone2021-02-134-6/+53
| * .ui: use resource; cleanup before commencing meson conversion.Logan Rathbone2021-02-1310-71/+96
| * calendar: make it not crash and use GDateTime.Logan Rathbone2021-02-125-20/+47
| * password: use Builder for consistency with rest of app.Logan Rathbone2021-02-123-49/+134
| * Tweak layout of msg dialogs. Get font-setter to work with text-info.Logan Rathbone2021-02-127-680/+849
| * Make zenity run with gtk4 (very unstable).Logan Rathbone2021-02-114-269/+96