summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
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
2021-01-03FontEditor: Add help documentationBrendan Coles
2021-01-03Demos: add CatDog (Neko clone)TheMorc
2021-01-02Base: Add Terminal man page documentationBrendan Coles
2021-01-02Calculator: Add app-calculator.png 32x32 iconBrendan Coles
2021-01-02Help: Add a simple index pageAndreas Kling
2021-01-01Games: Add ConwayBrendan Coles
2021-01-01Base: Add Coffee themeBrendan Coles
2021-01-01Base: Add 32x32 variant of the hard-disk iconAndreas Kling
2021-01-01Meta: Update project copyright dates (2018-2021) :^)Andreas Kling
2020-12-30Base: Add Amazon's intermediate root certificate (Server CA 1B)AnotherTest
2020-12-30Base: Remove some low-quality color themesAndreas Kling
2020-12-30LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditorAnotherTest
2020-12-30Terminal: Remove redundant scroll length settings optionIdan Horowitz
2020-12-30Applications: Added a new MouseSettings applicationIdan Horowitz
2020-12-30WindowServer: Added configurable mouse acceleration and scroll lengthIdan Horowitz
2020-12-29Shell: Add runtime errors and implement break/continueAnotherTest
2020-12-29Applications: Add CrashReporter :^)Linus Groh