Vukašin Vojinović
de0c1921f7
fix(list_column): match padding/spacing to designs
2024-12-02 17:43:19 +01:00
Adam Cosner
a64529af17
Changed cosmic::command module to cosmic::task and changed cosmic::Task to reexport cosmic::app::Task instead of iced::Task
2024-11-21 10:45:21 -05:00
Bryan Hyland
b14fde9033
feat!(spin_button): refactor and support vertical widget variant
2024-11-20 05:03:29 +01:00
Eduardo Flores
f3d9e4c0d3
fix: examples
2024-11-18 08:39:37 -05:00
Eduardo Flores
e7b9c6493a
improv: icon support for menus
2024-11-18 08:39:37 -05:00
wiiznokes
a355a049d9
feat!(app): ContextDrawer return type for context_drawer method
2024-11-16 03:38:29 +01:00
Eduardo Flores
d8357d0ea3
refactor: about page as a widget
2024-11-10 02:42:16 +01:00
Eduardo Flores
8d4afb90da
feat(app): add context view method for creating About views
2024-11-06 03:36:33 +01:00
Vukašin Vojinović
127ce17b85
improv: add window border
2024-11-05 10:02:19 +01:00
Ashley Wulber
533e099cf6
fix: text input icon render
2024-10-21 15:46:55 +02:00
Ashley Wulber
accb65b7ec
fix(applet): toggler
2024-10-21 07:46:37 -06: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
45f3999f9c
refactor: include winit in the applet feature
2024-10-18 14:04:39 -04:00
Ashley Wulber
684d33115c
fix: open-dialog example
2024-10-18 14:04:39 -04:00
Ashley Wulber
7b9cad4d2c
cleanup
2024-10-18 14:04:39 -04: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
Michael Mc Donnell
9a57e36d1c
chore: document examples
2024-09-19 13:11:24 +02:00
Michael Mc Donnell
342ef6f1fa
fix(examples): fix image-button example
2024-09-19 13:10:49 +02:00
Michael Mc Donnell
914d989049
chore: remove deprecated design-demo example
2024-09-13 01:07:34 +02:00
Konstantinos Lampropoulos
b2ecb41098
chore: fix examples and add them to GitHub CI
2024-09-03 13:33:26 +02:00
Titouan Real
23bb4a122f
chore(example): Support special filenames in open-dialog example
2024-08-26 04:15:06 +02:00
Ashley Wulber
8c6f2c9ebc
update iced
2024-06-20 10:42:08 -06:00
Michael Aaron Murphy
d8cb87cae7
fix(inline_input): add placeholder parameter
2024-06-20 13:45:46 +02:00
Ashley Wulber
f9af93c0f1
update iced
2024-06-19 19:06:29 +02:00
Michael Aaron Murphy
f0bfa87a36
chore: remove design demo example
2024-05-29 06:25:15 -06:00
Michael Aaron Murphy
0607161276
improv: messages now automatically convert into cosmic::app::Message
2024-05-21 05:14:30 +02:00
Michael Aaron Murphy
f9f8eb51cb
fix(menu_bar): root text will inherit icon color from header
2024-05-21 04:34:35 +02:00
Michael Aaron Murphy
aa3f5d3401
improv: impl From<M> for Message<M>
2024-05-21 01:29:50 +02:00
Ashley Wulber
4bbb6c3cab
fix: cosmic example
2024-05-15 16:19:32 -04:00
Ashley Wulber
6a97435263
fix(cosmic-config): attempt to reconnect to the settings daemon
2024-05-12 21:27:22 +02:00
Michael Aaron Murphy
9ffb87d21f
feat(context_menu): add a context menu widget as menu tree alternative to the popover widget
2024-04-22 17:25:05 +02:00
Michael Aaron Murphy
59a913c15d
feat!(segmented_button): Add context menu support and integrations
2024-04-18 17:18:53 +02:00
Michael Aaron Murphy
33db28327a
feat(example): add text-input example
2024-04-09 21:22:06 +02:00
Ashley Wulber
61427b25b0
fix: fallback to Cosmic icon theme
2024-03-19 14:14:30 -06:00
Eduardo Flores
28cbf3c083
style: formatting
2024-03-18 15:06:37 +01:00
Eduardo Flores
9f10c5fd9e
docs(menu): update example
2024-03-18 15:06:37 +01:00
Eduardo Flores
db71a32c38
improv(menu): add more types of menu items.
...
- Added `Checkbox` and `Folder` variants to `MenuItem`.
- Exported `menu_button` macro.
2024-03-18 15:06:37 +01:00
Eduardo Flores
0b47efe1de
improv(menu): simplify menu construction.
...
- Added `MenuAction` trait to call the `message` method on button press.
- Added two new methods to construct a MenuTree.
- Added MenuItem enum to represent an action or a separator in a MenuTree.
- Added menu example.
- Moved Modifier enum and KeyBind struct to libcosmic.
- Moved menu_button macro to libcosmic.
2024-03-16 19:00:12 -06:00
Eduardo Flores
5d600c70c2
improv(calendar): simplify message handling
2024-03-15 13:40:31 +01:00
Michael Aaron Murphy
ccb0dbed65
refactor(calendar): add setters for managing selected date logic
2024-03-15 13:40:31 +01:00
Michael Aaron Murphy
d68488de47
feat(widget): add calendar widget
2024-03-15 13:40:31 +01: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
06b46f455b
wip: support desktop portal color-scheme, and accent variables
2024-03-01 21:30:24 -05: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