Mercurial > sdl-ios-xcode
log src/video/x11/SDL_x11opengl.c @ 2723:911db724ea24
age | author | description |
---|---|---|
Tue, 26 Aug 2008 02:47:26 +0000 | Sam Lantinga | Couriersud fixed bug #603 |
Wed, 27 Aug 2008 04:23:38 +0000 | Darren Alton | Clean up. gsoc2008_nds |
Fri, 07 Mar 2008 23:57:15 +0000 | Bob Pendleton | In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was |
Fri, 07 Mar 2008 17:20:37 +0000 | Bob Pendleton | more valgrind errors fixed. Plus I ran make indent which changed a few files. |
Thu, 06 Mar 2008 23:07:02 +0000 | Bob Pendleton | Fixed many valgrind errors. But, I broke testdyngl. |
Thu, 06 Mar 2008 17:08:10 +0000 | Bob Pendleton | Fixing valgrind errors. |
Sat, 01 Mar 2008 20:34:36 +0000 | Bob Pendleton | Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in |