Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-26 | More compat work. Rename libraries from LibFoo.a => libfoo.a | Andreas Kling | |
This makes it more straightforward to build a cross-compiler toolchain. Also move math stuff from LibC to LibM. | |||
2019-02-02 | Add basic automatic dependency management to Makefiles. | Andreas Kling | |
2019-01-20 | Rename all the LibGUI classes to GClassName. | Andreas Kling | |
2019-01-19 | Move Widget & friends into LibGUI. | Andreas Kling | |