Age | Commit message (Expand) | Author |
---|---|---|
2019-02-26 | More compat work. Rename libraries from LibFoo.a => libfoo.a | Andreas Kling |
2019-02-22 | Move over to building all of userspace with i686-pc-serenity-g++. | Andreas Kling |
2019-02-22 | Switch over to building everything with i686-elf-g++. | Andreas Kling |
2019-02-20 | Launcher: Let's use CoolBar style buttons in here for now. | Andreas Kling |
2019-02-19 | WindowServer: Support windows with alpha channels. And per-WSWindow opacity. | Andreas Kling |
2019-02-17 | Prune compiler flags a bit. Let's go with -march=i686 for now. | Andreas Kling |
2019-02-15 | Enable -Wimplicit-fallthrough. | Andreas Kling |
2019-02-12 | Launcher: Remove button for guitest. | Andreas Kling |
2019-02-11 | Port all apps to GApplication. | Andreas Kling |
2019-02-10 | LibGUI: Start adding an automatic widget layout system. | Andreas Kling |
2019-02-10 | Move apps into a top-level Applications/ directory. | Andreas Kling |