This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-15 15:51:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ddb9997ead4568d1fa629d9126bd8c6286b213c9
love
/
src
/
modules
/
window
T
History
Alex Szpakowski
dfa319e01a
Replaced the EXCEPT_GUARD macro for converting love exceptions into Lua errors with the new luax_catchexcept function, which takes lambda function arguments.
2014-06-03 19:27:00 -03:00
..
sdl
Improved performance of love.graphics.present slightly on some platforms
2014-05-05 16:30:56 -03:00
Window.cpp
Added sRGB (gamma-correct) support for Images, Canvases, and the main screen.
2014-02-02 18:31:41 -04:00
Window.h
Added sRGB (gamma-correct) support for Images, Canvases, and the main screen.
2014-02-02 18:31:41 -04:00
wrap_Window.cpp
Replaced the EXCEPT_GUARD macro for converting love exceptions into Lua errors with the new luax_catchexcept function, which takes lambda function arguments.
2014-06-03 19:27:00 -03:00
wrap_Window.h
Added opt-in support for high-dpi mode in OS X when on a retina display (resolves issue
#761
).
2014-01-17 21:11:20 -04:00