745 Commits

Author SHA1 Message Date
Dmitry Marakasov
ef56afff98 Bump soname after incompatible ABI changes 0.11.0 2015-11-30 06:13:50 +03:00
Dmitry Marakasov
167da88546 SDL_SetClipRect returns SDL_TRUE, not 0 on success 2015-11-28 18:46:59 +03:00
Dmitry Marakasov
f20d52dab6 Mark Rect named ctors constexpr 2015-11-27 20:43:08 +03:00
Dmitry Marakasov
01315e3afa Move documentation bit to method it actually belongs to 2015-11-27 20:23:32 +03:00
Dmitry Marakasov
8003052f32 Add Rect point getters 2015-11-27 20:21:49 +03:00
Dmitry Marakasov
693cdc659f Documentation fix 2015-11-27 16:43:18 +03:00
Dmitry Marakasov
e6f9cdbf4c Add two arguments rect extension methods 2015-11-27 16:42:30 +03:00
Dmitry Marakasov
f5f96754a1 Mention another project using libSDL2pp 2015-11-26 14:58:52 +03:00
Dmitry Marakasov
43ebad282c Improve documentation 2015-11-26 14:23:03 +03:00
Dmitry Marakasov
fa3cb7bcd9 Add std::hash support for Point and Rect 2015-11-26 13:42:16 +03:00
Dmitry Marakasov
a63cdde38f Move Rect and Point comparison operators out of classes 2015-11-26 13:14:17 +03:00
Dmitry Marakasov
95142b065c Add Point and Rect less-than operator
This allows using them as map and set keys
2015-11-26 12:57:36 +03:00
Dmitry Marakasov
f525231b94 Warnings tweak 2015-10-15 17:47:20 +03:00
Dmitry Marakasov
f1ca3cf057 Merge pull request #54 from vladimirgamalian/patch-1
Remove unused variables
2015-10-15 14:57:31 +03:00
Vladimir Gamalian
990efa6ef6 Remove unused variables 2015-10-15 16:45:08 +07:00
Dmitry Marakasov
6a59d6c74a Merge branch 'hidpi' 2015-10-15 12:37:24 +03:00
Dmitry Marakasov
e4fbc901b9 Add new contributor 2015-10-15 12:37:06 +03:00
Dmitry Marakasov
549de6c262 Fix return value descripions 2015-10-15 12:35:30 +03:00
Carsten Elton Sorensen
198b0bbbc8 Added GetDrawableSize, GetDrawableWidth and GetDrawableHeight for HiDPI support 2015-10-15 09:44:35 +02:00
Dmitry Marakasov
21d53add87 Bump version for the future release 2015-10-14 01:06:05 +03:00
Dmitry Marakasov
b4486f84dd Bump soversion for ABI changes since previous release 0.10.0 2015-10-14 01:06:05 +03:00
Dmitry Marakasov
a9d49da7fa Add casts to fix build on 32bit 2015-10-14 01:06:05 +03:00
Dmitry Marakasov
14e6bb322c Add latest release badge 2015-10-01 18:06:45 +03:00
Dmitry Marakasov
7c4396896a Merge remote-tracking branch 'vladimirgamalian/patch-1' 2015-09-22 19:36:33 +03:00
Dmitry Marakasov
3bd28d002e Finer grained doc groups for Mixer 2015-09-22 19:34:56 +03:00
Vladimir Gamalian
959d89dce7 Fix missed std::min 2015-09-22 14:17:34 +07:00
Dmitry Marakasov
87f8b6fc5b Finer grained doc groups 2015-09-21 16:09:27 +03:00
Dmitry Marakasov
9f7127e29c Simplify Doxyfile, only include changed statements 2015-09-17 18:17:36 +03:00
Dmitry Marakasov
279f693999 No need to process code blocks with newer Doxygen 2015-09-17 18:03:58 +03:00
Dmitry Marakasov
04db362971 Make README.md compatible with both github and doxygen 2015-09-17 18:03:00 +03:00
Dmitry Marakasov
bee32f54da More fixes for compiler feature detection 2015-09-17 16:49:51 +03:00
Dmitry Marakasov
e3feb2f7a4 Make travis build verbose 2015-09-17 16:08:09 +03:00
Dmitry Marakasov
be5bc9d1de Revamp compiler flag support detection logic 2015-09-17 16:02:36 +03:00
Dmitry Marakasov
8be33f4fb4 Add explicit Exception default constructor 2015-09-17 15:33:00 +03:00
Dmitry Marakasov
595da1e61e Fix infinite loop 2015-09-17 15:33:00 +03:00
Dmitry Marakasov
d29b7528a6 Fix some type conversion warnings 2015-09-17 15:32:54 +03:00
Dmitry Marakasov
206d430e25 Fix argument types to match upstream API 2015-09-17 15:32:47 +03:00
Dmitry Marakasov
adaecc22cf Fix return type to match upstream API 2015-09-17 15:32:36 +03:00
Dmitry Marakasov
9ecd4a12fe Fix variable types 2015-09-17 15:32:29 +03:00
Dmitry Marakasov
29f9f28128 Mixer sources and headers are optional 2015-09-17 15:19:36 +03:00
Dmitry Marakasov
1e6cefa86d Add macro to check and enable C++ flag, add some clang warnings 2015-09-17 15:18:56 +03:00
Dmitry Marakasov
472fae1311 Move build status message to the end of CMakeLists 2015-09-17 14:27:51 +03:00
Dmitry Marakasov
5822e5fc61 Mark static stuff as such 2015-09-16 22:52:42 +03:00
Dmitry Marakasov
6aded10f60 These are class methods 2015-09-16 22:52:15 +03:00
Dmitry Marakasov
9c89af064d Fix local variable shadowing 2015-09-16 22:51:39 +03:00
Dmitry Marakasov
a8ec68a625 Define pi as a constant instead of a macro
Consistent to what we already do in image example
2015-09-10 20:41:06 +03:00
Dmitry Marakasov
156786d047 Bump version for the future release 2015-09-09 20:23:20 +03:00
Dmitry Marakasov
05c0690ea5 Define M_PI if it isn't 2015-09-09 14:37:05 +03:00
Dmitry Marakasov
40d4b4773d Extend key features section 2015-09-07 19:05:48 +03:00
Dmitry Marakasov
4bbd976ced Bump soversion 0.9.0 2015-09-07 16:22:57 +03:00