Commit Graph

179 Commits (629749b3832aaec86929794a527c108e5c1c29d1)
 

Author SHA1 Message Date
AnErrupTion 629749b383
Fix out of bounds issue when using the Delete key
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2 months ago
アシュ 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
2 months ago
AnErrupTion 0803de8ad3
Properly set XDG_CURRENT_DESKTOP
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2 months ago
アシュ 7c71dee3db
Clean up when SIGTERM is received (#597)
* clean up child processes on SIGTERM

* small code improvement

* consistency.. i guess?
2 months ago
AnErrupTion 365933e39e
Resolve conflicts
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2 months ago
AnErrupTion eefa06e40f
Add experimental save file migrator + bug fixes + add "-dev" version suffix
Signed-off-by: AnErrupTion <anerruption@disroot.org>
2 months ago
アシュ 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
2 months ago
AnErrupTion d6fc781192
Oops, forgot to allocate hehe
Signed-off-by: AnErrupTion <anerruption@disroot.org>
6 months ago
AnErrupTion 55ef58ad7e
Try to fix some more bugs
Signed-off-by: AnErrupTion <anerruption@disroot.org>
6 months ago
AnErrupTion 74556479db
Fix some bugs (hopefully)
Signed-off-by: AnErrupTion <anerruption@disroot.org>
6 months ago
AnErrupTion c03e2e6b87
Implement more (untested) authentication code
Signed-off-by: AnErrupTion <anerruption@disroot.org>
6 months ago
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>
7 months ago
AnErrupTion d1cf1ebd80 Rewrite INPUTS enum in Zig 1 year ago
AnErrupTion 70770ab16b Use Zig package manager 1 year ago
AnErrupTion 40c7c27b88 Partially rewrite utils.c 1 year ago
AnErrupTion 2fd2f77ac0 Change default fg to 8 in config.ini 1 year ago
AnErrupTion c70f8b7c2e Merge remote-tracking branch 'origin/master' into zig 1 year ago
AnErrupTion 4eb6c0c4de Add files 1 year ago
AnErrupTion f086faab58 Rewrite config.c 1 year ago
Luna Jernberg 0edb0012ab
Update sv.ini (#519)
* Update sv.ini

Better Swedish word for the context

* Update sv.ini

Fix
1 year ago
AnErrupTion 13c9aa7c1b Remove unused dependencies 1 year ago
AnErrupTion 85600ee9b3 Remove Argoat dependency 1 year ago
AnErrupTion f99468db0b Rewrite main.c 1 year ago
AnErrupTion 97da982e48 Rename sub/ to dep/, remove makefiles 1 year ago
AnErrupTion 7595e3f905 Add projects 1 year ago
AnErrupTion 825d1cf9cf Remove submodules 1 year ago
AnErrupTion 0653d710ac Remove submodules, add projects directly 1 year ago
AnErrupTion d3d9aa7b18 Add build.zig, remove makefile, add .idea directory to .gitignore 1 year ago
AnErrupTion 1c2be475ad Exit when asking for version 1 year ago
AnErrupTion d775efb414 Rename GIT_VERSION_STRING to LY_VERSION, don't allow shutdown and reboot at same time 1 year ago
AnErrupTion 57a8eecb1a Add labwc to supported DEs list 1 year ago
AnErrupTion cbd82146e2 Fix code syntax issues 1 year ago
Colin 1124c126f9
Clocks (#461)
* Added a big clock

* fixed clock timing when animation is turned off

* fix memory leak and segfault

* rename clock to bigclock

* Added formattable clock

* fix clock position on first draw

don't rely on box_x and box_y to position the clock, because it might not be initialized in the first frame.

* fix memory leak
1 year ago
AnErrupTion f9848f648b Rename "captation" to "lecture" in res/lang/fr.ini
Closes #398
1 year ago
Albert Akmukhametov 93cb8394d2
Added location of Xresources for XDG Base Dir Spec (#251) 1 year ago
Ranny Archer faa76def08
Ctrl+{hjkl} Moving cursor (but not in text) (#492) 1 year ago
AnErrupTion 0b87d6c030 Remove broken workaround for Sway in res/wsetup.sh 1 year ago
Christian Heusel 627ebe3326
update the archlinux installation instructions (#505)
Signed-off-by: Christian Heusel <christian@heusel.eu>
1 year ago
Bruno Rodríguez a8ea5d3e99
Tidy up runit service scripts (#479)
* Fix the script installation path (install everything only on /etc/sv/ly)

* Update the runit scripts to get the TTY value from the /etc/ly/config.ini file

* Update readme.md
1 year ago
Luna Jernberg 8c4ba3bd40
Add Swedish Translation (#495)
* Add Swedish Translation

Create sv.ini for Swedish translation

* Update sv.ini

Updated to some feedback from Vorpal in #archlinux-offtopic @ Libera
1 year ago
Vladyslav Prudius c03ec1d15b
Ukrainian and Russian localizations fixing (#503)
* Fix Ukrainian translation

* Fix Russian translation
1 year ago
Joseth Ariel B c64f806a68
fix typos in spanish translation (#477) 1 year ago
Alfred Roos 24f017e09c
Fixed wrong argument in inputs.s input_desktop (#469) 2 years ago
AnErrupTion 33662480e9 Potential fix for Sway (closes #433) 2 years ago
AnErrupTion a7b01a721b Increase length for UID to 20 (closes #444) 2 years ago
Simon Struck 77eb456410
Re-add missing environment variables (#446) 2 years ago
AnErrupTion 19153760d3 Fix segfault (closes #434, #435) 2 years ago
Jordi Altayó 2ffb86213b
Fedora dependencies (#436)
* Fedora dependencies

* Fedora dependencies 

Comments from @AnErrupTion
2 years ago
Daniel Haarhoff 5db09ce104
Make it easy to install ly on runit systems e.g. void (#431)
* Make it easy to install ly on runit systems e.g. void

* Tidy up runit section in readme

Co-authored-by: Daniel Haarhoff <daniel@rknt.de>
2 years ago
ClientCrash 99edd83429
add German lang translation (#355)
* added german translation

* Replaced umlauts in german translations

Replaced umlauts in german translations with alternative spelling method to avoid any encoding problems etc.

* updated translation

Co-authored-by: Leif G <46281254+4ctiv@users.noreply.github.com>
2 years ago