summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2021-01-01Kernel: Remove the limited use of AK::TypeTraits we had in the kernelAndreas Kling
2021-01-01LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headersLinus Groh
2021-01-01Applications+LibGUI: Convert all GML consumers to use the LibCore finderAndrew Kaster
2021-01-01LibCore: Add typed find_child and find_descendant helpers to ObjectAndrew Kaster
2021-01-01Meta: Enable RTTI for Userspace programsAndrew Kaster
2021-01-01CMake: Add public cmake option to document BUILD_LAGOMBrian Gianforcaro
2021-01-01CMake: Add public cmake option to document ENABLE_ALL_THE_DEBUG_MACROSBrian Gianforcaro
2021-01-01CMake: Remove some trailing whitespace from a few CMakeLists.txt filesBrian Gianforcaro
2021-01-01CMake: Consolidate all options to the root of the projectBrian Gianforcaro
2021-01-01LibELF: validate_program_headers: Validate p_memsz and p_alignBrendan Coles
2021-01-01ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"AnotherTest
2021-01-01Base: Add Coffee themeBrendan Coles
2021-01-01Terminal: Tweak "Find" menu item -> "Find..."Andreas Kling
2021-01-01LibGUI: Hide unnecessary scrollbars in MultiViewAndreas Kling
2021-01-01LibGUI: Simplify setup code in GUI::MultiViewAndreas Kling
2021-01-01FileManager: Hide unnecessary scrollbars in DirectoryViewAndreas Kling
2021-01-01DynamicLoader: Tell the linker to not add a PT_INTERP headerAndrew Kaster
2021-01-01FileManager: Defer setting FileSystemModel root path in DirectoryViewAndreas Kling
2021-01-01Base: Add a desktop shortcut to the root directoryAndreas Kling
2021-01-01Base: Add 32x32 variant of the hard-disk iconAndreas Kling
2021-01-01Meta: Update project copyright dates (2018-2021) :^)Andreas Kling
2021-01-01WindowServer: Flash modal window when clicking on window blocked by itAndreas Kling
2021-01-01LibGUI: Transfer focus when checking exclusive button programmaticallyAndreas Kling
2021-01-01LibGUI: Simplify RadioButton by using AbstractButton exclusive modeAndreas Kling
2021-01-01Terminal: Make the settings window modalAndreas Kling
2020-12-31LibGfx: Introduce provisional font interfaceStephan Unverwerth
2020-12-31Terminal: Move the settings window to GML :^)Andreas Kling
2020-12-31LibGUI: Add a bunch of missing widget registrationsAndreas Kling
2020-12-31Meta: Use a raw string delimiter in text-to-cpp-string.shAndreas Kling
2020-12-31LibWeb: Clear circular download reference when download finishedTom
2020-12-31Piano: Quit the audio thread by checking Core::EventLoop for exitAndrew Kaster
2020-12-31LibAudio: Make it so that an unused WavWriter is destructibleAndrew Kaster
2020-12-31LibThread: Give Thread std::jthread semanticsAndrew Kaster
2020-12-31LibThread: Hide Thread's constructor, as it is a Core::ObjectAndrew Kaster
2020-12-31Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688)Dan MacDonald
2020-12-31Meta+Docs+CI: Require clang-format >= 11Linus Groh
2020-12-31Everywhere: Re-format with clang-format-11Linus Groh
2020-12-31ProtocolServer: Avoid blocking all downloads when client stops readingAnotherTest
2020-12-31LibWeb: Don't hold on to the Download instance after it's finishedAnotherTest
2020-12-31LibProtocol: Ensure download is finished before invoking on_finishedAnotherTest
2020-12-31AK: Add missing 'template' keywords in TypeListLinus Groh
2020-12-31LibGUI: Add 1px of margin to EmojiPickerDialogAndreas Kling
2020-12-31LibGUI: Make the emojis in the emoji input dialog fit in the windowAndreas Kling
2020-12-31WindowServer: Send WindowDeactivated event to windows blocked by modalLinus Groh
2020-12-31UserspaceEmulator: Support sys$mremap()Andreas Kling
2020-12-31WidgetGallery: Add a GUI::OpacitySlider to the sliders tab :^)Andreas Kling
2020-12-31PixelPaint: Use GUI::OpacitySlider for layer opacity settingsAndreas Kling
2020-12-31Terminal: Use GUI::OpacitySlider in the settings windowAndreas Kling
2020-12-31LibGUI: Add a new GUI::OpacitySlider widget :^)Andreas Kling