]> icculus.org git repositories - divverent/darkplaces.git/history - keys.c
Merge branch 'ft2' into ft2uim
[divverent/darkplaces.git] / keys.c
2009-09-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-07 Wolfgang (Blub)... this is necessary
2009-09-07 Wolfgang (Blub)... Hrm...
2009-09-07 Wolfgang (Blub)... well, we need to handle F keys too
2009-09-07 Wolfgang (Blub)... *ahem*...
2009-09-07 Wolfgang (Blub)... disable UIM in the console, it's stupid
2009-09-07 Wolfgang (Blub)... update cursor to after the color on UIM_Update, fix...
2009-09-07 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-07 Wolfgang (Blub)... need to get the text work now, damnit
2009-09-07 Wolfgang (Blub)... now let UIM work the console
2009-09-07 Wolfgang (Blub)... K_SUPER, console support for UIM started
2009-09-06 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-06 Wolfgang (Blub)... merging ft2 branch
2009-09-06 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-06 Wolfgang (Blub)... Merge branch 'master' into ft2
2009-09-05 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-05 Wolfgang (Blub)... u8_Init, cvar utf8_disabled
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... bleh
2009-09-04 Wolfgang (Blub)... set the uim cursor when typing stuff in the chat
2009-09-04 Wolfgang (Blub)... count the uim actions and let the input handler whether...
2009-09-04 Wolfgang (Blub)... hooking it in...
2009-09-04 Wolfgang (Blub)... UIM_KeyXXX entries, Key_IsPressed
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... let's conform to the rest of the code, terencehill :P
2009-09-04 Wolfgang (Blub)... using u8_prevbyte optimization
2009-09-04 Wolfgang (Blub)... console input - backspace - utf8 - you know...
2009-09-04 Wolfgang (Blub)... key_message needs to handle backspace with utf8 in...
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... Making the console input line utf8-aware
2009-09-04 Wolfgang (Blub)... working on console input
2009-09-04 Wolfgang (Blub)... working on console input
2009-09-04 Wolfgang (Blub)... Merge branch 'ft2' into ft2uim
2009-09-04 Wolfgang (Blub)... do not cast unicode values to signed-char in sdl.....
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-06-13 divverentshift netgraph up by sbar_info_pos;
2009-06-06 divverentconsole enhancements finally ready (changed mouse wheel...
2009-05-24 divverentparticle effectinfo: new parameters
2009-05-24 divverentline editing: new binds ctrl-q (push line to history...
2009-05-20 divverentadd some missing casts
2009-05-20 divverentimprove abstraction of the console buffers; console...
2009-05-20 divverentimproved persistent input history; now independent...
2009-05-17 divverentalso block lines starting with "quit " from the history
2009-05-17 divverentargh, should be called darkplaces_history.txt (like...
2009-05-17 divverentexperimental new persistent console history (uses same...
2009-04-14 divverentadd a rewrite of terencehill's bindlist commands
2009-04-14 divverentconsole enhancements and bug fixes by terencehill
2009-01-19 havocfix a number of char types that should be int, to make...
2009-01-08 divverentcommandmode: use Cmd_ExecuteString so semicolons don...
2008-10-31 divverentif in menu, make con_closeontoggleconsole.integer also...
2008-09-10 divverentadd a half-baked "commandmode" (currently it has, like...
2008-08-24 divverentremove redundant repeat ignoring
2008-08-24 divverenthandle F key binds correctly (up event shall not go...
2008-08-02 divverentfix ESC in disconnected state. FINALLY!
2008-08-02 divverentreintroduce the KEY_ESCAPE switch, but this time make...
2008-07-23 havocfix for Blub\0's strange change to toggleconsole handli...
2008-07-16 divverentfix console escape togglemenu
2008-07-15 divverentBlub's keyboard handling fixes (makes UP events go...
2008-06-28 divverentfix crash in keys.c clipboard handling
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-01-16 resFix CL_VM_InputeEvent prototype in keys.c
2008-01-04 divverentmake keys line up in keys.c and key.h for easier verifying
2007-12-31 divverentadd a new key dest key_menu_grabbed that behaves like...
2007-12-17 blackAdd full support for csqc's sensitivityscale (no clampi...
2007-12-01 divverentthe big chat area/font patch... hope it works well...
2007-11-12 divverentmove two #defined to quakedef.h, and always include...
2007-11-09 divverentBlub's nick completion
2007-09-26 divverent"" binds are removed binds (fix behaviour in conjunctio...
2007-08-27 havocadded a developer 1000 print for every key event receiv...
2007-07-14 divverentadd Cmd_QuoteString, and make the config writing code...
2007-05-21 divverentmake ASCII 10 and ASCII 13 terminate messagemode too...
2007-05-12 havocadded a keyname for backslash which is now used instead...
2007-03-15 havocchanged default value of con_closeontoggleconsole due...
2006-12-01 havocadded con_closeontoggleconsole cvar based on Dresk...
2006-08-14 havocpatch from div0:
2006-08-05 molivierRemoved all calls to strcpy; most of them are now calls...
2006-08-04 molivierReplaced all calls to str[n]cat and strncpy by calls...
2006-06-07 havocdon't crash if key bindings functions are called with...
2006-04-27 blackAdd _DrawQ_ProcessDrawFlag to clean-up the glblend...
2006-04-20 havocadded keyup function for menu qc at Black's request
2006-04-08 havocmade darkplaces able to compile as C++ again, and fixed...
2006-03-15 havocremoved cgame and ui code (both unused), this reduces...
2006-02-01 havocadded description string to all cvars and commands
2006-01-21 molivierA few casts and variable type changes to get rid of...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-12 havoccorrected a typo in a comment
2006-01-12 havocadded console editing enhancements patch from [515...
2005-11-23 havoccleaned up many text buffer sizes throughout the engine...
2005-11-07 havoccleaned up all Con_Printf calls that were missing a \n
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-07-05 havocadded a 64bif fs_offset_t type to clean up most of...
2005-07-05 havocmore size_t
2005-07-04 havocallow escape to togglemenu when in fullscreen console
next