Commit Graph

  • e4abf79ad5
    Support Zig 0.13.0 and setting default TTY at build time (#632) jinzhongjia 2024-07-13 04:40:01 +0800
  • 5f8fbe381c
    Fix documentation issue about DOOM animation (#647) simonfogliato 2024-07-12 13:37:18 -0700
  • c6d7d177b7
    Fix incorrect shebang in xsetup.sh (#640) liesen 2024-07-12 23:32:46 +0300
  • bf92a17e55 Updated documentation note about the new method animation setting. Simon Fogliato 2024-07-11 15:00:44 -0700
  • 3d5d08e126
    Fix incorrect shebang in xsetup.sh liesen 2024-07-09 06:56:08 +0300
  • 49be3f4a11 update `zigini` jinzhongjia 2024-07-05 21:40:26 +0800
  • aeba7c4cd9 little fix jinzhongjia 2024-07-05 16:31:26 +0800
  • e8f8378136 feat: add default tty to build option jinzhongjia 2024-07-05 16:24:11 +0800
  • 2d9ac14a32 update clap jinzhongjia 2024-07-05 15:46:45 +0800
  • dc8d143fac
    Add brightness control support with brightnessctl (#626) tubi16 2024-07-04 14:17:56 +0300
  • 7482ff17e8 12 compatible jinzhongjia 2024-07-04 08:42:59 +0800
  • cecdbcc663 updated en.ini Ebutuğrab Kızmaz 2024-07-04 01:03:21 +0300
  • 77f62c69b6 code improvement and changes Ebutuğrab Kızmaz 2024-07-03 22:10:02 +0300
  • a09086c2b2
    Update src/main.zig tubi16 2024-07-03 21:57:52 +0300
  • a24347380f added proper keybinds and configs for brightness control Ebutuğrab Kızmaz 2024-07-03 20:42:16 +0300
  • ea941be3ba
    Merge branch 'fairyglade:master' into master tubi16 2024-07-03 17:37:29 +0300
  • b08e711d32 feat: support zig `0.13.0` jinzhongjia 2024-07-03 19:53:29 +0800
  • 53d252232f
    Backport: Fix dest_directory embedded in binary AnErrupTion 2024-07-03 09:52:24 +0200
  • 5cdd6af738
    Start Ly v1.0.1 development cycle AnErrupTion 2024-07-03 09:52:00 +0200
  • cbe7b37564
    Fix dest_directory embedded in binary AnErrupTion 2024-07-03 09:50:56 +0200
  • 4eb4e15e43
    Start v1.1.0 development cycle AnErrupTion 2024-07-03 09:44:23 +0200
  • 08f6ce5184
    Add `minimum_zig_version` to build.zig.zon (#630) jinzhongjia 2024-07-03 15:22:18 +0800
  • 0f7d514f1b
    Update `minimum_zig_version` jinzhongjia 2024-07-03 10:26:21 +0800
  • dca605689c
    Update src/main.zig tubi16 2024-07-03 00:47:28 +0300
  • 291e0d836b
    Various bug fixes and small features (#606) v1.0.0 アシュ 2024-07-02 08:52:38 +0000
  • 6af4428a14
    add warning message for workaround Kinzie 2024-07-02 01:00:05 +0100
  • b71af04a23
    Added key binds to control brightness tubi16 2024-07-02 01:29:23 +0300
  • cf420b4d83
    add new ly error messages. Only try to make path for pam/exe during install when dest_directory is defined + print warning on error. Kinzie 2024-06-27 04:12:03 +0100
  • ab462e91c2
    authenticate and run on current virtual terminal mookums/multi-tty Muki Kiboigo 2024-06-19 16:19:35 -0700
  • 6d3808553e
    templated systemd file Muki Kiboigo 2024-06-19 16:17:42 -0700
  • 3d8d8d67df
    Redirect stderr to systemd journal in service (#621) Muki Kiboigo 2024-06-19 12:49:30 -0700
  • 1406d0c2a9
    fix systemd stderr logging Muki Kiboigo 2024-06-19 12:33:59 -0700
  • f9d6a3750e
    revert change to getLockState (it broke the doom animation) Kinzie 2024-05-28 22:00:09 +0100
  • bc496803d1
    Use git describe to get dev version str Kinzie 2024-05-15 07:53:15 +0100
  • ebb8fe3a84
    Fix xauth command for some shells and fix building in ReleaseSafe Kinzie 2024-05-14 08:34:16 +0100
  • 5aa03df2bf
    update build.zig again Kinzie 2024-05-13 20:33:47 +0100
  • 2a3db1c57d
    update build.zig Kinzie 2024-05-13 20:29:41 +0100
  • 79c77991e7
    Some fixes Kinzie 2024-05-13 18:01:30 +0100
  • c502754880
    update changelog and res/config Kinzie 2024-05-13 17:29:41 +0100
  • 4122dfac16
    Shift+Tab for previous input Kinzie 2024-05-13 14:56:38 +0100
  • 1d3148201c
    Custom info text Kinzie 2024-05-13 13:21:02 +0100
  • 4415545f7b
    Update build.zig Kinzie 2024-05-13 11:18:28 +0100
  • 815700f9b6
    Fix setting numlock Kinzie 2024-05-13 09:18:19 +0100
  • cbc2cb933f
    Add option to turn on numlock at startup Kinzie 2024-05-13 08:01:58 +0100
  • 74f7f08801
    fix cascade, set info_line before auth, make code clearer and a bug fix Kinzie 2024-05-09 06:04:05 +0100
  • a1caf7c0d8
    check for getenvlist error, shorten code Kinzie 2024-05-07 06:16:42 +0100
  • 59cb780ff0
    Fix stray cursor, integer overflows and other bugs Kinzie 2024-05-07 04:07:44 +0100
  • 7506d6a7d5
    Clarify how to update + add DWL (closes #551, #547) ShiningLea 2024-05-09 21:09:10 +0200
  • a7615a33e0
    Clarify status of dependencies ShiningLea 2024-05-09 20:25:34 +0200
  • 0586f3424a
    Update cs.ini (#559) Jan Černý 2024-05-09 20:04:35 +0200
  • b457b454ae
    Added Gentoo tip to readme.md (#591) Motodavide 2024-05-09 20:03:57 +0200
  • d8d2d5a8bf
    Nobody expects the Ziguanas (#517) ShiningLea 2024-05-09 15:30:12 +0200
  • 00952dd8ee
    Fix authentication in a few edge cases (#604) アシュ 2024-05-05 08:29:05 +0100
  • ff41be70fb BIG changes Kinzie 2024-05-05 08:22:11 +0100
  • cb8f168a09 fix potential mem leak with configs Kinzie 2024-05-05 07:31:48 +0100
  • aa5b65a5cc fix loginConv and auth Kinzie 2024-05-05 04:52:07 +0100
  • 9df54fe980
    Tidy up readme.md AnErrupTion 2024-05-04 23:12:36 +0200
  • 818089354a
    Mention display-manager-init for Gentoo/OpenRC in readme.md AnErrupTion 2024-05-04 21:46:49 +0200
  • 6af4b83622
    Resolve merge conflicts AnErrupTion 2024-05-04 20:54:01 +0200
  • e3b960b68b
    Update zig-ini to fix configuration issue (#603) アシュ 2024-05-04 19:40:51 +0100
  • f76ff8b79f update zigini Kinzie 2024-05-04 16:22:56 +0100
  • 629749b383
    Fix out of bounds issue when using the Delete key AnErrupTion 2024-05-03 20:59:30 +0200
  • 5a9cc881fe
    Zig 0.12.0 and more! (#599) アシュ 2024-05-01 17:46:26 +0100
  • ceb3d7e42b
    Fixed indentation issues ⎛Jakub⎠ 2024-05-01 12:10:34 -0400
  • dc5f37c849 Added configurable cmatrix fg and bg color b1ten 2024-05-01 10:59:30 -0400
  • f17c13a8d7 free memory on error when appending environments Kinzie 2024-04-23 17:37:20 +0100
  • cb9e1c377e set XDG env vars differently Kinzie 2024-04-23 17:29:07 +0100
  • d06f8e49b4 migrator changes, and small things Kinzie 2024-04-21 22:50:01 +0100
  • 5a4c056f37 remove useless comment Kinzie 2024-04-21 11:06:49 +0100
  • c9addee9ed Merge remote-tracking branch 'upstream/zig' into zig Kinzie 2024-04-21 10:44:51 +0100
  • cc1bb0def9 tiny changes Kinzie 2024-04-21 10:22:29 +0100
  • 54d488ea58 Some fixes Kinzie 2024-04-21 08:40:41 +0100
  • 815b917b6f Update to zig version 0.12.0 Kinzie 2024-04-21 07:27:14 +0100
  • 96116de398 Code improvements Kinzie 2024-04-20 11:21:23 +0100
  • 65a047ea32 Update zigini to improve compatibility with old config Kinzie 2024-04-20 08:44:13 +0100
  • 220fbf79b0 small cleanup Kinzie 2024-04-20 08:10:32 +0100
  • 0803de8ad3
    Properly set XDG_CURRENT_DESKTOP AnErrupTion 2024-04-18 18:58:21 +0200
  • b66e7f09d2 less alloc, update migrator, get DesktopNames from .desktop Kinzie 2024-04-18 15:56:43 +0100
  • 7c71dee3db
    Clean up when SIGTERM is received (#597) アシュ 2024-04-18 08:27:43 +0000
  • d8433eaac6 consistency.. i guess? Kinzie 2024-04-17 12:25:38 +0100
  • 2230639ab7 small code improvement Kinzie 2024-04-17 12:18:56 +0100
  • 713578e2ed clean up child processes on SIGTERM Kinzie 2024-04-17 07:38:40 +0100
  • 365933e39e
    Resolve conflicts AnErrupTion 2024-04-16 19:40:33 +0200
  • eefa06e40f
    Add experimental save file migrator + bug fixes + add "-dev" version suffix AnErrupTion 2024-04-16 19:20:45 +0200
  • 002630995d
    Changes in the Zig rewrite (#596) アシュ 2024-04-16 12:45:30 +0000
  • 41373190b4 lowercase insert/normal, merge conditionals, code improvements Kinzie 2024-04-16 08:55:39 +0100
  • a63895ab93 type aliases, avoiding zeroes(), breaking a long line Kinzie 2024-04-16 07:53:48 +0100
  • 56496e2bdb replace vi_mode with a bool Kinzie 2024-04-16 06:17:32 +0100
  • 7cc6fbaee3 clearing the env isn't needed anymore (afaik) Kinzie 2024-04-15 23:05:12 +0100
  • 384b19a46c consistency Kinzie 2024-04-15 22:13:11 +0100
  • d3231fa281 code improvements Kinzie 2024-04-15 21:44:52 +0100
  • efcf913a3a oops Kinzie 2024-04-14 12:44:12 +0100
  • f02d3e2db2 fix logging out Kinzie 2024-04-14 11:50:22 +0100
  • 0aa400383a moved ini to a lib, fixed alternative langs Kinzie 2024-04-14 11:16:21 +0100
  • 17e87cb6f6 Remove LogFile Kinzie 2024-04-11 04:34:58 +0100
  • 6dcea64840 clear terminal on SIGTERM Kinzie 2024-04-10 06:42:04 +0100
  • f9a0f10777 change that Kinzie 2024-04-08 06:07:05 +0100
  • 13cf8e19e1 small code improvements Kinzie 2024-04-06 23:20:47 +0100
  • 42ac85694f update changelog Kinzie 2024-04-06 01:51:32 +0100
  • b46cb949e5 run authentication in a child process Kinzie 2024-04-06 00:56:09 +0100