summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/main.cpp
AgeCommit message (Expand)Author
2019-09-05PaintBrush: Added GCommonActionsrhin123
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-23PaintBrush: Exit the event loop on main window close.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-16LibGUI: Add input types to GMessageBox.Andreas Kling
2019-06-25PaintBrush: Add support for opening files.Andreas Kling
2019-06-22PaintBrush: Fix compiler warnings.Andreas Kling
2019-06-12PaintBrush: Start fleshing out a toolbox widget.Andreas Kling
2019-06-11PaintBrush: Tidy up the UI a bit. Add some more colors.Andreas Kling
2019-06-10PaintBrush: Add some placeholder menus so it looks proper.Andreas Kling
2019-06-10PaintBrush: Add a PaletteWidget to allow color selection.Andreas Kling
2019-06-10PaintBrush: Start working on a simple painting application.Andreas Kling