Home | History | Annotate | Download | only in sdl-1.2.15

Lines Matching full:x11

147 	Removed the maximum window size limitation on X11.
150 Fixed SDL_GL_SWAP_CONTROL on X11.
153 Fixed setting the X11 window input hint.
156 Fixed distorted X11 window icon for some visuals.
159 Fixed detecting X11 libraries for dynamic loading on 64-bit Linux.
165 Added SDL_VIDEO_FULLSCREEN_DISPLAY as a preferred synonym for SDL_VIDEO_FULLSCREEN_HEAD on X11.
246 The X11 video driver is built by default.
281 Fixed undefined symbol on X11 implementations without UTF-8 support.
348 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11.
383 Fixed detection of X11 DGA mouse support.
389 The GFX_Display has been added to the X11 window information in SDL_syswm.h.
398 Fixed relative mouse mode when the cursor starts outside the X11 window.
401 Fixed accidental free of stack memory in X11 mouse acceleration code.
490 Dynamic X11 loading is only enabled with gcc 4 supporting -fvisibility=hidden. This fixes crashes related to symbol collisions, and allows building on Solaris and IRIX.
605 The X11 libraries are dynamically loaded at runtime by default. This allows the distributed version of SDL to run on systems without X11 libraries installed.
607 The XiG XME extension code is now included in the X11 video driver by default.
609 XRandR support for video mode switching has been added to the X11 driver, but is disabled because of undesired interactions with window managers. You can enable this by setting the environment variable SDL_VIDEO_X11_XRANDR to 1.
613 XVidMode video modes are now sorted so they maintain the refresh rates specified in the X11 configuration file.
615 SDL windows are no longer transparent in X11 compositing systems like XGL.
617 The mouse is properly released by the X11 video driver if the fullscreen window loses focus.
619 The X11 input driver now uses XIM to handle international input.
621 The screensaver and DPMS monitor blanking are disabled while SDL games are running under the X11 and DGA video drivers. This behavior will be formalized and selectable in SDL 1.3.
623 Fixed a bug preventing stereo OpenGL contexts from being selected on the X11
681 The X11 video driver with GLX support can be built on Mac OS X, if the X11 development SDK is installed.