summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
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-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-25Everywhere: Use title case for man section titlesnetworkException
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
2022-02-24HackStudio: Segment the status bar and setup override textthankyouverycool
2022-02-24LibGUI: Prefer to pop-up Tray Button menus from the top rightthankyouverycool
2022-02-24TextEditor: Update status bar to use clickable Segmentsthankyouverycool
2022-02-24LibGUI+LibSyntax: Stringify Highlighter::Languagethankyouverycool
2022-02-24LibGUI+Apps: Convert Statusbar Labels to Segmentsthankyouverycool
2022-02-24LibGfx: Return early when painting FrameShape::NoFramesthankyouverycool
2022-02-24LibWeb: Append only one line feed character in Document.writelnTimothy Flynn
2022-02-24LibGUI+LibGfx: Defer to fonts when setting Editor line heightthankyouverycool
2022-02-24LibGUI: Ensure ruler grows properly when using proportional fontsthankyouverycool
2022-02-24UserspaceEmulator: Fix syntax of generated profilesBrian Gianforcaro
2022-02-24ClipboardHistory: Add Time columnNícolas F. R. A. Prado
2022-02-24LibWeb: Actually query the orientationSam Atkins
2022-02-24LibWeb: Implement `@media(overflow-inline)`Sam Atkins
2022-02-24LibWeb: Implement `<resolution>` as a media feature typeSam Atkins
2022-02-24LibWeb: Parse Angle/Frequency/Resolution/Time typesSam Atkins
2022-02-24LibWeb: Move length-unit-from-string code into LengthSam Atkins
2022-02-24LibWeb: Implement CSS Time classSam Atkins