]> git.mxchange.org Git - flightgear.git/history - src/Input/input.cxx
Declare fgReshape into gui.h
[flightgear.git] / src / Input / input.cxx
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-03-30 ehofmanMove current_panel to globals
2003-03-01 davidDon't allow this subsystem to be suspended.
2003-01-18 davidRemoved a couple of the deprecated dialogs, and removed...
2003-01-18 davidRemove the old built-in bindings for F8 and F10 (they...
2003-01-18 davidDo late, lazy binding of commands from the command...
2003-01-16 davidStarted a new FGMenuBar class to handle a different...
2003-01-11 davidRemoved #ifdef FG_PLIB_JOYSTICK_GETNAME -- it's in...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-23 davidFixed so that 2D panel bindings work again.
2002-12-22 davidUse SGPropertyNode_ptr and add a private copy construct...
2002-12-12 davidRemoved redundant logging statement.
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-11-05 davidPatch from Andy Ross:
2002-10-29 curtAndy Ross:
2002-10-26 davidModified for simpler command-manager interface.
2002-10-04 davidEliminated current_input and added FGInput to the subsy...
2002-07-31 davidAccept multiple names for the same joystick.
2002-07-18 davidProblem reported by Erik Hofman:
2002-07-18 davidPatch from Cameron Moore:
2002-07-04 davidModified to use named-joystick bindings when available...
2002-05-12 davidRemoved configuration option --with-old-mouse and FG_OL...
2002-05-11 davidMajor overhaul:
2002-05-11 davidProperty patches from Frederic Bouvier:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-04-18 davidAdded groundwork for reading a joystick name from the...
2002-04-11 davidReplace --with-new-mouse with --with-old-mouse, default...
2002-03-28 davidFixed buffer size again.
2002-03-28 davidMake sure that saved mouse position is reset when mouse...
2002-03-28 davidMouse changes suggested by Norm Vine. Cursor always...
2002-03-27 davidCreated a new /devices property subtree to hold input...
2002-03-27 davidFixed bug reported by Norman Vine:
2002-03-27 davidPatch from Melchior Franz:
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 davidFixed a small typo.
2002-03-25 davidSupport for assigning custom mouse cursors to mouse...
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-13 davidAutopilot cleanup:
2002-02-22 davidGeneral cleanups to cut cross-dependencies and speed...
2002-02-19 davidInitial take of new environment subsystem. Configure...
2002-01-04 davidRemoved stale include of options.hxx.
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-08-16 curtFix a segfault on exit. Introduces a small memory...
2001-08-10 curt- some code rearrangement for readability and maintaina...
2001-08-03 curt- added support for conditions in FGBinding
2001-07-24 curt- removed some verbose output
2001-07-16 curt- removed hard-coded bindings for ^R (toggle winding...
2001-07-02 curt- fixed doubled bindings for joystick buttons
2001-06-29 curt- modified FGBinding to keep a local copy of the argume...
2001-06-26 curtinput.cxx: cleaned up some warnings.
2001-06-26 curt- removed hard-coded bindings for ^G, ^T, ESC, M, T...
2001-06-20 curt- added Melchior's patches to allow a joystick axis...
2001-06-14 curtCleaned up various warnings.
2001-06-14 curt- check for null property before trying to copy properties
2001-06-12 curtreplaced dynamically-sized arrays with statically-sized...
2001-06-06 curtIrix Mips compiler tweaks.
2001-06-05 curt- moved shift-F1 and shift-F2 (load/save) bindings...
2001-06-04 curtIrix/MIPS compiler fixes.
2001-06-04 curtFixed a problem where all hardcoded keybindings were...
2001-06-04 curtEliminate a couple compiler warnings.
2001-06-04 curt- reduced amount of logging
2001-06-04 curt- added FGBinding::fire(double) - added support for...
2001-06-01 curt- renamed property binding/action to binding/command...
2001-05-29 curt1. Fixed FGInput bug preventing same key from being...
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)