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-14
LibC: Add NO_TLS preprocessor flag
Itamar
2020-12-14
LibC: Make it possible to use ASSERTs without initializing stdio
Itamar
2020-12-14
Toolchain: Configure the path to the dynamic linker
Itamar
2020-12-14
Kernel: Support TLS allocation from userspace
Itamar
2020-12-14
Kernel: Add ability to load interpreter instead of main program
Itamar
2020-12-14
Debugger: Add 'examine' command
Itamar
2020-12-14
Debugger: Fix CLI parsing of breakpoint addresses
Itamar
2020-12-14
LibJS: Don't treat '?.' followed by decimal digit as QuestionMarkPeriod
Linus Groh
2020-12-14
LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValue
Andreas Kling
2020-12-14
LibGfx: Draw checked buttons with a dithered base background
Andreas Kling
2020-12-14
LibGUI: Don't focus BreadcrumbBar segments on click
Andreas Kling
2020-12-14
FileManager: Use GUI::BreadcrumbBar :^)
Andreas Kling
2020-12-14
LibGUI: Add a basic BreadcrumbBar widget! :^)
Andreas Kling
2020-12-14
LibGUI: Protect GUI::Button across firing the on_click hook
Andreas Kling
2020-12-14
LibWeb: Use IdentifierStyleValue for CSS 'position'
Andreas Kling
2020-12-14
LibWeb: Use CSS::ValueID for 'text-align' values
Andreas Kling
2020-12-14
LibWeb: Improvements to font lookup
Andreas Kling
2020-12-14
LibWeb: Virtualize StyleValue equality check
Andreas Kling
2020-12-14
jp: Remove trailing comma at end of object/array to make output valid JSON
Linus Groh
2020-12-14
jp: Only output colors when stdout is a TTY
Linus Groh
2020-12-14
jp: Use new format functions
Linus Groh
2020-12-14
LibWeb: Add a little assertion in Document::detach_from_frame()
Andreas Kling
2020-12-14
LibWeb: Simplify <iframe> content frame construction
Andreas Kling
2020-12-14
LibWeb: Use final box model metrics for absolute 'right' and 'bottom'
Andreas Kling
2020-12-14
LibWeb: Limit style update tree traversal to dirty subtrees
Andreas Kling
2020-12-14
LibWeb: Layout absolutely positioned children *after* computing height
Andreas Kling
2020-12-14
LibWeb: Don't replace selection on key press in non-editable content
Andreas Kling
2020-12-14
LibWeb: Make StyleProperties::length_box() default to auto values
Andreas Kling
2020-12-14
LibWeb: Merge Document::layout() and Document::update_layout()
Andreas Kling
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
[next]