summaryrefslogtreecommitdiff
path: root/Applications/TextEditor/Makefile
AgeCommit message (Expand)Author
2020-03-13TextEditor: Use Javascript syntax highlighterOriko
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-07-11TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)Rhin
2019-06-25Move common Application build steps into their own Makefile.commonLawrence Manning
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-04-10LibGUI: Turn GTextBox into a wrapper around a single-line GTextEditor.Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-03-07Begin working on a graphical TextEditor.Andreas Kling