]> icculus.org git repositories - divverent/darkplaces.git/history - vid_glx.c
implemented support for caching compressed textures (.dds files),
[divverent/darkplaces.git] / vid_glx.c
2009-12-26 blubset the unicode value to 0 if no value exists, also...
2009-12-25 blubget rid of the warning
2009-12-25 blubunicode character input handling in the GLX client
2009-12-07 havocremoved gl_videosyncavailable variable because on all...
2009-12-07 havocchanged VID_InitMode to take a viddef_mode_t structure...
2009-10-30 divverentfix bug with bogus refresh rate info in xvidmode data
2009-10-03 havocadded r_renderview cvar (similar to scr_refresh but...
2009-08-19 divverentsnd_mutewhenidle 0: do NOT still mute when app is hidde...
2009-08-05 divverentglx, sdl, wgl: autodetect all supported video modes...
2009-04-04 havocchanged r_speeds glFinish to only occur when set to...
2009-01-31 divverentmore fullscreen cleanup
2009-01-31 divverentcleanup of fullscreen code; do not use VidMode when...
2009-01-28 divverentoops, fixing syntax
2009-01-28 divverentsome fixes for NetWM fullscreen
2009-01-28 divverenttry to improve netwm fullscreen mode
2009-01-27 divverenthandle FocusIn and FocusOut in NetWM fullscreen mode
2009-01-27 divverentfix my last fullscreen change
2009-01-27 divverentbeginning of vid_netwmfullscreen; does not work yet...
2009-01-17 havocdisable DGA mouse by default
2008-11-10 divverentglx: support vid_stick_mouse (to always warp to the...
2008-11-09 divverentsorry for this debug print
2008-11-09 divverentadd code to vid_glx to turn off mouse acceleration...
2008-09-20 havocremove some unneeded code
2008-09-10 divverentSolaris compile fixes
2008-07-15 divverentenable XkbSetDetectableAutoRepeat (TODO check if weird...
2008-05-18 havocfix problem with glx mouse not grabbing in nexuiz menu
2008-05-10 havocrenamed VID_GrabMouse to VID_SetMouse as it now takes...
2008-05-10 havocfixed bug where vid_dgamouse cvar broke support for...
2008-05-10 havocwarp mouse pointer every time it moves off-center inste...
2008-05-08 havocfixed several bugs with mouse grabbing
2008-05-08 havocignore all potentially disruptive events when in fullscreen
2008-05-08 havocimplemented support for turning off mousegrab in csqc...
2008-05-08 havocrenamed IN_Activate to VID_GrabMouse and made it a...
2008-05-07 havoccentralized GL_VENDOR/GL_RENDERER/etc printing code
2008-04-21 divverentthis should fix some Solaris/NetBSD/OpenBSD compile...
2008-03-01 havocmake sure that gl_extensions and gl_platformextensions...
2008-02-26 havocaudited PixelFormat setup code and made it request...
2008-02-26 resChange GLX visual acquisition to also try without sampl...
2008-02-14 havocimplemented vid_samples cvar (antialiasing samples...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-02-02 divverentfix bugs with changing apple_mouse_noaccel and vid_dgam...
2007-12-25 havocrevert the vid_grabkeyboard 0 support in fullscreen...
2007-12-25 havocvid_grabkeyboard 0 now works with fullscreen
2007-12-25 havocchanged cl_ignoremousemove from a qboolean to an int...
2007-11-12 divverentneed to include quakedef.h later in the other vid_...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-10 divverentsupport vid_resizable in glx
2007-11-10 divverentXPM support for X11; WM_CLASS and WM_COMMAND are now...
2007-08-27 havocimplemented snd_mutewhenidle cvar, defaults to 1, to...
2007-05-17 havocrenamed vid_dga to vid_dgamouse
2007-05-17 havoccleaned up vid_dga code, removed vid_dga_mouseaccel...
2007-05-17 divverentlibcurl-4; vid_glx: RTLD_GLOBAL (apparently FreeBSD...
2007-04-24 havocaudited all Sys_Quit calls and gave them return values...
2007-04-16 divverentin X11, keypad * is KP_MULTIPLY, not '*'
2007-04-14 havocremoved all commandline checks for the option "-safe...
2007-03-16 havocreenabled keyboard grab when fullscreen - this is just...
2007-03-12 havocadded vid_grabkeyboard cvar which defaults to 0, this...
2006-10-18 havocadded vid_stereobuffer cvar based on patch from syschuc...
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-06-12 havocdon't set vid_activewindow to false in Map/Unmap events...
2006-06-04 molivier- the Linux sound modules (ALSA and OSS) are now write...
2006-04-28 havoctreat AltGr key as ALT for bind purposes
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-04-20 havocgrab mouse when using menu while watching demos (import...
2006-03-28 havocan optimization to call XF86VidModeGetGammaRampSize...
2006-03-28 havocmodified gamma handling, now VID_UpdateGamma is only...
2006-03-11 havocchanged VID_Finish to take an allowmousegrab parameter...
2006-02-19 molivierWorkaround for a bug in the Linux ATI proprietary drive...
2006-02-01 havocadded description string to all cvars and commands
2006-01-30 havocdisable hardware gamma if XF86VidModeGetGammaRampSize...
2005-11-30 havocimplemented vid_refreshrate cvar to specify display...
2005-11-28 havocfixed keynum_t issue, it was declared as an extern...
2005-11-28 havocchanged buttonremap arrays to int instead of keynum_t...
2005-11-28 havocmade K_MOUSE4/5 keys separate from K_MWHEELUP/DOWN...
2005-11-25 havocallow typing characters above 126
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-08-14 eviltypeguyFixups for Solaris port.
2005-06-28 havocpatch from christian holmberg to make XK_section key...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-05-23 moliviervid_usemouse doesn't need to be a global variable
2005-05-13 havocreplaced all references to vid.conwidth and vid.conheig...
2005-05-13 havocmore clean up of IN_Activate, added cl_ignoremousemove...
2005-05-09 havocfix VID_Shutdown ungrabs
2005-05-09 havocmajor cleanup of input code - CL_Move replaces most...
2005-05-08 havocvarious printf/fprintf calls are now Con_Printf, and...
2005-05-07 havocrearranged mouse grabbing rules again to force grabbing...
2005-05-06 havocchanged Host_Init to execute configs only once
2005-03-31 molivierRemoved GL_OpenLibrary and GL_CloseLibrary from "vid...
2005-02-04 havocvid_vsync 0 now causes a warning due to the fact GLX_SG...
2005-02-04 havocvid_usingvsync now set to false after a vid_restart...
2004-12-19 havocGLX mode now supports GLX_SGI_swap_control for vid_vsync
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-10-20 havocignore first mouse move after mouse grab as it's genera...
2004-10-05 havocrevised commandline option comments for better categori...
2004-10-05 havocadded COMMANDLINEOPTION comments for every commandline...
2004-09-26 tomazFixed some errors in the vid_vsync code.
2004-07-26 havocadded gl_finish cvar, defaults to 0, this was a noticab...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-01-01 knghtbrdUndo moving cl_available. This really doesn't belong...
next