summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25AK: Ignore whitespace while decoding base64Andreas 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-25AK: Add String::split_view(Function<bool(char)>)Andreas 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
2022-02-25Applets: Update Audio applet FrameShape and adjust dimensionsthankyouverycool
2022-02-25LibGfx+LibGUI: Add FrameShape::Windowthankyouverycool
2022-02-25LibGfx+LibGUI: Remove {Horizontal,Vertical}Line FrameShapesthankyouverycool
2022-02-25LibWeb: Add a rule-cache for PseudoElementsSam Atkins
2022-02-25LibWeb: Implement the ::marker pseudo-elementSam Atkins
2022-02-25fixup! Base: Add a pseudo-element test pageSam Atkins
2022-02-25LibWeb: Paint InlineNode overlay in correct phase, skip pseudo-elementsSam Atkins
2022-02-25LibWeb: Account for all simple-selectors when calculating specificitySam Atkins
2022-02-25LibWeb: Create layout nodes for ::before and ::after pseudo-elements :^)Sam Atkins
2022-02-25LibWeb: Compute value for `content` propertySam Atkins
2022-02-25LibWeb: Match styles for pseudo-elementsSam Atkins
2022-02-25LibWeb: Move PseudoElement enum up a levelSam Atkins
2022-02-25LibWeb: Extract code for creating a Layout::Node based on display typeSam Atkins
2022-02-25LibWeb: Make `display: foo` box constructors take the Element by pointerSam Atkins
2022-02-25LibWeb: Parse the `content` propertySam Atkins
2022-02-25Base: Add a pseudo-element test pageSam Atkins
2022-02-25Base: Use "Library Functions" instead of "Libraries" for man section 3networkException
2022-02-25Everywhere: Use title case for man section titlesnetworkException
2022-02-24Meta: Title case 'File Formats' on man.serenityos.orgLinus Groh
2022-02-24Meta: Use correct man page title for section 5 on man.serenityos.orgnetworkException
2022-02-24Base: Make U+0126, U+0132, U+0152 and U+0153 wider in Katica Regular 10Karol Kosek
2022-02-24Base: Add Latin Extended-A to font Katica Regular 12Karol Kosek
2022-02-24Taskbar: Minimize/activate window on Super+Digit eventJan Grau
2022-02-24LibGUI+WindowServer: Add new `WMEvent` Super+DigitJan Grau
2022-02-24LibGUI: Put TextEditor widgets in "Wrap at Words" mode by defaultAndreas Kling
2022-02-24HackStudio: Adjust heights for Locator and Find widgetsthankyouverycool