summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-07-03LibJS: Remove extra colon in run-tests.sh outputMatthew Olsson
2020-07-03LibC: Replace Berkley's qsort() with AK::dual_pivot_quick_sort() wrapperSahan Fernando
2020-07-03LibIPC: Don't assert on short writes in IPC::ClientConnectionAndreas Kling
2020-07-03FilePicker: Add folder icon to location boxLinus Groh
2020-07-03FilePicker: Make the location box 2px tallerLinus Groh
2020-07-01LibGUI: Make Application::exec() return instead of calling exit()Andreas Kling
2020-07-01LibWeb: Use the StackingContext tree for hit testingAndreas Kling
2020-07-01LibWeb: StackingContext was sorting the wrong list of childrenAndreas Kling
2020-07-01Kernel/LibCore: Expose processor id where a thread last ranTom
2020-07-01LibGUI: Highlight JS Extends and Super tokensJack Karamanian
2020-07-01LibGUI: Do not recurse into rows with invalid indicesAnotherTest
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson
2020-07-01LibJS: Add Proxy [[Call]] and [[Construct]] testsMatthew Olsson
2020-07-01LibJS: Implement Proxy [[Call]] and [[Construct]] trapsMatthew Olsson
2020-06-30LibJS: Skip some Math object tests that fail on SerenityAndreas Kling
2020-06-30Terminal: Bump the default ScrollLength to 4Andreas Kling
2020-06-30LibVT/Terminal: add a scroll length to the TerminalWidgetBenoît Lormeau
2020-06-30LibLine: Correctly display suggestions on multiline promptsAnotherTest
2020-06-30LibGUI: Update FilePicker location textbox when changing directoryLinus Groh
2020-06-30LibGUI: Only show FilePicker preview pane on demandLinus Groh
2020-06-30LibGUI: Tweak FilePicker layout to remove bottom paddingLinus Groh
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