2007-07-08 |
Sam Lantinga |
Fixed configure warning about datarootdir
|
2007-07-08 |
Ryan C. Gordon |
Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
|
2007-07-06 |
Bob Pendleton |
fixed code for printing mousewheel events to match the new format of mousewheel events.
|
2007-07-06 |
Sam Lantinga |
Reverted mousewheel support in 1.2, since it breaks binary compatibility.
|
2007-07-06 |
Sam Lantinga |
Fixed bug #382
|
2007-07-05 |
Sam Lantinga |
Fixed bug #436
|
2007-07-05 |
Sam Lantinga |
Fixed bug #77
|
2007-07-05 |
Sam Lantinga |
Fixed mode code under VMware running Windows 98
|
2007-07-05 |
Sam Lantinga |
I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98.
|
2007-07-05 |
Sam Lantinga |
Removed campatibility behavior for 1.3
|
2007-07-05 |
Ryan C. Gordon |
Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy.
|
2007-07-05 |
Ryan C. Gordon |
Merged r3140:3141 from branches/SDL-1.2: loopwave fix.
|
2007-07-05 |
Ryan C. Gordon |
Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.
|
2007-07-04 |
Sam Lantinga |
Fix for bug #447 merged from SDL 1.2
|
2007-07-04 |
Sam Lantinga |
Fixed bug #349
|
2007-07-03 |
Sam Lantinga |
stupid indent
|
2007-07-03 |
Ryan C. Gordon |
Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
|
2007-07-02 |
Sam Lantinga |
Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
|
2007-06-30 |
Sam Lantinga |
Merged change from 1.2 to add X11 path for OpenGL detection
|
2007-06-29 |
Ryan C. Gordon |
Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
|
2007-06-28 |
Sam Lantinga |
iconv() doesn't write to the data, just make compilers happy
|
2007-06-28 |
Sam Lantinga |
Merge iconv const changes from 1.2
|
2007-06-27 |
Ryan C. Gordon |
Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes.
|
2007-06-21 |
Ryan C. Gordon |
Fixed previous VC6 patch.
|
2007-06-21 |
Ryan C. Gordon |
Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.
|
2007-06-20 |
Bob Pendleton |
Added a WindowID to the user event and cleaned up a little bit of formating
|
2007-06-19 |
Sam Lantinga |
Fixes for compiling with Visual C++ 8.0 Express Edition
|
2007-06-16 |
Sam Lantinga |
Key repeat is handled by the OS, since text input is now decoupled from physical key events.
|
2007-06-16 |
Ryan C. Gordon |
Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
|
2007-06-16 |
Ryan C. Gordon |
Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support.
|
2007-06-15 |
Ryan C. Gordon |
Removed EPOC port from the 1.3 branch.
|
2007-06-15 |
Ryan C. Gordon |
Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.
|
2007-06-15 |
Ryan C. Gordon |
Subversion should ignore sdl.pc ...
|
2007-06-15 |
Ryan C. Gordon |
Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define.
|
2007-06-15 |
Sam Lantinga |
Don't install the extra SDL config headers or SDL_copying.h
|
2007-06-14 |
Ryan C. Gordon |
Reworked r3067:3068 from branches/SDL-1.2: arts unavailable hardware bug fix.
|
2007-06-14 |
Sam Lantinga |
make indent
|
2007-06-14 |
Sam Lantinga |
Fixed running on Windows under VMware
|
2007-06-13 |
Ryan C. Gordon |
Merged r3062:3063 from branches/SDL-1.2: clear inaccurate x11dyn error strings.
|
2007-06-13 |
Ryan C. Gordon |
Merged r3059:3060 from branches/SDL-1.2: output key event's keysym.
|
2007-06-09 |
Patrice Mandin |
Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt
|
2007-06-08 |
Patrice Mandin |
Set supervisor as volatile as it is modified from an interrupt
|
2007-06-04 |
Ryan C. Gordon |
Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix.
|
2007-06-04 |
Ryan C. Gordon |
Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.
|
2007-06-04 |
Ryan C. Gordon |
Merged r3042:3043 from branches/SDL-1.2: legacy yasm fix.
|
2007-06-03 |
Ryan C. Gordon |
Merged r3037:3038 from branches/SDL-1.2: Mac OS X memcpy/memset selection.
|
2007-05-31 |
Sam Lantinga |
Fixed build issues on Mac OS X
|
2007-05-29 |
Ryan C. Gordon |
Merged r3029:3030 from branches/SDL-1.2: Mac OS X joystick axis fix.
|
2007-05-27 |
Patrice Mandin |
Allow creation of window bigger than visible size
|
2007-05-26 |
Patrice Mandin |
Simply resize existing window
|
2007-05-26 |
Patrice Mandin |
GEM has a window manager, of course
|
2007-05-22 |
Ryan C. Gordon |
Date: Wed, 23 May 2007 00:39:47 +0300
|
2007-04-04 |
Ryan C. Gordon |
Mac OS X port always links with IOKit framework in SDL 1.3.
|
2007-04-04 |
Ryan C. Gordon |
Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks.
|
2007-04-04 |
Ryan C. Gordon |
Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.
|
2007-04-04 |
Ryan C. Gordon |
Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug.
|
2007-04-01 |
Ryan C. Gordon |
Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec
|
2007-03-30 |
Ryan C. Gordon |
Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
|
2007-03-27 |
Ryan C. Gordon |
Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.
|
2007-03-18 |
Ryan C. Gordon |
Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support.
|