Andreas Kling
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 년 전 |
Mustafa Quraish
|
4d302e0e88
Everywhere: Use Application::construct() with Main::Arguments directly
|
3 년 전 |
Pedro Pereira
|
272f7c340e
3DFileViewer: Port to LibMain
|
3 년 전 |
Andreas Kling
|
0de33b3d6c
LibGfx: Use ErrorOr<T> for Bitmap::try_create()
|
3 년 전 |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 년 전 |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 년 전 |
Brian Gianforcaro
|
6c0329c806
3DFileViewer: Use ElapsedTimer::start_new()
|
3 년 전 |
Timothy
|
1c78ff1b9f
3DFileViewer: Use unveil and FileSystemAccessServer
|
4 년 전 |
Dawid Wolosowicz
|
977b62a213
3DFileViewer: Maintain the FPS counter's position
|
3 년 전 |
Stephan Unverwerth
|
addbcd42d7
LibGL: Fix triangle winding calculation
|
4 년 전 |
Stephan Unverwerth
|
22905daacb
LibGL: Fix interpretation of BGRA byte order
|
4 년 전 |
Stephan Unverwerth
|
b6373c2aba
LibGL+3DFileViewer: Make glRotatef accept degrees, not radians
|
4 년 전 |
Stephan Unverwerth
|
e405f436b6
3DFileViewer: Allow zooming via mouse wheel
|
4 년 전 |
Stephan Unverwerth
|
3c509cf2f7
3DFileViewer: Add magnification filters to texture menu
|
4 년 전 |
Stephan Unverwerth
|
75bc7be622
3DFileViewer: Add texture menu
|
4 년 전 |
K-Adam
|
9758ba5678
3DFileViewer: Display frame rate optionally
|
4 년 전 |
Brian Gianforcaro
|
a51e6547aa
Applications: Remove unused header includes
|
4 년 전 |
Andreas Kling
|
687a12d7fb
Userland: Add GUI::Window::add_menu() and use it everywhere
|
4 년 전 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 년 전 |
Noah Rosamilia
|
2feaf59ab2
3DFileViewer: Add primitive mouse controls
|
4 년 전 |
Ali Mohammad Pur
|
51c2c69357
AK+Everywhere: Disallow constructing Functions from incompatible types
|
4 년 전 |
Stephan Unverwerth
|
755393e684
LibGL: Implement glBindTexture()
|
4 년 전 |
Linus Groh
|
ffad5b1706
3DFileViewer: Add separator before quit menu action
|
4 년 전 |
Erik Biederstadt
|
3ea256b1c6
3DFileViewer: Add view menu
|
4 년 전 |
Jesse Buhagiar
|
343e66b816
3DFileViewer: Support textured models
|
4 년 전 |
Andreas Kling
|
6048e245ee
3DFileViewer: Make the main widget a GUI::Frame
|
4 년 전 |
Gunnar Beutner
|
2a16c8bdb8
3DFileViewer: Clean up file handling
|
4 년 전 |
Gunnar Beutner
|
728e6dad73
3DFileViewer: Move the example model into the home directory
|
4 년 전 |
Andreas Kling
|
df5f382b50
3DFileViewer: Remove unveil() calls and add "thread" pledge
|
4 년 전 |
Erik Biederstadt
|
585e7890cd
3DFileViewer: Move `Demos/GLTeapot` to `Applications/3DFileViewer`
|
4 년 전 |