Age | Commit message (Expand) | Author |
---|---|---|
2021-01-02 | LibGUI: Remove Widget's unused m_{foreground,background}_color | Linus Groh |
2020-12-30 | LibGUI: Give some widgets a reasonable default fixed height | Andreas Kling |
2020-12-30 | LibGUI: Rewrite layout system in terms of min and max sizes | Andreas Kling |
2020-12-24 | Toolchain+LibC: Fix usage of crt files | Itamar |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-12-14 | Loader: Stabilize loader & Use shared libraries everywhere :^) | Itamar |
2020-12-14 | LibC: Add libc.so | Itamar |
2020-12-14 | Demos: Add "DynamicObjectDemo" to demo the dynamic loader | Itamar |
2020-12-14 | Loader: Add dynamic loader program | Itamar |