summaryrefslogtreecommitdiff
path: root/Base
AgeCommit message (Expand)Author
2019-09-13TextEditor+Base: Add an icon for the "Find" action :^)Andreas Kling
2019-09-13FileManager+Base: Add "properties" iconAndreas Kling
2019-09-13Base: Add a 16x16 icon for sound filesAndreas Kling
2019-09-13Emoji: Add some simple emojis I drew on the trainAndreas Kling
2019-09-07Applications: Create a display properties managerJesse Buhagiar
2019-09-04GDirectoryModel: Add a 32x32 filetype icon for sound filesAndreas Kling
2019-09-04IRCClient: Add 16x16 iconAndreas Kling
2019-08-29Base: Use the right shade of warm gray in the radio button bitmapsAndreas Kling
2019-08-27WindowServer: Add an icon for the system menu / About actionAndreas Kling
2019-08-18Inspector: Add a custom 16x16 icon to represent objectsAndreas Kling
2019-08-17Kernel+SystemServer: Mount filesystems and start TTYServer in userspaceSergey Bugaev
2019-08-14ProcessManager: Rename it to SystemMonitorSergey Bugaev
2019-08-14Misc: Import pci.ids file version 2019.08.08Conrad Pankoff
2019-08-11Base: Draw some new icons for various apps, tweak othersAndreas Kling
2019-08-11ChanViewer: Make a 32x32 icon :^)Andreas Kling
2019-08-06Launcher: Add ChanViewer to default configConrad Pankoff
2019-08-04ChanViewer: Give this application a simple window iconAndreas Kling
2019-07-21FileManager: Add a toolbar button for going to the home directory.Andreas Kling
2019-07-13Piano: Add 16x16 window icon.Andreas Kling
2019-07-13Piano: Add to Launcher with a new 32x32 icon. :^)Andreas Kling
2019-07-03Launcher: Reformat config a little bit (#279)Christopher Dumas
2019-07-02Launcher: The "Launcher" config file group shouldn't take up visual space.Andreas Kling
2019-07-02Launcher: Vertical/Horizontal optionChristopher Dumas
2019-06-30PaintBrush: Make a little icon for the eraser tool.Andreas Kling
2019-06-30ProcessManager: Add app icon.Andreas Kling
2019-06-30PaintBrush: Make app icon transparent.Andreas Kling
2019-06-29PaintBrush: Add a simple app icon.Andreas Kling
2019-06-29AK: Make a tiny JSON unit test based on a saved VisualBuilder form.Andreas Kling
2019-06-22PaintBrush: Add a color picker tool.Andreas Kling
2019-06-21PaintBrush: Make a little icon for the spray tool.Andreas Kling
2019-06-15LibHTML: Basic element attribute parsing.Andreas Kling
2019-06-15LibHTML: Start working on a very simplified HTML parser.Andreas Kling
2019-06-15PaintBrush: Make little icons for the pen and bucket tools.Andreas Kling
2019-06-12Demos: Import Fire demo contributed by "pd".Andreas Kling
2019-06-07Terminal: Use the visual bell by default.Andreas Kling
2019-06-07LookupServer: Load hostnamesChristopher Dumas
2019-06-06WindowServer: New API for Scaled BlitChristopher Dumas
2019-05-27fixed ini WM configChristopher Dumas
2019-05-27removed extra impl of scalingChristopher Dumas
2019-05-27centered backgrounds are now an optionChristopher Dumas
2019-05-27tiled backgrounds no longer has strange off-by-one pixel errorsChristopher Dumas
2019-05-27can now tile background and made sure the IRC choose server popup still worksChristopher Dumas
2019-05-27IRC client setttings, Terminal settings, more WM settingsChristopher Dumas
2019-05-27implemented settings for window manager.Christopher Dumas
2019-05-27Network stack is now configurable, and resolution is also configurable, but l...Christopher Dumas
2019-05-25Base: Add a 32x32 icon for Minesweeper.Andreas Kling
2019-05-25Base: Tweak the small Terminal icon slightly.Andreas Kling
2019-05-25Base: Make a 32x32 icon for Snake.Andreas Kling
2019-05-24Launcher loads applications from Launcher.ini, is started by default, and is ...Christopher Dumas
2019-05-24LibGUI: Add a GRadioButton widget.Andreas Kling