summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
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
2019-11-18LibHTML: Start building a simple code generator for CSS propertiesAndreas Kling
2019-11-18Kernel+LibPthread: pthread_create handles pthread_attr_tAndrew Kaster
2019-11-18LibC: Add O_ACCMODE to fcntl.hDan MacDonald
2019-11-17LibC: jmp_buf and sigjmp_buf should be distinct typesAndreas Kling
2019-11-17LibC: isatty() should return 1 for success, 0 for errorAndreas Kling
2019-11-17Kernel+LibC: Remove the isatty() syscallAndreas Kling
2019-11-17Kernel+LibPthread+LibC: Create secondary thread stacks in userspaceAndreas Kling
2019-11-17LibDraw: Add Rect::from_two_points(Point, Point)Andreas Kling
2019-11-17LibC: Oopsie, add the missing semicolons to __bswap32() and __bswap64()Andreas Kling
2019-11-17LibC: Add back __bswap{16,32,64}() to endian.hAndreas Kling
2019-11-17LibC: Unbreak endian.hAndreas Kling
2019-11-17Kernel: Implement some basic stack pointer validationAndreas Kling
2019-11-16LibDraw: Add support for colors with alpha in Painter::fill_rect()Andreas Kling
2019-11-16LibC: Move realpath() to <stdlib.h>Andreas Kling
2019-11-16LibC: Move the creat() and open() families to <fcntl.h>Andreas Kling
2019-11-16LibC: use GCC __builtin_bswap{16,32,64} to provide __bswap functionsØrjan Malde
2019-11-16LibC: fix arpa/inet.h guardsØrjan Malde
2019-11-16LibC: properly populate endian.hØrjan Malde
2019-11-16LibC: Implemented getc_unlocked, stubbed flockfileBrandon Scott
2019-11-16LibC: Implemented mkstemp in stdlibBrandon Scott
2019-11-16LibC: Added missing signal flagsBrandon Scott
2019-11-16LibC: Added execlp method and new pathconf settingBrandon Scott