summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19MenuApplets: Add Network menu appletBrendan Coles
2020-12-18Base: Add app-libgfx-demo.png 32x32 iconLinus Groh
2020-12-18Base: Add app-fire.png 32x32 iconLinus Groh
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-17WindowServer: Add the ability to animate cursorsTom
2020-12-17LibC: stdlib: Add clearenv() functionBrendan Coles
2020-12-16Userland: Add beep utilityBrendan Coles
2020-12-16EchoServer: Add a simple echo serverBrendan Coles
2020-12-16Games: Add PongBrendan Coles
2020-12-16LibGUI: Generate nicer icons for symlinked filesAndreas Kling
2020-12-14CrashDaemon: Add service that acts on new coredumpsItamar
2020-12-12LibWeb: Use the margin box of floating elements for flowing aroundAndreas Kling
2020-12-10Base: Remove *.hsp filesAndreas Kling
2020-12-09LibWeb: Move editing stuff into EditEventHandler.asynts
2020-12-06LibWeb: Naively implement the CSS clear propertyAndreas Kling
2020-12-05Base: Add a simple HTML test page for CSS floatsAndreas Kling
2020-12-05Browser: Add DuckDuckGo to bookmarks (#4288)Daniel Lemos
2020-12-04Base: Add a hover color link to the links on the welcome pageAndreas Kling
2020-12-03Base: Add a little web test page for inline elements with CSS paddingAndreas Kling
2020-11-30Spreadsheet: Implement infinit-scroll for columnsAnotherTest
2020-11-30JPGLoader: Remove JPEG fuzz files from the main repositorydevashish
2020-11-29JPGLoader: Move bogus JPEGs to a different directorydevashish
2020-11-28Userland: Implement find -name clauseSergey Bugaev
2020-11-23Kernel: Add unveil('b')Sergey Bugaev
2020-11-22LibWeb: Add a test for the new event dispatcherLuke
2020-11-22Base: Unbreak the "images" HTML test pageAndreas Kling
2020-11-15Base: Add filetype-json iconsLinus Groh
2020-11-15LibGUI/FileIconProvider: Add config file and use patternsLinus Groh
2020-11-14Userland: chroot: Add `--userspec`/`-u` flag to set uid/gid for chrootBrendan Coles
2020-11-11ls: Only append file type indicators when -F or --classify is specifiedAndreas Kling
2020-11-10LaunchServer: Add hsp=/bin/HackStudio file association to configBrendan Coles
2020-11-10Base: remove unnecessary Game config files from /home/anon/.config/Brendan Coles
2020-11-10Userland: Add an "adjtime" utilityNico Weber
2020-11-10Kernel+LibC: Add adjtime(2)Nico Weber
2020-11-10Userland: ls: Add `-d` / `--directory` flagBrendan Coles
2020-11-10Userland: ls: Add `-o` and `-B` / `--ignore-backups` flagsBrendan Coles
2020-11-10Base: Add ls man page documentationBrendan Coles
2020-11-09Base: Add Breakout game to system menu (#4006)bcoles
2020-11-08LibGfx: add erroneous cases to GIF test suitePeter Nelson
2020-11-05Base: Tweak CXXFLAGS for the "little" test projectsAndreas Kling
2020-11-04Chess: Add missing default config file in .config :^)Jesse Buhagiar
2020-11-04Minesweeper+Snake: load config file before calling unveil()Brendan Coles
2020-11-02WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursorBrendan Coles
2020-11-02Games: Use pledge and unveilBrendan Coles
2020-11-01LaunchServer: Add sheets=/bin/Spreadsheet file association to configBrendan Coles
2020-11-01Chess: Add the 'moderna' piece set (#3896)JetStarBlues
2020-10-31Spreadsheet: Add support for example views and hyperlinks in the docsAnotherTest