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
2023-01-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
2023-01-07
3DFileViewer: Use AK::Time to accumulate frame and cycle counts
Andrew Kaster
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-06
3DFileViewer: Properly propagate errors from WavefrontOBJLoader
Maciej
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-22
3DFileViewer: Propagate key events to the window
Names4Noobs
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-03
Userland: Unveil /proc/all in applications which require it
Timothy Flynn
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-16
LibGL: Make GL::create_context fallible
Andrew Kaster
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
[next]