summaryrefslogtreecommitdiff
path: root/Userland/Applications/3DFileViewer
AgeCommit message (Expand)Author
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-123DFileViewer: Use ElapsedTimer::start_new()Brian Gianforcaro
2021-09-093DFileViewer: Use unveil and FileSystemAccessServerTimothy
2021-09-013DFileViewer: Maintain the FPS counter's positionDawid Wolosowicz
2021-08-18LibGL: Fix triangle winding calculationStephan Unverwerth
2021-08-18LibGL: Fix interpretation of BGRA byte orderStephan Unverwerth
2021-08-18LibGL: Fix glTexCoord behaviourStephan Unverwerth
2021-08-18LibGL+3DFileViewer: Make glRotatef accept degrees, not radiansStephan Unverwerth
2021-08-123DFileViewer: Allow zooming via mouse wheelStephan Unverwerth
2021-08-123DFileViewer: Add magnification filters to texture menuStephan Unverwerth
2021-08-123DFileViewer: Add texture menuStephan Unverwerth
2021-08-013DFileViewer: Display frame rate optionallyK-Adam
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-033DFileViewer: Add primitive mouse controlsNoah Rosamilia
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-30LibGL: Implement glBindTexture()Stephan Unverwerth
2021-05-273DFileViewer: Add separator before quit menu actionLinus Groh
2021-05-273DFileViewer: Add view menuErik Biederstadt
2021-05-263DFileViewer: Support textured modelsJesse Buhagiar
2021-05-213DFileViewer: Make the main widget a GUI::FrameAndreas Kling
2021-05-203DFileViewer: Clean up file handlingGunnar Beutner
2021-05-203DFileViewer: Move the example model into the home directoryGunnar Beutner
2021-05-203DFileViewer: Remove unveil() calls and add "thread" pledgeAndreas Kling
2021-05-193DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`Erik Biederstadt