summaryrefslogtreecommitdiff
path: root/Base/res/icons
AgeCommit message (Expand)Author
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-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-06ProcessManager: Tweak priority icons.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-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-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-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-07Start working on a simple Launcher app.Andreas Kling