2005-08-20 |
Sam Lantinga |
Added support for Visual C++ 2005
|
2005-08-18 |
Ryan C. Gordon |
Patch by me to fix crash described below.
|
2005-08-18 |
Ryan C. Gordon |
SDL_GetAppState() correction when toggling fullscreen on OSX.
|
2005-08-18 |
Ryan C. Gordon |
Date: Wed, 17 Aug 2005 11:23:40 -0400
|
2005-08-17 |
Ryan C. Gordon |
From: Jim Paris <jim_jtan_com>
|
2005-08-16 |
Patrice Mandin |
Sleep a bit less in thread
|
2005-08-11 |
Ryan C. Gordon |
Fixed mismerged patch.
|
2005-08-11 |
Ryan C. Gordon |
Patches to make SDL compatible with Win95 again.
|
2005-08-11 |
Ryan C. Gordon |
In MacOSX, when drag'n'dropping a document on an SDL app, or double-clicking a
|
2005-08-10 |
Patrice Mandin |
Document recent audio updates
|
2005-08-10 |
Patrice Mandin |
Use MiNT thread to update DMA pointers instead of unusable MFP interrupt
|
2005-08-09 |
Patrice Mandin |
Revert back to 1.6 revision
|
2005-08-08 |
Patrice Mandin |
And do not forget the correct test
|
2005-08-08 |
Patrice Mandin |
Was checking wrong address for ACIA MIDI
|
2005-08-07 |
Patrice Mandin |
Can use both clocks of FDI interface on Falcon, plus digital output
|
2005-07-29 |
Patrice Mandin |
Disable XBIOS in interrupt also under Magic
|
2005-07-29 |
Patrice Mandin |
Disable Centscreen screensaver
|
2005-07-27 |
Patrice Mandin |
Tell user how many bytes are needed
|
2005-07-27 |
Patrice Mandin |
Tell SDL to notfree my video surfaces (Damn, no how-to write a SDL driver)
|
2005-07-27 |
Patrice Mandin |
Revert back change between 1.29 and 1.30
|
2005-07-21 |
Patrice Mandin |
Revert back screen centering when using c2p
|
2005-07-21 |
Patrice Mandin |
Checking external clock on DSP port was leaving audio crossbar in limbo state
|
2005-07-21 |
Sam Lantinga |
Date: Fri, 15 Jul 2005 08:29:01 +0100
|
2005-07-20 |
Patrice Mandin |
Set MFP interrupt at end of frame
|
2005-07-20 |
Patrice Mandin |
Move GSXB callback to C source
|
2005-07-20 |
Patrice Mandin |
Reserve space in system buffer to call XBIOS from interrupt
|
2005-07-20 |
Patrice Mandin |
XBIOS in interrupt not usable under MiNT
|
2005-07-18 |
Patrice Mandin |
Set hardware palette to black in True Colour mode
|
2005-07-17 |
Patrice Mandin |
Save all registers on interrupt
|
2005-07-07 |
Patrice Mandin |
Forgot variable declaration
|
2005-07-07 |
Patrice Mandin |
Correctly process top/bottom event messages
|
2005-07-07 |
Patrice Mandin |
Send window to the bottom
|
2005-07-07 |
Patrice Mandin |
Don't use both mouse events for the same task
|
2005-07-07 |
Patrice Mandin |
Don't generate multiple mouse focus events
|
2005-07-01 |
Patrice Mandin |
Document IKBD hardware problem with mouse buttons and joystick fire buttons
|
2005-06-30 |
Patrice Mandin |
Cleanup C2P routine
|
2005-06-30 |
Patrice Mandin |
4bits screen also has hardware palette
|
2005-06-30 |
Patrice Mandin |
Was not using firstcolor parameter
|
2005-06-29 |
Patrice Mandin |
Direct newbies to what to do
|
2005-06-29 |
Patrice Mandin |
Avoid generating multiple key press/release messages for the same key
|
2005-06-29 |
Patrice Mandin |
Call old interrupt when receiving MIDI stuff
|
2005-06-29 |
Patrice Mandin |
Remove debug code
|
2005-06-25 |
Patrice Mandin |
Forgot enumeration value for Atari clones
|
2005-06-24 |
Ryan C. Gordon |
Patch from Antonio SJ Musumeci:
|
2005-06-15 |
Ryan C. Gordon |
The Darwin/MacOSX joystick code is largely copied from the HID Utilities
|
2005-06-12 |
Patrice Mandin |
[PATCH] SDL_GetVideoMode() do not find the best video mode
|
2005-06-07 |
Patrice Mandin |
Use wrong line length of menubar save buffer
|
2005-06-07 |
Patrice Mandin |
Save/restore system palette when application topped/untopped
|
2005-06-06 |
Patrice Mandin |
Another forgotten variable declaration
|
2005-06-06 |
Patrice Mandin |
Use correct system function to free memory
|
2005-06-06 |
Patrice Mandin |
SDL will center surface on screen for us
|
2005-06-06 |
Patrice Mandin |
Forgot variable declaration
|
2005-06-06 |
Patrice Mandin |
Restore and save menu bar when entering and exiting fullscreen mode
|
2005-06-06 |
Patrice Mandin |
Can not grab mouse
|
2005-06-03 |
Patrice Mandin |
Better mouse lose/gain focus
|
2005-06-02 |
Patrice Mandin |
Resize window to fit asked video mode
|
2005-06-02 |
Patrice Mandin |
Enable/disable mouse focus
|
2005-05-31 |
Patrice Mandin |
Add Centscreen extended modes support
|
2005-05-20 |
Patrice Mandin |
Used wrong offset in joystick packet
|
2005-05-20 |
Sam Lantinga |
Date: Tue, 22 Mar 2005 23:50:20 +0100
|