summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2021-02-01Base: Replace tabs+spaces in keymaps by only spacesBen Wiederhake
2021-02-01Base: Cover entire German keyboardBen Wiederhake
2021-02-01Base: Replace unnecessary escapes by actual codepointsBen Wiederhake
2021-02-01Base: Fix wrong offset for Numpad and later keysBen Wiederhake
2021-01-31Kernel: Remove pledge exception for sys$getsockopt() with SO_PEERCREDAndreas Kling
2021-01-30Revert "Kernel: Return -ENOTDIR for non-directory mount target"Andreas Kling
2021-01-29Base: Add missing "ß" to DE keymapLinus Groh
2021-01-29Base: Add missing umlauts to DE keymapLinus Groh
2021-01-29Base: Fix missing "£" in GB keymapLinus Groh
2021-01-29Base: Reformat some keymapsLinus Groh
2021-01-29Kernel: Add "prot_exec" pledge promise and require it for PROT_EXECAndreas Kling
2021-01-29Kernel: Return -ENOTBLK for non-block device Ext2FS mount sourceLinus Groh
2021-01-29Kernel: Return -ENOTDIR for non-directory mount targetLinus Groh
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-26Base: Update crash(1) man pageLinus Groh
2021-01-23Base: Fix syscall/libc manpage sortingBen Wiederhake
2021-01-23Base: Move house on home-directory*.png icons to the leftLinus Groh
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-22Everywhere: Fix typosLinus Groh
2021-01-21Base: Add root to the /etc/shadow fileAndreas Kling
2021-01-20SystemServer.ini: Default to not showing network change notificationsNico Weber
2021-01-20Base: Add 2x images for arrow cursor and window buttonsNico Weber
2021-01-18Base: Remove irrelevant example from Shell's `loop` manpage sectionAnotherTest
2021-01-18Base: Mention that the `if` condition is a commandAnotherTest
2021-01-17Kernel+Userland: Remove shared buffers (shbufs)Andreas Kling
2021-01-17WindowServer: Put default ScaleFactor in ini fileNico Weber
2021-01-16TextEditor: Add help documentationBrendan Coles
2021-01-16Run: initial implementation of Run appNick Vella
2021-01-15DisplaySettings: Rename wallpaper setting "scaled" to "stretch"Nico Weber
2021-01-15Base: Add manpage entry for history eventsAnotherTest
2021-01-12LibGfx: Make it possible to apply an (integer) scale to a PainterNico Weber
2021-01-12Demos: Remove HelloWorld demoAndreas Kling
2021-01-12Revert "Themes: Tweak "Sunshine" theme colors slightly"Andreas Kling
2021-01-11Kernel: Add dedicated "ptrace" pledge promiseAndreas Kling
2021-01-11Themes: Tweak "Sunshine" theme colors slightlyAndreas Kling
2021-01-10Base: Change anon's default password from "foo\n" to just "foo".Emanuele Torre
2021-01-09LibCore+passwd+su+Base: Add /etc/shadow to hide hashes from users :^)Andreas Kling
2021-01-09SpaceAnalyzer: use "Proper Noun" name styleTheMorc
2021-01-09little: Remove "-Os" compile flagItamar
2021-01-08Utilities: Add a disk space usage analyzation program.Mart G
2021-01-08Userland: Add ddate utilityBrendan Coles
2021-01-07date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formatsBrendan Coles
2021-01-06Base: Add tar man page documentationBrendan Coles
2021-01-06Keymaps: Created a new keymap for Italian keyboards.Davide Carella
2021-01-05Browser: Add a very basic content filter listAndreas Kling
2021-01-05Playground: Support opening gml file by path as command line argumentBrendan Coles
2021-01-05Base: add 32x32 icon for Theme Editor, Hello World and SolitaireTheMorc
2021-01-04Base: Tweak app names to be in "Proper Noun" styleAndreas Kling
2021-01-04Playground: Add help documentationBrendan Coles
2021-01-03man: Rename manual section 1 to "User programs"Brendan Coles