Alex Szpakowski
|
f2797958db
Don’t minimize on focus loss in fullscreen-desktop mode (mimics post-SDL 2.0.1 behaviour)
|
11 years ago |
Alex Szpakowski
|
101c6ae90a
Fixed love.window.setFullscreen to update the graphics viewport immediately instead of waiting for the next event polling
|
11 years ago |
Alex Szpakowski
|
d9da19d665
Error for misspelled / invalid window attributes in love.window.setMode (resolves issue #736)
|
11 years ago |
Alex Szpakowski
|
b5c231e5bb
The window minwidth and minheight can't be less than 1
|
12 years ago |
Alex Szpakowski
|
ffe0485173
Removed love.window.checkMode (resolves issue #653, invalidates issue #592).
|
12 years ago |
Alex Szpakowski
|
4584cf6780
Always use regular vsync instead of preferring adaptive vsync if supported
|
12 years ago |
Alex Szpakowski
|
51d3fe22fc
Always recreate the GL context in love.window.setMode - SDL_GL_MakeCurrent can return success sometimes in Windows even when the context is trashed
|
12 years ago |
Alex Szpakowski
|
113ed1cfe7
Merged SDL2 changes from bartbes/love-experiments/SDL2 into default.
|
12 years ago |
Alex Szpakowski
|
3e57cfd174
Slightly reduced internal reliance on specific module backends
|
12 years ago |
Alex Szpakowski
|
7601ef05f4
Fixed a potential memory leak
|
12 years ago |
Bart van Strien
|
25d0d87247
Add love.window.getIcon, and reset it after setMode, so it doesn't get reset (issue #667 and issue #513)
|
12 years ago |
Alex Szpakowski
|
6e3a7288dd
Improved performance of ImageData:mapPixel (now up to 2x as fast as in 0.8.0!); love.graphics.newImage, Image:refresh, love.window.setIcon, and ImageRasterizers now prevent other threads from modifying the ImageData used in those functions until they're done accessing it
|
12 years ago |
Alex Szpakowski
|
1afc47511c
Fixed the graphics viewport not matching the window size when an unsupported fullscreen resolution is set
|
12 years ago |
Alex Szpakowski
|
2b54ea23de
Added love.window.isVisible
|
12 years ago |
Alex Szpakowski
|
b391a9f4a6
Added love.window.hasMouseFocus (issue #120)
|
12 years ago |
Alex Szpakowski
|
ff77eb4b29
Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
|
12 years ago |
Alex Szpakowski
|
9fc2a085cd
Updated love.timer.getTime to be microsecond-precise and monotonic (thanks Boolsheet), removed the now-obsolete love.timer.getMicroTime (issue #492)
|
12 years ago |
Alex Szpakowski
|
d5aa807747
More internal code cleanup
|
12 years ago |
Bart van Strien
|
7efe11b11f
Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463)
|
12 years ago |
Alex Szpakowski
|
4ae126ac44
Fixed some potential instability or crash issues
|
12 years ago |
Bart van Strien
|
3d0c5761ce
Merge in default, update changelog
|
12 years ago |
Alex Szpakowski
|
a68bdfe7a2
Constified many Graphics and Window methods
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Alex Szpakowski
|
a9211a1389
Removed direct OpenGL calls in the SDL Window module
|
12 years ago |
Bart van Strien
|
f81eebfb5f
Reapply sdl's keyrepeat settings after setWindow
|
12 years ago |
Bart van Strien
|
bddee1753b
Use a flags table for setMode now, implement resizable and borderless windows, and add resize event
|
13 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
c78c6801e9
Formatting fix
|
13 years ago |