Vukašin Vojinović
|
1f7f0c70b7
|
chore: format for Rust 2024
|
2025-10-22 23:55:11 +02:00 |
|
Vukašin Vojinović
|
0847247c33
|
chore: clippy
|
2025-10-22 23:55:11 +02:00 |
|
Vukašin Vojinović
|
7f7ab8bcbe
|
chore: Rust 2024 edition
Set the formatting style to 2021 edition to avoid disrupting existing work.
Remove when possible.
|
2025-08-21 13:10:11 +02:00 |
|
Vukašin Vojinović
|
fec7c94605
|
chore: use std::sync::LazyLock
|
2025-08-21 13:10:11 +02:00 |
|
Victoria Brekenfeld
|
0be83fe930
|
iced: Optimize updates
|
2025-04-28 18:03:09 +02:00 |
|
Victoria Brekenfeld
|
67d3225ef5
|
chore: use cosmic-text shape cache
|
2025-04-15 13:32:51 +02:00 |
|
Victoria Brekenfeld
|
0ed2841435
|
iced: Don't call update from render_elements
|
2025-03-12 16:59:05 +01:00 |
|
Victoria Brekenfeld
|
0f5ba624c5
|
iced: Don't throttle resizes
|
2025-03-12 16:59:05 +01:00 |
|
Victoria Brekenfeld
|
95b27637ae
|
chore: smithay update
|
2025-03-12 16:50:58 +01:00 |
|
Victoria Brekenfeld
|
24bf2e856a
|
iced: refresh after output_enter
|
2025-03-07 14:37:17 +01:00 |
|
Victoria Brekenfeld
|
24b5742554
|
iced: Allow rendering at a higher native scale than it's output
|
2025-02-20 23:51:55 +01:00 |
|
Victoria Brekenfeld
|
df9441804d
|
iced: Track last seat/serial for grabs
|
2025-02-20 23:51:55 +01:00 |
|
Ian Douglas Scott
|
b685512127
|
Migrate away from Rectangle::from_loc_and_size
Deprecated in `smithay` by https://github.com/Smithay/smithay/pull/1621.
|
2025-01-07 12:50:35 +01:00 |
|
Ashley Wulber
|
5b89ad27fb
|
fix: manually scale the damage
|
2024-12-12 07:53:58 +01:00 |
|
Ashley Wulber
|
3132767a60
|
fix: improve damage tracking
|
2024-12-12 07:53:58 +01:00 |
|
Ashley Wulber
|
892c05f4fc
|
fix(iced): use internal_ref size
|
2024-12-12 07:53:58 +01:00 |
|
Vukašin Vojinović
|
7de52054ff
|
chore: update iced/libcosmic
|
2024-12-11 16:58:16 +01:00 |
|
Vukašin Vojinović
|
b7a34bdd1e
|
fix(menu): styling
Also improves the styling of resize indicators, and removes the unnecessary `.density()` method call for the SSD header.
|
2024-10-10 19:58:56 +02:00 |
|
julianbraha
|
2e2356ab5f
|
Use map.entry().or_insert() instead of map.contains_key() and map.insert()
|
2024-08-29 16:39:39 +02:00 |
|
Victoria Brekenfeld
|
10d45f7134
|
iced: Set default font
|
2024-08-08 16:44:27 +02:00 |
|
Victoria Brekenfeld
|
5aaac707f8
|
window: Fix round corners on maximize
|
2024-08-02 20:54:15 +02:00 |
|
Victoria Brekenfeld
|
61f11d1363
|
element/stack: Style fixes
|
2024-07-26 14:59:11 +02:00 |
|
Victoria Brekenfeld
|
bd58481d19
|
element: Introduce CosmicMappedKey for safely hashing windows across threads
|
2024-06-26 12:59:33 +02:00 |
|
Victoria Brekenfeld
|
e78e199663
|
chore: Update smithay for thread-safety
|
2024-06-26 12:59:33 +02:00 |
|
Ian Douglas Scott
|
4f076e0753
|
Update smithay, with xwayland shell, Cow, etc.
|
2024-05-21 19:31:50 +02:00 |
|
Ian Douglas Scott
|
26d2556be0
|
Initial touch support for SSD
|
2024-04-02 17:12:28 +02:00 |
|
Ian Douglas Scott
|
39ebf39e4f
|
Update libcosmic/iced
|
2024-03-22 21:54:45 +01:00 |
|
Ian Douglas Scott
|
a1c8b3aa3e
|
Add support for profiling using tracy
|
2024-03-20 23:55:21 +01:00 |
|
Ian Douglas Scott
|
e569e14a99
|
Update to latest libcosmic/iced
|
2024-01-18 20:27:51 +01:00 |
|
Ian Douglas Scott
|
f70d33d3cb
|
Update Smithay; high-res scroll
|
2023-12-12 22:09:56 +01:00 |
|
Victoria Brekenfeld
|
85771dff5e
|
utils/iced: Allow computing minimum widget size
|
2023-12-12 18:39:41 +01:00 |
|
Victoria Brekenfeld
|
32efedc7e1
|
utils/iced: Don't log noisy theme
|
2023-11-09 13:48:33 +01:00 |
|
Ashley Wulber
|
abbe94e6e1
|
feat: theme integration
refactor: only apply updates if there is a change in the theme
refactor: include theme in state
cleanup: theme integration
|
2023-10-25 19:41:55 +02:00 |
|
Victoria Brekenfeld
|
2a0b1cf7e9
|
chore: Update libcosmic
|
2023-10-02 21:51:51 +02:00 |
|
Victoria Brekenfeld
|
4e12957169
|
chore: Update deps
|
2023-10-02 21:51:49 +02:00 |
|
Ian Douglas Scott
|
373af07319
|
Implement pointer constraints; update to send frame manually
|
2023-09-29 19:21:13 +02:00 |
|
Ian Douglas Scott
|
e1fc182c3e
|
Update Smithay
|
2023-09-13 20:24:11 -07:00 |
|
Victoria Brekenfeld
|
ac4bf01315
|
iced: actual just delay updates
|
2023-09-12 20:44:23 +02:00 |
|
Victoria Brekenfeld
|
9de5104cbc
|
iced: Throttle resize updates
|
2023-09-12 20:16:07 +02:00 |
|
Ian Douglas Scott
|
e7e9b768c8
|
Update Smithay, adjusting for API changes
The main changes are those related to pointer gestures. Which are a bit
verbose but not too difficult.
|
2023-09-05 13:46:48 -07:00 |
|
Victoria Brekenfeld
|
a308997fd4
|
chore: Update smithay
|
2023-07-12 18:57:38 +02:00 |
|
Victoria Brekenfeld
|
13efd32e23
|
iced_element: Use HashMap to track Outputs
|
2023-07-06 00:08:46 +02:00 |
|
Victoria Brekenfeld
|
fcc4cf231f
|
iced: Allow elements to be cloned
|
2023-06-30 15:15:21 +02:00 |
|
Victoria Brekenfeld
|
c64f548044
|
chore: Update libcosmic,iced,cosmic-time
|
2023-06-30 15:15:21 +02:00 |
|
Victoria Brekenfeld
|
64845186f5
|
stacking: Refactored view code into widgets
|
2023-06-30 15:15:21 +02:00 |
|
Victoria Brekenfeld
|
d07a4de805
|
iced: Add tab_text helper widget
|
2023-06-30 15:15:21 +02:00 |
|
Victoria Brekenfeld
|
8e4fa6bfc6
|
iced: Get rid of unused clip_mask logic
|
2023-06-30 15:15:21 +02:00 |
|
Victoria Brekenfeld
|
e73ebd4413
|
stacking: header
|
2023-06-30 15:15:21 +02:00 |
|
Victoria Brekenfeld
|
359cf70b49
|
deps: Unify iced version used by cosmic-comp and cosmic-time
|
2023-06-05 18:42:05 +02:00 |
|
Victoria Brekenfeld
|
20f4dcb466
|
chore: Upgrade to latest libcosmic
|
2023-06-05 18:42:05 +02:00 |
|