]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - vid_glx.c
New feature: disableclientprediction == -1.
[xonotic/darkplaces.git] / vid_glx.c
2014-06-04 divverentSome fixes to the keyboard handler:
2013-09-20 divverentGLX: Fix desktopfullscreen size when we actually switch...
2013-09-18 divverentvid_desktopfullscreen improvements; allow querying...
2013-09-17 divverentrename netwmfullscreen to desktopfullscreen; implement...
2012-12-31 divverentslightly speed up vid_glx by better XShm handling
2012-04-19 divverenthandle the unlikely case of qglXSwapIntervalSGI becomin...
2011-10-25 havocstupid hack - declare a prototype for keysym2ucs to...
2011-10-23 havocadded USEDGA define, disabled by default, to suppress...
2011-10-23 divverentfix compile errors in vid_glx.c
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-06-26 divverentadd a workaround to make the ^ key work on some X.org...
2011-06-26 divverentwork around broken XLookupKeysym returning "" on XK_asc...
2011-05-18 havocimplemented support for Windows XInput (using different...
2011-04-18 havocadded RENDERPATH_GLES1
2011-04-12 divverentoops, fix last fix
2011-04-12 divverentfix an engine crash in vid_glx
2011-04-05 divverentmake vid_glx also clear fullscreen properly
2011-04-05 divverentonly use ONE buffer for non-Xshm
2011-04-05 divverentsanity check the visual obtained
2011-04-05 divverentXShm and pthreads support for vid_glx dpsoftrast
2011-04-01 divverentvery basic softrast support in vid_glx.c. VERY SLOW...
2011-04-01 havocadded GL_Finish function in backend, to centralize...
2011-03-19 havocdefault vid_netwmfullscreen to 0 again because it doesn...
2011-03-19 havocuse vid_netwmfullscreen 1 by default (yes I know auto...
2010-08-27 divverentGLX: use _NET_WM_ICON additionally to the xpm icon...
2010-07-25 divverentLinux SDL/GLX: allow loading the icon from .xpm at...
2010-01-04 blubpatch by a_grue: fix some memory leaks in the GLX clien...
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...
next