index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2021-01-01
Kernel: Remove the limited use of AK::TypeTraits we had in the kernel
Andreas Kling
2021-01-01
LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headers
Linus Groh
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
2021-01-01
LibCore: Add typed find_child and find_descendant helpers to Object
Andrew Kaster
2021-01-01
Meta: Enable RTTI for Userspace programs
Andrew Kaster
2021-01-01
CMake: Add public cmake option to document BUILD_LAGOM
Brian Gianforcaro
2021-01-01
CMake: Add public cmake option to document ENABLE_ALL_THE_DEBUG_MACROS
Brian Gianforcaro
2021-01-01
CMake: Remove some trailing whitespace from a few CMakeLists.txt files
Brian Gianforcaro
2021-01-01
CMake: Consolidate all options to the root of the project
Brian Gianforcaro
2021-01-01
LibELF: validate_program_headers: Validate p_memsz and p_align
Brendan Coles
2021-01-01
ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"
AnotherTest
2021-01-01
Base: Add Coffee theme
Brendan Coles
2021-01-01
Terminal: Tweak "Find" menu item -> "Find..."
Andreas Kling
2021-01-01
LibGUI: Hide unnecessary scrollbars in MultiView
Andreas Kling
2021-01-01
LibGUI: Simplify setup code in GUI::MultiView
Andreas Kling
2021-01-01
FileManager: Hide unnecessary scrollbars in DirectoryView
Andreas Kling
2021-01-01
DynamicLoader: Tell the linker to not add a PT_INTERP header
Andrew Kaster
2021-01-01
FileManager: Defer setting FileSystemModel root path in DirectoryView
Andreas Kling
2021-01-01
Base: Add a desktop shortcut to the root directory
Andreas Kling
2021-01-01
Base: Add 32x32 variant of the hard-disk icon
Andreas Kling
2021-01-01
Meta: Update project copyright dates (2018-2021) :^)
Andreas Kling
2021-01-01
WindowServer: Flash modal window when clicking on window blocked by it
Andreas Kling
2021-01-01
LibGUI: Transfer focus when checking exclusive button programmatically
Andreas Kling
2021-01-01
LibGUI: Simplify RadioButton by using AbstractButton exclusive mode
Andreas Kling
2021-01-01
Terminal: Make the settings window modal
Andreas Kling
2020-12-31
LibGfx: Introduce provisional font interface
Stephan Unverwerth
2020-12-31
Terminal: Move the settings window to GML :^)
Andreas Kling
2020-12-31
LibGUI: Add a bunch of missing widget registrations
Andreas Kling
2020-12-31
Meta: Use a raw string delimiter in text-to-cpp-string.sh
Andreas Kling
2020-12-31
LibWeb: Clear circular download reference when download finished
Tom
2020-12-31
Piano: Quit the audio thread by checking Core::EventLoop for exit
Andrew Kaster
2020-12-31
LibAudio: Make it so that an unused WavWriter is destructible
Andrew Kaster
2020-12-31
LibThread: Give Thread std::jthread semantics
Andrew Kaster
2020-12-31
LibThread: Hide Thread's constructor, as it is a Core::Object
Andrew Kaster
2020-12-31
Ports: Hard-code SERENITY_ARCH=i686 until other architectures work (#4688)
Dan MacDonald
2020-12-31
Meta+Docs+CI: Require clang-format >= 11
Linus Groh
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
ProtocolServer: Avoid blocking all downloads when client stops reading
AnotherTest
2020-12-31
LibWeb: Don't hold on to the Download instance after it's finished
AnotherTest
2020-12-31
LibProtocol: Ensure download is finished before invoking on_finished
AnotherTest
2020-12-31
AK: Add missing 'template' keywords in TypeList
Linus Groh
2020-12-31
LibGUI: Add 1px of margin to EmojiPickerDialog
Andreas Kling
2020-12-31
LibGUI: Make the emojis in the emoji input dialog fit in the window
Andreas Kling
2020-12-31
WindowServer: Send WindowDeactivated event to windows blocked by modal
Linus Groh
2020-12-31
UserspaceEmulator: Support sys$mremap()
Andreas Kling
2020-12-31
WidgetGallery: Add a GUI::OpacitySlider to the sliders tab :^)
Andreas Kling
2020-12-31
PixelPaint: Use GUI::OpacitySlider for layer opacity settings
Andreas Kling
2020-12-31
Terminal: Use GUI::OpacitySlider in the settings window
Andreas Kling
2020-12-31
LibGUI: Add a new GUI::OpacitySlider widget :^)
Andreas Kling
[next]