Age | Commit message (Expand) | Author |
---|---|---|
2019-12-25 | Build: support library and generator dependencies | joshua stein |
2019-12-20 | Build: clean up build system, use one shared Makefile | joshua stein |
2019-07-11 | TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292) | Rhin |
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-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-10 | LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor. | Andreas Kling |
2019-03-27 | LibC: Run constructors on process startup. | Andreas Kling |
2019-03-07 | Begin working on a graphical TextEditor. | Andreas Kling |