summaryrefslogtreecommitdiff
path: root/src/panes/code_view.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-15feat(material_theme): implement Catalog for iced_dialog (`dialog` feature)pml686-49/+61
2025-04-15fix: custom theme Default changing between calls, missing `apply_options`spml682-7/+14
2025-04-15feat(material_theme): add feature flag based iced_anim supportpml682-0/+43
2025-04-15refactor: move custom theme into its separate cratepml6817-385/+889
2025-04-15fix: merge conflict blobs [skip ci]pml681-10/+7
2025-04-15feat: add shadow color, impl `button::Catalog` and `text::Catalog`pml686-22/+290
2025-04-15feat: add custom theme struct with dark and light variantspml687-167/+318
2025-04-14chore(deps): bump windows_exe_info from 0.4.2 to 0.5.1dependabot[bot]2-3/+10
Bumps [windows_exe_info](https://github.com/MasterOfRespawn/windows_exe_info) from 0.4.2 to 0.5.1. - [Commits](https://github.com/MasterOfRespawn/windows_exe_info/commits) --- updated-dependencies: - dependency-name: windows_exe_info dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2025-04-01feat: update PKGBUILD pkgver fn, dependenciespml682-6/+7
2025-03-31feat: remove GTK3 dependencypml687-232/+203
2025-03-23ci: add dependabot config file [skip ci]pml682-2/+12
2025-03-23ci: change cache keyspml682-2/+2
2025-03-23fix(ci): CI profile related stuffpml682-2/+2
2025-03-23fix(iced_drop): support reactive renderingpml683-15/+50
2025-03-23ci: add caching, use mold for linkingpml685-11/+41
2025-03-23docs: update TODO.mdpml681-0/+1
2025-03-23feat: finish `ApplyOptions` implspml681-1/+259