1
0
Fork 0
forked from wry/wry
Commit graph

90 commits

Author SHA1 Message Date
Julian Orth
ee84b309ba build.rs: don't build compile-shaders if shaders are unchanged 2025-10-04 22:32:59 +02:00
Julian Orth
6d8fb37db4 xml-to-wire: add new utility 2025-09-20 18:35:49 +02:00
Julian Orth
51575fce39 vulkan: include precompiled shaders 2025-09-17 14:23:38 +02:00
Julian Orth
6bea5a072c kbvm: identify keymaps by their hash 2025-09-07 12:41:31 +02:00
Julian Orth
b835eda7da docs: prepare 1.11.0 release 2025-07-26 16:09:53 +02:00
Julian Orth
8356dd5d5c head-management: add infrastructure 2025-07-16 10:10:59 +02:00
Julian Orth
1ab031b206 utils: add wire-to-xml utility 2025-07-12 08:12:30 +02:00
Julian Orth
68713b2e39 vulkan: create high-priority queues if possible 2025-05-10 22:44:00 +02:00
Julian Orth
4d70864f61 build: upgrade rand to 0.9 2025-05-09 15:57:04 +02:00
elden
6341623e72 all: add musl support 2025-05-09 15:39:56 +02:00
Julian Orth
17e715cde4 criteria: add infrastructure 2025-05-07 22:41:43 +02:00
Julian Orth
9192446602 icons: add icon infrastructure 2025-04-24 17:48:55 +02:00
Julian Orth
c0442e6e7b docs: prepare 1.10.0 release 2025-04-22 13:08:35 +02:00
Julian Orth
72acf43a27 kbvm: update to v0.1.4 2025-04-21 11:54:57 +02:00
Julian Orth
9b2709f23d tracy: enable demangle feature 2025-03-08 12:04:07 +01:00
Julian Orth
3338909170 all: set rust edition to 2024 2025-02-21 10:44:29 +01:00
Julian Orth
cc93e941d8 kbvm: update to v0.1.3 2025-02-13 12:37:02 +01:00
Julian Orth
5d41b6b314 docs: prepare 1.9.0 release 2025-01-27 10:35:01 +01:00
Julian Orth
51ceba72b0 keyboard: use kbvm::Components 2025-01-27 10:23:46 +01:00
Julian Orth
117e644a36 docs: prepare 1.8.0 release 2025-01-27 10:18:17 +01:00
Julian Orth
0a465f3f60 all: update dependencies 2025-01-22 16:02:22 +01:00
Julian Orth
bd303a7ea5 all: replace enum-map by linearize 2025-01-22 14:58:30 +01:00
Julian Orth
e2f31646f2 all: address clippy lints 2024-12-07 14:59:28 +01:00
Julian Orth
f6aaf4d2fe docs: prepare 1.7.0 release 2024-10-25 10:01:58 +02:00
Julian Orth
c00ef63afe build: switch to upstream tracy-client-sys version 2024-10-12 13:23:52 +02:00
Julian Orth
3e3532574b portal: implement session restoration 2024-10-10 21:21:33 +02:00
Julian Orth
bec3732b42 docs: prepare 1.6.0 release 2024-09-25 11:42:51 +02:00
Julian Orth
ccad3cf0fb all: use tracy for tracing 2024-09-15 18:08:54 +02:00
Julian Orth
50186e764e build: enable full debuginfo for release builds 2024-09-15 14:25:23 +02:00
Julian Orth
c817367d45 docs: prepare 1.5.0 release 2024-09-02 10:27:23 +02:00
Julian Orth
fdc0463eda vulkan: upgrade to ash 0.38 2024-07-08 21:54:42 +02:00
Julian Orth
11796abadd docs: prepare 1.4.0 release 2024-07-07 20:18:50 +02:00
Julian Orth
be3164b2f8 docs: prepare 1.3.0 release 2024-05-25 14:39:20 +02:00
Julian Orth
26b4ddf433 docs: prepare 1.2.0 release 2024-05-05 15:42:26 +02:00
Julian Orth
7774345eeb docs: prepare 1.1 release 2024-04-22 13:31:48 +02:00
Julian Orth
17d5deb2b9 cli: support png screenshots 2024-04-21 14:35:35 +02:00
Julian Orth
fadec919e1 metal: preserve front buffer if atomic commit fails 2024-04-11 10:00:56 +02:00
Julian Orth
3f39fa1f6f portal: ignore formats not supported by pipewire 2024-04-10 19:05:22 +02:00
Julian Orth
ff54a8ab96 wayland: implement alpha_modifier_v1 2024-04-09 12:09:54 +02:00
Julian Orth
2136f13795 all: release 1.0 2024-04-07 14:01:53 +02:00
Julian Orth
b03cdaa4b7 docs: re-organize documentation 2024-04-05 19:24:35 +02:00
Julian Orth
b374947b45 all: reorganize packages for release 2024-04-05 19:24:34 +02:00
Julian Orth
3cebf651c5 config: change default config to use toml-based configuration 2024-03-16 04:22:27 +01:00
Julian Orth
efae1cd16a cli: add an input subcommand 2024-03-12 17:43:26 +01:00
Julian Orth
2037a37c1e config: allow attaching file descriptors to commands 2024-03-06 20:04:54 +01:00
Julian Orth
b57555584d all: remove c_variadic feature 2024-02-22 23:51:24 +01:00
Julian Orth
9497d6b0cf all: remove bitflags dependency 2024-02-16 15:02:14 +01:00
Julian Orth
615acd4847 config: downgrade bincode to 1.3.3
This should not have any impact on existing configs since bincode claims
compatibility of the wire format between 1.3.3 and 2.0.0.
2024-02-16 14:12:53 +01:00
Julian Orth
bd4ab62953 chore: update dependencies 2024-02-08 15:24:02 +01:00
Julian Orth
cf332e8436 render: implement a vulkan renderer 2024-02-08 15:24:02 +01:00