Commit Graph

10 Commits

Author SHA1 Message Date
アシュ 5a9cc881fe
Zig 0.12.0 and more! (#599)
* less alloc, update migrator, get DesktopNames from .desktop

* small cleanup

* Update zigini to improve compatibility with old config

* Code improvements

* Update to zig version 0.12.0

* Some fixes

* tiny changes

* remove useless comment

* migrator changes, and small things

* set XDG env vars differently

* free memory on error when appending environments
2024-05-01 18:46:26 +02:00
AnErrupTion eefa06e40f
Add experimental save file migrator + bug fixes + add "-dev" version suffix
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2024-04-16 19:20:45 +02:00
アシュ 002630995d
Changes in the Zig rewrite (#596)
* Everything

* make matrix.zig a bit cleaner

* make long lines shorter and add changelog

* vi mode

* update changelog

* get errors from child process and (hopefully) fix some other things

* fix utmp entry

* run authentication in a child process

* update changelog

* small code improvements

* change that

* clear terminal on SIGTERM

* Remove LogFile

* moved ini to a lib, fixed alternative langs

* fix logging out

* oops

* code improvements

* consistency

* clearing the env isn't needed anymore (afaik)

* replace vi_mode with a bool

* type aliases, avoiding zeroes(), breaking a long line

* lowercase insert/normal, merge conditionals, code improvements
2024-04-16 14:45:30 +02:00
AnErrupTion 92e1f083a1
Commit unfinished full rewrite (Zig 0.11.0)
What needs to be dealt with:
- Matrix animation
- Authentication part
- Testing on actual TTY (not just virtual console)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
2023-12-11 18:14:52 +01:00
AnErrupTion 70770ab16b Use Zig package manager 2023-06-22 11:43:58 +02:00
AnErrupTion f086faab58 Rewrite config.c 2023-06-20 12:14:15 +02:00
AnErrupTion 85600ee9b3 Remove Argoat dependency 2023-06-16 11:45:07 +02:00
AnErrupTion f99468db0b Rewrite main.c 2023-06-16 11:31:57 +02:00
AnErrupTion 0653d710ac Remove submodules, add projects directly 2023-06-15 14:02:05 +02:00
AnErrupTion d3d9aa7b18 Add build.zig, remove makefile, add .idea directory to .gitignore 2023-06-15 13:38:09 +02:00