Age | Commit message (Expand) | Author |
---|---|---|
2021-02-08 | Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) | AnotherTest |
2021-02-07 | LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS | Andreas Kling |
2021-02-07 | LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax | Andreas Kling |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-25 | Everywhere: Remove unnecessary debug comments. | asynts |
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-16 | Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" | Andreas Kling |
2021-01-15 | Everywhere: Pledge "sendfd" in WindowServer client programs | Andreas Kling |
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling |