77399f938a
Merge pull request 'feat(ui): add custom SVG picker and icon dir support' (#4) from feat-custom-icons into main
release-77399f9
rootiest2026-08-06 04:55:58 +00:00
2906bdad03
Merge branch 'main' into feat-custom-icons
rootiest2026-08-06 04:55:40 +00:00
a4dfef304a
feat(ui): add custom SVG picker and icon dir support
rootiest2026-08-06 00:47:29 -04:00
960c729aed
Merge pull request 'fix: dynamically resolve release download URL via API' (#3) from fix-installer-url into main
release-960c729
rootiest2026-08-06 04:05:11 +00:00
5cd93328f5
fix: dynamically resolve release download URL via API
rootiest2026-08-06 00:00:40 -04:00
f2e1d6e299
Merge pull request 'feat: add search pre-fills, fuzzy sorting, GPL license, and installer script' (#2) from feat-prefill-installer into main
release-f2e1d6e
rootiest2026-08-06 03:30:53 +00:00
def7156b00
Merge pull request 'feat: Icon overlay and editor improvements' (#1) from feature/icon-overlay into main
release-def7156
rootiest2026-08-04 03:57:22 +00:00
6cc4a019b8
docs: sync README with new emblem and editor features
rootiest2026-08-03 23:53:40 -04:00
59238f5a09
fix: remove explicit size_request from ColorChooserWidget to allow natural popover sizing
rootiest2026-08-03 23:42:42 -04:00
a12c17d896
fix: use custom MenuButton and Popover with ColorChooserWidget explicitly sized to bypass Wayland desktop portal popover layout constraints
rootiest2026-08-03 23:40:07 -04:00
f0f3cdfaf5
fix: explicitly set default_size on ColorChooserDialog to override GTK4's bad height constraints
rootiest2026-08-03 23:36:55 -04:00
b9f80fa8fa
fix: use legacy ColorChooserDialog to sidestep GTK4 ColorDialog popover bug completely
rootiest2026-08-03 23:31:00 -04:00
3a2443c859
fix: replace GTK4 ColorDialogButton popovers with custom GTK buttons that spawn full native ColorDialog windows to avoid unresizing popovers
rootiest2026-08-03 23:26:51 -04:00
1e4154ab90
fix: remove with_alpha(false) from ColorDialog to bypass GTK4 popover sizing bug
rootiest2026-08-03 23:20:13 -04:00
9bd6189e10
fix: increase default window height to prevent color picker popover scrollbars
rootiest2026-08-03 23:15:36 -04:00
f45eb5e70a
fix: drop RefCell borrow during SVG saving and configure FileDialog to default to SVG
rootiest2026-08-03 23:09:54 -04:00
35f0af2188
fix: drop RefCell borrow in slider callbacks before calling refresh_preview
rootiest2026-08-03 23:05:17 -04:00
e9b80817f9
feat: add unsaved changes confirmation prompts for window close and navigation using gtk::AlertDialog
rootiest2026-08-03 23:03:24 -04:00
2db5ca2b2e
fix: ensure editor scales SVG purely by stripping absolute dimensions, disable auto_save, and fix FlowBox columns
rootiest2026-08-03 22:56:33 -04:00
d757917ccf
feat: add drag-to-move emblem, center emblem origin, and fix editor preview blurriness
rootiest2026-08-03 22:43:47 -04:00
80db9daf0b
fix: deduplicate icons in browser by preferring highest resolution version
rootiest2026-08-03 22:24:34 -04:00
84e236ea4c
fix: replace base64 images with nested svg to fix rasterization blurriness
rootiest2026-08-03 22:02:21 -04:00
d1719e5836
fix: clean up unused variables and imports
rootiest2026-08-03 21:42:55 -04:00
68e9966bb3
fix: drop RefMut before calling refresh_preview to avoid panic
rootiest2026-08-03 21:40:56 -04:00