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-06-05
LibCrypto: Add a simple SignedBigInteger
AnotherTest
2020-06-05
LibWeb: Fix parsing of "<textarea></textarea>"
Andreas Kling
2020-06-05
LibWeb: Fix missing tokenizer state change in RCDATALessThanSign
Andreas Kling
2020-06-05
Toolchain: Support building the toolchain with Ninja (#2504)
Paul Redmond
2020-06-05
build-root-filesystem: Explicitly add +rX for group and others to copied files.
Nico Weber
2020-06-05
build-root-filesystem: Move "cp -R" block up.
Nico Weber
2020-06-05
WindowServer: Make perror() strings slightly more detailed.
Nico Weber
2020-06-05
run.sh: Pass -drive instead of -hda to qemu.
Nico Weber
2020-06-04
TextEditor: Allow "TextEditor foo.txt" to create a new file
Andreas Kling
2020-06-04
LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8
Andreas Kling
2020-06-04
LibWeb: Make the new HTML parser parse input as UTF-8
Andreas Kling
2020-06-04
AK: Allow default-constructing Utf8View and Utf8CodepointIterator
Andreas Kling
2020-06-04
AK: Add StringBuilder::append_codepoint(u32)
Andreas Kling
2020-06-04
Kernel: Detect APs and boot them into protected mode
Tom
2020-06-04
AK: Add atomic free functions
Tom
2020-06-04
Kernel: Add mechanism to identity map the lowest 2MB
Tom
2020-06-04
LibWeb: Fix incorrectly consumed characters after reference tokens
Andreas Kling
2020-06-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-06-04
LibWeb: Fix <body> and <img> elements not parsing their class attribute
Andreas Kling
2020-06-04
LibGUI: Fix bad KeyEvent::m_key initializer to unbreak SDL2 port
Andreas Kling
2020-06-04
LibTLS: Simplify record padding logic and ASSERT more assumptions
AnotherTest
2020-06-04
LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSize
AnotherTest
2020-06-04
test-crypto: Add a test for #2488
AnotherTest
2020-06-04
LibM: Add exp2() and exp2f()
Linus Groh
2020-06-04
LibM: Add INFINITY macro
Linus Groh
2020-06-04
LibM: Add NAN macro
Linus Groh
2020-06-04
PixelPaint: Use new app-pixel-paint.png for app icon
Hüseyin ASLITÜRK
2020-06-04
Base: Use new app-pixel-paint.png for app icon in system menu
Hüseyin ASLITÜRK
2020-06-04
Base: Rename app-paintbrush.png to app-pixel-paint.png
Hüseyin ASLITÜRK
2020-06-04
LibWeb: Fix tokenization of attributes with empty attributes
Andreas Kling
2020-06-04
LibWeb: Handle "html" end tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "xmp" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "nobr" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "form" end tag during "in body" if stack of open elements does...
Kyle McLean
2020-06-04
LibWeb: Handle NULL character during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "body" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "br" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"
Kyle McLean
2020-06-04
LibJS: Fix Parser.parse_template_literal looping forever
Matthew Olsson
2020-06-03
LibC: Make sure that ioctl() requests are #defined as macros
Andreas Kling
2020-06-03
LibWeb: Call children_changed() on text nodes when flushing characters
Andreas Kling
2020-06-03
LibWeb: Special-case initialization of HTML::AttributeNames::class_
Andreas Kling
2020-06-03
KeyboardMapper: Add missing #pragma once
Andreas Kling
2020-06-03
LibWeb: Buffer text node character insertions in the new parser
Andreas Kling
2020-06-03
LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
Andreas Kling
2020-06-03
Base: Fix incorrect json value for escape character
Hüseyin ASLITÜRK
2020-06-03
Applications: Add new KeyboardMapper application
Hüseyin ASLITÜRK
2020-06-03
Userland: keymap, use LibKeyboard to read keymap files
Hüseyin ASLITÜRK
2020-06-03
LibKeyboard: Add new library for keyboard applications
Hüseyin ASLITÜRK
2020-06-03
WindowsServer: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
[next]