Age | Commit message (Expand) | Author |
---|---|---|
2019-12-20 | QuickShow: Allow dropping an image file on the QuickShow window | Andreas Kling |
2019-12-09 | LibGUI: Make GMenu inherit from CObject | Andreas Kling |
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: When zooming with the mouse wheel, keep image centered at cursor. | Andreas Kling |
2019-06-23 | QuickShow: Allow panning and zooming the image instead of stretching it. | Andreas Kling |