Lukas Dürrenberger
|
6591c59504
|
Add window create functions without style specifier
This brings the create() functions inline with the constructor overloads
for WindowBase, Window, and RenderWindow
|
2024-09-16 12:05:59 -04:00 |
|
Chris Thrasher
|
0831f055ce
|
Require that sf::WindowBase::handleEvents receives at least one argument
|
2024-07-21 11:59:05 -06:00 |
|
Chris Thrasher
|
b4c7e4a890
|
Stop running tests that sometimes hang indefinitely
|
2024-07-17 17:12:58 -06:00 |
|
vittorioromeo
|
7ba672139c
|
Simplify sf::WindowBase::handleEvents and add basic tests
|
2024-07-09 17:51:41 +02:00 |
|
Chris Thrasher
|
fbd8407a5f
|
Enable moving windows
|
2024-06-30 16:50:32 -06:00 |
|
Chris Thrasher
|
6f5711e799
|
Decrease test precision to reduce flakey failures
Sometimes this job fails. Perhaps it needs to be resructured or
removed if we can't figure out how to make it more reliable.
https://github.com/SFML/SFML/actions/runs/9569223439/job/26381302304?pr=3106#step:21:137
|
2024-06-18 14:02:57 -06:00 |
|
vittorioromeo
|
e7b23ffcd1
|
Add timeout parameter to waitEvent
|
2024-06-14 15:00:46 +02:00 |
|
trustytrojan
|
ca0a231b35
|
Add operator bool() to sf::Event for checking if the event type is not Empty
|
2024-05-03 22:50:59 +00:00 |
|
Chris Thrasher
|
a2c003b2b7
|
Add sf::State for specifying fullscreen or floating windows
|
2024-01-15 23:08:33 -07:00 |
|
Chris Thrasher
|
1cca7cde7e
|
Consistently use getNativeHandle function name
|
2023-08-27 16:52:00 -06:00 |
|
Chris Thrasher
|
f6dfc04938
|
Switch to Catch2
|
2023-05-13 12:38:11 -06:00 |
|
Chris Thrasher
|
27249d42ed
|
Add sf::WindowBase::set{Min|Max}imumSize()
Co-authored-by: Shane Whitmire <dogunbound5@gmail.com>
Co-authored-by: michael.david.howard@outlook.com <michael.david.howard@outlook.com>
|
2023-05-12 14:36:06 -06:00 |
|
vittorioromeo
|
cbfa9cbb65
|
Reorder includes hierarchically
|
2023-04-25 17:25:33 +02:00 |
|
Chris Thrasher
|
2af65286b7
|
Add tests for sf::WindowBase
|
2023-02-08 00:22:42 -07:00 |
|
Jonny Paton
|
e4bffe5b84
|
Rename test files to be unique
|
2022-10-23 16:39:12 +02:00 |
|