RSS
Rev. 时间 作者
06be4b33029d SDL-1.3 2010-02-28 14:21:37 Ryan C. Gordon

Closing obsolete SDL-1.3 named branch

8dd28c4ef746 SDL-1.3 2006-07-10 16:34:50 Sam Lantinga

SDL_Rect now uses int for position and size.
Added a few more rectangle functions.
Added a dirty rectangle list implementation.

f7c667ded87d SDL-1.3 2006-07-10 03:09:16 Sam Lantinga

The general code handles restoring video mode/gamma/etc. when the window loses focus.
Support for changing fullscreen/windowed mode in progress.

0b1070f2f94d SDL-1.3 2006-07-09 18:02:26 Sam Lantinga

Implemented gamma correction on Windows.
Added general code to restore the video mode and gamma when windows lose focus.

fd65f12b6de6 SDL-1.3 2006-07-09 05:55:39 Sam Lantinga

Implemented Win32 input grab

875c3cf1a12c SDL-1.3 2006-07-09 05:07:08 Sam Lantinga

SDL_PushEvent() calls the event filter code, and has a return value to tell
whether or not the event was actually pushed.
SDL_GetEventFilter() now returns an SDL_bool instead of the filter function.

e70477157db9 SDL-1.3 2006-07-09 03:06:02 Sam Lantinga

Starting support for Direct3D render driver.

0ef52d56e8bb SDL-1.3 2006-07-07 19:39:33 Sam Lantinga

Fixed compile problems with new OpenGL API.

b1ee090d194f SDL-1.3 2006-07-07 19:39:02 Sam Lantinga

Fixed typo in stretch render code.

90a3e0fccb88 SDL-1.3 2006-07-07 19:29:16 Sam Lantinga

Started on the OpenGL API revamp.

18223b2ec68c SDL-1.3 2006-07-07 17:07:16 Sam Lantinga

Merged sdl.pc location fix from SDL 1.2

98a3207ddde8 SDL-1.3 2006-07-07 17:05:39 Sam Lantinga

Implemented Win32 video mode support

6c63fc2bd986 SDL-1.3 2006-07-06 16:17:11 Sam Lantinga

Proof of concept done - Win32 GDI implementation mostly complete.

4bdbb9b2bd0a SDL-1.3 2006-07-06 14:53:32 Sam Lantinga

(empty log message)

5daa04d862f1 SDL-1.3 2006-06-30 17:18:44 Sam Lantinga

Added a userdata parameter for event filters.
Added a function to filter the existing queued events.
Added explicit support for relative mouse mode to the API.

1cc762cafff8 SDL-1.3 2006-06-30 14:50:35 Sam Lantinga

Fixed indenting in MSVC inline assembly

a1ebb17f9c52 SDL-1.3 2006-06-30 14:42:49 Sam Lantinga

Cleaned up a bunch of warnings, started adding Win32 event support

5b9f50c957ed SDL-1.3 2006-06-28 17:12:07 Sam Lantinga

You can now create multiple windows on Win32

ed4d4f1ea201 SDL-1.3 2006-06-27 16:46:36 Sam Lantinga

Further progress on the new Windows video driver:
* 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()

e3637569ab86 SDL-1.3 2006-06-27 13:59:10 Sam Lantinga

Include sdl.pc in the development RPM

6ab5e712e642 SDL-1.3 2006-06-27 05:32:54 Sam Lantinga

The screen/shadow surface flags are no longer needed

364df7679e6b SDL-1.3 2006-06-27 01:21:06 Sam Lantinga

Fixed libiconv detection

b025e419d344 SDL-1.3 2006-06-27 01:15:36 Sam Lantinga

Fixed problem with nasm hidden visibility detection

3e66ed1690e4 SDL-1.3 2006-06-26 23:29:50 Sam Lantinga

Whoops, forgot to indent

931d111e737a SDL-1.3 2006-06-26 22:56:56 Sam Lantinga

Started framework for Windows video driver

865ba39fc96d SDL-1.3 2006-06-26 14:27:34 Sam Lantinga

Almost added Mac OS X nasm support

db78e088b6ce SDL-1.3 2006-06-26 10:35:02 Sam Lantinga

------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
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)

2047ec9bb665 SDL-1.3 2006-06-26 02:17:00 Sam Lantinga

Merged gcc on win32 fix from SDL 1.2

cd14138a8703 SDL-1.3 2006-06-25 02:31:46 Sam Lantinga

Merged fix for bug #240 from SDL 1.2

57ce47f033a5 SDL-1.3 2006-06-25 02:01:29 Sam Lantinga

Passing NULL to SDL_SetDisplayMode() will set the desktop mode.

Show on old repository browser