summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
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
2020-10-30LibTLS: (Almost) verify certificate chain against root CA certificatesAnotherTest
2020-10-30WindowServer+LibGfx: Added Crosshair cursorUma Sankar Yedida
2020-10-29Shell: Document the new 'pattern as (list of names)' match syntaxAnotherTest
2020-10-29Userland: Add an implementation of 'expr'AnotherTest
2020-10-26Shell+LibLine: Support HISTCONTROL environment variableLinus Groh
2020-10-26Shell: Support HISTFILE environment variableLinus Groh
2020-10-25LookupServer: Support multiple nameserversLinus Groh
2020-10-25Themes: Update tooltip colors of dark themesLinus Groh
2020-10-25LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fontsAndreas Kling
2020-10-25Fonts: Rename font files consistentlyAndreas Kling
2020-10-25Fonts: Add 12px variants of Csilla and CsillaBoldAndreas Kling
2020-10-25Base: Document the new brace expansions in Shell's manpageAnotherTest
2020-10-24Themes: Add "Desert" themeAndreas Kling
2020-10-24Fonts: Add 12px variants of Katica and KaticaBoldAndreas Kling
2020-10-23LibGUI+LibGfx+Base: Make tooltips color theme aware :^)Andreas Kling
2020-10-23Base: Remove ugly 'Xmas' themeAndreas Kling
2020-10-22Base: Add a manpage for 'printf'AnotherTest
2020-10-22LibGfx: Add colors for highlight-searching to palette and themesTom
2020-10-19Base: Update test-js(1) man pageLinus Groh
2020-10-14PixelPaint: Basic brush toolBenJilks
2020-10-05LibGfx+FontEditor+Fonts: Add "mean line" value to all fontsLuke
2020-10-04HackStudio: Add a Shell language serverAnotherTest