Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-03 | Launcher: Reformat config a little bit (#279) | Christopher Dumas | |
2019-07-02 | Launcher: The "Launcher" config file group shouldn't take up visual space. | Andreas Kling | |
Also tweak Launcher.ini since CConfigFile bools are 1/0 rather than true/false. We should probably use true/false. Or switch over to JSON. | |||
2019-07-02 | Launcher: Vertical/Horizontal option | Christopher Dumas | |
2019-06-30 | ProcessManager: Add app icon. | Andreas Kling | |
2019-06-29 | PaintBrush: Add a simple app icon. | Andreas Kling | |
I ended up drawing four crayons for the app icon. This is not a great fit for the app name. But uh, we'll figure this out somehow. :^) | |||
2019-06-29 | AK: Make a tiny JSON unit test based on a saved VisualBuilder form. | Andreas Kling | |
2019-06-15 | LibHTML: Basic element attribute parsing. | Andreas Kling | |
2019-06-15 | LibHTML: Start working on a very simplified HTML parser. | Andreas Kling | |
2019-06-07 | Terminal: Use the visual bell by default. | Andreas Kling | |
2019-06-06 | WindowServer: New API for Scaled Blit | Christopher Dumas | |
2019-05-27 | fixed ini WM config | Christopher Dumas | |
2019-05-27 | removed extra impl of scaling | Christopher Dumas | |
2019-05-27 | centered backgrounds are now an option | Christopher Dumas | |
2019-05-27 | tiled backgrounds no longer has strange off-by-one pixel errors | Christopher Dumas | |
2019-05-27 | can now tile background and made sure the IRC choose server popup still works | Christopher Dumas | |
2019-05-27 | IRC client setttings, Terminal settings, more WM settings | Christopher Dumas | |
2019-05-27 | implemented settings for window manager. | Christopher Dumas | |
2019-05-27 | Network stack is now configurable, and resolution is also configurable, but ↵ | Christopher Dumas | |
loading cursors causes a page-fault? | |||
2019-05-25 | Base: Add a 32x32 icon for Minesweeper. | Andreas Kling | |
2019-05-25 | Base: Make a 32x32 icon for Snake. | Andreas Kling | |
2019-05-24 | Launcher loads applications from Launcher.ini, is started by default, and is ↵ | Christopher Dumas | |
resized automatically Co-Authored-By: Andreas Kling <awesomekling@gmail.com> | |||
2019-02-10 | Base: Rename /users to /home. | Andreas Kling | |
I didn't like seeing /users next to /usr. /home looks nicer. |