summaryrefslogtreecommitdiff
path: root/src/sdl
AgeCommit message (Expand)Author
2014-08-28Remove unused cvar in_joystickDebugZack Middleton
2014-08-28Remove unused array joy_pressedZack Middleton
2014-08-28Disable key repeat if key catcher is 0Zack Middleton
2014-08-28Fix ctrl-c etc codes for edit fieldsZack Middleton
2014-08-28Fix multisampling on X11Zack Middleton
2014-08-28Don't crash when fail to create SDL windowZack Middleton
2014-08-28Readd backspace char event for UI VM text fieldsZack Middleton
2014-08-28Use bundle icon on Mac OS X instead of internal 32x32 window iconZack Middleton
2014-08-28Fix warning that SDL_GetKeyboardState return value is used non-constZack Middleton
2014-08-28Fix SDL2 losing event subsystemZack Middleton
2014-08-28Send key up events for the mouse wheelcmf028
2014-08-28Set com_minimized to 0 when the window is restoredcmf028
2014-08-28Don't set the window title twicecmf028
2014-08-28Various fixes from FumaTim Angus
2014-08-28Fix initial window position being top leftTim Angus
2014-08-28Improve console key situationTim Angus
2014-08-28Fix wacky patch for r_ignorehwgammaTim Angus
2014-08-28Convert SDL text input to UTF-32Tim Angus
2014-08-28Allow hardware gamma, in theoryTim Angus
2014-08-28Make the mousewheel workTim Angus
2014-08-28Use SDL 2 instead of SDL 1.2Tim Angus
2014-06-17Add latch to r_centerWindow and r_allowResizeZack Middleton
2014-06-17Fix text getting appended to vid_restart in command bufferZack Middleton
2014-06-17SDL Mouse Button clean upZack Middleton
2013-02-16Update copyright noticesTim Angus
2013-02-16Add renderercommon/tr_common.hTim Angus
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus
2013-02-16Remove the SMP renderer featureTim Angus
2013-01-15Ues cls.glconfigTim Angus
2013-01-12Don't include client.h in sdl_glimp.c as it is part of the external renderer ...Zack Middleton
2013-01-12r_ignorehwgamma 1 does not actually turn on software gamma (#5511) - patch by...Thilo Schulz
2013-01-12Removed unnessicary "!!".Zack Middleton
2013-01-12#5484 - Remove unneeded tr_local.h include from sdl_input.c. Patch by Harley ...Zack Middleton
2013-01-12Support up to 16 joystick axes, select which to use with j_*_axis cvars.Zack Middleton
2013-01-10Changed the joystick axis to key remap to start at K_JOY17 (fits better with ...Zack Middleton
2013-01-10Don't grab mouse till UI loads.Zack Middleton
2013-01-10Change x86_64 to x64 for mingw.Zack Middleton
2013-01-10Modular rendering system. Patch by use.less01 This might break MSVC builds. I...Thilo Schulz
2013-01-10- Improve game_restart: * differing screen resolutions and network settings a...Thilo Schulz
2013-01-09Remove newlines from Com_Error calls, patch by DevHCThilo Schulz
2013-01-09Remove newlines from Com_Error message format strings, patch by DevHCThilo Schulz
2013-01-03* Merge ioq3-r1946Tim Angus
2013-01-03* Merge ioq3-r1813Tim Angus
2013-01-03* Make cursor hiding more consistentTim Angus
2013-01-03* Update copyright noticesTim Angus
2013-01-03* Merge ioq3-r1752Tim Angus
2013-01-03* s/ITEM_TYPE_COMBO/ITEM_TYPE_CYCLE/Tim Angus
2013-01-03* Merge ioq3-r1708Tim Angus
2013-01-03* Merge ioq3-r1637Tim Angus
2013-01-03* Merge ioq3-r1498, by popular demandTim Angus