summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30AK+Format: Remove TypeErasedFormatParams& from format function.asynts
2020-12-30Kernel: Prevent sign bit extension when creating a PDPTELuke
2020-12-30Docs: Update WSL notes with some workarounds for known issuesPeter Nelson
2020-12-30Toolchain: Fix incorrect use of ENV{SERENITY_ARCH} in CMakeToolchain.txtLinus Groh
2020-12-30CrashReporter: Show assertion message in backtrace, if anyLinus Groh
2020-12-30LibC: Set "assertion" coredump metadata in __assertion_failed()Linus Groh
2020-12-30Kernel: Embed a Metadata notes entry in coredumpsLinus Groh
2020-12-30Kernel: Add sys$set_coredump_metadata() syscallLinus Groh
2020-12-30LibELF+LibCoreDump: Add a Metadata notes entryLinus Groh
2020-12-30LibGUI: Make SpinBox up/down buttons look right when disabledAndreas Kling
2020-12-30WidgetGallery: Tweak UI layout for "Modals" tabAndreas Kling
2020-12-30LibGUI: Make disabled scrollbars have more disabled looking iconsAndreas Kling
2020-12-30Terminal: Fix bell mode in Terminal SettingsMorc - Richard Gráčik
2020-12-30WebContent: Pledge "recvfd" :^)Andreas Kling
2020-12-30LibGUI: Make GUI::ScrollBar inherit from AbstractSliderAndreas Kling
2020-12-30LibGUI: Rename AbstractSlider::on_value_changed => on_changeAndreas Kling
2020-12-30LibGUI: Add page_step setting to AbstractSlider and use it in SliderAndreas Kling
2020-12-30LibGUI: Add GUI::AbstractSlider and move generic parts of Slider thereAndreas Kling
2020-12-30CrashReporter: Show PID from coredumpLinus Groh
2020-12-30CrashReporter: Read executable path from coredump process infoLinus Groh
2020-12-30Kernel: Embed a ProcessInfo notes entry in coredumpsLinus Groh
2020-12-30LibELF+LibCoreDump: Add a ProcessInfo notes entryLinus Groh
2020-12-30LibGUI: Use Window::center_within() in GUI::DialogAndreas Kling
2020-12-30Terminal+LibVT: Add settings window to the terminal context menuAndreas Kling
2020-12-30LibGUI: Add Window::center_within(Window)Andreas Kling
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-30pro: Add support for sending POST requests and custom headersAnotherTest
2020-12-30AK: Add {Input,Output}FileStreamAnotherTest
2020-12-30AK: Add a ByteBuffer::copy(ReadonlyBytes) overloadAnotherTest
2020-12-30Base: Add Amazon's intermediate root certificate (Server CA 1B)AnotherTest
2020-12-30AK: Replace some SFINAE with requires clauses, clean up existing onesAndrew Kaster
2020-12-30Kernel: Consolidate the various BlockCondition::unblock variantsTom
2020-12-30Terminal: Tweak height of settings windowAndreas Kling
2020-12-30Terminal: Make the find shortcut Ctrl+Shift+FAndreas Kling
2020-12-30Base: Remove some low-quality color themesAndreas Kling
2020-12-30Playground: Add autocompleteAnotherTest
2020-12-30LibGUI: Register a whole bunch of properties in various widgetsAnotherTest
2020-12-30LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditorAnotherTest
2020-12-30Terminal: Remove redundant scroll length settings optionIdan Horowitz
2020-12-30Applications: Added a new MouseSettings applicationIdan Horowitz
2020-12-30WindowServer: Added IPC requests for getting and setting mouse settingsIdan Horowitz
2020-12-30WindowServer: Added configurable mouse acceleration and scroll lengthIdan Horowitz
2020-12-30AK: Move String::number entirely to header fileAndrew Kaster
2020-12-30AK: Add tests for type traits and IndexSequenceAndrew Kaster
2020-12-30AK: Add a TypeList class for expanded compile-time toolsAndrew Kaster
2020-12-30AK: Add IsArithmetic and IsFundamental type traitsAndrew Kaster
2020-12-30AK: Correct name in TestMain for TestTrieAndrew Kaster
2020-12-30AK: Use MacOS pthread_get_stacksize_np to get stack size for StackInfoAndrew Kaster
2020-12-30FileManager: Use GUI::SeparatorWidget in the properties dialogAndreas Kling
2020-12-30LibGUI: Move GUI::SeparatorWidget from ToolBar.cpp to its own fileAndreas Kling