Age | Commit message (Expand) | Author |
---|---|---|
2019-09-21 | LibGUI: Convert custom widgets and subclasses to ObjectPtr | Andreas Kling |
2019-09-21 | LibGUI: Convert GWindow to ObjectPtr | Andreas Kling |
2019-09-14 | LibGUI: Simplify GCommonActions a bit | Andreas Kling |
2019-09-05 | QuickShow: Added GCommonActions | rhin123 |
2019-07-23 | LibGUI: Get rid of GWindow::should_exit_event_loop_on_close(). | Andreas Kling |
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |
2019-06-30 | QuickShow: Make the window background black for a nicer contrast. | Andreas Kling |
2019-06-30 | QuickShow: When zooming with the mouse wheel, keep image centered at cursor. | Andreas Kling |
2019-06-30 | Meta: Removed all gitignore in the source tree only keeping the root one | VAN BOSSUYT Nicolas |
2019-06-25 | Move common Application build steps into their own Makefile.common | Lawrence Manning |
2019-06-23 | QuickShow: Allow panning and zooming the image instead of stretching it. | Andreas Kling |