summaryrefslogtreecommitdiff
path: root/Applications/QuickShow/QSWidget.cpp
AgeCommit message (Expand)Author
2020-06-16QuickShow: Add reset zoom action to toolbarHüseyin ASLITÜRK
2020-06-16QuickShow: Switch to full screen mode on double clickHüseyin ASLITÜRK
2020-06-15QuickShow: Use new Bitmap::is_path_a_supported_image_format methodHüseyin ASLITÜRK
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-04-26 QuickShow: Add gif files to navigation file listHüseyin ASLITÜRK
2020-04-23QuickShow: Draw GUI::Frame parts of QSWidgetAndreas Kling
2020-04-12QuickShow: Toolbar for who love to use mouseHüseyin ASLITÜRK
2020-04-12QuickShow: Add Delete actionHüseyin ASLITÜRK
2020-04-12QuickShow: Add Fullscreen, Zoom options to View menuHüseyin ASLITÜRK
2020-04-12QuickShow: Rotate image left and right, flip vertical and horizontalHüseyin ASLITÜRK
2020-04-12QuickShow: Browse the files in the same folderHüseyin ASLITÜRK
2020-04-06QuickShow: Miscellaneous improvementsTibor Nagy
2020-04-05QuickShow: Use checkerboard background to show transparencyTibor Nagy
2020-04-05QuickShow: Fix crash on startupTibor Nagy
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-14LibGUI: Port the drag&drop code to Core::MimeDataAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-20QuickShow: Allow dropping an image file on the QuickShow windowAndreas Kling
2019-12-20QuickShow: Don't disable background fillAndreas 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-23QuickShow: Allow panning and zooming the image instead of stretching it.Andreas Kling