summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2019-11-23LibCore: Move puff() from LibDraw to LibCoreAndreas Kling
2019-11-23ProtocolServer: Send the download payload to clients as a shared bufferAndreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling
2019-11-23LibCore: Have CNetworkJob protect itself during the on_finish callbackAndreas Kling
2019-11-23LibGUI: Don't recompute line-wrapping over and over during set_text()Andreas Kling
2019-11-23AudioServer: Broadcast muted state changes to all clientsAndreas Kling
2019-11-23LibDraw: Start work on a GIF decoder (not yet functional!)Andreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-23LibVT: Don't scroll to bottom for Ctrl/Alt/ShiftAndreas Kling
2019-11-22AudioServer: Allow muting the system audioAndreas Kling
2019-11-21LibHTML: Handle stand-alone attribute selectorsAndreas Kling
2019-11-21LibHTML: Parse <element attribute=value> correctlyAndreas Kling
2019-11-21LibHTML: Implement some attribute selector supportAndreas Kling
2019-11-21LibHTML: Make the HTML parser handle <div attr> and <div attr="">Andreas Kling
2019-11-21LibHTML: Paint text background color before the underline decorationAndreas Kling
2019-11-20FileManager: Added properties dialogTill Mayer
2019-11-20GTableView: Don't allow resizing columns to a negative widthAndreas Kling
2019-11-20GTableView: Don't hover-highlight unsortable column headersAndreas Kling
2019-11-20GTableView: Highlight the hovered column headerAndreas Kling
2019-11-20LibGUI: Make the GTableView column headers behave like proper buttonsAndreas Kling
2019-11-20LibGUI: Make the GTableView row background colors a little brighterAndreas Kling
2019-11-20LibVT: Don't implicitly copy the selection on double-click or mouse-upAndreas Kling
2019-11-20LibVT: Add a context menu to TerminalWidgetAndreas Kling
2019-11-20Terminal+LibVT: Switch Terminal to using explicit copy/paste actionsAndreas Kling
2019-11-20LibVT: Use the middle mouse button for pasting (instead of right)Andreas Kling
2019-11-19LibHTML: Render a background-color behind line box fragments if neededAndreas Kling
2019-11-19LibHTML: Fix bug in removal of trailing whitespace from line boxesAndreas Kling
2019-11-19LibHTML: Use LayoutText::text_for_rendering() in layout tree dumpsAndreas Kling
2019-11-19LibHTML: Failed font lookups should use a bold fallback when fittingAndreas Kling
2019-11-19LibHTML: Tolerate empty CSS rulesAndreas Kling
2019-11-19LibHTML: Implement the universal selector ("*")Andreas Kling
2019-11-19LibHTML: Don't crash when stringifying an unknown CSS propertyAndreas Kling
2019-11-19LibHTML: Add the CSS "position" property to CSS/Properties.jsonAndreas Kling
2019-11-19LibHTML+AK: Move URL completion from Document to AK::URLAndreas Kling
2019-11-19Lagom: Fix buildAndreas Kling
2019-11-18LibHTML: LayoutImage should not dereference a null bitmapAndreas Kling
2019-11-18LibHTML: Update tree dumping code now that everything is floating pointAndreas Kling
2019-11-18HackStudio+LibGUI: Implement matching curly brace highlightingAndreas Kling
2019-11-18LibDraw: Add named colors "MidCyan" and "DarkCyan"Andreas Kling
2019-11-18LibHTML: Respect the line-height property if setAndreas Kling
2019-11-18LibHTML: Implement some basic floating point CSS value parsingAndreas Kling
2019-11-18LibHTML: Use floating point numbers throughout the layout treeAndreas Kling
2019-11-18LibHTML: Let's just build host-side tools in makeall.sh insteadAndreas Kling
2019-11-18LibHTML: Make all .cpp files implicitly depend on the generated sourcesAndreas Kling
2019-11-18LibHTML: Get rid of dual Makefile setupAndreas Kling
2019-11-18LibHTML: Fix code generator dependencies for initial buildAndreas Kling
2019-11-18LibHTML: Expand the "padding" shorthand propertyAndreas Kling
2019-11-18LibHTML: Implement basic 'max-width' and 'min-width' supportAndreas Kling
2019-11-18LibHTML: Tolerate "px" suffix on CSS lengthsAndreas Kling
2019-11-18LibHTML: Implement the "margin" shorthand propertyAndreas Kling