summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-02-26LibWeb: Implement Range.collapseLuke Wilde
2022-02-26LibWeb: Implement Range.selectNodeLuke Wilde
2022-02-26LibWeb: Implement Range.compareBoundaryPointsLuke Wilde
2022-02-26LibWeb: Implement Range.set{Start,End}{Before,After}Luke Wilde
2022-02-26LibWeb: Make Range.setStart and Range.setEnd spec compliantLuke Wilde
2022-02-26LibWeb: Make TreeNode::child_count return size_t instead of intLuke Wilde
2022-02-26LibWeb: Implement StaticRangeLuke Wilde
2022-02-26LibWeb: Abstract Range's members into AbstractRangeLuke Wilde
2022-02-26LibWeb: Implement the legacy Audio factory functionLuke Wilde
2022-02-26LibWeb: Add HTMLTableSectionElement.rows and HTMLTableRowElement.cellsAndreas Kling
2022-02-26LibWeb: Fix LibWeb build with ClangAndreas Kling
2022-02-26Spreadsheet: Disable cut/copy if no cell is selectedFiliph Sandström
2022-02-26LibWeb: Check for valid names in Document.createElement() & friendsAndreas Kling
2022-02-26LibWeb: Paint full bitmap font glyphs, even if there's overlapAndreas Kling
2022-02-26LibWeb: Very basic support for CSS vertical-align: <length>Andreas Kling
2022-02-26LibWeb: Make InlineLevelIterator not enter into inline-block boxesAndreas Kling
2022-02-26LibWeb: Fix InlineLevelIterator not exiting box model metric nodesAndreas Kling
2022-02-26LibWeb: Add border box top/bottom metrics to line box fragmentsAndreas Kling
2022-02-26LibWeb: Remove unused LineBox::ends_with_forced_line_break()Andreas Kling
2022-02-26LibWeb: Make DOM inspector overlay rects a little nicerAndreas Kling
2022-02-26LibWeb: Make StyleValue absolutization non-destructiveAndreas Kling
2022-02-26LibWeb: Add vertical-align to ComputedValuesAndreas Kling
2022-02-26LibWeb: Use CSS font-size when computing text fragment content heightAndreas Kling
2022-02-25LibDesktop: Rename LaunchServerConnection=>ConnectionToLaunchServerItamar
2022-02-25LibGUI: Rename ClipboardServerConnection=>ConnectionToClipboardServerItamar
2022-02-25LibGUI: Rename NotificationServerConnectionItamar
2022-02-25SpiceAgent: Rename ClipboardServerConnectionItamar
2022-02-25HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServerItamar
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename WindowManagerServerConnectionItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-25LibWeb: Parse <style> element text content when inserted into documentAndreas Kling
2022-02-25LibWeb: Use the prefix passed to Document.createElementNS()Andreas Kling
2022-02-25LibWeb: Support HTMLFormElement.elements and HTMLFormElement.lengthAndreas Kling
2022-02-25LibWeb: Improve HTMLElement.click()Andreas Kling
2022-02-25LibWeb: Implement Range.commonAncestorContainerAndreas Kling
2022-02-25LibWeb: Expose Range.collapsed to JavaScriptAndreas Kling
2022-02-25LibWeb: Implement HTMLImageElement.width and HTMLImageElement.heightAndreas Kling
2022-02-25LibWeb: Notify parent when DOM::CharacterData content changesAndreas Kling
2022-02-25LibWeb: Implement UIEvent.initUIEvent()Andreas Kling
2022-02-25LibWeb: Make document.createEvent("UIEvent") actually create a UIEventAndreas Kling
2022-02-25LibWeb: Make CSS :empty selector match empty text nodes as wellAndreas Kling
2022-02-25LibWeb: Allow all ASCII whitespace chars between element class namesAndreas Kling
2022-02-25LibWeb: Fix off-by-one in calculation of available space for line boxesAndreas Kling
2022-02-25LibWeb: Look for nearest available size when using bitmap fontsAndreas Kling
2022-02-25LibGfx: Add Font::AllowInexactSizeMatch parameter to font lookupAndreas Kling
2022-02-25LibWeb: Fix rounding errors in calculation of final line box widthAndreas Kling
2022-02-25Assistant+CommandPalette: Use FrameShape::Window for main widgetsthankyouverycool
2022-02-25Taskbar: Update ClockWidget FrameShape and adjust dimensionsthankyouverycool