Rémi Verschelde
|
225a3b2545
Merge pull request #57341 from bruvzg/win_multiwin_fs
|
3 years ago |
Rémi Verschelde
|
2e320dcf87
Merge pull request #57617 from bruvzg/char_cleanup
|
3 years ago |
Rémi Verschelde
|
d235c1bb19
Merge pull request #57335 from jordigcs/display-refresh-rate
|
3 years ago |
bruvzg
|
f4ea9cd9f3
[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to allow multi-window interface in full-screen.
|
3 years ago |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
3 years ago |
jordi
|
54dec44dba
Add screen_get_refresh_rate to DisplayServer
|
3 years ago |
Hendrik Brucker
|
c058361a23
Fix captured mouse mode
|
3 years ago |
Nathan Franke
|
8a0a3accee
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
|
3 years ago |
Rémi Verschelde
|
4b36b6e92a
Merge pull request #56785 from bruvzg/nat_handles_4
|
3 years ago |
Rémi Verschelde
|
57a057f7ff
Merge pull request #56754 from madmiraal/fix-45592
|
3 years ago |
Omar Polo
|
bd448e5535
Rename or refactor macros to avoid leading underscores
|
4 years ago |
bruvzg
|
d62ca0c9c0
Window management improvements.
|
3 years ago |
bruvzg
|
89f37d4105
Add support for getting native display, window, and view handles.
|
3 years ago |
luz paz
|
858bcd5058
Fix various typos
|
3 years ago |
Marcel Admiraal
|
5250cdd150
Use mouse event relative motion to calculate mouse velocity
|
3 years ago |
Rémi Verschelde
|
46624388d4
Merge pull request #56322 from madmiraal/fix-42450
|
3 years ago |
Rémi Verschelde
|
1d6f8ad837
Merge pull request #56438 from madmiraal/fix-56428
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Marcel Admiraal
|
75a58360fd
Fix tablet tilt values returning bad values
|
3 years ago |
Marcel Admiraal
|
3105d9b1f3
Rename speed to velocity when it's a directional Vector
|
3 years ago |
Bastiaan Olij
|
d08b28aeb0
Fix initialising of gl_manager and checking gl_manager and context_vulkan preventing crash issues.
|
3 years ago |
Lightning_A
|
e078f970db
Rename `remove()` to `remove_at()` when removing by index
|
4 years ago |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |
Rémi Verschelde
|
43ff899fa7
Merge pull request #54315 from nekomatata/x11-key-events-log
|
3 years ago |
PouleyKetchoupp
|
4215d694f8
Fix BadWindow X11 errors when a window is closed while processing struts
|
3 years ago |
Rémi Verschelde
|
a000186de4
Merge pull request #41565 from nekomatata/x11-usable-screen-size
|
3 years ago |
Clay John
|
8a10bb7d0d
Use OpenGL 3.3 core profile instead of compatibility profile
|
3 years ago |
Hugo Locurcio
|
ce97ddbcb1
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
|
3 years ago |
lawnjelly
|
e3491a3744
Add GLES2 2D renderer + Linux display manager
|
4 years ago |
PouleyKetchoupp
|
85a934954d
Implemented screen_get_usable_rect for X11 Display Server
|
5 years ago |