mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-09 12:09:58 +02:00
32218b00dc Implement X11Window::grab_mouse
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-08 19:33:49 +02:00
9ceede5bbb Add mouse events support to X11Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-08 14:59:49 +02:00
f166a85e69 Add key down and key up events support in X11Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-08 12:21:14 +02:00
f825d1fe53 Window resize and close events in X11Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-07 21:19:41 +02:00
a5972e4e1a Implement X11GLContext
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-07 16:11:45 +02:00
fff349c71a Begin implementing X11Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-07 15:50:01 +02:00
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-07 15:20:17 +02:00
7529f157cd Begin implementing XCBWindow
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-07 12:26:37 +02:00
d8dbf70cf0 Begin implementing XCBWindow
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-07 11:44:32 +02:00
6d9b05c927 Remove GLFW3 dependency from INSTALL.md
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-07 11:25:07 +02:00
33b0d44fc9 Implement mouse grabbing support in Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-06 19:41:29 +02:00
27b0d205dd Remove GLFW3 dependency
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-06 17:47:51 +02:00
0639e6bbec Delete ImGui code because it won't be compatible with custom windowing system
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-06 17:36:07 +02:00
bd1af5419e Implement GLContext for Win32 window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 20:04:23 +02:00
74f1103618 List client sources manually in CMakeLists.txt
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:57:08 +02:00
4da8dd00ff React properly to Alt+F4 in Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:44:28 +02:00
7e6cb8f9b1 Add mouse wheel event support to Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:33:44 +02:00
85f5039c81 Add mouse move event support to Win32Window
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-05 18:23:58 +02:00
3c973eb28d Add methods for querying keyboard and mouse state
20d8236701 Add mouse button down and mouse button up events support to Win32Window
2c421c37ff Add key up and key down event support to Win32Window
758cc39c19 Add KeyCode enum
55c24686f1 Fix Win32 window creation
Compare 9 commits »
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-03 22:38:12 +02:00
c4b7444b7a Implement ResourceManager for retrieving resources from server