Ashley Wulber
bbcd874d9c
refactor: responsive headers should allow some options
2025-04-15 17:02:32 -04:00
Ashley Wulber
99d2478d98
cargo fmt
2025-04-14 14:16:17 +02:00
Ashley Wulber
cc3ca6ed14
refactor: applet tooltips may be for an overflow window
2025-04-14 14:16:17 +02:00
Vukašin Vojinović
1486569481
chore: use theme::spacing() where applicable
2025-04-02 00:33:21 +02:00
Adam Cosner
2753941aad
feat(widget): add table widget
2025-03-24 17:48:20 +01:00
Michael Aaron Murphy
92b2756e26
chore: update dependencies; including ron 0.9
2025-03-21 13:20:45 +01:00
Michael Aaron Murphy
ab887aeeac
feat: add cosmic::theme::spacing()
2025-03-21 13:20:45 +01:00
Ashley Wulber
337b80d4ca
feat: Tooltips and Better Surface Management
2025-03-14 16:56:21 +01:00
Victoria Brekenfeld
fdfd80f8b1
chore: Update ron to 0.9
2025-01-22 15:50:44 +01:00
Tony4dev
8211fb68bd
improv!(calendar): do not select date when navigating prev/next months
2025-01-16 06:30:21 +01:00
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