Wed, 03 Apr 2019 23:37:14 -0400 |
Some minor (and not entirely correct) palette fixes.
|
file | diff | annotate |
Tue, 02 Apr 2019 15:05:00 -0400 |
Fixed SDL_ListModes() to not return pointers to things that got realloc'd.
|
file | diff | annotate |
Tue, 02 Apr 2019 14:15:37 -0400 |
Add an error message to SDL_ListModes() if subsystem isn't initialized.
|
file | diff | annotate |
Tue, 02 Apr 2019 14:15:06 -0400 |
Fixed SDL_GetVideoInfo()
|
file | diff | annotate |
Fri, 22 Mar 2019 23:11:59 -0400 |
SDL 1.2 timers run at a 10 millisecond resolution, so round appropriately.
|
file | diff | annotate |
Fri, 22 Mar 2019 10:54:17 -0400 |
First shot at adding the idTech4 extentions.
|
file | diff | annotate |
Fri, 22 Mar 2019 09:43:16 -0400 |
SDL 1.2 ignores SDL_FreeSurface() attempts on the screen surface.
|
file | diff | annotate |
Sun, 10 Mar 2019 00:18:10 -0500 |
Call SDL_StopTextInput() during init.
|
file | diff | annotate |
Sun, 10 Mar 2019 00:16:12 -0500 |
This is probably a better name for the SDL2 library on macOS.
|
file | diff | annotate |
Fri, 08 Mar 2019 21:31:21 -0500 |
Implemented SDL_GetKeyState().
|
file | diff | annotate |
Fri, 08 Mar 2019 21:30:59 -0500 |
More work on SDL_WM_SetIcon().
|
file | diff | annotate |
Fri, 08 Mar 2019 21:30:07 -0500 |
Use FULLSCREEN_DESKTOP if fullscreen size matches current mode.
|
file | diff | annotate |
Fri, 08 Mar 2019 21:28:47 -0500 |
Implemented SDL_GetRelativeMouseState().
|
file | diff | annotate |
Fri, 08 Mar 2019 21:27:57 -0500 |
Load/unload SDL2 at DLL init time.
|
file | diff | annotate |
Wed, 06 Mar 2019 16:53:24 -0500 |
Fixed input grabbing.
|
file | diff | annotate |
Wed, 06 Mar 2019 16:53:01 -0500 |
First shot at SDL_WM_SetIcon. Doesn't work yet.
|
file | diff | annotate |
Wed, 06 Mar 2019 16:51:58 -0500 |
Handle SDL_SIMD_ALIGNED even if the headers don't.
|
file | diff | annotate |
Wed, 06 Mar 2019 03:08:45 -0500 |
Optimize dirty rectangle rendering.
|
file | diff | annotate |
Wed, 06 Mar 2019 02:56:23 -0500 |
A bunch of work on getting alpha blending more correct.
|
file | diff | annotate |
Wed, 06 Mar 2019 02:54:33 -0500 |
Try just an accelerated renderer instead of just a vsync renderer.
|
file | diff | annotate |
Sat, 02 Mar 2019 22:07:01 -0500 |
A bunch of work on getting 2D surfaces more correct (palettes, alpha, etc).
|
file | diff | annotate |
Sat, 02 Mar 2019 08:19:49 -0500 |
Fixed SDL_PushEvent() messing up the queue.
|
file | diff | annotate |
Fri, 01 Mar 2019 23:54:52 -0500 |
Fix a few calls from SDL_ to SDL20_.
|
file | diff | annotate |
Fri, 01 Mar 2019 23:52:55 -0500 |
Report current function in FIXME output.
|
file | diff | annotate |
Fri, 01 Mar 2019 23:52:32 -0500 |
Deal with apps that call SDL_UpdateRects even if the screen is SDL_DOUBLEBUF.
|
file | diff | annotate |
Fri, 01 Mar 2019 10:53:25 -0500 |
Make sure the audio callback clears the stream before passing it to the app.
|
file | diff | annotate |
Fri, 01 Mar 2019 10:52:47 -0500 |
Deal with updating the screen surface when conversion isn't necessary.
|
file | diff | annotate |
Fri, 01 Mar 2019 10:52:06 -0500 |
SDL_DisplayFormatAlpha() is just SDL_DisplayFormat() in modern times, I think.
|
file | diff | annotate |
Fri, 01 Mar 2019 10:51:25 -0500 |
Force masks to zero if creating an 8-bit surface.
|
file | diff | annotate |
Fri, 01 Mar 2019 10:50:23 -0500 |
Fixed some whitespace things.
|
file | diff | annotate |
Fri, 01 Mar 2019 01:43:04 -0500 |
Implemented SDL_WM_ToggleFullScreen().
|
file | diff | annotate |
Fri, 01 Mar 2019 01:08:43 -0500 |
Enable relative mouse mode when 1.2 app hides and grabs the cursor.
|
file | diff | annotate |
Thu, 28 Feb 2019 09:43:17 -0500 |
SDL_GL_LoadLibrary() has slightly different behavior between 1.2 and 2.0.
|
file | diff | annotate |
Thu, 28 Feb 2019 09:42:52 -0500 |
Don't rerun vidmode check on second init.
|
file | diff | annotate |
Thu, 28 Feb 2019 09:09:36 -0500 |
dlopen() needs RTLD_NOW (or _LAZY) or glibc fails to load SDL2.
|
file | diff | annotate |
Thu, 21 Feb 2019 02:42:13 -0500 |
Cleaned up debug code for loading SDL2.
|
file | diff | annotate |
Thu, 21 Feb 2019 02:39:28 -0500 |
Added SDL_revcpy, which isn't _actually_ in SDL2.
|
file | diff | annotate |
Thu, 21 Feb 2019 02:31:37 -0500 |
Joystick support.
|
file | diff | annotate |
Thu, 21 Feb 2019 00:30:29 -0500 |
Fixed several crashes from SDL 1.2 test programs.
|
file | diff | annotate |
Thu, 21 Feb 2019 00:14:13 -0500 |
Raise the window when calling SDL_SetVideoMode.
|
file | diff | annotate |
Thu, 21 Feb 2019 00:04:17 -0500 |
Don't crash creating non-paletted surfaces.
|
file | diff | annotate |
Wed, 20 Feb 2019 23:56:34 -0500 |
Fixed event queue corruption.
|
file | diff | annotate |
Wed, 20 Feb 2019 23:56:10 -0500 |
Got initial keyboard support working.
|
file | diff | annotate |
Wed, 20 Feb 2019 11:56:40 -0500 |
Implemented SDL_LockSurface and SDL_UnlockSurface
|
file | diff | annotate |
Wed, 20 Feb 2019 11:56:19 -0500 |
Fixed some whitespace.
|
file | diff | annotate |
Tue, 19 Feb 2019 16:41:05 -0500 |
Implemented SDL_SetColorKey.
|
file | diff | annotate |
Tue, 19 Feb 2019 16:40:20 -0500 |
Turns out SDL_Rect changed between 1.2 and 2.0.
|
file | diff | annotate |
Tue, 19 Feb 2019 16:40:38 -0500 |
Corrected default palette generation.
|
file | diff | annotate |
Mon, 18 Feb 2019 00:43:28 -0500 |
Actually, just force the renderer to be SDL_DOUBLEBUF for now.
|
file | diff | annotate |
Mon, 18 Feb 2019 00:28:06 -0500 |
First shot at getting dirty rectangles working with SDL_Render windows.
|
file | diff | annotate |
Mon, 18 Feb 2019 00:26:53 -0500 |
Fill in a default palette for 8-bit screen surfaces.
|
file | diff | annotate |
Mon, 18 Feb 2019 00:26:26 -0500 |
Try a few types of renderer creation requests, just in case.
|
file | diff | annotate |
Mon, 18 Feb 2019 00:25:42 -0500 |
Corrected SDL_FillRect
|
file | diff | annotate |
Mon, 18 Feb 2019 00:25:14 -0500 |
Ignore new SDL_SIMD_ALIGNED flag for now.
|
file | diff | annotate |
Mon, 18 Feb 2019 00:24:42 -0500 |
Implement SDL_ConvertSurface and SDL_DisplayFormat.
|
file | diff | annotate |
Thu, 14 Feb 2019 21:57:26 -0500 |
Deal with the SDL_*Blit functions.
|
file | diff | annotate |
Thu, 14 Feb 2019 14:28:40 -0500 |
Support code for macOS binaries that statically linked against 1.2's SDLmain.
|
file | diff | annotate |
Wed, 13 Feb 2019 20:56:19 -0500 |
Fixed some compiler warnings.
|
file | diff | annotate |
Wed, 13 Feb 2019 20:56:09 -0500 |
Fixed some symbols that aren't actually available in SDL 2.0.
|
file | diff | annotate |
Wed, 13 Feb 2019 20:55:29 -0500 |
Reimplemented SDL_SetVideoMode, with SDL_Render for 2D surfaces!
|
file | diff | annotate |