Commit Graph

  • 835cdcb355 Fixed it Hayashi Naoyuki's way. :) Sam Lantinga 2006-02-07 12:15:46 +00:00
  • d72a9898ed Configure dynamically generates SDL_config.h I'm still wrestling with autoheader, but this should work for now... Fixed lots of build problems with C library support disabled Sam Lantinga 2006-02-07 12:11:33 +00:00
  • 5ff3069784 Faster fades when changing to/from/between fullscreen modes on Mac OS X. Also, it doesn't show the desktop between modes anymore. Ryan C. Gordon 2006-02-07 11:18:21 +00:00
  • bd5cd274af *** empty log message *** Sam Lantinga 2006-02-07 10:40:14 +00:00
  • 1e037cc218 Removed uses of stdlib.h and string.h Sam Lantinga 2006-02-07 09:29:18 +00:00
  • c7319385b8 Don't touch code that we brought in from other sources Sam Lantinga 2006-02-07 07:03:29 +00:00
  • 02cc6c0f11 Use SDL_ prefixed versions of C library functions. FIXME: Change #include <stdlib.h> to #include "SDL_stdlib.h" Change #include <string.h> to #include "SDL_string.h" Make sure nothing else broke because of this... Sam Lantinga 2006-02-07 06:59:48 +00:00
  • b9704a2004 SDL_config.h will eventually be a general feature set test, which will be useful for any program built with SDL on a given platform. Sam Lantinga 2006-02-06 17:28:04 +00:00
  • 735e84a7f0 Proper credit to uClibc :) Sam Lantinga 2006-02-06 17:26:47 +00:00
  • dc67631a8a *** empty log message *** Sam Lantinga 2006-02-06 08:58:44 +00:00
  • ca90eaa6fb Update from Alan Buckley Sam Lantinga 2006-02-06 08:47:44 +00:00
  • f62242e296 A few fixes to get this building on Linux again Sam Lantinga 2006-02-06 08:46:14 +00:00
  • 82bfaee73a It's now possible to build SDL without any C runtime at all on Windows, using Visual C++ 2005 Sam Lantinga 2006-02-06 08:28:51 +00:00
  • e2f752249e Seek back to start on error Sam Lantinga 2006-02-04 22:01:44 +00:00
  • 76646e9ef3 Date: Sat, 04 Feb 2006 19:47:23 +0900 From: Hayashi Naoyuki Subject: Re: [SDL] Character Composition problem on X Sam Lantinga 2006-02-04 16:29:22 +00:00
  • 467be8347d Resolved bug #130 Use XFilterEvent() to handle dead-key composition under X11 Cleaned up the code in preparation for 1.3 API changes Sam Lantinga 2006-02-04 08:35:11 +00:00
  • dbfa71e7a3 From: Hayashi Naoyuki Sam Lantinga 2006-02-03 07:43:42 +00:00
  • 3c351ccd46 Resolve bug #120 Use the real executable's name for the window class, if it's available. Sam Lantinga 2006-02-03 07:39:02 +00:00
  • f6f8aefcd1 Favor using pthread_mutexattr_settype() on Linux. Sam Lantinga 2006-02-03 06:33:54 +00:00
  • 9f31bf14d1 Fixed compile warning Sam Lantinga 2006-02-03 06:01:23 +00:00
  • 07d86ad1e2 Update for mintlib 0.57.6 (m68k-atari-mint libc) Patrice Mandin 2006-02-02 21:27:24 +00:00
  • fbfd8d7431 Date: Wed, 1 Feb 2006 18:20:33 -0800 From: Eric Wing Subject: SDL/Universal Binary updates Sam Lantinga 2006-02-02 06:26:39 +00:00
  • 6d3a2c8a62 AAlib driver was using C runtime string functions without including string.h. Ryan C. Gordon 2006-02-02 05:35:42 +00:00
  • 30dcbc6323 Logic bug in X11 Unicode input shutdown...was checking for == NULL when it should be != NULL. Ryan C. Gordon 2006-02-01 19:59:02 +00:00
  • cf71ac8526 Eliminate duplicate modes with different refresh rates Sam Lantinga 2006-02-01 09:28:42 +00:00
  • 0089f4c557 Updated exports Sam Lantinga 2006-02-01 09:01:12 +00:00
  • f9d29a6158 *** empty log message *** Sam Lantinga 2006-02-01 08:24:32 +00:00
  • 5a3c30601e Merged useful fixes from 1.3 branch Sam Lantinga 2006-02-01 08:17:54 +00:00
  • a9fe31119d Fixed dynamic X11 for now, I think. Ryan C. Gordon 2006-02-01 08:03:04 +00:00
  • cdba130015 *** empty log message *** Sam Lantinga 2006-02-01 07:12:14 +00:00
  • 808a16717c Updated copyright information and removed rcs id lines (problematic in branch merges) I batch edited these files, so please let me know if I've accidentally removed anybody's credit here. Sam Lantinga 2006-02-01 06:32:25 +00:00
  • b73cf4226a *** empty log message *** Sam Lantinga 2006-02-01 04:23:41 +00:00
  • cb0b38d800 Add flag to post mouse button events or not, and use defined function to post them Patrice Mandin 2006-01-31 21:33:35 +00:00
  • 586909871c Bah, I don't know what I'm doing. Sam Lantinga 2006-01-31 19:46:26 +00:00
  • cf49b25400 Quit building the frigging F77 libtool configuration! Sam Lantinga 2006-01-31 19:40:25 +00:00
  • 2246d1c59b We're no longer doing compile checks on the X11 extensions which we include. (Resolves bug #114) Sam Lantinga 2006-01-31 19:09:09 +00:00
  • bf26c5a03b Changed references to XFree86 to Xext to match change in directory structure. Ryan C. Gordon 2006-01-31 18:39:32 +00:00
  • 6797e47739 Reverted in favor of this one: https://bugzilla.libsdl.org/attachment.cgi?id=3 Sam Lantinga 2006-01-31 18:08:33 +00:00
  • adafcca267 XFree86 directory renamed to Xext Sam Lantinga 2006-01-31 17:56:44 +00:00
  • 073d8f68e0 Date: Tue, 05 Jul 2005 21:43:26 +1000 From: Sean Childs Subject: [SDL] Compiling SDL 1.2.8 with the free Borland compiler Sam Lantinga 2006-01-31 15:30:42 +00:00
  • ed75553184 Date: Sat, 14 Jan 2006 15:16:01 -0500 From: Andrew Fuller Subject: [SDL] [PATCH] ML-8866 PS2->USB converter Sam Lantinga 2006-01-31 14:59:43 +00:00
  • e3e00a7abd Oops Sam Lantinga 2006-01-31 01:16:21 +00:00
  • 82bc351fbd Removed some old Mac OS X cruft. Ryan C. Gordon 2006-01-30 18:56:30 +00:00
  • 9c5d7a5715 Corrects dynamic X11 code on Tru64 systems. Ryan C. Gordon 2006-01-30 18:21:44 +00:00
  • d13460ce42 This library is now available under the LGPL 2.1, the major change of which is allowing linking with a shared object to be considered sufficient for complying with section 6 of the LGPL. Sam Lantinga 2006-01-30 14:27:56 +00:00
  • 99fbd97a6a *** empty log message *** Sam Lantinga 2006-01-30 13:32:31 +00:00
  • 20f8999f76 Fixed crash: #include <SDL.h> Sam Lantinga 2006-01-30 13:30:44 +00:00
  • 89404b9e83 Date: Sun, 6 Mar 2005 17:06:20 +0100 From: Per Inge Mathisen Subject: [SDL] Fullscreen refresh on win32 Sam Lantinga 2006-01-30 06:56:10 +00:00
  • f8d589d4aa Date: Fri, 18 Feb 2005 20:49:35 +0200 (EET) From: ville Subject: [SDL] Changing, at least some, anonymous enums to named enums. Sam Lantinga 2006-01-29 23:14:04 +00:00
  • 937467e40a Added some useful command line arguments for testing Sam Lantinga 2006-01-29 23:06:05 +00:00
  • d21e833807 Fixed palette bug on non-WinCE Sam Lantinga 2006-01-29 22:23:54 +00:00
  • b48c324bc4 Only save the window position if we're in windowed mode Sam Lantinga 2006-01-29 22:09:26 +00:00
  • b2b62100f7 The event code was fine, and calculated the SDL_windowX/Y correctly. What we really needed to do was avoid doing client rect adjustment on zoomed windows. :) Sam Lantinga 2006-01-29 18:17:35 +00:00
  • 443dc46561 Date: Fri, 18 Feb 2005 07:58:00 +0200 From: "Mike Gorchak" Subject: [SDL] [PATCH] QNX6 and not only QNX6 fixes Sam Lantinga 2006-01-29 09:19:55 +00:00
  • 43bec0b020 Cleaned up the app registration stuff a bit Sam Lantinga 2006-01-29 09:13:36 +00:00
  • 51d713720e Date: Tue, 15 Feb 2005 21:28:48 +0900 (JST) From: "Michael Leonhard" Subject: [SDL] resize bug on Win32 and patch Sam Lantinga 2006-01-29 08:50:06 +00:00
  • 9430b28b12 Use the executable directory, not the current directory, for stdio output files Sam Lantinga 2006-01-29 08:39:35 +00:00
  • 50f352e421 *** empty log message *** Sam Lantinga 2006-01-29 08:19:27 +00:00
  • 3ac3d4eb74 Report both absolute and relative motion Sam Lantinga 2006-01-29 08:18:56 +00:00
  • b938b5724c Date: Fri, 14 Jan 2005 21:52:46 +0100 From: "SkunkGuru" Subject: [SDL] Repeated mousemotion event on notebook Sam Lantinga 2006-01-29 08:18:06 +00:00
  • d02be89754 Date: Sat, 15 Jan 2005 02:01:51 +0000 (UTC) From: jimrandomh Subject: [SDL] Re: Modifier keys pressed during initialization stick Sam Lantinga 2006-01-29 07:57:13 +00:00
  • 8e7e19bb8e *** empty log message *** Sam Lantinga 2006-01-29 06:40:13 +00:00
  • b5cd6b001c Re-query the SDL_WINDOWID each time we initialize the video Sam Lantinga 2006-01-29 06:11:38 +00:00
  • b0af382e6b *** empty log message *** Sam Lantinga 2006-01-28 05:47:11 +00:00
  • 32933f19e8 Avoid warnings in Visual C++ 2005 Sam Lantinga 2006-01-27 08:51:27 +00:00
  • 5734de0a4a *** empty log message *** Sam Lantinga 2006-01-27 08:47:15 +00:00
  • 44d3838ef0 Wacky! :) Sam Lantinga 2006-01-27 07:02:19 +00:00
  • b5c719c730 Fixed to match the docs Sam Lantinga 2006-01-27 06:36:33 +00:00
  • 39ab0b3e3e Date: Mon, 23 Feb 2004 23:29:20 -0500 From: "Brian Kropf" Subject: [SDL] Windx5 Sam Lantinga 2006-01-27 05:36:47 +00:00
  • e2dfdc9cef Who'd have thought that Windows CE wouldn't have the environment APIs? Sam Lantinga 2006-01-26 08:45:51 +00:00
  • b71dc0c0cb Compile fix for Window CE Sam Lantinga 2006-01-26 08:08:22 +00:00
  • 154683b5eb Whoops! (hope this compiles...) Sam Lantinga 2006-01-26 07:38:43 +00:00
  • e18aeca150 Updated config* from CVS http://cvs.savannah.gnu.org/viewcvs/config/?root=config Sam Lantinga 2006-01-26 07:33:57 +00:00
  • bfd3ac692d Some explanation on why SDL_RWFromFP doesn't always work on Win32 Sam Lantinga 2006-01-26 06:10:34 +00:00
  • 5d587ee484 Use Win32 API for putenv/getenv to avoid C runtime conflicts Sam Lantinga 2006-01-26 06:06:56 +00:00
  • f8f5a513dc Correctly manage mouse relative motion Patrice Mandin 2006-01-25 20:36:21 +00:00
  • f9db8339c3 SDL_GetVideoMode, part 3: pixel count compare was failing when only 1 video mode was present Patrice Mandin 2006-01-25 18:11:56 +00:00
  • cefbe73b27 Date: Mon, 22 Sep 2003 23:31:54 -0700 (PDT) From: Rob Neff Subject: [SDL] testgl.c minor bug fix for fullscreen mode Sam Lantinga 2006-01-25 07:04:02 +00:00
  • 94ae287dfb Date: Sun, 21 Sep 2003 19:52:42 -0600 From: Tyler Montbriand <tsm@accesscomm.ca> Subject: Re: [SDL] Hardware buttons on pocket pc Sam Lantinga 2006-01-25 07:00:40 +00:00
  • 7ce4dacee1 *** empty log message *** Sam Lantinga 2006-01-25 06:53:50 +00:00
  • 8d3f0fea3b Hopefully the X servers have been fixed (in 5 years) :) Sam Lantinga 2006-01-25 06:12:57 +00:00
  • 20d0529355 Date: Thu, 04 Sep 2003 02:12:35 +0200 From: Ignacio Casta�o <castanyo@yahoo.es> Subject: [SDL] SDL_GL_GetAttribute( SDL_GL_MULTISAMPLESAMPLES ... Sam Lantinga 2006-01-25 06:04:21 +00:00
  • a89982e922 Date: 10 Jun 2003 15:30:59 -0400 From: Mike Shal Subject: [SDL] Bug in SDL_wave.c? Sam Lantinga 2006-01-24 07:20:18 +00:00
  • 1cb74d4856 te: Thu, 17 Apr 2003 11:25:26 -0700 From: "Jim" Subject: [SDL] Frame buffer patches... Sam Lantinga 2006-01-24 06:36:43 +00:00
  • 7f458450f5 Date: Thu, 19 Jan 2006 20:02:29 +0200 From: Vassilis Virvilis <vasvir@iit.demokritos.gr> Subject: [SDL] Request: Please reconsider adding tag in SDL_Event Sam Lantinga 2006-01-20 13:07:25 +00:00
  • 48dd604274 [PATCH] SDL_GetVideoMode() does not find best mode, part 2 Patrice Mandin 2006-01-19 21:28:52 +00:00
  • 51da619080 Rollback 1.28 change, but only for UpdateRects function this time Patrice Mandin 2006-01-19 18:08:28 +00:00
  • fd4ded5a50 Fixed MPW include file order Sam Lantinga 2006-01-19 12:05:14 +00:00
  • f28f97aeca *** empty log message *** Sam Lantinga 2006-01-19 10:25:02 +00:00
  • 7a839d1e03 Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP This is a collaborative effort between Alex Volkov and John Popplewell. Thanks guys! (Fixes bug #39) Sam Lantinga 2006-01-19 09:09:32 +00:00
  • e8d968512a Added .cvsignore to the XME directory. Ryan C. Gordon 2006-01-19 08:53:12 +00:00
  • 64a36c7f71 Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode, updated project files, VS2005 support, VGA mode, more device support, etc, etc, etc. Ryan C. Gordon 2006-01-19 08:43:00 +00:00
  • fac887ab73 Fixed up build script to catch some of the newer files in a "make dist" run. Ryan C. Gordon 2006-01-19 08:36:41 +00:00
  • 84b606910a *** empty log message *** Sam Lantinga 2006-01-19 05:34:24 +00:00
  • b22482454b Catch X11 extension errors...since most of these are notifications that we queried for a missing extension (such as the XiG vidmode one that most people don't have), and default Xlib behaviour is to write notification to stderr, this tends to generate incorrect bug reports. Ryan C. Gordon 2006-01-14 08:15:38 +00:00
  • ed8dea650b Don't trample SDL_LoadObject()'s error message in GL loader. Ryan C. Gordon 2006-01-13 02:36:35 +00:00
  • f221a8bc28 Make error message meaningful if dlopen() fails on libX11. Ryan C. Gordon 2006-01-13 02:32:07 +00:00
  • 606daf92a8 Patched to compile with debugging enabled. Ryan C. Gordon 2006-01-13 01:30:21 +00:00
  • 3ec3055221 More dynamic X11 work. Ryan C. Gordon 2006-01-13 01:08:39 +00:00
  • 0a3afc4557 Patched to compile. Ryan C. Gordon 2006-01-12 23:06:23 +00:00