Vraiment
31c05f8739
Added missing '\throws...' to Window documentation
2017-07-25 19:21:11 -07:00
Dmitry Marakasov
be318346e8
Update copyright
2017-07-20 14:12:58 +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
89ea96d008
Mark most single argument constructors explicit
...
Fixes #91
2017-02-14 14:14:26 +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
20bdc36577
Add export statements all over the code
2016-05-23 17:11:12 +03:00
Dmitry Marakasov
3ca3035e4d
Fix documentation for some Window methods
2016-01-24 19:55:36 +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
206d430e25
Fix argument types to match upstream API
2015-09-17 15:32:47 +03:00
Dmitry Marakasov
3ac98e50f6
Implement Window::SetBordered
2015-01-21 23:13:41 +03:00
Dmitry Marakasov
50a73c1377
Implement Window::SetIcon
2015-01-21 23:13:24 +03:00
Dmitry Marakasov
ecf9731750
Implement more Window methods
2015-01-19 23:29:51 +03:00
Dmitry Marakasov
713f42fe1d
Make setters return reference to self: Window
2015-01-19 00:52:15 +03:00
Dmitry Marakasov
92d7873a61
Implement bunch of Window methods
2015-01-15 19:18:42 +03:00
Dmitry Marakasov
49dd6d2225
Implement Window::GetTitle()
2015-01-15 17:53:56 +03:00
Dmitry Marakasov
0f1dd26ebd
Add in/out specifiers to param documentation
2015-01-12 21:43:28 +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
7a1f6d8f0d
Fix typos
2015-01-10 22:11:50 +03:00
Dmitry Marakasov
25bbd97b3e
Add constructors from existing SDL2 objects
2014-12-28 06:06:22 +03:00
Dmitry Marakasov
0007a489c3
Move Get to the top of memeber functions for consistency with other classes
2014-12-27 00:02:08 +03:00
Dmitry Marakasov
3671b60c1f
Fix typo
2014-12-26 22:02:49 +03:00
Dmitry Marakasov
00d57f8867
Member variable documentation consistency
2014-12-26 22:02:40 +03:00
Dmitry Marakasov
2e57ed81c7
Add references to SDL docs and exception info
2014-12-26 21:54:53 +03:00
Dmitry Marakasov
28a08d9071
Document new Window methods
2014-12-26 21:51:16 +03:00
Dmitry Marakasov
e67394628c
Merge branch 'master' into doxygen
...
Conflicts:
SDL2pp/Texture.hh
2014-12-26 21:45:34 +03:00
Dmitry Marakasov
5a0623f08e
Add bunch of Window functions
2014-12-26 19:32:40 +03:00
Dmitry Marakasov
fae12fdb7c
Move whole descriptions into documentation headers
2014-12-19 21:28:03 +03:00
Dmitry Marakasov
ea98311525
Document Window class
2014-12-18 20:02:21 +03:00
Dmitry Marakasov
46591a9cbf
Update project comment
2014-12-18 02:52:08 +03:00
Dmitry Marakasov
0124e2703a
Update copyright years
2014-12-18 02:51:49 +03:00
Dmitry Marakasov
7357952e5a
Add SetTitle, use std::string for window title
2014-02-03 05:00:36 +04:00
Dmitry Marakasov
c89ec85164
Add window size getters
2014-02-03 04:37:31 +04:00
Dmitry Marakasov
411c62a3cc
Implement c++11 move for renderers, textures and windows
2014-02-01 00:18:15 +04:00
Carl Schwope
1c1f37b76e
make destructors virtual
2013-11-14 15:53:51 -05:00
Dmitry Marakasov
c122f11643
Initial import
2013-09-06 01:47:05 +04:00