Age | Commit message (Expand) | Author |
---|---|---|
2020-03-16 | LibGUI: Use themes for syntax highlighting | Oriko |
2020-03-13 | LibGUI: Add missing copyright headers | Oriko |
2020-03-13 | LibGUI: Abstract token pair matching | Oriko |
2020-03-12 | HackStudio: Abstract over syntax highlighter | Oriko |
2020-03-12 | LibGUI: Add underlines to highlighting | Oriko |
2020-03-12 | LibGUI: Parse #include statements separately | Oriko |
2020-03-11 | LibGUI: Highlight various number literals | Oriko |
2020-03-11 | LibGUI: Fix overflow crash in highlighter | Oriko |
2020-03-11 | LibGUI: Syntax highlight string escape sequences | Oriko |
2020-03-08 | AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) | Andreas Kling |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-15 | LibGUI: Remove more header dependencies from Widget.h | Andreas Kling |
2020-02-11 | LibGUI: Tweak C++ syntax highlighting colors a bit :^) | Andreas Kling |
2020-02-07 | LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI | Andreas Kling |