summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2019-03-25Base: Tweak 16x16 "open" icon.Andreas Kling
2019-03-25Base: Add 32x32 versions of filetype-socket and filetype-symlink.Andreas Kling
2019-03-25LibGUI: Add GIcon::default_icon(name).Andreas Kling
2019-03-25FileManager+LibGUI: Show thumbnail generation progress in the statusbar.Andreas Kling
2019-03-25FileManager: Add toolbar buttons for switching the view mode.Andreas Kling
2019-03-24LibGUI+FileManager: Add a GIcon class to support multi-size icons.Andreas Kling
2019-03-23Base: Import some 32x32 icons.Andreas Kling
2019-03-23LibGUI: Add a GItemView class.Andreas Kling
2019-03-22FileManager: Add a default icon for image files.Andreas Kling
2019-03-22Use the PNG loader for all images, and get rid of the .rgb files.Andreas Kling
2019-03-21WindowServer: Support PNG wallpapers.Andreas Kling
2019-03-21PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks.Andreas Kling
2019-03-20FileManager: Use a GTextEditor for the location bar + tweak icons.Andreas Kling
2019-03-20IRCClient: Add ability to change nickname.Andreas Kling
2019-03-17Base: Some work on various icons.Andreas Kling
2019-03-16TextEditor: Add actions for undo and redo. Not hooked up yet.Andreas Kling
2019-03-16IRCClient: Add some more toolbar actions. Starting to look nice.Andreas Kling
2019-03-15IRCClient: Add a toolbar with some actions.Andreas Kling
2019-03-10Base: Improved FileManager (folder) icon.Andreas Kling
2019-03-08Base: Add 16x16 icon for TextEditor.Andreas Kling
2019-03-08Launcher: Add a launcher button for TextEditor.Andreas Kling
2019-03-07Base+WindowServer: Add a new default wallpaper for fun.Andreas Kling
2019-03-07TextEditor: Add Cut/Copy/Paste placeholder actions.Andreas Kling
2019-03-07TextEditor: Add New/Open/Save actions.Andreas Kling
2019-03-06WindowServer: Add window icons. Every window has the same icon for now.Andreas Kling
2019-03-06Base: Tweak Katica system menu glyph.Andreas Kling
2019-03-06ProcessManager: Tweak priority icons.Andreas Kling
2019-03-06Base: Tweak Katica and Katica Bold glyphs.Andreas Kling
2019-03-06Add a bold variant of Katica and make that the system's default bold font.Andreas Kling
2019-03-02FileManager: Add "up to parent directory" action to toolbar.Andreas Kling
2019-03-01FileManager: Allow launching processes by activating an executable file.Andreas Kling
2019-03-01Base: Add Csilla Bold 7x10 variant.Andreas Kling
2019-03-01Base: Import a new font, Csilla Thin (7x10).Andreas Kling
2019-02-28ProcessManager: Tweak icons.Andreas Kling
2019-02-28ProcessManager: Use icons for the process priorities.Andreas Kling
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