summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-18Base: Add app-cube.png 32x32 iconLinus Groh
2020-12-18Base: Tweak app-cube.png 16x16 iconLinus Groh
2020-12-18Screensaver: Add app-screensaver.png 32x32 iconBrendan Coles
2020-12-17LibWeb: Whitespace that causes a line to wrap should be hiddenAndreas Kling
2020-12-17Chess: Prevent board changes when waiting for ChessEngine to moveBrendan Coles
2020-12-17WindowServer: Add the ability to animate cursorsTom
2020-12-17LibC: stdlib: Add clearenv() functionBrendan Coles
2020-12-17LibWeb: Escape text nodes in innerHTML getterLinus Groh
2020-12-17LibWeb: Include element attributes in innerHTML getterLinus Groh
2020-12-17Kernel: Return a correct name string of async write requestLiav A
2020-12-17LibWeb: Notify the PageClient when the children of <title> changeAndreas Kling
2020-12-17LibWeb: Fix shrink-to-fit layout for position:absoluteAndreas Kling
2020-12-17LibWeb: Use the correct containing block for position:absolute widthAndreas Kling
2020-12-17LibWeb: Always break around inline-blocks in AllPossibleLineBreaks modeAndreas Kling
2020-12-17LibWeb: Make sure the ICB is at least as tall as the viewportAndreas Kling
2020-12-17LibGUI: Table views with SelectRows should scroll entire rows into viewAndreas Kling
2020-12-17LibGUI: Move selection behavior from TableView up to AbstractViewAndreas Kling
2020-12-17UserspaceEmulator: Implement geteuid, getegid, ptsname syscallsBrendan Coles
2020-12-16Kernel: Fix Lock race causing infinite spinning between two threadsTom
2020-12-16ln: Make the 'path' argument optionalAndreas Kling
2020-12-16Shell: Don't run commands with failing redirectionsLinus Groh
2020-12-16FileManager: Fix assertion when drag&dropping a file to the desktopAndreas Kling
2020-12-16LibGUI: Don't fill IconView item text background unless actually wantedAndreas Kling
2020-12-16LibGUI: Make the IconView cursor rect show up on the desktopAndreas Kling
2020-12-16LibGUI: Add ScrollableWidget helpers for rect conversionAndreas Kling
2020-12-16Meta: Add Hardware Compatbility ListDan MacDonald
2020-12-16Userland: Add beep utilityBrendan Coles
2020-12-16EchoServer: Add a simple echo serverBrendan Coles
2020-12-16UserspaceEmulator: Implement beep syscallBrendan Coles
2020-12-16TelnetServer: replace getopt with LibCore ArgsParserBrendan Coles
2020-12-16Games: Add PongBrendan Coles
2020-12-16LibCore: Expose some Socket properties to make then inspectableConrad Pankoff
2020-12-16IRCClient: Remove unnecessary temporary variable from connect()Conrad Pankoff
2020-12-16FileManager: Make symlink icons show up nicely in properties dialogAndreas Kling
2020-12-16LibWeb: The fallback 'color' value should be black, not transparentAndreas Kling
2020-12-16FileManager+LibGUI: Draw the item text for desktop icons with shadowAndreas Kling
2020-12-16LibGUI: Show app icons for executables with associated .af filesAndreas Kling
2020-12-16LibGUI: Generate nicer icons for symlinked filesAndreas Kling
2020-12-16LibGUI: Add GUI::Icon::sizes()Andreas Kling
2020-12-15Meta: Set a 10 second timeout on Shell testsAnotherTest
2020-12-15Shell: Make Subshell actually create a subshellAnotherTest
2020-12-15LibWeb: Remove use of specified_style() in Layout::ImageBoxAndreas Kling
2020-12-15LibWeb: Actually apply recomputed style to element's layout nodeAndreas Kling
2020-12-15LibWeb: Update text-decoration hack to use text-decoration-lineAndreas Kling
2020-12-15LibWeb: Generate the CSS::ValueID enum and its helper functionsAndreas Kling
2020-12-15LibWeb: Oops, not all length boxes should default to 'auto' valuesAndreas Kling
2020-12-15LibWeb: Add equals() for LengthStyleValue and ColorStyleValueAndreas Kling
2020-12-15LibWeb: Add hack to disable StyleInvalidator while parsing documentAndreas Kling
2020-12-15LibWeb: Dimension inline-block and replaced boxes during splittingAndreas Kling
2020-12-15LibWeb: Remove unused Element::set_attributes()Andreas Kling