14 Commits

Author SHA1 Message Date
Dmitry Marakasov
c7351716c0 Fix some implicit int to bool conversions 2020-06-17 19:29:50 +03:00
Dmitry Marakasov
f3bc4abd17 Implement SDL_SetWindowResizable()
Fixes #83
2017-07-20 14:12:33 +03:00
Dmitry Marakasov
970cd74dd9 Merge branch 'master' of github.com:libSDL2pp/libSDL2pp 2017-02-20 16:32:54 +03:00
Dmitry Marakasov
3c5b2e2fb5 Whitespace fix 2017-02-14 14:13:48 +03:00
Dmitry Marakasov
24482d85f6 Follow SDL2 include path conventions
Though these are broken and error prone, as they ignore the possibility
of conflicts between SDL, SDL2 and wrappers thereof discarding useful
include path prefix (SDL2/), since SDL and satellite libraries follow
these it's too hard to stay away.

So don't use prefixes for SDL include paths any longer.
2017-02-08 13:19:04 +03:00
Dmitry Marakasov
49e3c6a6a9 Implement Get/SetOpacity for Window (new in SDL 2.0.5) 2016-11-14 18:34:27 +03:00
Dmitry Marakasov
62ea64d28d Add standard move test 2016-02-03 00:28:15 +03:00
Dmitry Marakasov
f87b19da6a Add some move tests 2016-01-24 20:52:45 +03:00
Dmitry Marakasov
5a5d2c9be6 Use EXPECT_NO_EXCEPTION 2016-01-24 20:43:50 +03:00
Dmitry Marakasov
f2011ac583 Take minimization delay into account 2016-01-24 20:39:06 +03:00
Dmitry Marakasov
1605f90bcc Disable some hanging tests 2016-01-24 20:17:27 +03:00
Dmitry Marakasov
0e8331bbab More window tests 2016-01-24 19:53:04 +03:00
Dmitry Marakasov
317cf6b391 Add more window tests 2016-01-21 22:05:47 +03:00
Dmitry Marakasov
4c2180e260 Add first portion of live window tests 2016-01-19 05:36:30 +03:00