Nova
b53bfde23b
refactor(input): remove unnecessary limit break
2023-10-24 22:10:33 -04:00
Nova
15eb73af41
feat: 2x scaling
2023-10-24 22:09:09 -04:00
Nova
3c82ae309c
fix(input): don't log anything
2023-10-24 01:18:39 -04:00
Nova
4adcfca2fe
fix(input): don't debug captures
2023-10-24 00:54:27 -04:00
Nova
f893491bed
feat(input): captured bool
2023-10-24 00:41:17 -04:00
Nova
9d1181aaca
feat: todo on fields
2023-10-19 15:00:18 -04:00
Nova
b0f9bf24cf
feat: initial stardust themes!!
2023-10-17 07:12:06 -04:00
Nova
3527ce2507
fix(pointer): proper distance
2023-10-08 19:18:51 -04:00
Nova
f045bfb93d
feat: optimization
2023-10-08 18:44:52 -04:00
Nova
3d4ab27a14
fix(data): lesser key with empty vector being treated as different than typed vector
2023-10-07 13:38:06 -04:00
Nova
54ff87c146
remove: sk.kmp
2023-10-01 21:54:56 -04:00
Nova
2bc988fe3d
fix: scroll
2023-10-01 21:47:13 -04:00
Nova
051893858b
fix(wayland): don't log key events :p
2023-10-01 01:35:52 -04:00
Nova
1ac211c23f
fix(wayland): keyboard input
2023-10-01 01:35:04 -04:00
Nova
4874f010dd
fix: use core version on git
2023-10-01 00:40:05 -04:00
Nova
da894143f9
feat: proper ctrl+c stop
2023-09-29 00:26:53 -04:00
Nova
109affec81
feat: save client states on sigint
2023-09-28 12:08:45 -04:00
Nova
665e6b034f
feat(state): save state to ~/.local/state/stardust/<uid> on graceful disconnect
2023-09-28 10:31:23 -04:00
Nova
fc45b4e400
feat: client state (save/restore)
2023-09-28 09:55:45 -04:00
Nova
af75d2a451
refactor(core): remove dashmap
2023-09-28 01:30:26 -04:00
Nova
3136a8f2b7
feat(suis/hand): distance per joint
2023-09-27 01:16:44 -04:00
Nova
e97368f3e2
feat: upgrade smithay
2023-09-25 22:38:00 -04:00
Nova
4da7ed1ccf
feat(wayland): touch support
2023-09-24 11:44:26 -04:00
Nova
bf248e192f
fix(objects/input): disable_controller still lets hands exist
2023-09-24 11:44:16 -04:00
Nova
167c3d1cbf
fix(item): remove acceptor arg from release
2023-09-16 13:53:15 -04:00
Nova
b39d8f37f4
fix(panel): remove start data local signal
2023-09-16 13:52:53 -04:00
Nova
1198797db8
fix(wayland): don't clone topleveldata
2023-09-16 13:52:31 -04:00
Nova
823a71a286
fix(main): don't enable eye pointer for flatscreen mode with hands
2023-09-16 04:05:34 -04:00
Nova
f78da4b198
refactor(wayland/seat): boolean for keypress instead of u32
2023-09-08 20:23:40 -04:00
Nova
558fb1aa4e
fix(flake.lock): update flatland
2023-09-08 12:31:10 -04:00
Nova
abe32a8dbd
fix(panel): remove unnecessary inverse global transform on startup settings
2023-09-08 12:28:55 -04:00
Nova
d9e040bf8b
fix(flake.lock): update flatland
2023-09-08 00:37:15 -04:00
Nova
0b8da1d280
feat: version bump
2023-09-04 17:12:42 -04:00
Nova
455f3a0e9c
refactor: disable xwayland by default
2023-09-04 13:18:06 -04:00
Nova
411b30294b
fix(xdg_shell): indicate fullscreen active
2023-09-04 13:17:48 -04:00
Nova
1d54b75a53
fix(wayland): remove unwraps
2023-09-04 12:15:48 -04:00
Nova
4c56c31bfc
fix(object/mouse pointer): update keyboard protocol
2023-09-04 11:40:44 -04:00
Nova
b21e031668
fix(wayland): no more external dmabufs
2023-09-03 17:55:22 -04:00
Nova
7c6b2f5949
fix(wayland): closing toplevels
2023-09-03 11:02:42 -04:00
Nova
1f66d7dee4
fix(wayland): new API
2023-09-03 10:38:31 -04:00
Nova
53b035ef92
feat(wayland+xwayland): initial window setup
2023-09-03 10:38:31 -04:00
Nova
237b084a65
refactor(panel item): nuke unnecessary functions
2023-09-03 10:38:31 -04:00
Nova
707e56cb6f
refactor: panel items
2023-09-03 10:38:31 -04:00
Nova
6f4da69e36
feat: async methods
2023-09-02 19:49:53 -04:00
Stephen Christie
5634729445
feat: Start converting method calls to async
2023-08-27 17:11:20 -04:00
matthewcroughan
b9603dc0a1
nix: refactor
...
- Remove unnecessary fenix input
- Remove unnecessary arguments to buildRustPackage
- Remove obsolete/unnecessary hacks
- Minimize code duplication and maximize re-use by using flake.parts
- Split out stardust-xr-server derivation into its own nix file in nix/stardust-xr-server
- Automatically get name of package from Cargo.toml
- Advertise support for riscv64-linux in flake outputs
2023-08-24 14:39:14 +01:00
Nova
0323fbfb86
fix(data): ignore types for masks if one is null
2023-08-23 13:57:42 -04:00
Nova
433568da63
fix: panel items not dropping on toplevel close
2023-08-14 03:05:22 -04:00
matthewcroughan
4e199dd43f
nix: add new runtime dependencies, xwayland and bash
2023-08-08 07:15:48 +01:00
matthewcroughan
a4430b9a95
flake.lock: Update
...
Flake lock file updates:
• Updated input 'fenix':
'github:nix-community/fenix/5816c7bbcc385d2e65877631497df3f7d66b354a' (2023-05-11)
→ 'github:nix-community/fenix/bd0c7ee0836a814751c3fcf66eaadfbe1a35b715' (2023-08-07)
• Updated input 'fenix/rust-analyzer-src':
'github:rust-lang/rust-analyzer/b7cdd93f3e1533e96d4cfa1ac8573e6210a2bedf' (2023-05-09)
→ 'github:rust-lang/rust-analyzer/baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' (2023-08-06)
• Updated input 'flatland':
'github:StardustXR/flatland/24613a496841bdf38e5f136608d5295860a75fce' (2023-05-11)
→ 'github:StardustXR/flatland/da6e286300c2a1f6e0ba103f9a79c53b9c3e70dc' (2023-08-06)
• Updated input 'hercules-ci-effects':
'github:hercules-ci/hercules-ci-effects/15ff4f63e5f28070391a5b09a82f6d5c6cc5c9d0' (2023-04-19)
→ 'github:hercules-ci/hercules-ci-effects/0a63bfa3f00a3775ea3a6722b247880f1ffe91ce' (2023-07-15)
• Updated input 'hercules-ci-effects/flake-parts':
'github:hercules-ci/flake-parts/c13d60b89adea3dc20704c045ec4d50dd964d447' (2023-03-09)
→ 'github:hercules-ci/flake-parts/8e8d955c22df93dbe24f19ea04f47a74adbdc5ec' (2023-07-04)
• Updated input 'hercules-ci-effects/flake-parts/nixpkgs-lib':
'github:NixOS/nixpkgs/130fa0baaa2b93ec45523fdcde942f6844ee9f6e?dir=lib' (2023-03-09)
→ 'github:NixOS/nixpkgs/4bc72cae107788bf3f24f30db2e2f685c9298dc9?dir=lib' (2023-06-29)
• Updated input 'hercules-ci-effects/hercules-ci-agent':
'github:hercules-ci/hercules-ci-agent/0b90d1a87c117a5861785cb85833dd1c9df0b6ef' (2023-03-10)
→ 'github:hercules-ci/hercules-ci-agent/367dd8cd649b57009a6502e878005a1e54ad78c5' (2023-07-05)
• Updated input 'hercules-ci-effects/hercules-ci-agent/flake-parts':
'github:hercules-ci/flake-parts/c13d60b89adea3dc20704c045ec4d50dd964d447' (2023-03-09)
→ 'github:hercules-ci/flake-parts/8e8d955c22df93dbe24f19ea04f47a74adbdc5ec' (2023-07-04)
• Updated input 'hercules-ci-effects/hercules-ci-agent/haskell-flake':
'github:hercules-ci/haskell-flake/1e1660e6dd00838ba73bc7952e6e73be67da18d1' (2023-03-06)
→ 'github:srid/haskell-flake/74210fa80a49f1b6f67223debdbf1494596ff9f2' (2023-05-22)
• Removed input 'hercules-ci-effects/hercules-ci-agent/nix-darwin'
• Removed input 'hercules-ci-effects/hercules-ci-agent/nix-darwin/nixpkgs'
• Updated input 'hercules-ci-effects/hercules-ci-agent/nixpkgs':
'github:NixOS/nixpkgs/c90c4025bb6e0c4eaf438128a3b2640314b1c58d' (2023-03-08)
→ 'github:NixOS/nixpkgs/0fbe93c5a7cac99f90b60bdf5f149383daaa615f' (2023-07-02)
• Removed input 'hercules-ci-effects/hercules-ci-agent/pre-commit-hooks-nix'
• Removed input 'hercules-ci-effects/hercules-ci-agent/pre-commit-hooks-nix/flake-compat'
• Removed input 'hercules-ci-effects/hercules-ci-agent/pre-commit-hooks-nix/flake-utils'
• Removed input 'hercules-ci-effects/hercules-ci-agent/pre-commit-hooks-nix/gitignore'
• Removed input 'hercules-ci-effects/hercules-ci-agent/pre-commit-hooks-nix/gitignore/nixpkgs'
• Removed input 'hercules-ci-effects/hercules-ci-agent/pre-commit-hooks-nix/nixpkgs'
• Removed input 'hercules-ci-effects/hercules-ci-agent/pre-commit-hooks-nix/nixpkgs-stable'
• Updated input 'hercules-ci-effects/nixpkgs':
'github:NixOS/nixpkgs/1544ef240132d4357d9a39a40c8e6afd1678b052' (2023-03-15)
→ 'github:NixOS/nixpkgs/27fcd46fa18df36d270174246e7bd8f1787129ff' (2023-07-15)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/897876e4c484f1e8f92009fd11b7d988a121a4e7' (2023-05-06)
→ 'github:NixOS/nixpkgs/5a8e9243812ba528000995b294292d3b5e120947' (2023-08-07)
2023-08-08 07:15:43 +01:00