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-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-11
3DFileViewer+Tubes: Add `map_fixed` to pledges
Jelle Raaijmakers
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-03-24
Applications: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-02-16
3DFileViewer: Don't unveil "/home/anon/Documents/3D Models"
Lucas CHOLLET
2023-02-16
3DFileViewer: Set the window title name in `load_file()`
Lucas CHOLLET
2023-02-16
3DFileViewer: Don't try to open textures without `LibFSASC`
Lucas CHOLLET
2023-02-16
3DFileViewer: Port to `Core::File`
Lucas CHOLLET
2023-02-16
3DFileViewer: Remove unnecessary tests when loading files
Lucas CHOLLET
2023-02-16
3DFileViewer: Use `LibFSAC` in `GLContextWidget::load_path()`
Lucas CHOLLET
2023-02-16
3DFileViewer: Port `MeshLoader` and its child to the new `Core::File`
Lucas CHOLLET
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-28
AK: Remove `try_` prefix from FixedArray creation functions
Linus Groh
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
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
[next]