summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Closing obsolete SDL-1.3 named branchSDL-1.3Ryan C. Gordon2010-02-280-0/+0
|
* SDL_Rect now uses int for position and size.Sam Lantinga2006-07-108-66/+300
| | | | | Added a few more rectangle functions. Added a dirty rectangle list implementation.
* The general code handles restoring video mode/gamma/etc. when the window ↵Sam Lantinga2006-07-098-73/+139
| | | | | | loses focus. Support for changing fullscreen/windowed mode in progress.
* Implemented gamma correction on Windows.Sam Lantinga2006-07-0916-190/+429
| | | | Added general code to restore the video mode and gamma when windows lose focus.
* Implemented Win32 input grabSam Lantinga2006-07-084-8/+49
|
* SDL_PushEvent() calls the event filter code, and has a return value to tellSam Lantinga2006-07-088-67/+66
| | | | | whether or not the event was actually pushed. SDL_GetEventFilter() now returns an SDL_bool instead of the filter function.
* Starting support for Direct3D render driver.Sam Lantinga2006-07-089-103/+591
|
* Fixed compile problems with new OpenGL API.Sam Lantinga2006-07-073-5/+7
|
* Fixed typo in stretch render code.Sam Lantinga2006-07-071-1/+1
|
* Started on the OpenGL API revamp.Sam Lantinga2006-07-073-19/+85
|
* Merged sdl.pc location fix from SDL 1.2Sam Lantinga2006-07-071-1/+1
|
* Implemented Win32 video mode supportSam Lantinga2006-07-0715-123/+390
|
* Proof of concept done - Win32 GDI implementation mostly complete.Sam Lantinga2006-07-0634-295/+2927
|
* (no commit message)Sam Lantinga2006-07-061-0/+1
|
* Added a userdata parameter for event filters.Sam Lantinga2006-06-3017-36/+574
| | | | | Added a function to filter the existing queued events. Added explicit support for relative mouse mode to the API.
* Fixed indenting in MSVC inline assemblySam Lantinga2006-06-301-119/+131
|
* Cleaned up a bunch of warnings, started adding Win32 event supportSam Lantinga2006-06-3025-106/+283
|
* You can now create multiple windows on Win32Sam Lantinga2006-06-288-18/+394
|
* Further progress on the new Windows video driver:Sam Lantinga2006-06-2710-269/+158
| | | | | | | * SDL_SetModuleHandle() is obsolete, I hope. * SDL 1.3 uses the UNICODE API * I'm ignoring Windows CE for the moment, we'll reevaluate what needs to be different for Windows CE later. * Pulled the stdio redirection from WinMain()
* Include sdl.pc in the development RPMSam Lantinga2006-06-271-0/+1
|
* The screen/shadow surface flags are no longer neededSam Lantinga2006-06-262-5/+1
|
* Fixed libiconv detectionSam Lantinga2006-06-261-0/+1
|
* Fixed problem with nasm hidden visibility detectionSam Lantinga2006-06-261-1/+2
|
* Whoops, forgot to indentSam Lantinga2006-06-265-20/+36
|
* Started framework for Windows video driverSam Lantinga2006-06-2620-70/+499
|
* Almost added Mac OS X nasm supportSam Lantinga2006-06-262-1/+11
|
* ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------Sam Lantinga2006-06-262-1/+5
| | | | | | | | | | | | | | | | | | | | | Created an attachment (id=142) [edit] updated makefiles for 1.2.11 release The new Watcom-Win32.zip - includes the new testcursor test, and - doesn't link to dxguid.lib anymore (by defining INITGUID for SDL_dx5events.c), to fix issue with stack calling convention (-6s can now be used instead of -6r in CFLAGS). ------- Comment #6 From Marc Peter 2006-06-25 18:12 [reply] ------- Created an attachment (id=143) [edit] updated README.Watcom for 1.2.11 - lists new testcursor test - mentions possibility to build with -6s (stack calling convention) instead of -6r (register calling convention)
* Merged gcc on win32 fix from SDL 1.2Sam Lantinga2006-06-251-3/+5
|
* Merged fix for bug #240 from SDL 1.2Sam Lantinga2006-06-243-96/+347
|
* Passing NULL to SDL_SetDisplayMode() will set the desktop mode.Sam Lantinga2006-06-243-20/+6
|
* Added a multi-window version of testsprite using the new API.Sam Lantinga2006-06-249-42/+340
|
* Merged fix for bug #258 from SDL 1.2Sam Lantinga2006-06-242-10/+8
|
* Merged memory leak fix from SDL 1.2Sam Lantinga2006-06-241-11/+32
|
* Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2Sam Lantinga2006-06-243-12/+30
|
* Merged Ryan's 5.1 audio fix from SDL 1.2Sam Lantinga2006-06-231-2/+67
|
* Merged DirectSound dropout fix from SDL 1.2Sam Lantinga2006-06-232-17/+28
|
* Merged dynamic X11 fix from SDL 1.2Sam Lantinga2006-06-231-14/+31
|
* Renamed, per Mike's comment on bug #157Sam Lantinga2006-06-215-5/+5
|
* Renamed, per Mike's comment on bug #157Sam Lantinga2006-06-211-0/+0
|
* Fixed bug #157Sam Lantinga2006-06-217-35/+57
| | | | | | | | | | | | | | | [patch tweaked to handle older nasm, which doesn't support :function syntax] ------- Comment #5 From Mike Frysinger 2006-05-22 01:24 [reply] ------- Created an attachment (id=132) [edit] libsdl-hidden-nasm.patch here's the patch i posted here: http://www.libsdl.org/pipermail/sdl/2006-March/073618.html this will hide the symbols dynamically if the build nasm/yasm supports the hidden stuff ... in other words, this patch should be safe with both older and new versions of nasm/yasm
* Fixed bug #256Sam Lantinga2006-06-211-0/+2
|
* Date: Fri, 9 Jun 2006 11:35:23 +0300Sam Lantinga2006-06-201-1/+1
| | | | | | | From: "Janne Junnila" Subject: [SDL] SDL_SetGamma bug You can't set the the gamma 'brighter' than 1.0. There's a patch attached.
* Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)Sam Lantinga2006-06-201-3/+7
| | | | | | | | | | | | From: "Torsten Giebl" Subject: [SDL] Patch for Makefile.DC Hello ! This patch autom. copys SDL_config.h.default into SDL_config.h when compiling SDL for Dreamcast using Makefile.dc.
* Fixed bug #251Sam Lantinga2006-06-201-4/+36
|
* Bug #250, pkg-config support contributed by Mikael ErikssonSam Lantinga2006-06-203-2/+18
|
* I think this fixes bug #244Sam Lantinga2006-06-203-88/+165
|
* Fixed bug #241Sam Lantinga2006-06-202-5/+7
|
* Fixed bug #232Sam Lantinga2006-06-201-21/+32
| | | | | ------- Comment #2 From Matthias Geissert 2006-05-24 07:54 [reply] ------- See http://dri.sourceforge.net/doc/DRIuserguide.html, section 11.5. There is written that you need to use RTLD_GLOBAL, since, otherwise, nested open of dynamic libraries doesn't work. However, This is necassary in this case, since libGL opens the hardware-specific driver/library. I hope this helps you.
* Fixed bug #232Sam Lantinga2006-06-201-12/+0
|
* This trick only works for EnglishSam Lantinga2006-06-181-6/+7
|