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-12-13
LibTLS: Read subjectAltName from certificates and use it
AnotherTest
2020-12-13
Kernel/Net: Socket connected state change should reevaluate blocks
Andreas Kling
2020-12-13
LibWeb: Set the encoding of HTML documents
Andreas Kling
2020-12-13
LibTextCodec: Normalize incoming encodings in decoder_for()
Andreas Kling
2020-12-13
LibTLS: TLSv12::read_line() should chomp result string
Andreas Kling
2020-12-13
LibWeb: Update stale #includes for HTML/TagNames.* move
Andreas Kling
2020-12-13
LibWeb: Attach DOM::Document to its frame before parsing
Andreas Kling
2020-12-13
LibWeb: Make HTMLDocumentParser take an existing document
Andreas Kling
2020-12-13
LibWeb: Move DOM/TagNames.* => HTML/TagNames.*
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty on style/id attribute change too
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty when class attribute changes
Andreas Kling
2020-12-13
LibWeb: Make DOM::Node::set_needs_style_update() schedule the update
Andreas Kling
2020-12-13
LibCore: Make IODevice::read_line() return a String
Andreas Kling
2020-12-13
DisplaySettings: Allow unsetting the wallpaper
Andreas Kling
2020-12-13
DisplaySettings: Remove a bunch of unnecessary "this->"
Andreas Kling
2020-12-13
DisplaySettings: Improve contrast of screen resolution label
Andreas Kling
2020-12-13
LibGUI: Simplify ComboBox/TextEditor relationship a bit
Andreas Kling
2020-12-13
AK: Add {encode,decode}_hex similar to {encode,decode}_base64
Conrad Pankoff
2020-12-13
Welcome: Fix reading of welcome.txt file
Linus Groh
2020-12-13
Toolchain: Bump Ubuntu version to 20.10 in the Dockerfile (#4401)
Daniel Lemos
2020-12-12
AK: Fix urlencode() with high byte values
Conrad Pankoff
2020-12-12
LibWeb: Store layout box model metrics as floats
Andreas Kling
2020-12-12
Kernel: Fix block recursion
Tom
2020-12-12
Kernel: Change wait blocking to Process-only blocking
Tom
2020-12-12
Kernel: Execute timer handlers outside of irq handler
Tom
2020-12-12
Kernel: disown should unblock any potential waiters
Tom
2020-12-12
LibPthread: Return errors as positive return values
Tom
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-12-12
LibGfx: Make fill_path() less bad at filling paths
AnotherTest
2020-12-12
Spreadsheet: Reduce top bar default height
Linus Groh
2020-12-12
AK::URL: Fix setting the port number in the case it was the last element of t...
xspager
2020-12-12
LibWeb: Use the margin box of floating elements for flowing around
Andreas Kling
2020-12-12
LibWeb: Don't place floating boxes before everything else
Andreas Kling
2020-12-12
LibWeb: Make the ad-hoc CSS parser a little more tolerant
Andreas Kling
2020-12-12
LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxes
Andreas Kling
2020-12-11
Meta: Add Luke Wilde to the contributors list :^)
Andreas Kling
2020-12-11
Kernel: Fix null dereference when execve'ing ELF without PT_TLS header
Andreas Kling
2020-12-11
LibWeb: Remove some unnecessary is_replaced() checks in BFC
Andreas Kling
2020-12-11
LibWeb: Move replaced element layout out of Layout::ReplacedBox
Andreas Kling
2020-12-11
LibWeb: Fix inline-block width computation with no specified width
Andreas Kling
2020-12-11
LibDebug: Clean up DebugSession construction a little bit
Andreas Kling
2020-12-11
Kernel: Fix leaking Timer instances
Tom
2020-12-11
LibDebug: Fix crash when debugging short lived programs
Sahan Fernando
2020-12-11
FileManager: Added context menu for right-clicks on desktop icons.
Zac
2020-12-11
FileManager: focus_dependent_delete_action is correctly enabled/disabled
Zac
2020-12-11
FileManager: TreeView accepts drags from the DirectoryView.
Zac
2020-12-11
Meta: Update bare metal installation guide
Dan MacDonald
2020-12-10
Base: Remove *.hsp files
Andreas Kling
2020-12-10
HackStudio: Rethink the "project" concept to be about a directory
Andreas Kling
2020-12-10
AK: Add String::substring(start)
Andreas Kling
[next]