Commit Graph

  • 4a72e41e44 Fix default startup script (#929) hynak 2026-02-10 22:20:30 +01:00
  • d268d5bb45 Add the cascade animation as a separate widget AnErrupTion 2026-02-10 17:43:55 +01:00
  • f320d3f666 Add Kurdish translation (#930) Cyaxares 2026-02-10 10:47:50 +01:00
  • 70e95f094a Fix incorrect key parsing AnErrupTion 2026-02-10 10:41:08 +01:00
  • 207b352888 Add central Widget struct + clean up code In particular, move all termbox2 usage to TerminalBuffer.zig & keyboard.zig AnErrupTion 2026-02-10 00:22:27 +01:00
  • 99dba44e46 Rename min_refresh_delta option to animation_frame_delay (closes #925) AnErrupTion 2026-02-09 11:38:56 +01:00
  • d1810d8c98 Fix numlock & capslock positioning AnErrupTion 2026-02-09 11:20:27 +01:00
  • 852a602032 Support more configurable keybindings (closes #679) AnErrupTion 2026-02-09 11:11:00 +01:00
  • cf5f62661c Remove resolution_changed bool AnErrupTion 2026-02-08 22:23:07 +01:00
  • 1db780c7a7 Better handle screen resizes AnErrupTion 2026-02-08 22:18:00 +01:00
  • 941b7e0dae Properly calculate string lengths AnErrupTion 2026-02-08 22:04:09 +01:00
  • e9e2d51261 Better bigclock positioning AnErrupTion 2026-02-08 21:36:18 +01:00
  • 769aefd6e9 Add separate big label widget for bigclock AnErrupTion 2026-02-08 21:14:49 +01:00
  • f678e3bb28 Add update function for Label AnErrupTion 2026-02-08 19:50:32 +01:00
  • f22593f828 Add Label component & make colors custom This commit also makes Ly more resilient to (impossible) screen resolutions. AnErrupTion 2026-02-08 17:40:50 +01:00
  • 7bbdebe58b Fix center offset error AnErrupTion 2026-02-08 15:09:55 +01:00
  • bca38856b1 Completely refactor widget placement code AnErrupTion 2026-02-08 14:53:36 +01:00
  • 8c08359e51 custom-sessions/README: remove extraneous comma (#927) laur 2026-02-08 13:16:25 +01:00
  • fd81da7cbd Organise imports AnErrupTion 2026-02-07 17:01:11 +01:00
  • 950eeed3ee Log which VT is used AnErrupTion 2026-02-07 10:48:05 +01:00
  • ce0d00771d Use the unifont engine for KMSCON AnErrupTion 2026-02-07 10:43:08 +01:00
  • b032c9b296 Update Turkish translations (#917) WinuxVidYapan 2026-02-05 20:19:41 +01:00
  • 1b9286166e [Backport] Fix buffer not resizing with no animation v1.3.2 v1.3.x AnErrupTion 2026-02-05 20:10:10 +01:00
  • ac91704c56 [Backport] Add config.x_vt option AnErrupTion 2026-02-05 20:09:22 +01:00
  • 48f8b306db [Backport] Better systemd-homed user detection AnErrupTion 2026-02-05 20:07:52 +01:00
  • 320fa0d8df [Backport] Fix wrong session being chosen in autologin AnErrupTion 2026-02-05 20:06:19 +01:00
  • bcf025437a [Backport] Fix undefined value in XCB connection check AnErrupTion 2026-02-05 20:04:38 +01:00
  • 735868c51c [Backport] Fix building on musl AnErrupTion 2026-02-05 20:04:05 +01:00
  • 9c1a64692c Start Ly v1.3.2 development cycle AnErrupTion 2026-02-05 20:03:09 +01:00
  • 7744745f09 Don't try to switch TTY with KMSCON It can do it automatically (see the corresponding service file). AnErrupTion 2026-02-05 19:55:40 +01:00
  • 11735290b8 Fix active TTY detection for KMSCON AnErrupTion 2026-02-05 19:50:48 +01:00
  • 21fca058e7 Don't install startup.sh with installnoconf AnErrupTion 2026-02-05 15:03:05 +01:00
  • 2b46a81796 Add basic KMSCON support (closes #886) It's not perfect yet, but at least it works! AnErrupTion 2026-02-05 15:01:45 +01:00
  • 72f43fbc56 Add shell script showing how change TTY colors (#920) hynak 2026-02-04 20:36:55 +01:00
  • b00d6899e5 Fix buffer not resizing with no animation AnErrupTion 2026-02-04 20:16:53 +01:00
  • 7ce8ff61fe Unify ini parsing logic AnErrupTion 2026-02-01 10:41:06 +01:00
  • 1a04a608a1 Remove dummy animation AnErrupTion 2026-01-31 22:51:44 +01:00
  • b0dcc12785 Move UI drawing to separate function AnErrupTion 2026-01-31 22:35:28 +01:00
  • b672d04dc6 Improve authentication logging AnErrupTion 2026-01-31 11:46:55 +01:00
  • 2e04ea4d79 Add time, severity & category in logs AnErrupTion 2026-01-31 11:17:36 +01:00
  • 0c12008327 Move more termbox usage into TerminalBuffer AnErrupTion 2026-01-31 10:36:08 +01:00
  • 7934060d3b Credit Kawaii-Ash in the README AnErrupTion 2026-01-29 21:31:45 +01:00
  • a158098df0 Add config.x_vt option (fixes #910) AnErrupTion 2026-01-26 20:45:33 +01:00
  • 5bfa1670cc Better systemd-homed user detection (fixes #913) AnErrupTion 2026-01-26 20:36:44 +01:00
  • a4076b83da [dur] Add support for alignments and negative offsets + Ly logo (#893) hynak 2026-01-25 23:08:42 +01:00
  • 2eea683078 Fix wrong session being chosen in autologin (closes #911) AnErrupTion 2026-01-18 21:35:49 +01:00
  • d7f64676ee Split core code into ly-core library AnErrupTion 2026-01-18 21:07:53 +01:00
  • 456916f059 Remove unused import in auth.zig AnErrupTion 2026-01-18 20:49:32 +01:00
  • 2b1e4dc6c9 Fix undefined value in XCB connection check AnErrupTion 2026-01-18 18:03:21 +01:00
  • 94c306758a Update Matrix space link (envs.net migration) AnErrupTion 2026-01-17 16:58:05 +01:00
  • 82d24d7725 Add donation links AnErrupTion 2026-01-17 10:48:12 +01:00
  • 5a51d5ced5 Fix building on musl (closes #760) AnErrupTion 2026-01-06 22:27:36 +01:00
  • 135d1e40f6 Update termbox2 AnErrupTion 2026-01-06 22:18:31 +01:00
  • edbb982c91 [Backport] Recursively create xauth file directory if non-existent v1.3.1 AnErrupTion 2025-12-30 20:55:41 +01:00
  • 80fb07daa8 [Backport] Fix invalid XDG_RUNTIME_DIR if D-Bus isn't used AnErrupTion 2025-12-30 20:54:47 +01:00
  • c0c400e0b6 Recursively create xauth file directory if non-existent AnErrupTion 2025-12-30 19:35:40 +01:00
  • 9e4147bfb4 Fix invalid XDG_RUNTIME_DIR if D-Bus isn't used AnErrupTion 2025-12-30 19:29:47 +01:00
  • 93388159bc [Backport] Clamp user session index if invalid AnErrupTion 2025-12-30 18:12:28 +01:00
  • 8e893932f2 Clamp user session index if invalid AnErrupTion 2025-12-30 18:09:46 +01:00
  • 08b4a49729 [Backport] Check for session file name in autologin AnErrupTion 2025-12-30 17:45:29 +01:00
  • 26e7585b0b Don't forget to allocate :D AnErrupTion 2025-12-30 17:43:00 +01:00
  • b1cb576f67 Check for session file name in autologin (closes #895) AnErrupTion 2025-12-30 17:38:22 +01:00
  • 066acf91e6 [Backport] Create session log directory if non-existent AnErrupTion 2025-12-30 17:29:31 +01:00
  • 2660486fde [Backport] Escape TTY in systemd service AnErrupTion 2025-12-30 17:28:50 +01:00
  • a3b249ded8 [Backport] Fix session not being saved correctly AnErrupTion 2025-12-30 17:27:04 +01:00
  • 3c22597054 Start Ly v1.3.1 development cycle AnErrupTion 2025-12-30 17:26:53 +01:00
  • add7f25f0d Create session log directory if non-existent (closes #896) AnErrupTion 2025-12-30 17:20:04 +01:00
  • 2e7bb3eb58 Use buf_height and buf_width in Matrix.draw() (#903) Theo Gaige 2025-12-29 23:39:10 +01:00
  • e57de5172e Update Swedish translation (#899) ViSzKe 2025-12-29 23:36:47 +01:00
  • 04d4447273 Escape TTY in systemd service (closes #889) (#890) qbe 2025-12-18 12:17:00 +01:00
  • ced8f9bee3 Fix session not being saved correctly AnErrupTion 2025-12-17 17:32:16 +01:00
  • c6446db3e2 Start Ly v1.4.0 development cycle AnErrupTion 2025-12-06 15:58:39 +01:00
  • e0692885c5 Make delay floating point in dur format v1.3.0 AnErrupTion 2025-12-06 14:34:47 +01:00
  • b6d3aa0e1c Merge changes AnErrupTion 2025-12-06 14:25:57 +01:00
  • e6966a628c Fix wrong session index + save file corruption AnErrupTion 2025-12-06 14:25:01 +01:00
  • cab3f1bfb5 Added the Latest Changes to the Bulgarian Translation (#879) RacerBG 2025-12-06 13:39:52 +01:00
  • a9ff0a6d07 Only support dur format v7, set -1 color to black AnErrupTion 2025-12-06 10:05:41 +01:00
  • 92beb24c80 Fix save file initialisation & incorrect saved session index AnErrupTion 2025-12-05 19:49:27 +01:00
  • 7e18d906c4 [Feature] Add support for .dur file format and animations (closes #719) (#833) hynak 2025-12-05 19:46:42 +01:00
  • 3bfdc75a70 Add option to run command after inactivity delay (closes #747) AnErrupTion 2025-12-03 20:39:27 +01:00
  • 6cce221cbf Improve issue template AnErrupTion 2025-12-02 22:37:03 +01:00
  • 1c99574f73 Add option to run command before UI is initialised (closes #798) AnErrupTion 2025-12-02 22:23:10 +01:00
  • b249dba092 Support multiple TTYs with systemd service (closes #102) AnErrupTion 2025-12-02 22:11:39 +01:00
  • 3365b33d6d Fix zig-clap dependency URL AnErrupTion 2025-12-01 22:09:41 +01:00
  • 6cb53b6e38 Refactor active_input field-jumping logic (#873) radsammyt 2025-12-01 20:07:59 +01:00
  • d82fa82a87 Always add hostname last in the info line AnErrupTion 2025-11-30 23:50:39 +01:00
  • c2b3d794e8 Fix fallback UID range + add error if UID range not found AnErrupTion 2025-11-30 23:36:47 +01:00
  • e29bda3250 Add systemd-homed UID range AnErrupTion 2025-11-30 23:02:23 +01:00
  • 4df2382698 Add possibility to disable auth_fails animation (closes #835) AnErrupTion 2025-11-30 22:19:38 +01:00
  • 3dfb86fe69 Merge changes AnErrupTion 2025-11-30 21:59:09 +01:00
  • f9a001b160 Update zigini dependency & use same Git URL format everywhere AnErrupTion 2025-11-30 21:57:42 +01:00
  • 5235ca47c5 Add Bulgarian Translation (#872) RacerBG 2025-11-30 21:52:46 +01:00
  • a94abf2e69 Improve bug report template & add PR template AnErrupTion 2025-11-30 12:08:10 +01:00
  • fe354a4809 Add fallback UID range options at compile-time AnErrupTion 2025-11-30 09:47:50 +01:00
  • 8c964d9ce5 Don't crash when failing to crawl a session directory (closes #870) AnErrupTion 2025-11-30 09:30:33 +01:00
  • 392ea6ea63 Update French locale AnErrupTion 2025-11-30 09:18:29 +01:00
  • 10854e643a Don't crash when failing to parse arguments AnErrupTion 2025-11-30 09:14:10 +01:00
  • 1980b2e479 Feature: Added option for hibernate between sleep and brightness down (#867) (closes #866) ebits 2025-11-28 19:05:17 +01:00
  • 816be7449f Update Repology URL AnErrupTion 2025-11-19 22:19:12 +01:00
  • f0758d812e Fix potential out of bounds issue when automatically changing session AnErrupTion 2025-11-19 22:15:07 +01:00