mrkubax10
  • Joined on 2023-03-28
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-27 20:11:27 +02:00
2a85327a8e SerenityOSWindow: Implement TEXT_ENTER event support
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-27 19:25:46 +02:00
5aaf24d8a7 SerenityOSWindow: WINDOW_RESIZE event support
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-27 14:21:44 +02:00
b880279b42 SerenityOSWindow: Implement mouse events support
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-27 12:08:04 +02:00
4c1d479dfe SerenityOSWindow: Implement KEY_DOWN and KEY_UP events
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-26 15:04:27 +02:00
7045b5a6ed SerenityOSWindow: Window now creates
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-24 13:07:40 +02:00
9eaf5a2f54 Game now compiles on SerenityOS
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-23 15:00:09 +02:00
0e29610808 Begin adding support for SerenityOS
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-22 14:32:16 +02:00
1299adbc68 Main menu is back. Finally!
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-21 21:28:03 +02:00
31a6007f05 Implement GUI loading from file
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-20 17:44:02 +02:00
61383029dc Add few more Constraints
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-20 17:02:11 +02:00
1b1ae5cc3c Implement StackLayout
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-19 19:15:05 +02:00
62fda5cc08 Add Box GUI component (static messagebox)
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-19 12:34:57 +02:00
fe49c0ad1d Extrusion effect fixes in GUI
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-18 21:26:40 +02:00
756a34128d Implement TextEdit GUI component
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-17 20:38:13 +02:00
64db8d670b Add way to render part of texture
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-16 19:52:50 +02:00
9833f2d757 Win32Window: Add TEXT_ENTER event support
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-13 18:42:22 +02:00
f961018850 WaylandWindow: Add TEXT_ENTER event support
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-13 17:22:05 +02:00
40a7372df9 INSTALL.MD improvements
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-12 18:26:32 +02:00
5d6d48ebda Add TEXT_ENTER event
mrkubax10 pushed to master at PolyGun/PolyGun 2023-07-10 13:42:19 +02:00
323d97d6fd Button now reacts to inactive state