summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-26HackStudio: Reset the cursor to I-beam when switching between filesAndreas Kling
2020-10-26HackStudio: Run clang-formatAndreas Kling
2020-10-26HackStudio: Allow toggling line wrapping on/off from the Edit menu :^)Andreas Kling
2020-10-26HackStudio: Add a simple "open files" viewAndreas Kling
2020-10-26Shell: Fix `cd' history (and `cdh')AnotherTest
2020-10-26Shell: Use kill() in fg/bg if killpg() failsAnotherTest
2020-10-26Shell: Ensure that jobs going through run_tail() retain should_waitAnotherTest
2020-10-26Shell: Make the ENSURE_WAITID_ONCE requirements a bit less strictAnotherTest
2020-10-26Shell: Implement AK::Formatter::format() for AST::CommandAnotherTest
2020-10-26Snake: Use the system default fixed-width fontAndreas Kling
2020-10-26js: Load and save history from/to ~/.js-historyLinus Groh
2020-10-26Shell+LibLine: Support HISTCONTROL environment variableLinus Groh
2020-10-26Shell: Support HISTFILE environment variableLinus Groh
2020-10-26Shell+LibLine: Move Shell::{load,save}_history() to Line::EditorLinus Groh
2020-10-26LibMarkdown: Flush the pending paragraphs when encountering empty linesAnotherTest
2020-10-26LibTLS: Treat a close_notify before agreeing on a cipher suite as a handshake...Luke
2020-10-26Kernel: Halt all processors on assertion failureTom
2020-10-26Kernel: Only consider scheduler Running threads if they're the currentTom
2020-10-26Kernel: Fix a few deadlocks with Thread::m_lock and g_scheduler_lockTom
2020-10-26Kernel: Various APIC timer fixesTom
2020-10-26Kernel: Fix race condition waiting for IPI while other CPU requested haltTom
2020-10-25Kernel: Set up and calibrate APIC timer, and enable timer on all CPUsTom
2020-10-25LibGfx+LibGUI+Clients: Make fonts findable by their qualified nameAndreas Kling
2020-10-25HexEditor: Use the system default fixed width fontAndreas Kling
2020-10-25LibJS: Allow all line terminators to be used for line continuationsLinus Groh
2020-10-25AK: Deprecate warn().asynts
2020-10-25AK: Eradicate calls to warn().asynts
2020-10-25LibC+Tests: Fix broken snprintf test.asynts
2020-10-25AK: Remove a really slow unit test.asynts
2020-10-25LookupServer: Support multiple nameserversLinus Groh
2020-10-25LookupServer: Replace unused 'did_timeout' with 'did_get_response'Linus Groh
2020-10-25LookupServer: Replace dbg()/dbgprintf() with dbgln()Linus Groh
2020-10-25Shell: Fix off-by-one in EOL mark printingAnotherTest
2020-10-25LibGUI: Make the Cancel/Okay buttons in GUI::FilePicker a little tallerAndreas Kling
2020-10-25WindowServer: Raise menu item icons slightly when hovered :^)Andreas Kling
2020-10-25LibGUI: Raise toolbar button icons slightly when hovered :^)Andreas Kling
2020-10-25Taskbar: Make quicklaunch buttons larger and reduce spacingAndreas Kling
2020-10-25LibJS: Parse line continuations in string literals properlyMarcin Gasperowicz
2020-10-25HackStudio: Include missing files in the project treeAndreas Kling
2020-10-25HackStudio: Don't assert when project has non-existent fileAndreas Kling
2020-10-25LibCore: IODevice::can_read_line() should succeed for newline-less fileAndreas Kling
2020-10-25Userland/sort: Convert sort to use getlineMatthew L. Curry
2020-10-25Userland/uniq: Add uniq utilityMatthew L. Curry
2020-10-25LibCore: Rename File::ShouldCloseFile{Description => Descriptor}Linus Groh
2020-10-25Themes: Update tooltip colors of dark themesLinus Groh
2020-10-25LibJS: Implement rules for duplicate function parametersLinus Groh
2020-10-25LibGfx: Handle TextAlignment::BottomRight in do_draw_text()Andreas Kling
2020-10-25LibIPC: Handle partial messagesAndreas Kling
2020-10-25Userland: Add missing license header to hexdumpAndreas Kling
2020-10-25Kernel: Optionally take some arguments to pass to the init programAnotherTest