summaryrefslogtreecommitdiff
path: root/Base/res/icons
AgeCommit message (Expand)Author
2019-04-11VisualBuilder: Add GCheckBox and GLabel, and draw icons for them, too.Andreas Kling
2019-04-11VisualBuilder: Add icons to the toolbox, and support for GProgressBar.Andreas Kling
2019-03-30Base: Add an icon for a slightly open-looking folder.Andreas Kling
2019-03-29GTreeView: Add expand/collapse buttons to items with children.Andreas Kling
2019-03-29GTreeView: More implementation work.Andreas Kling
2019-03-28FileManager: Add back/forward buttons (placeholders.)Andreas Kling
2019-03-27Base: I drew a new filetype-image icon based on my cat friend.Andreas Kling
2019-03-27Base: Add some icons and tweak some existing ones.Andreas Kling
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-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-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