Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-21 | Userland: Use sys/socket.h not socket.h | Anton Kling | |
These files only compiled due to the previous header not being cleaned up | |||
2023-10-31 | ante: Adjust X position of cursor so it can always land on a line. | Anton Kling | |
If a y position is found for the cursor we will adjust the X position to the optimial position. Previously if you tried to move from the end of a long line to a short line it would not work since a valid X position could not be found. | |||
2023-10-24 | ante: Truncate the file before writing to it. | Anton Kling | |
Previously the file size would not decrease even if data was deleted. | |||
2023-10-23 | ante: Make use of the LibGUI event loop. | Anton Kling | |
2023-10-22 | Update .gitignore for all programs | Anton Kling | |
2023-10-22 | Ignore relased key events in 'ante' | Anton Kling | |
2023-10-22 | Move everything into a new repo. | Anton Kling | |