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-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
2020-06-03
LibGUI: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
2020-06-03
Kernel: Add scancode value to KeyEvent
Hüseyin ASLITÜRK
2020-06-03
Base: New icon for KeyboardMapper application
Hüseyin ASLITÜRK
2020-06-03
LibGUI: Add save action to CommonActions list
Hüseyin ASLITÜRK
2020-06-03
AK: JSON, Escape spacial character in string serialization
Hüseyin ASLITÜRK
2020-06-03
LibJS: Make typeof return undefined for undefined variables
Marcin Gasperowicz
2020-06-03
LibJS: Allow null or undefined as a bound |this| value in strict mode
Jack Karamanian
2020-06-03
LibDebug: Add all Dwarf v5 attributes, tags, and form enum values
FalseHonesty
2020-06-03
HackStudio: Support debugging variables with Enum types
FalseHonesty
2020-06-03
LibDebug: Add support for enum value types
FalseHonesty
2020-06-02
LibWeb: Remove assertion in HTMLImageElement::resource_did_load()
Andreas Kling
2020-06-02
Base: Fix bad URL in welcome page
Andreas Kling
2020-06-02
Calculator: Set text color through the palette
Sergey Bugaev
2020-06-02
LibGfx: Fix debug-printing colors
Sergey Bugaev
2020-06-02
Kernel: Always inline some KResult / KResultOr<> methods
Sergey Bugaev
2020-06-02
Kernel: Allow File::close() to fail
Sergey Bugaev
2020-06-02
LibWeb: Share decoded images at the Resource level :^)
Andreas Kling
2020-06-02
Meta: Time for a new screenshot! :^)
Andreas Kling
2020-06-02
LibGfx: Templatize some of the scanline unpacking code
Andreas Kling
2020-06-02
LibGfx: Consolidate some types in the PNG decoder
Andreas Kling
2020-06-02
js: Print call stack on exception thrown outside the global context
Linus Groh
2020-06-02
LibJS: Store basic traceback in Exception
Linus Groh
2020-06-02
LibJS: Move Interpreter::get_trace() to ConsoleClient
Linus Groh
2020-06-02
LibJS: Remove dummy implementations from Console methods
Linus Groh
2020-06-02
FontEditor: Fix typo in comment
Linus Groh
2020-06-02
LibWeb: Fix tokenizing scripts with '<' in them
Andreas Kling
2020-06-02
LibWeb: Port ImageStyleValue to the ResourceClient interface
Andreas Kling
2020-06-02
LibWeb: Avoid an unnecessary temporary variable in HTMLImageElement
Andreas Kling
[next]