summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2019-02-28ProcessManager: Add "continue" action that sends SIGCONT.Andreas Kling
2019-02-28ProcessManager: Add a "stop" action that sends SIGSTOP to a process.Andreas Kling
2019-02-28Ignore .data files in Base/res/icons/.Andreas Kling
2019-02-28ProcessManager: Start working on a graphical process manager.Andreas Kling
2019-02-27Base: Improve FileManager's trash icon slightly.Andreas Kling
2019-02-21Kernel+Userland: Implement setuid() and setgid() and add /bin/suAndreas Kling
2019-02-20LibGUI: Add a GToolBar class that can be populated with GActions.Andreas Kling
2019-02-19FileManager: Add an icon for socket files.Andreas Kling
2019-02-19Base: Remove an unused icon.Andreas Kling
2019-02-12Base: Adjust the OS logo icon a little bit.Andreas Kling
2019-02-12Add a little About app and hook it up to the system menu's "About..." entry.Andreas Kling
2019-02-12Base: Add some human-friendly spaces to font names.Andreas Kling
2019-02-12Base: Rename Liza8x10 to LizaThin8x10.Andreas Kling
2019-02-12WindowServer: Made a slightly nicer icon for the system menu.Andreas Kling
2019-02-11WindowServer: Let's have a cute little symbol for the system menu.Andreas Kling
2019-02-10Base: Rename /users to /home.Andreas Kling
2019-02-10Base: Add an app icon for FileManager.Andreas Kling
2019-02-10Base: Improved FontEditor icon.Andreas Kling
2019-02-09FileManager: Start building a file manager.Andreas Kling
2019-02-08Let's have two wallpapers installed so we can test switching.Andreas Kling
2019-02-08WindowServer: Support desktop wallpapers.Andreas Kling
2019-02-07Start working on a simple Launcher app.Andreas Kling
2019-02-05LizaRegular8x10: Tweak some glyphs.Andreas Kling
2019-02-05Rename LizaBold to LizaRegular and LizaBlack to LizaBold.Andreas Kling
2019-02-05LizaBlack8x10: Tweak some glyphs.Andreas Kling
2019-02-04LizaBlack8x10: Import a very heavy variant of Liza.Andreas Kling
2019-02-04LizaBold8x10: Import a bold variant of Liza8x10 and make it the default bold.Andreas Kling
2019-02-03Liza8x10: Tweak some glyphs.Andreas Kling
2019-02-03Liza8x10: Tweak some glyphs.Andreas Kling
2019-02-02Support font files.Andreas Kling
2019-01-30Rename the default user to "anon" and give him a home directory.Andreas Kling
2019-01-24Let userland retain the window backing store while drawing into it.Andreas Kling
2018-11-17Make bash-2.05b build with minimal changes.Andreas Kling
2018-11-06Add getgrent() family of functions.Andreas Kling
2018-10-31Add getpwent() family of functions to LibC.Andreas Kling