mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-19 11:18:41 +02:00
285e83246e FreeType font loading
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-19 10:58:18 +02:00
bb4a967290 Detect Freetype in CMakeLists.txt
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-18 21:35:12 +02:00
11f7f7ff1a Add Windows with vcpkg and Visual Studio building instructions
mrkubax10 merged pull request PolyGun/PolyGun#7 2023-06-18 21:35:12 +02:00
Add Windows with vcpkg and Visual Studio building instructions
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-18 15:49:36 +02:00
63ee210e40 Move cmake to mk folder
mrkubax10 deleted branch custom_windowing_system from PolyGun/PolyGun 2023-06-18 15:46:52 +02:00
mrkubax10 pushed to master at PolyGun/PolyGun 2023-06-18 15:45:53 +02:00
8972f2f1f5 Merge branch 'custom_windowing_system'
8a5052ecc6 Update INSTALL.MD to mention Wayland libraries
73e4868ce8 WaylandWindow: Implement grab_mouse
a556d6468a WaylandWindow: Implement mouse events
6f3b5a6884 Remove testing code
Compare 35 commits »
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-18 10:22:50 +02:00
8a5052ecc6 Update INSTALL.MD to mention Wayland libraries
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-18 10:12:03 +02:00
73e4868ce8 WaylandWindow: Implement grab_mouse
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-16 16:37:01 +02:00
a556d6468a WaylandWindow: Implement mouse events
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-15 18:14:13 +02:00
6f3b5a6884 Remove testing code
mrkubax10 pushed to custom_windowing_system at PolyGun/PolyGun 2023-06-15 18:12:49 +02:00
9928fd4f1f WaylandWindow: Implement keyboard events
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