Age | Commit message (Expand) | Author |
---|---|---|
2019-06-25 | Move common Application build steps into their own Makefile.common | Lawrence Manning |
2019-05-13 | Fix "make clean" not deleting app binaries. | Andreas Kling |
2019-04-23 | WindowServer+TaskBar: Add a taskbar window button popup menu. | Andreas Kling |
2019-04-21 | Include Makefile.common in all other Makefiles. | Andreas Kling |
2019-04-20 | Get rid of SERENITY macro since the compiler already defines __serenity__ | Andreas Kling |
2019-04-10 | Introduce LibCore and move GElapsedTimer => CElapsedTimer. | Andreas Kling |
2019-04-08 | Taskbar: Replace TaskbarWidget with a simple GFrame. | Andreas Kling |
2019-04-04 | Taskbar: More bringup work. We now see a basic window list. | Andreas Kling |
2019-04-03 | Taskbar+LibGUI: More work on bringup. | Andreas Kling |
2019-04-03 | Taskbar: Start working on a taskbar app. | Andreas Kling |