Age | Commit message (Expand) | Author |
2015-03-17 | SDL 2 scroll/caps/num lock keys send KEYUP event when key is released | Zack Middleton |
2014-08-28 | Fix binding KP_NUMLOCK | Zack Middleton |
2014-08-28 | Remove unused cvar in_joystickDebug | Zack Middleton |
2014-08-28 | Remove unused array joy_pressed | Zack Middleton |
2014-08-28 | Disable key repeat if key catcher is 0 | Zack Middleton |
2014-08-28 | Fix ctrl-c etc codes for edit fields | Zack Middleton |
2014-08-28 | Fix multisampling on X11 | Zack Middleton |
2014-08-28 | Don't crash when fail to create SDL window | Zack Middleton |
2014-08-28 | Readd backspace char event for UI VM text fields | Zack Middleton |
2014-08-28 | Use bundle icon on Mac OS X instead of internal 32x32 window icon | Zack Middleton |
2014-08-28 | Fix warning that SDL_GetKeyboardState return value is used non-const | Zack Middleton |
2014-08-28 | Fix SDL2 losing event subsystem | Zack Middleton |
2014-08-28 | Send key up events for the mouse wheel | cmf028 |
2014-08-28 | Set com_minimized to 0 when the window is restored | cmf028 |
2014-08-28 | Don't set the window title twice | cmf028 |
2014-08-28 | Various fixes from Fuma | Tim Angus |
2014-08-28 | Fix initial window position being top left | Tim Angus |
2014-08-28 | Improve console key situation | Tim Angus |
2014-08-28 | Fix wacky patch for r_ignorehwgamma | Tim Angus |
2014-08-28 | Convert SDL text input to UTF-32 | Tim Angus |
2014-08-28 | Allow hardware gamma, in theory | Tim Angus |
2014-08-28 | Make the mousewheel work | Tim Angus |
2014-08-28 | Use SDL 2 instead of SDL 1.2 | Tim Angus |
2014-06-17 | Add latch to r_centerWindow and r_allowResize | Zack Middleton |
2014-06-17 | Fix text getting appended to vid_restart in command buffer | Zack Middleton |
2014-06-17 | SDL Mouse Button clean up | Zack Middleton |
2013-02-16 | Update copyright notices | Tim Angus |
2013-02-16 | Add renderercommon/tr_common.h | Tim Angus |
2013-02-16 | renderer -> renderergl1, rend2 -> renderergl2 | Tim Angus |
2013-02-16 | Remove the SMP renderer feature | Tim Angus |
2013-01-15 | Ues cls.glconfig | Tim Angus |
2013-01-12 | Don't include client.h in sdl_glimp.c as it is part of the external renderer ... | Zack Middleton |
2013-01-12 | r_ignorehwgamma 1 does not actually turn on software gamma (#5511) - patch by... | Thilo Schulz |
2013-01-12 | Removed unnessicary "!!". | Zack Middleton |
2013-01-12 | #5484 - Remove unneeded tr_local.h include from sdl_input.c. Patch by Harley ... | Zack Middleton |
2013-01-12 | Support up to 16 joystick axes, select which to use with j_*_axis cvars. | Zack Middleton |
2013-01-10 | Changed the joystick axis to key remap to start at K_JOY17 (fits better with ... | Zack Middleton |
2013-01-10 | Don't grab mouse till UI loads. | Zack Middleton |
2013-01-10 | Change x86_64 to x64 for mingw. | Zack Middleton |
2013-01-10 | Modular 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-09 | Remove newlines from Com_Error calls, patch by DevHC | Thilo Schulz |
2013-01-09 | Remove newlines from Com_Error message format strings, patch by DevHC | Thilo Schulz |
2013-01-03 | * Merge ioq3-r1946 | Tim Angus |
2013-01-03 | * Merge ioq3-r1813 | Tim Angus |
2013-01-03 | * Make cursor hiding more consistent | Tim Angus |
2013-01-03 | * Update copyright notices | Tim Angus |
2013-01-03 | * Merge ioq3-r1752 | Tim Angus |
2013-01-03 | * s/ITEM_TYPE_COMBO/ITEM_TYPE_CYCLE/ | Tim Angus |
2013-01-03 | * Merge ioq3-r1708 | Tim Angus |