Age | Commit message (Expand) | Author |
---|---|---|
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-26 | Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes | Linus Groh |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-20 | LibGUI: Swap order of InputBox value and parent window args | Linus Groh |
2021-02-01 | Kernel+keymap+KeyboardMapper: New pledge for getkeymap | Ben Wiederhake |
2021-02-01 | KeyboardMapper: Without arguments, load current keymap | Ben Wiederhake |
2021-02-01 | KeyboardMapper: Export keymap not as a byte, but as unicode | Ben Wiederhake |
2021-02-01 | KeyboardMapper: Remove duplicate 'save' button | Ben Wiederhake |
2021-02-01 | KeyboardMapper: Make all of the GUI visible | Ben Wiederhake |
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 |