Vukašin Vojinović
de0c1921f7
fix(list_column): match padding/spacing to designs
2024-12-02 17:43:19 +01:00
Vukašin Vojinović
127ce17b85
improv: add window border
2024-11-05 10:02:19 +01:00
netengy-dakotaraptor
d718a4a61c
fix: remove non-existent cosmic-time feature from cosmic example
...
Removes the "libcosmic" feature of cosmic-time from the cosmic example. This feature appears to no longer exist.
2024-10-20 07:08:44 -06:00
Ashley Wulber
0491c4baaa
libcosmic updates
2024-10-18 14:04:39 -04:00
Michael Aaron Murphy
9e064e7fa0
feat: configurable fonts
2024-10-05 01:47:37 +02:00
Konstantinos Lampropoulos
b2ecb41098
chore: fix examples and add them to GitHub CI
2024-09-03 13:33:26 +02:00
Ashley Wulber
4bbb6c3cab
fix: cosmic example
2024-05-15 16:19:32 -04:00
Michael Aaron Murphy
59a913c15d
feat!(segmented_button): Add context menu support and integrations
2024-04-18 17:18:53 +02:00
Ashley Wulber
61427b25b0
fix: fallback to Cosmic icon theme
2024-03-19 14:14:30 -06:00
Ashley Wulber
e47684ffdb
refactor: icon styling and headerbar icon styling
...
Headerbar icons are transparent when their window is not focused, but otherwise share the same style as icons with selection. This updates the icon styles to match figma when selected.
2024-03-11 16:26:48 -04:00
Ashley Wulber
c390b2614d
wip: support desktop portal color-scheme, and accent variables
2024-03-01 21:30:24 -05:00
Michael Aaron Murphy
c7093b67f6
chore(examples): fix build
2024-02-26 19:17:49 +01:00
Ashley Wulber
072a3d5ca0
feat: lower the opacity of colors used in the segmented button when disabled
...
This is needed for the new tiling applet. Transparent text only seems to be working with the wgpu feature at the moment
2024-02-12 11:55:27 +01:00
Ashley Wulber
3c1a60cb05
fix: build with a11y feature
2024-02-08 17:29:02 -07:00
Ian Douglas Scott
6ebda94c79
Remove reference to wip-iced-update branch in example
2024-02-06 19:20:26 +01:00
Ashley Wulber
dbcd927d4b
various fixes
2024-02-06 11:28:27 -05:00
Ashley Wulber
f4ad098647
wip: update to use latest iced
2024-02-06 11:28:27 -05:00
Ashley Wulber
994e93d6d2
fix: better handling of secure inputs
2024-01-17 14:57:06 -07:00
Ashley Wulber
8157ed5c63
feat: apply overlay to headerbar when it loses focus
2024-01-11 15:54:32 -05:00
Ashley Wulber
481cd5a0cd
fix: position of input label
2024-01-03 14:53:52 -05:00
Ashley Wulber
06c33dcf06
refactor: optional config subscriptions using dbus
2024-01-02 15:12:14 +01:00
Ashley Wulber
cd56266ac9
chore: update example
2024-01-02 15:09:29 +01:00
Ashley Wulber
310064ca1d
refactor: use theme corner radii everywhere
...
not all values matched a default value but I picked the next closest in that case
2023-12-13 13:10:39 -05:00
Ashley Wulber
c66e4aafd0
update to support winit multi-window
2023-12-08 10:06:13 -05:00
Ashley Wulber
fcfe9ebc59
chore: update iced
2023-12-04 17:53:24 -05:00
Ashley Wulber
9202383596
chore: update to 0.12
2023-12-04 17:53:24 -05:00
danieleades
8e99406a8b
chore: fixing linter warnings
2023-11-28 20:02:08 +01:00
Ashley Wulber
57f4abb8a0
refactor: make the single-instance feature additive
2023-11-21 21:25:10 +01:00
Michael Aaron Murphy
ca7c17ce21
feat(widget): add dropdown widget as pick_list replacement
...
The Dropdown widget is based on the PickList widget from iced.
2023-10-24 19:45:21 +02:00
Ashley Wulber
7cc791a3f5
feat: add support for dark / light mode switching ( #178 )
...
* feat: add support for dark / light mode switching and simultaneouscustom light / dark mode themes
* refactor(color-picker): optional initial color and fallback color
* refactor: used FixedPortion for layout of the settings item
This makes sure that the control always has at least the specified portion of the available space
* refactor: make all members of the ThemeBuilder public
* refactor: add and update palette colors
* fix(theme): typo and derive PartialEq for ThemeBuilder
* fix: update color picker usage
* feat: add more variables to the theme
* fix: radius on headerbar
* fix: Theme CosmicConfigEntry impl
* chore: specify rev of taffy
* fix: theme CosmicConfigEntry missing variables
* fix: apply theme type when theme mode changes
* wip: add plus icon to empty color picker button
* chore: fix rev and imports
* refactor(color-picker): allow custom size for the icon
* refactor(color_picker): make color_button public
* update iced
2023-10-16 16:19:04 -04:00
Ashley Wulber
70077ca985
feat: color picker
2023-10-02 10:24:43 -04:00
Ashley Wulber
3829178c88
refactor: allow text input on_clear for more than just search_input
2023-09-21 15:25:13 -04:00
Michael Aaron Murphy
baad15033c
chore(examples): merged cosmic-time changes
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
ef23cb328f
chore(examples): cosmic-time update
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
0eba498708
chore(examples): icon API update
2023-09-14 01:38:56 +02:00
Michael Aaron Murphy
4e4eeaac12
feat!(widget): rewrite button & icon widget APIs
2023-09-14 01:38:56 +02:00
Ashley Wulber
6457481ae5
fix: text input layout & cargo fmt
2023-08-24 15:44:29 -04:00
Ashley Wulber
d35dfad486
fix: search input border style
2023-08-24 10:39:43 -04:00
Ashley Wulber
db8e791b87
Text input ( #143 )
...
* update: iced 0.10.0
* wip: text input
* wip: text inputs with icons and buttons
* wip: improve text input
* refactor: text input styling
* chore: add scale factor
* chore(text_input): add winit example and do some cleanup
2023-08-23 10:59:26 -04:00
Ashley Wulber
12da20d184
chore: update cosmic-time
2023-08-21 15:47:01 -04:00
Ashley Wulber
69da283aeb
update iced
2023-08-21 15:47:01 -04:00
Ashley Wulber
ff83f893ef
refactor: updates for buttons and checkboxes
2023-08-14 12:31:16 -04:00
Ashley Wulber
6c57e04e36
refactor: introduce thread local THEME variable and distinguish between custom and system theme settings
2023-08-14 12:31:16 -04:00
Ashley Wulber
85f816f35b
fix: example
2023-08-14 12:31:16 -04:00
Michael Murphy
a223b60a0c
feat!: implement Application API
2023-08-02 11:54:07 +02:00
Ashley Wulber
e24465ba37
update(example): add button to cards and update cosmic-time
2023-07-28 14:01:14 -07:00
Ashley Wulber
785861a630
example: update cosmic-time and add extra row to each card
2023-07-28 14:01:14 -07:00
Ashley Wulber
5745ed3ffe
chore: examples of animated card usage
2023-07-28 14:01:14 -07:00
Ashley Wulber
598bfaa611
feat: icon default fallbacks
2023-07-07 16:58:21 -04:00
Ashley Wulber
bf456a08ee
feat: animated togglers in the cosmic_sctk example
2023-06-15 20:38:16 +02:00