summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-06-29LibGUI: Add TextEditor::set_icon()Andreas Kling
2020-06-29LibJS: Initial class implementation; allow super expressions in objectJack Karamanian
2020-06-29LibJS: Add Object::define_accessor()Jack Karamanian
2020-06-29LibJS: Define the "constructor" property on ScriptFunction's prototypeJack Karamanian
2020-06-29LibGUI: SpinBox: update the displayed value when set_range() clamps itBenoît Lormeau
2020-06-29LibKeyboard: Don't crash when file is emptyMaciej Zygmanowski
2020-06-29LibWeb: Clamp text fragment selection to the fragmentAndreas Kling
2020-06-29Everywhere: Replace some uses of fork/exec with posix_spawnNico Weber
2020-06-29LibWeb: Improve hit testing on the right of line boxesAndreas Kling
2020-06-29LibWeb: Add LayoutRange::normalized()Andreas Kling
2020-06-29LibWeb: Paint the text selection :^)Andreas Kling
2020-06-28LibWeb: Rename LineBoxFragment::render() => paint()Andreas Kling
2020-06-28LibX86: Disassemble the XADD instructionAndreas Kling
2020-06-28LibWeb: Layout table-cell contents once again once final width is knownAndreas Kling
2020-06-28LibGfx+JPGLoader: Print failure message for progressive JPEGsdevashish
2020-06-28LibWeb: Implement almost all missing tokenizer casesLuke
2020-06-28LibWeb: Give the <blockquote> element some margins in the UA styleAndreas Kling
2020-06-28LibWeb: Support "pt" length units :^)Andreas Kling
2020-06-28LibWeb: Start working on supporting fixed table layoutsAndreas Kling
2020-06-28LibWeb: Add Length::is_undefined_or_auto()Andreas Kling
2020-06-28LibWeb: Turn <td width> into a CSS width propertyAndreas Kling
2020-06-28LibWeb: Convert uppercase selector tag names to lowercase internallyAndreas Kling
2020-06-28LibWeb: Tweak default style for <hr> to use em units for margin valuesAndreas Kling
2020-06-28LibWeb: Don't tolerate unit-less lengths (except 0) in standards modeAndreas Kling
2020-06-28LibWeb: Use length units and shorthands in the default UA style sheetAndreas Kling
2020-06-28LibWeb: Collapse top and bottom margin of empty sibling blocksAndreas Kling
2020-06-28LibWeb: Add Page context menu requestAndrew Kaster
2020-06-27LibWeb: Make DOM timers cancellable and stop leaking themAndreas Kling
2020-06-27LibGfx+JPGLoader: Fix decoding outside of LibWebdevashish
2020-06-27LibLine: Support multiline editingAnotherTest
2020-06-27LibWeb: Implement remaining missing tokenizer EOF casesKevin Meyer
2020-06-27LibGfx: Add PGM image file type supportHüseyin ASLITÜRK
2020-06-27LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extensionHüseyin ASLITÜRK
2020-06-27LibGUI: Fix image preview size in FilePicker for large imagesHüseyin ASLITÜRK
2020-06-26LibWeb: Implement some missing tokenizer cases for EOF handlingAndreas Kling
2020-06-26LibWeb: Add CanvasRenderingContext2D.rotate()Andreas Kling
2020-06-26LibGfx: Teach AffineTransform how to rotate and multiplyAndreas Kling
2020-06-26LibWeb: Skip over floating elements when collapsing marginsAndreas Kling
2020-06-26LibWeb: Add the 'float' CSS property to LayoutStyleAndreas Kling
2020-06-26LibJS: run-test.sh emits test output if it is not "PASS"Matthew Olsson
2020-06-26LibWeb: Remove duplicate if branch in fragment parsing.theazgra
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-26LibWeb: Implement fragment parsing and use it for Element.innerHTMLAndreas Kling
2020-06-26LibWeb: Tolerate quoted HTTP Content-Type encodingsAndreas Kling
2020-06-26LibWeb: Add Document.getElementsByTagName()Andreas Kling
2020-06-26LibJS: to_string_without_side_effects() should handle NativePropertyAndreas Kling
2020-06-26LibWeb: Let's not pass "%u" to String() and expect something to happenAndreas Kling
2020-06-25LibCrypto: Add CTR cipher modePeter Elliott
2020-06-25LibCrypto: Add missing <AK/StringView.h> includePeter Elliott
2020-06-25LibWeb: Fix build after Specificity.h removalAndreas Kling