summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2023-06-05Base: Add .mkv file association to Video PlayerKarol Kosek
2023-06-03Base: Remove unlicensed copy of BMFWBen Wiederhake
2023-06-03Base: Replace GPL bmpsuite by link to originalBen Wiederhake
2023-06-01run-tests: Unlink coredumps in self-test modeDaniel Bertalan
2023-05-31Base: Extend the Finnish keymap and make capital Å type what it shouldOskar Skog
2023-05-31pgrep: Add `-x` option to only select exact matchesTim Ledbetter
2023-05-31pgrep: Add `-U` option to filter matches by UID or login nameTim Ledbetter
2023-05-31pgrep: Add `-l` option to list the process name as well as its pidTim Ledbetter
2023-05-31pgrep: Add `-c` option to show the number of matchesTim Ledbetter
2023-05-31pgrep: Add `--ignore-case` as an alias for the `-i` optionTim Ledbetter
2023-05-29LibWeb: Add preliminary support for CSS animationsAli Mohammad Pur
2023-05-24Base: Add man page for `w`Tim Ledbetter
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-20Base: Move user nona from group 200 into existing group usersBen Wiederhake
2023-05-20Base: Use fill-opacity and stroke-opacity in SVG exampleMacDue
2023-05-20Base: Use stop-opacity in SVG gradients exampleMacDue
2023-05-18Base: Add man page for shufTim Ledbetter
2023-05-17Kernel+Userland: Split bind-mounting and re-mounting from mount syscallLiav A
2023-05-16Base: Add man page for pingTim Ledbetter
2023-05-16ps: Add `-u` option, to list processes associated with specified usersSam Atkins
2023-05-16ps: Add `-p` option, and distinguish it from `-q`Sam Atkins
2023-05-16ps: Allow `-q` option multiple times, and separated by spaces or commasSam Atkins
2023-05-16ps: Add the `-a` option, to list all processes associated with terminalsSam Atkins
2023-05-16ps: Add the `-A` optionSam Atkins
2023-05-16Base: Add man page for pgrepTim Ledbetter
2023-05-15Base: Add man page for pidofTim Ledbetter
2023-05-13Userland+Base: Don't run NetworkSettings in elevated modeFabian Dellwing
2023-05-13Base: Add man page for topTim Ledbetter
2023-05-13Base: Add a test page to load a video element with <source> childrenTimothy Flynn
2023-05-13FontEditor: Allow application to launch without a fontthankyouverycool
2023-05-12Base: Run `SpiceAgent` as a user serviceCaoimhe
2023-05-09Base: Add some Arrows & General Punctuation to Csilla Regular 12Cubic Love
2023-05-09Base: Improve some application man pagesCubic Love
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-05-07netstat: Add -e argumentFabian Dellwing
2023-05-07Base: Add web server tip to Tips-and-Tricks(7)Cubic Love
2023-05-07Base: Improve Assistant App Icon (16px)Cubic Love
2023-05-07Everywhere: Run spellcheck on all documentationBen Wiederhake
2023-05-06Base+Snake: Capitalize snake skin namesCubic Love
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05Base+Minesweeper: Move assets from /icons/ to /graphics/Cubic Love
2023-05-05Base+FlappyBug: Move assets from /icons/ to /graphics/Cubic Love
2023-05-05Base+ColorLines: Move assets from /icons/ to /graphics/Cubic Love
2023-05-05Base+LibChess: Move assets from /icons/ to /graphics/Cubic Love
2023-05-05Base+CatDog: Move assets from /icons/ to /graphics/Cubic Love
2023-05-05Base+LibCards: Move card backs from /icons/ to /graphics/Cubic Love
2023-05-05Base: Demonstrate ArgsParser and format strings in cli project templatekleines Filmröllchen
2023-05-05Base: Split out cpp-library template files into actual fileskleines Filmröllchen
2023-05-05Base: Adjust serenity-application template with some cpp-gui pieceskleines Filmröllchen
2023-05-05Base: Remove the cpp-gui HackStudio templatekleines Filmröllchen