Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-07 | Applications: Create a display properties manager | Jesse Buhagiar | |
An interactive application to modify the current display settings, such as the current wallpaper as well as the screen resolution. Currently we're adding the resolutions ourselves, because there's currently no way to detect was resolutions the current display adapter supports (or at least I can't see one... Maybe VBE does and I'm stupid). It even comes with a very nice template'd `ItemList` that can support a vector of any type, which makes life much simpler. | |||
2019-09-04 | GDirectoryModel: Add a 32x32 filetype icon for sound files | Andreas Kling | |
2019-09-04 | IRCClient: Add 16x16 icon | Andreas Kling | |
2019-08-29 | Base: Use the right shade of warm gray in the radio button bitmaps | Andreas Kling | |
2019-08-27 | WindowServer: Add an icon for the system menu / About action | Andreas Kling | |
It's a little ladybug. Maybe someday we'll have a fancy icon, but until then, this ladybug character is a cute placeholder. :^) | |||
2019-08-18 | Inspector: Add a custom 16x16 icon to represent objects | Andreas Kling | |
Behold, my finest "1990's OOP cube icon" :^) | |||
2019-08-17 | Kernel+SystemServer: Mount filesystems and start TTYServer in userspace | Sergey Bugaev | |
2019-08-14 | ProcessManager: Rename it to SystemMonitor | Sergey Bugaev | |
This is a more appropriate name now that it does a lot more than just manage processes ^) | |||
2019-08-14 | Misc: Import pci.ids file version 2019.08.08 | Conrad Pankoff | |
2019-08-11 | Base: Draw some new icons for various apps, tweak others | Andreas Kling | |
The following apps get new icons: - IRCClient - ProcessManager - Snake - Terminal - TextEditor ...and the PaintBrush icon has its saturation increased a bit. Also remove FontEditor from the Launcher default settings since it doesn't really belong in the set of commonly used apps. | |||
2019-08-11 | ChanViewer: Make a 32x32 icon :^) | Andreas Kling | |
2019-08-06 | Launcher: Add ChanViewer to default config | Conrad Pankoff | |
2019-08-04 | ChanViewer: Give this application a simple window icon | Andreas Kling | |
2019-07-21 | FileManager: Add a toolbar button for going to the home directory. | Andreas Kling | |
Fixes #308. | |||
2019-07-13 | Piano: Add 16x16 window icon. | Andreas Kling | |
2019-07-13 | Piano: Add to Launcher with a new 32x32 icon. :^) | Andreas Kling | |
2019-07-03 | Launcher: Reformat config a little bit (#279) | Christopher Dumas | |
2019-07-02 | Launcher: The "Launcher" config file group shouldn't take up visual space. | Andreas Kling | |
Also tweak Launcher.ini since CConfigFile bools are 1/0 rather than true/false. We should probably use true/false. Or switch over to JSON. | |||
2019-07-02 | Launcher: Vertical/Horizontal option | Christopher Dumas | |
2019-06-30 | PaintBrush: Make a little icon for the eraser tool. | Andreas Kling | |
2019-06-30 | ProcessManager: Add app icon. | Andreas Kling | |
2019-06-30 | PaintBrush: Make app icon transparent. | Andreas Kling | |
2019-06-29 | PaintBrush: Add a simple app icon. | Andreas Kling | |
I ended up drawing four crayons for the app icon. This is not a great fit for the app name. But uh, we'll figure this out somehow. :^) | |||
2019-06-29 | AK: Make a tiny JSON unit test based on a saved VisualBuilder form. | Andreas Kling | |
2019-06-22 | PaintBrush: Add a color picker tool. | Andreas Kling | |
2019-06-21 | PaintBrush: Make a little icon for the spray tool. | Andreas Kling | |
2019-06-15 | LibHTML: Basic element attribute parsing. | Andreas Kling | |
2019-06-15 | LibHTML: Start working on a very simplified HTML parser. | Andreas Kling | |
2019-06-15 | PaintBrush: Make little icons for the pen and bucket tools. | Andreas Kling | |
2019-06-12 | Demos: Import Fire demo contributed by "pd". | Andreas Kling | |
2019-06-07 | Terminal: Use the visual bell by default. | Andreas Kling | |
2019-06-07 | LookupServer: Load hostnames | Christopher Dumas | |
2019-06-06 | WindowServer: New API for Scaled Blit | Christopher Dumas | |
2019-05-27 | fixed ini WM config | Christopher Dumas | |
2019-05-27 | removed extra impl of scaling | Christopher Dumas | |
2019-05-27 | centered backgrounds are now an option | Christopher Dumas | |
2019-05-27 | tiled backgrounds no longer has strange off-by-one pixel errors | Christopher Dumas | |
2019-05-27 | can now tile background and made sure the IRC choose server popup still works | Christopher Dumas | |
2019-05-27 | IRC client setttings, Terminal settings, more WM settings | Christopher Dumas | |
2019-05-27 | implemented settings for window manager. | Christopher Dumas | |
2019-05-27 | Network stack is now configurable, and resolution is also configurable, but ↵ | Christopher Dumas | |
loading cursors causes a page-fault? | |||
2019-05-25 | Base: Add a 32x32 icon for Minesweeper. | Andreas Kling | |
2019-05-25 | Base: Tweak the small Terminal icon slightly. | Andreas Kling | |
2019-05-25 | Base: Make a 32x32 icon for Snake. | Andreas Kling | |
2019-05-24 | Launcher loads applications from Launcher.ini, is started by default, and is ↵ | Christopher Dumas | |
resized automatically Co-Authored-By: Andreas Kling <awesomekling@gmail.com> | |||
2019-05-24 | LibGUI: Add a GRadioButton widget. | Andreas Kling | |
Radio buttons are automagically exclusive with other radio button children of the same parent. :^) | |||
2019-05-13 | RetroFetch: Add a silly neofetch-like program. | Andreas Kling | |
The idea is to print out various system info suitable for screenshots. :^) | |||
2019-05-08 | GMessageBox: Add icons to message boxes with 3 standard ones to choose from. | Andreas Kling | |
2019-05-04 | GTableView: Improve look of column headers, and add sort order indicators. | Andreas Kling | |
2019-05-03 | LibGUI+WindowServer: Add a GResizeCorner widget. | Andreas Kling | |
This widget is automatically included in GStatusBar, but can be added in any other place, too. When clicked (with the left button), it initiates a window resize (using a WM request.) In this patch I also fixed up some issues with override cursors being cleared after the WindowServer finishes a drag or resize. |