index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
3DFileViewer
Age
Commit message (
Expand
)
Author
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-12
3DFileViewer: Use ElapsedTimer::start_new()
Brian Gianforcaro
2021-09-09
3DFileViewer: Use unveil and FileSystemAccessServer
Timothy
2021-09-01
3DFileViewer: Maintain the FPS counter's position
Dawid Wolosowicz
2021-08-18
LibGL: Fix triangle winding calculation
Stephan Unverwerth
2021-08-18
LibGL: Fix interpretation of BGRA byte order
Stephan Unverwerth
2021-08-18
LibGL: Fix glTexCoord behaviour
Stephan Unverwerth
2021-08-18
LibGL+3DFileViewer: Make glRotatef accept degrees, not radians
Stephan Unverwerth
2021-08-12
3DFileViewer: Allow zooming via mouse wheel
Stephan Unverwerth
2021-08-12
3DFileViewer: Add magnification filters to texture menu
Stephan Unverwerth
2021-08-12
3DFileViewer: Add texture menu
Stephan Unverwerth
2021-08-01
3DFileViewer: Display frame rate optionally
K-Adam
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-03
3DFileViewer: Add primitive mouse controls
Noah Rosamilia
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-30
LibGL: Implement glBindTexture()
Stephan Unverwerth
2021-05-27
3DFileViewer: Add separator before quit menu action
Linus Groh
2021-05-27
3DFileViewer: Add view menu
Erik Biederstadt
2021-05-26
3DFileViewer: Support textured models
Jesse Buhagiar
2021-05-21
3DFileViewer: Make the main widget a GUI::Frame
Andreas Kling
2021-05-20
3DFileViewer: Clean up file handling
Gunnar Beutner
2021-05-20
3DFileViewer: Move the example model into the home directory
Gunnar Beutner
2021-05-20
3DFileViewer: Remove unveil() calls and add "thread" pledge
Andreas Kling
2021-05-19
3DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`
Erik Biederstadt