summaryrefslogtreecommitdiff
path: root/src/utils/sdlhelper.h
AgeCommit message (Collapse)AuthorFilesLines
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-09-13Fix option for enable/disable screensaver in SDL 2.Andrei Karas1-0/+2
2017-09-11Add option to set sdl logging level.Andrei Karas1-0/+2
Only for SDL2.
2017-09-08Split SDL_WaitEventTimeout/SDL_PollEvent into lower level SDL function calls.Andrei Karas1-0/+4
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated ↵Andrei Karas1-0/+2
before cleanup.
2017-09-07Add SDL2 errors logging.Andrei Karas1-0/+2
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-5/+5
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-15Fix other include issues.Andrei Karas1-0/+1
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-2/+0
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-10In OpenGL context creation add support for compatability context.Andrei Karas1-1/+2
2014-07-02Fix resize in modernopengl with own context in SDL1.2 build.Andrei Karas1-0/+2
2014-06-24Add manual OpenGL context creation.Andrei Karas1-0/+4
For SDL2 set attributes for context version. For SDL1.2 in X11 create own context. For SDL1.2 and other platforms not implimented for now. Also try fallback if need to older context versions.
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-18add const to other files.Andrei Karas1-6/+7
2013-08-25fix compilation with SDL1.2Andrei Karas1-1/+1
2013-08-24move threads creation into sdl helper.Andrei Karas1-0/+5
2013-08-24move WMInfo function calls into SDL helper.Andrei Karas1-0/+4
2013-08-24move some function to sdl helper.Andrei Karas1-0/+4
2013-08-24fix "grab input" in SDL2.Andrei Karas1-0/+1
2013-08-24fix window title and icon in SDL2.Andrei Karas1-0/+9
2013-08-24add sdlhelper with some low level SDL functions.Andrei Karas1-0/+38