Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-05-01 | Base: Replace system About box icon with something home-drawn. | Andreas Kling | |
I don't recall where the previous one came from, so let's not assume we can use it. Here's one I drew myself instead. | |||
2019-04-30 | VisualBuilder: Add GSlider to the widgets toolbox. | Andreas Kling | |
2019-04-30 | Base: Import a slightly larger font I started working on. | Andreas Kling | |
This still needs a bunch of work but it will be good to have a larger font available to us. | |||
2019-04-29 | Toolchain: Useit.sh finish and added an install target for the libc's ↵ | VAN BOSSUYT Nicolas | |
Makefile and a bit of ground work for a gcc port | |||
2019-04-29 | Launcher: Add icons for VisualBuilder and IRCClient. | Andreas Kling | |
2019-04-28 | Minesweeper: Add considering feature, where middle clicking marks with '?' | Andreas Kling | |
This is useful in the harder modes, for trying out different possibilities. | |||
2019-04-26 | Minesweeper: Implement some feature requests. | Andreas Kling | |
Someone was playing this game and suggested a number of improvements so here we go trying to address them: - Add "chording" support, where you can click a numbered square using both mouse buttons simultaneously to sweep all non-flagged adjacent squares. - Mis-flagged squares are now revealed as such on game over, with a special "bad flag" icon. - The game timer now shows tenths of seconds. It also doesn't start until you click the first square. - Add the three difficulty modes from the classic Windows version. | |||
2019-04-20 | Snake: Add a window icon. :^) | Andreas Kling | |
2019-04-20 | Snake: Add some more fruit types. | Andreas Kling | |
2019-04-20 | Snake: Use a vegetable icon for the fruit. | Andreas Kling | |
2019-04-18 | FontEditor: Add a window icon. | Andreas Kling | |
2019-04-16 | Terminal: Add a window icon. | Andreas Kling | |
2019-04-16 | ProcessManager: Add a window icon. | Andreas Kling | |
2019-04-15 | Minesweeper: Add little icons to the flags and timer labels. | Andreas Kling | |
2019-04-13 | Minesweeper: More implementation work. | Andreas Kling | |
2019-04-13 | Minesweeper: Start working on a simple minesweeper game. :^) | Andreas Kling | |