mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-15 17:24:38 +02:00
b45732c05d Fix misplaced #endif in window.cpp
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-15 14:41:03 +02:00
d2ac9f8013 WaylandWindow: Window resize event support
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-14 18:57:00 +02:00
0b341cdda1 Implement EGLGLContext
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-13 21:58:27 +02:00
d759e70a1d Move extension query code to GLContext
mrkubax10 commented on issue PolyGun/PolyGun#5 2023-06-12 16:52:11 +02:00
Style guide for resource file names

maybe we should create a style guide that outlines the naming conventions for such files.

Yeah, I agree. @MIGDYN could you do that?

mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-10 15:35:44 +02:00
efd3959b5b Begin implementing WaylandWindow
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-10 12:26:50 +02:00
eb15f62f83 Update INSTALL.MD so it mentions libX11 instead of XCB
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-10 12:18:50 +02:00
ecf6f7137f Win32Window: Fix some oversights
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