]> git.mxchange.org Git - flightgear.git/history - src/Input/input.hxx
MSVC9 fix
[flightgear.git] / src / Input / input.hxx
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-08-08 torstenAdvanced input subsystem - Step2: Split up current...
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-04-26 mfranz- export modifier bitmask
2008-04-25 mfranzadd hyper support
2007-12-01 mfranzmake the state of the Meta and Super modifier keys...
2007-11-12 mfranz- move temporary keyboard fix from input.cxx to fg_os...
2007-07-13 mfranzmove the other parts of _init_keyboard() to _postinit_k...
2007-07-12 mfranz- use ostringstream instead of sprintf() for the __js...
2007-05-26 frohlichModified Files:
2007-04-01 mfranzmore recent MS Windows systems reportedly support more...
2007-01-04 frohlichModified Files:
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-06-05 mfranzwhoops, sorry, I forgot to commit that. (Thanks, Fred...
2006-06-05 fredbDeclare new member functions
2006-02-21 mfranznew FSF address
2005-06-20 mfranz- don't store link to a disconnected *copy* of a subtre...
2005-06-19 mfranz- fix bug that let <mod-up> bindings be executed before...
2005-06-13 mfranzrevert last patch, and do it differently: set /input...
2005-06-11 mfranz- read all joystick files from $FG_ROOT/Input/Joysticks...
2004-06-24 davidOn a reinit() subsystem event, reconfigure the joystick...
2004-06-14 curt- Track a saved mouse pointer location from the previou...
2004-05-06 ehofmanAdd a macintosh identifier for joystick axis numbering...
2004-04-28 ehofmanRevert the previous patch. The <target-platform> tag...
2004-04-27 ehofmanMake it possible to define a <target-platform> tag...
2004-03-31 andyYank out all the glut dependencies and concentrate...
2003-12-22 andyFix for a premature deletion bug. The _arg SGPropertyN...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-07-02 ehofmanAdd the ability to add repeat intervals to joystick...
2003-07-01 ehofmanJim Wilson:
2003-06-04 curtReturn to predawn version of input.[ch]xx until after...
2003-06-04 ehofmanUpdate the joystick 20 times per second
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-03-01 davidDon't allow this subsystem to be suspended.
2003-01-18 davidDo late, lazy binding of commands from the command...
2003-01-18 davidInclude fg_props.hxx to get definition of FGConditional.
2002-12-23 davidFixed so that 2D panel bindings work again.
2002-12-22 davidUse SGPropertyNode_ptr and add a private copy construct...
2002-10-26 davidModified for simpler command-manager interface.
2002-10-04 davidEliminated current_input and added FGInput to the subsy...
2002-05-11 davidMajor overhaul:
2002-03-30 david* src/Input/input.hxx
2002-03-27 davidCreated a new /devices property subtree to hold input...
2002-03-26 davidMore cleanups. Removed the pui-* commands, and added...
2002-03-26 davidMore work on the configurable mouse. Mouse motion...
2002-03-25 davidSupport for assigning custom mouse cursors to mouse...
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-08-10 curt- some code rearrangement for readability and maintaina...
2001-08-03 curt- FGBinding now extends FGConditional
2001-06-29 curt- added variable support for the saved command state...
2001-06-20 curt- added Melchior's patches to allow a joystick axis...
2001-06-12 curtreplaced 'static const int' with enum, as suggested...
2001-06-05 curt- moved declarations of GLUTkey, GLUTkeyup, GLUTspecial...
2001-06-04 curt- make repeatable for keys and joystick buttons default...
2001-06-04 curt- added FG_MOD_UP to use key-up or button-up as a comma...
2001-06-01 curt- refactored and simplified FGBinding class to use...
2001-05-29 curtWin32 fixes.
2001-05-29 curtFix a clash with some standard MSVC defines (yeah MS...
2001-05-23 curtInitial revision. (Contributed by David Megginson)