index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
QuickShow
/
QSWidget.cpp
Age
Commit message (
Expand
)
Author
2020-06-16
QuickShow: Add reset zoom action to toolbar
Hüseyin ASLITÜRK
2020-06-16
QuickShow: Switch to full screen mode on double click
Hüseyin ASLITÜRK
2020-06-15
QuickShow: Use new Bitmap::is_path_a_supported_image_format method
Hüseyin ASLITÜRK
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-04-26
QuickShow: Add gif files to navigation file list
Hüseyin ASLITÜRK
2020-04-23
QuickShow: Draw GUI::Frame parts of QSWidget
Andreas Kling
2020-04-12
QuickShow: Toolbar for who love to use mouse
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Add Delete action
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Add Fullscreen, Zoom options to View menu
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Rotate image left and right, flip vertical and horizontal
Hüseyin ASLITÜRK
2020-04-12
QuickShow: Browse the files in the same folder
Hüseyin ASLITÜRK
2020-04-06
QuickShow: Miscellaneous improvements
Tibor Nagy
2020-04-05
QuickShow: Use checkerboard background to show transparency
Tibor Nagy
2020-04-05
QuickShow: Fix crash on startup
Tibor Nagy
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-14
LibGUI: Port the drag&drop code to Core::MimeData
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-20
QuickShow: Allow dropping an image file on the QuickShow window
Andreas Kling
2019-12-20
QuickShow: Don't disable background fill
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-23
QuickShow: Allow panning and zooming the image instead of stretching it.
Andreas Kling