Sam Lantinga [Mon, 31 Jan 2011 22:44:43 -0800] rev 5138
Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
Sam Lantinga [Mon, 31 Jan 2011 22:21:29 -0800] rev 5137
Removed partially functional renderers
Sam Lantinga [Tue, 01 Feb 2011 12:01:37 -0800] rev 5136
Spacing for documentation tweaks
Sam Lantinga [Tue, 01 Feb 2011 11:53:29 -0800] rev 5135
Tweak for documentation
Sam Lantinga [Tue, 01 Feb 2011 09:04:43 -0800] rev 5134
Fixed bug #1025 (iphone keyboard doesn't send 'return' and 'backspace' events)
Vittorio Giovara 2011-02-01 02:25:48 PST
i have attached an updated patch that fixes this behaviour
Sam Lantinga [Tue, 01 Feb 2011 09:02:53 -0800] rev 5133
Fixed spacing, adding vim spacing hints
Sam Lantinga [Tue, 01 Feb 2011 09:00:47 -0800] rev 5132
Added vim spacing hints
Sam Lantinga [Tue, 01 Feb 2011 08:59:22 -0800] rev 5131
Fixed spacing
Sam Lantinga [Tue, 01 Feb 2011 08:54:34 -0800] rev 5130
Fixed bug #1112 (retina display support)
Vittorio Giovara 2011-02-01 02:21:50 PST
with the attached patch, the opengles context will always use the maximum
screensize available; this is particularly useful for supporting retina display
on latest iphone.
please note: Apple documentation warns that using the "upscaled" gl context
actually uses more memory and bandwitdh, so it might be worth to let the user
decide whether to disable it or not, either with a flag or a sdl function...
Sam Lantinga [Tue, 01 Feb 2011 08:53:22 -0800] rev 5129
Fixed spacing