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