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
2020-09-12
Meta: Describe how to analyze an LLVM fuzzer crash
Ben Wiederhake
2020-09-12
LibGfx: Don't blindly trust file-internal offset
Ben Wiederhake
2020-09-12
LibGfx: Nicer error reporting for bitmap allocation
Ben Wiederhake
2020-09-12
LibGfx: Protect against over-large bitmaps
Ben Wiederhake
2020-09-12
Meta+LibGfx: Fuzz BMP parsing
Ben Wiederhake
2020-09-12
LibJS: Fix start position of multi-line tokens
Ben Wiederhake
2020-09-12
AK: Fix accidentally-recursive call in BitStream
Ben Wiederhake
2020-09-11
Userland: Add an implementation of printf
AnotherTest
2020-09-11
AK: Generalise 'PrintfImplementation'
AnotherTest
2020-09-11
LibWeb: Protect LayoutCheckBox against crashes after event dispatch
Andreas Kling
2020-09-11
LibWeb: Dispatch a "change" event when <input> checked state changes
Andreas Kling
2020-09-11
LibWeb: Add basic support for <input type=checkbox>
Andreas Kling
2020-09-11
LibWeb: Allow layout nodes to receive and track mouse events
Andreas Kling
2020-09-11
LibWeb: Add basic support for boolean IDL attributes :^)
Andreas Kling
2020-09-11
LibWeb: Add the "checked" and "disabled" HTML attributes
Andreas Kling
2020-09-11
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
Andreas Kling
2020-09-11
LibCore: Fixed DeferredInvoke debug message (#3456)
pkotzbach
2020-09-11
LibCompress: Add unit tests for CanonicalCode.
asynts
2020-09-11
LibCompress: Move CanonicalCode out of DeflateDecompressor.
asynts
2020-09-11
LibCompress: Remove unnecessary InputBitStream.
asynts
2020-09-11
LibCompress: Return Optional from decompress_all method.
asynts
2020-09-11
LibCompress: Use OutputMemoryStream in decompress_all methods.
asynts
2020-09-11
Userland: gunzip if filename doesn't end in .gz append it.
asynts
2020-09-11
AK: Calculate the chunk index correctly in DuplexMemoryStream.
asynts
2020-09-11
HackStudio: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in ColorInput
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in HeaderView
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::ResizeCorner
Andreas Kling
2020-09-11
HexEditor: Use widget override cursors
Andreas Kling
2020-09-11
LibWeb: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::TextEditor
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::Splitter
Andreas Kling
2020-09-11
LibVT: Show an I-beam cursor over TerminalWidget
Andreas Kling
2020-09-11
LibGUI: Add Widget override cursor concept
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
Ports: Add libffi
Sergey Bugaev
2020-09-10
Kernel: Rename Process::is_ring0/3 to Process::is_kernel/user_process
Tom
2020-09-10
Kernel: Fix detecting in what ring a crash happened
Tom
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-10
Base: Improved I-beam cursor
Andreas Kling
2020-09-10
LibGUI: Unregister AbstractView from model on destruction
Andreas Kling
2020-09-10
IRCClient: Use NonnullRefPtr<IRCClient> throughout
Andreas Kling
2020-09-10
Userland: Fix a signal race condition
Sergey Bugaev
2020-09-10
AK: Replace LogStream operator for ReadonlyBytes with dump_bytes.
asynts
2020-09-10
IPv4: Truncate raw socket reads past buffer length
Avery
2020-09-10
LibVT: Let Terminal keep history in a circular buffer
Nico Weber
2020-09-10
LibVT: Let Terminal only expose history_size, not storage
Nico Weber
2020-09-10
Shell: Do not reset the terminal attributes when command is run in bg
AnotherTest
2020-09-10
Base: Tweak Shell(5) manpage a bit
AnotherTest
2020-09-10
JPGLoader: Check existence of Huffman tables in scan header segment (#3442)
Devashish Jaiswal
[next]