4391e53a8d
chore: resolve local graphics dependencies
2026-05-25 19:37:22 +02:00
54d97c5e61
chore: use local glyphon lockfile
2026-05-25 18:28:56 +02:00
ee5672eaed
chore: refresh local dependency lockfile
2026-05-25 18:10:22 +02:00
4c30e5e3b7
fix(keybinds): adapt key_bind.matches to new 3-arg signature
...
Upstream libcosmic added an Option<&Physical> third parameter to
KeyBind::matches for physical-key matching. We pass None at every call
site since these paths only have the logical key available.
Also refresh Cargo.lock to satisfy the libcosmic-yoda squash rebase
absorbed on 2026-05-25.
Leyoda 2026 – GPLv3
2026-05-25 14:27:36 +02:00
73defa2c05
chore: use local cosmic-text checkout
2026-05-25 11:34:38 +02:00
f243a13dfb
yoda: refresh local dbus binding lock
2026-05-25 09:55:32 +02:00
3692bd04b2
chore: align editor with local files stack
2026-05-24 09:17:14 +02:00
d872191032
yoda wayland-v5: redirect window_clipboard + cosmic-text to local forks
...
Propagates the [patch] blocks added in cosmic-yoterm v5 to keep the
whole yoda app family on a single Wayland-only stack. Without these,
iced_winit fails to select a window_clipboard version because our
fork exposes a `wayland` feature that upstream doesn't.
- window_clipboard → /home/lionel/Devels/window_clipboard (x11 gated
behind opt-in feature)
- cosmic-text → /home/lionel/Devels/cosmic-text (EAW terminal_cells +
upstream PR#503 applied)
2026-04-24 07:09:48 +02:00
16e060a996
lockfile: libcosmic-yoda 0.1.0-yoda -> 0.1.0-yoda.2
...
Picks up the yoda-v2 libcosmic changes (color_picker Theme ref +
context_menu/menu winit ungate). Binary rebuilt and installed.
2026-04-23 18:46:16 +02:00
6acd0a3704
yoda: rewire onto libcosmic-yoda + leyoda/cosmic-files paths
...
- libcosmic git dep replaced by libcosmic-yoda = { path = ../libcosmic }
- cosmic-files git dep replaced by path = ../cosmic-files (leyoda fork)
- winit feature dropped from libcosmic-yoda deps, wayland added
- feature refs libcosmic/* -> libcosmic-yoda/*
- [patch] block for pop-os/libcosmic removed
Installed at /usr/bin/cosmic-edit. Pre-yoda binary kept as
/usr/bin/cosmic-edit.pre-yoda-fork.
2026-04-23 15:43:04 +02:00
Jeremy Soller
5f96f6191b
Epoch 1.0.11 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-04-14 15:44:08 -06:00
Hojjat
2735e3f2c3
chore: update cosmic-text
...
fixes a crash after pressing ctrl+x on a selection
2026-04-10 12:44:30 -06:00
Ashley Wulber
a95a1c1691
chore: update libcosmic after reexports were removed
2026-04-09 15:59:16 -06:00
Jeremy Soller
e72723fabb
Epoch 1.0.9 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-04-07 07:58:32 -06:00
Hojjat
6677fe05d5
chore: update libcosmic and cosmic-text
2026-04-03 14:42:12 -06:00
Ashley Wulber
3e4a2b24e6
fix: update libcosmic
2026-03-23 13:47:06 -06:00
Ashley Wulber
6326f65d84
feat: rebase libcosmic onto iced 0.14
2026-03-18 17:23:49 +01:00
Jeremy Soller
d45f646c02
Epoch 1.0.8 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-02-23 08:13:03 -07:00
Jeremy Soller
ad47d8905c
Update cosmic-text
2026-02-19 09:23:05 -07:00
Jeremy Soller
ef2f6e0525
Epoch 1.0.7 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-02-17 10:47:29 -07:00
Jeremy Soller
36633540c2
Generate translated desktop and metainfo files with xdgen
2026-02-12 15:13:02 -07:00
Jeremy Soller
f468f26fa7
Epoch 1.0.6 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-02-09 14:45:31 -07:00
Ashley Wulber
2b90abdde9
feat: tab dnd
2026-02-03 12:05:09 -05:00
Jeremy Soller
021a8e614e
Epoch 1.0.5 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-02-02 16:07:15 -05:00
Jeremy Soller
7eef3a064c
Fix ligatures with cosmic-text update
2026-01-29 13:26:25 -07:00
Jeremy Soller
051612b7dd
Update dependencies
2026-01-22 10:02:27 -07:00
Jeremy Soller
f50640794d
Epoch 1.0.4 version update
...
Generated by cosmic-epoch scripts/version-update.sh
2026-01-21 10:15:02 -07:00
Ashley Wulber
20a278587a
chore: update cosmic-text
2025-12-09 11:38:28 -07:00
Ashley Wulber
cf30fb09c7
chore: update winit
2025-12-08 15:55:46 -07:00
Ashley Wulber
799110541a
chore: update cosmic-files
2025-11-21 14:45:59 -05:00
Jeremy Soller
966cc0f332
Draw most items with GPU, except for line numbers
2025-11-06 13:40:10 -07:00
Jeremy Soller
d7454b8685
Update dependencies
2025-10-23 09:48:34 -06:00
Jeremy Soller
913fd8b16c
Update dependencies, fixes #432
2025-10-16 13:55:02 -06:00
Jeremy Soller
bc124c67a9
Update dependencies
2025-10-14 11:20:25 -06:00
Jeremy Soller
bce1d2aebc
Allow opening of non-existant files, fixes #434
2025-10-14 09:58:44 -06:00
Jeremy Soller
117f00337d
Preserve newlines and get closest cursor on reload, fixes #390
2025-10-09 12:28:39 -06:00
aquiles
801c7fa68c
Fix character counting in document statistics to use graphemes
...
- Add unicode-segmentation dependency for proper grapheme cluster support
- Replace chars() iteration with graphemes(true) for accurate character counting
- Fix counting of complex Unicode characters like emojis, combining characters, and multi-byte sequences
- Resolves TODO: 'do graphemes?' in document_statistics function
This change provides more accurate character counts for international text,
emojis with skin tones, combined characters, and other multi-codepoint graphemes.
Examples of improved accuracy:
- 👍🏾 now counts as 1 character instead of 2
- é (e + combining acute) counts as 1 character instead of 2
- 🧑💻 (person technologist) counts as 1 character instead of 4
2025-10-09 08:34:18 -06:00
Ashley Wulber
2d6d2d381e
fix: update libcosmic
2025-10-03 18:18:11 -04:00
Ashley Wulber
bde36a3c17
chore: update libcosmic
2025-10-03 15:02:53 -04:00
Vukašin Vojinović
d2b13f987d
chore: update to icu 2.0
...
Reduces binary size by about 25 MB.
2025-09-15 23:51:07 +02:00
Vukašin Vojinović
ee4272112e
chore: make dbus-config optional
2025-09-13 10:53:00 +02:00
Vukašin Vojinović
03408bdc00
chore: update dependencies
...
Also switches to the `about` widget.
2025-09-12 20:40:43 +02:00
Vukašin Vojinović
b380b1bf32
chore: update dependencies
...
Also switches to the `about` widget.
2025-09-11 19:36:09 +02:00
Jeremy Soller
7e3308606f
Update redox_syscall and winit
2025-09-07 20:22:19 -06:00
Jeremy Soller
1e2424861d
Update to latest cosmic-text
2025-09-07 19:45:52 -06:00
Michael Aaron Murphy
c125d5c951
fix(libcosmic): enable dbus-config only on Linux targets
2025-08-20 17:36:19 +02:00
Michael Aaron Murphy
614c827710
fix: enable dbus-config on libcosmic to fix theme not updating
2025-08-19 16:32:04 +02:00
Michael Aaron Murphy
a5ee0e75d8
improv: use new and improved FileNav style
2025-08-19 16:32:01 +02:00
Jeremy Soller
3c9d2a077e
Update dependencies
2025-08-13 12:46:16 -06:00
Ashley Wulber
5e2bb63127
chore: update libcosmic
2025-07-29 17:41:00 -04:00