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
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-10
Applications: Support `.obj` polygons in `3DFileViewer`
Jelle Raaijmakers
2022-04-06
LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically
Stephan Unverwerth
2022-04-02
3DFileViewer: Allow escape key to exit fullscreen mode
Adam Patterson
2022-04-01
3DViewer: Add support for dropping files
James Mintram
2022-04-01
3DFileViewer: Do not abort model loading when texture is missing
Stephan Unverwerth
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
3DFileViewer: Enable smooth shading in viewer + teapot model
Sahan Fernando
2022-02-28
Applications: Change static constexpr variables to constexpr
Lenny Maiorani
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-20
3DFileViewer: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-18
LibGL+LibSoftGPU+3DFileViewer: Implement Specular highlighting :^)
Jesse Buhagiar
2022-01-12
3DFileViewer: Replace lambertian lighting with GL Lighting
Jesse Buhagiar
2022-01-09
3DFileViewer: Propagate errors using try_set_main_widget in main
creator1creeper1
2021-12-12
Userland: Use File::lines() range-based for loop where appropriate
Sahan Fernando
2021-12-01
3DFileViewer: Add checkbox to disable texture
Jelle Raaijmakers
2021-11-29
3DFileViewer: Set correct aspect ratio in view frustum
Jelle Raaijmakers
2021-11-29
3DFileViewer: Improve FPS display
Jelle Raaijmakers
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
3DFileViewer: Port to LibMain
Pedro Pereira
2021-11-13
3DFileViewer: Clean some code for increased readability on Mesh
Pedro Pereira
2021-11-13
3DFileViewer: Calculate face-normal from vertex-normals of the triangle
Pedro Pereira
2021-11-13
3DFileViewer: Add 'normals' to Mesh constructor
Pedro Pereira
2021-11-13
3DFileViewer: Add vertex normal parsing to WavefrontOBJLoader
Pedro Pereira
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
[next]