summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
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
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02Base: Add missing options to the Shell(1) man pageLinus Groh
2020-10-02 Keymaps: Add Colemak keymap (#3658)utku
2020-10-01DevTools: Remove VisualBuilder and FormCompilerAndreas Kling
2020-09-30HackStudio: Add C++ Language ServerItamar
2020-09-29Base: Show how long it took to load the welcome.html page :^)Andreas Kling
2020-09-28Spreadsheet: Add the 'lookup' and 'reflookup' functionsAnotherTest
2020-09-28Spreadsheet: Add a 'choose' functionAnotherTest
2020-09-28Spreadsheet: Let the cells know their own position in the sheetAnotherTest
2020-09-23Base: Fixup forgotten 'example' heading name in Shell man pageAnotherTest