summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-04Base: Rename app-paintbrush.png to app-pixel-paint.pngHüseyin ASLITÜRK
2020-06-04LibWeb: Fix tokenization of attributes with empty attributesAndreas Kling
2020-06-04LibWeb: Handle "html" end tag during "in body"Kyle McLean
2020-06-04LibWeb: Handle "xmp" start tag during "in body"Kyle McLean
2020-06-04LibWeb: Handle "nobr" start tag during "in body"Kyle McLean
2020-06-04LibWeb: Handle "form" end tag during "in body" if stack of open elements does...Kyle McLean
2020-06-04LibWeb: Handle NULL character during "in body"Kyle McLean
2020-06-04LibWeb: Parse "body" end tags during "in body"Kyle McLean
2020-06-04LibWeb: Parse "br" end tags during "in body"Kyle McLean
2020-06-04LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"Kyle McLean
2020-06-04LibJS: Fix Parser.parse_template_literal looping foreverMatthew Olsson
2020-06-03LibC: Make sure that ioctl() requests are #defined as macrosAndreas Kling
2020-06-03LibWeb: Call children_changed() on text nodes when flushing charactersAndreas Kling
2020-06-03LibWeb: Special-case initialization of HTML::AttributeNames::class_Andreas Kling
2020-06-03KeyboardMapper: Add missing #pragma onceAndreas Kling
2020-06-03LibWeb: Buffer text node character insertions in the new parserAndreas Kling
2020-06-03LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")Andreas Kling
2020-06-03Base: Fix incorrect json value for escape characterHüseyin ASLITÜRK
2020-06-03Applications: Add new KeyboardMapper applicationHüseyin ASLITÜRK
2020-06-03Userland: keymap, use LibKeyboard to read keymap filesHüseyin ASLITÜRK
2020-06-03LibKeyboard: Add new library for keyboard applicationsHüseyin ASLITÜRK
2020-06-03WindowsServer: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-06-03LibGUI: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-06-03Kernel: Add scancode value to KeyEventHüseyin ASLITÜRK
2020-06-03Base: New icon for KeyboardMapper applicationHüseyin ASLITÜRK
2020-06-03LibGUI: Add save action to CommonActions listHüseyin ASLITÜRK
2020-06-03AK: JSON, Escape spacial character in string serializationHüseyin ASLITÜRK
2020-06-03LibJS: Make typeof return undefined for undefined variablesMarcin Gasperowicz
2020-06-03LibJS: Allow null or undefined as a bound |this| value in strict modeJack Karamanian
2020-06-03LibDebug: Add all Dwarf v5 attributes, tags, and form enum valuesFalseHonesty
2020-06-03HackStudio: Support debugging variables with Enum typesFalseHonesty
2020-06-03LibDebug: Add support for enum value typesFalseHonesty
2020-06-02LibWeb: Remove assertion in HTMLImageElement::resource_did_load()Andreas Kling
2020-06-02Base: Fix bad URL in welcome pageAndreas Kling
2020-06-02Calculator: Set text color through the paletteSergey Bugaev
2020-06-02LibGfx: Fix debug-printing colorsSergey Bugaev
2020-06-02Kernel: Always inline some KResult / KResultOr<> methodsSergey Bugaev
2020-06-02Kernel: Allow File::close() to failSergey Bugaev
2020-06-02LibWeb: Share decoded images at the Resource level :^)Andreas Kling
2020-06-02Meta: Time for a new screenshot! :^)Andreas Kling
2020-06-02LibGfx: Templatize some of the scanline unpacking codeAndreas Kling
2020-06-02LibGfx: Consolidate some types in the PNG decoderAndreas Kling
2020-06-02js: Print call stack on exception thrown outside the global contextLinus Groh
2020-06-02LibJS: Store basic traceback in ExceptionLinus Groh
2020-06-02LibJS: Move Interpreter::get_trace() to ConsoleClientLinus Groh
2020-06-02LibJS: Remove dummy implementations from Console methodsLinus Groh
2020-06-02FontEditor: Fix typo in commentLinus Groh
2020-06-02LibWeb: Fix tokenizing scripts with '<' in themAndreas Kling
2020-06-02LibWeb: Port ImageStyleValue to the ResourceClient interfaceAndreas Kling
2020-06-02LibWeb: Avoid an unnecessary temporary variable in HTMLImageElementAndreas Kling