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-02-21
LibGUI: Show context menu when right-clicking a LinkLabel
Mițca Dumitru
2021-02-21
CatDog: Fix wake-sleep "loop" when cursor is over right-top of head
Tom
2021-02-21
LibGUI: Copy alpha channel as-is when keeping backing bitmaps in sync
Tom
2021-02-21
LibGUI: Fix crash when previewing palette images
Ben Wiederhake
2021-02-21
Utilities: Provide fuzzers as a utility in serenity
Ben Wiederhake
2021-02-21
Documentation: QtCreator likes BOMs, our linter doesn't
Ben Wiederhake
2021-02-21
Meta: Make CMakeLists accessible to QtCreator
Ben Wiederhake
2021-02-21
WindowServer: Re-evaluate the mouse cursor when alpha hit-testing
Tom
2021-02-21
LibCpp: Fix yet another broken outln() invocation..
Andreas Kling
2021-02-21
Ports: Update Python to 3.9.2
Linus Groh
2021-02-21
LibWeb: Expose the Window object as Document.defaultView
Andreas Kling
2021-02-21
LibJS: Print console.{debug,error,info,log,warn} to system debug log
Andreas Kling
2021-02-21
LibCpp: Fix busted outln() invocations
Andreas Kling
2021-02-21
Run: Prefill text field with last command on launch
TheMorc
2021-02-21
LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()
Linus Groh
2021-02-21
AK: Add String{,Utils}::to_snakecase()
Linus Groh
2021-02-21
LibC: Don't #define away __{BEGIN,END}_DECLS in stdarg.h
AnotherTest
2021-02-21
FileManager: Use newly introduced LibCore file management helpers
Mițca Dumitru
2021-02-21
rm: Use Core::File::remove
Mițca Dumitru
2021-02-21
Utilities: Remove cp.h
Mițca Dumitru
2021-02-21
mv: Use Core::File::copy_file_or_directory
Mițca Dumitru
2021-02-21
cp: Use Core::File::copy_file_or_directory
Mițca Dumitru
2021-02-21
LibCore: Add file management helpers to reduce code duplication
Mițca Dumitru
2021-02-21
Kernel: Use copy_n_from_user in sys$setgroups to check for overflow
Brian Gianforcaro
2021-02-21
Kernel: Use already computed nfds_checked value when copying from user mode.
Brian Gianforcaro
2021-02-21
Kernel: Use copy_n_from_user in sys$setkeymap
Brian Gianforcaro
2021-02-21
Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR)
Brian Gianforcaro
2021-02-21
Kernel: Populate ELF::AuxilaryValue::Platform from Processor object.
Brian Gianforcaro
2021-02-21
LibVT: Avoid double relayout during interactive resize
Andreas Kling
2021-02-21
AK: Alter ByteBuffer to utilise memcmp.
Ivan Hansgaard Hansen
2021-02-21
Base: Add a lion emoji 🦁
Andreas Kling
2021-02-21
LibJS: Make TypedArray::data() return a Span<T>
Andreas Kling
2021-02-21
AK: Do bounds checking (assertions) in Span::operator[]
Andreas Kling
2021-02-21
Kernel: Switch m_signal_action_data to Array<...>
Brian Gianforcaro
2021-02-21
Kernel: Remove unneeded Thread::set_default_signal_dispositions
Brian Gianforcaro
2021-02-21
AK: Add an implementation of Array<T, Size>::fill(...)
Brian Gianforcaro
2021-02-21
AK: Add Span<T> constructor for arrays
Brian Gianforcaro
2021-02-21
Userland: Use uniform initialization instead of memset
Brian Gianforcaro
2021-02-21
Kernel: Use uniform initialization instead of memset for a few stack buffer.
Brian Gianforcaro
2021-02-21
Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2
Brian Gianforcaro
2021-02-21
AK: Add safe memset() wrapper to ByteBuffer
Brian Gianforcaro
2021-02-21
DHCPClient: Actually randomize transaction ID's (XID)
Andreas Kling
2021-02-21
DHCPClient: Silence a debug message
Andreas Kling
2021-02-21
utmpupdate: Don't complain about an error if the utmp is just empty
Andreas Kling
2021-02-21
Kernel: Silence TTY signal debug spam
Andreas Kling
2021-02-21
Cube: Add an option to render a frameless cube
Tom
2021-02-21
Taskbar: Remove window button if a window state change demands it
Tom
2021-02-21
WindowServer: Allow changing frameless state after a window is created
Tom
2021-02-21
LibVT: Don't paint selection with opacity
Linus Groh
2021-02-21
LibLine: Move the search editor exactly after the last line
AnotherTest
[next]