- 28 Jul, 2010 4 commits
-
-
Sam Lantinga authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
Add support for texture modulation (both color and alpha). testsprite2 works now with --cyclealpha and --cyclecolor.
-
Sam Lantinga authored
I made a video driver GAPI/RAW for WinCE (SDL-1.3). RAW mode has a priority, and also, GAPI mode works with environment "SDL_VIDEO_RENDERER=gapi" and for RAW mode "SDL_VIDEO_RENDERER=raw". I checked the work on the screens of VGA, WVGA, QVGA, WQVGA, HVGA, + tested all modes with WindowsMobile Emulator. Also, correctly draws the pointer position and the scale of the pointer for VGA/WVGA modes, correctly draws top left position for DM orientation screen, and portrait/landscape/square geometry the screen also correct. Also, I added a small fix for GDI fullscreen mode. Patch for latest revision SDL-1.3 in an attachment. Also added small path for mingw32ce build.
-
- 24 Jul, 2010 1 commit
-
-
Sam Lantinga authored
I have done some quick changes and at least the code compiles again. It also works with a number of the test executables with the DFB X11 backend. I hope to find time to get SDLMAME to work with latest SDL1.3 (i.e. rip out multi-keyboard, multi-mice & cursor support) next week to test it further. Regards, André
-
- 23 Jul, 2010 1 commit
-
-
Sam Lantinga authored
I also found a bug in the non-printable character fix. In SDL_keyboard.c:SDL_SendKeyboardText: if (*text < ' ' || *text == 127) { needs to be: if ((unsigned char)*text < ' ' || *text == 127) { Otherwise bytes >= 128 will be considered non-printable.
-
- 22 Jul, 2010 6 commits
-
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sam Lantinga authored
-
Sam Lantinga authored
-
- 21 Jul, 2010 9 commits
-
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sam Lantinga authored
-
Sam Lantinga authored
-
Sam Lantinga authored
-
Sam Lantinga authored
-
- 20 Jul, 2010 4 commits
-
-
Sam Lantinga authored
Fixed X11 error when running under window managers that don't support the _NET_SUPPORTING_WM_CHECK protocol.
-
Sam Lantinga authored
Anytime we enter the window, we gain the mouse focus. If we leave the window because of a normal LeaveNotify, then we lose mouse focus.
-
Sam Lantinga authored
-
Sunny Sachanandani authored
-
- 19 Jul, 2010 4 commits
-
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
Massive speed-up. Fixed the format that is set for the renderer. Included runtime checks for XDamage.
-
Sunny Sachanandani authored
-
- 18 Jul, 2010 11 commits
-
-
Sam Lantinga authored
Don't set the WM_TRANSIENT_FOR property to an invalid value - delete it instead.
-
Sam Lantinga authored
-
Sam Lantinga authored
Get the GLX functions with glXGetProcAddress() when available.
-
Sam Lantinga authored
GCC supports unnamed unions now. :)
-
Sam Lantinga authored
-
Sam Lantinga authored
Check to for overruns before they happen instead of afterwards.
-
Sam Lantinga authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sunny Sachanandani authored
-
Sam Lantinga authored
-