2007-07-15 |
Sam Lantinga |
indent
|
2007-07-13 |
Patrice Mandin |
Update GEM driver to new API, will have to fill the void later :)
|
2007-06-14 |
Sam Lantinga |
make indent
|
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
|
2006-09-24 |
Sam Lantinga |
Formatting update
|
2006-09-12 |
Patrice Mandin |
Reenable xbios usage to get relative mouse motion
|
2006-07-10 |
Sam Lantinga |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
2006-06-14 |
Patrice Mandin |
Fix mouse cursor change
|
2006-05-29 |
Sam Lantinga |
more tweaking indent options
SDL-1.3
|
2006-05-28 |
Sam Lantinga |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
SDL-1.3
|
2006-05-01 |
Sam Lantinga |
glSDL support
SDL-1.3
|
2006-03-15 |
Sam Lantinga |
Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.
|
2006-02-23 |
Patrice Mandin |
Added preliminary support for MiNT /dev/mouse driver (disabled atm)
|
2006-02-21 |
Patrice Mandin |
Fixed include files
|
2006-02-21 |
Sam Lantinga |
Use consistent identifiers for the various platforms we support.
|
2006-02-16 |
Sam Lantinga |
New configure-based build system. Still work in progress, but much improved
|
2006-02-10 |
Sam Lantinga |
More header massaging... works great on Windows. ;-)
|
2006-02-07 |
Sam Lantinga |
Removed uses of stdlib.h and string.h
|
2006-02-07 |
Sam Lantinga |
Use SDL_ prefixed versions of C library functions.
|
2006-02-01 |
Sam Lantinga |
Updated copyright information and removed rcs id lines (problematic in branch merges)
|
2006-01-08 |
Patrice Mandin |
Rollback
|
2006-01-08 |
Patrice Mandin |
Load default OpenGL library if needed at driver initialization
|
2006-01-06 |
Patrice Mandin |
Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.
|
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-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 |
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-02 |
Patrice Mandin |
Resize window to fit asked video mode
|
2005-03-02 |
Patrice Mandin |
Was using width of surface instead of pitch to calculate length of surface width in words
|
2004-11-27 |
Patrice Mandin |
Forgot to flush OpenGL buffer using glFinish
|
2004-11-26 |
Patrice Mandin |
Keep current OpenGL context when possible
|
2004-11-26 |
Patrice Mandin |
Final touches to OSMesa OpenGL support on Atari, using loadable libraries. Hope SDL 1.2.8 is out soon.
|
2004-11-25 |
Patrice Mandin |
Factorize OSMesa OpenGL code for Atari drivers
|
2004-11-22 |
Patrice Mandin |
Remove ambiguous/useless code
|
2004-11-22 |
Patrice Mandin |
Add conversion routines for unsupported screen formats
|
2004-11-21 |
Patrice Mandin |
Add OSMesa OpenGL support to the Atari GEM video driver
|
2004-11-06 |
Patrice Mandin |
Prevent redraws till internal buffers are correctly setup
|
2004-10-08 |
Patrice Mandin |
No need to close the window when going to fullscreen mode
|
2004-08-10 |
Patrice Mandin |
Give mouse position relative to window position, and do not generate mouse button event if outside of the window
|
2004-08-09 |
Patrice Mandin |
Do not destroy window on resize, so we can go back to original size from maximized size
|
2004-08-05 |
Patrice Mandin |
Too much backslash-n at end of line
|
2004-08-05 |
Patrice Mandin |
Correctly center window on creation
|
2004-08-05 |
Patrice Mandin |
Use meaningful define instead of numeral value
|
2004-08-05 |
Patrice Mandin |
Use SDL_SetError instead of fprintf
|
2004-08-03 |
Patrice Mandin |
Wrongly test if width multiple of 16
|
2004-08-02 |
Patrice Mandin |
Lock the screen before doing its backup
|
2004-07-17 |
Patrice Mandin |
Forgot to initialize video mode list
|
2004-02-06 |
Patrice Mandin |
When commiting code, cleanup before doing it
|
2004-02-06 |
Patrice Mandin |
Bugfixes: some info about current framebuffer overwritten by some default values, and screen width must be multiple of 16 pixels to work correctly
|
2004-01-04 |
Sam Lantinga |
Updated copyright information for 2004 (Happy New Year!)
|
2003-11-14 |
Patrice Mandin |
Small fix for iconification
|
2003-11-12 |
Patrice Mandin |
Use new C2P routine + corrections for iconification window
|
2003-02-04 |
Sam Lantinga |
Date: Fri, 31 Jan 2003 15:17:30 +0100
|
2002-12-07 |
Sam Lantinga |
Updated Atari port for new system headers (thanks Patrice!)
|