365 Commits

Author SHA1 Message Date
Dmitry Marakasov
90fef8ab49 Mark const method as such 2015-01-15 17:13:42 +03:00
Dmitry Marakasov
be15f8c1d6 Implement Texture::UpdateYUV() 2015-01-15 17:13:00 +03:00
Dmitry Marakasov
e5c74863f0 Implement Renderer Output size getters 2015-01-15 17:12:46 +03:00
Dmitry Marakasov
b6781c3d93 Implement some Renderer getters 2015-01-15 16:59:40 +03:00
Dmitry Marakasov
a22e667dbc Fix documentation 2015-01-15 16:59:33 +03:00
Dmitry Marakasov
8aaf1815e0 Implement some Renderer getters 2015-01-15 16:51:17 +03:00
Dmitry Marakasov
04244eadf0 Implement some Texture getters 2015-01-15 16:26:38 +03:00
Dmitry Marakasov
e40e29dd8b Move, not copy CustomRWops in 2015-01-13 00:41:25 +03:00
Dmitry Marakasov
0f1dd26ebd Add in/out specifiers to param documentation 2015-01-12 21:43:28 +03:00
Dmitry Marakasov
5571d5c647 GetInfo should take a reference, deprecate pointer variant 2015-01-12 21:37:58 +03:00
Dmitry Marakasov
feaec6838b Remove deprecated functions 2015-01-11 06:39:50 +03:00
Dmitry Marakasov
feabe1497e Implement Font constructor from TTF_Font* 2015-01-11 06:36:11 +03:00
Dmitry Marakasov
1e5c17c95a Fix argument type; we use bool in C++ 2015-01-11 06:30:15 +03:00
Dmitry Marakasov
c823994fbc Fix argument name 2015-01-11 06:28:22 +03:00
Dmitry Marakasov
c753c8ceba Multiple documentation fixes 2015-01-11 06:25:38 +03:00
Dmitry Marakasov
d714070984 Document deleted ctors/assignment operators 2015-01-11 00:34:47 +03:00
Dmitry Marakasov
8f8c5e2bf1 Improve wording 2015-01-11 00:23:02 +03:00
Dmitry Marakasov
488063c3a5 Document StreamRWops 2015-01-11 00:16:27 +03:00
Dmitry Marakasov
4db7a4e0db Fix close return code 2015-01-11 00:16:18 +03:00
Dmitry Marakasov
6897f5f5a8 Improve wording 2015-01-11 00:15:55 +03:00
Dmitry Marakasov
927f812d43 Fix argument name for Write() 2015-01-10 23:47:42 +03:00
Dmitry Marakasov
7123b32217 Remove copy/move ctor/assign definitions
Since the class is trivial, default ones are fine
2015-01-10 23:45:59 +03:00
Dmitry Marakasov
b9173b0588 Document ContainerRWops 2015-01-10 23:44:56 +03:00
Dmitry Marakasov
5c713ce5e2 Fix argument name for Write() 2015-01-10 23:43:43 +03:00
Dmitry Marakasov
a404f750f7 Remove copy/move ctor/assign definitions
Since the class is trivial, default ones are fine
2015-01-10 23:42:27 +03:00
Dmitry Marakasov
da2b2441f3 Minor documentation fixes 2015-01-10 23:02:36 +03:00
Dmitry Marakasov
7a1f6d8f0d Fix typos 2015-01-10 22:11:50 +03:00
Dmitry Marakasov
062dd988f3 Fix param names 2015-01-10 21:08:48 +03:00
Dmitry Marakasov
45744a831e Fix typos 2015-01-10 21:06:30 +03:00
Dmitry Marakasov
0f4eea5aab Add another variant of Rect::Contains() 2015-01-08 06:53:25 +03:00
Dmitry Marakasov
2006bcd97b Merge branch 'size-getters' 2014-12-30 16:30:15 +03:00
Dmitry Marakasov
325a7fef2a Simplify logic 2014-12-30 00:14:21 +03:00
Dmitry Marakasov
c584b1a005 Add Rect intersection and union methods 2014-12-30 00:14:14 +03:00
Dmitry Marakasov
837772dac0 Add various Rect constructors 2014-12-30 00:13:27 +03:00
Dmitry Marakasov
a5d558b1c1 Remove unused includes 2014-12-30 00:12:54 +03:00
Dmitry Marakasov
7506b05a77 Implement Rect::Contains(Rect), add corresponding test 2014-12-29 22:04:43 +03:00
Dmitry Marakasov
f4823de989 Add Point memberwise division/multiplication 2014-12-29 21:54:14 +03:00
Dmitry Marakasov
9e53670b2e Implement Width/Height/Size getters for Texture and Surface 2014-12-29 21:37:44 +03:00
Dmitry Marakasov
e439ce849c Specify default argument values, as per documentation 2014-12-29 06:55:01 +03:00
Dmitry Marakasov
c9d26eaa18 We have bool type, use it for boolean value 2014-12-29 06:53:14 +03:00
Dmitry Marakasov
c5554f5853 Add two convenience functons for gllyph metrics retrieval 2014-12-29 06:51:22 +03:00
Dmitry Marakasov
5fd7eea480 Implement whole SDL_ttf 2014-12-29 06:46:21 +03:00
Dmitry Marakasov
9a3f3339ef Implement all font rendering functions 2014-12-29 05:05:23 +03:00
Dmitry Marakasov
7ef064819b Add SDL2PP_WITH_TTF knob to Config.hh 2014-12-28 06:32:18 +03:00
Dmitry Marakasov
bd286d5573 Fix documentation 2014-12-28 06:17:18 +03:00
Dmitry Marakasov
f1398b54df Implement basic ttf rendering, use in example 2014-12-28 06:15:46 +03:00
Dmitry Marakasov
ffdeb9465d Merge branch 'master' into ttf
Conflicts:
	CMakeLists.txt
	SDL2pp/SDL2pp.hh
2014-12-28 06:14:12 +03:00
Dmitry Marakasov
835ce5d7c0 Include SDLImage conditionally 2014-12-28 06:09:59 +03:00
Dmitry Marakasov
25bbd97b3e Add constructors from existing SDL2 objects 2014-12-28 06:06:22 +03:00
Dmitry Marakasov
0557464b56 Merge branch 'surface'
Conflicts:
	CMakeLists.txt
2014-12-28 04:29:07 +03:00