]> git.mxchange.org Git - flightgear.git/history - src/Cockpit/panel_io.cxx
turn a few #include paths from the "foo" form to <foo>
[flightgear.git] / src / Cockpit / panel_io.cxx
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-06-02 timooreClean up header file use of iostream and "using" declar...
2007-09-09 timooreAdd an autohide property for the 2D panel.
2007-05-31 frohlichModified Files:
2007-01-04 frohlichModified Files:
2006-08-10 mfranzfix log message
2006-06-15 mfranz- make function table and lookup function
2006-06-14 mfranzindentation, trailing spaces, ... (cosmetics only...
2006-06-06 mfranzrestore old default; this should probably be configurab...
2006-02-21 mfranznew FSF address
2006-02-16 ehofmanAdd support for emissive layers.
2006-02-02 mfranzcosmetics
2006-02-02 mfranzbetter use zero sensitive area to detect a missing...
2006-02-01 mfranzpanel_io.cxx: if an action doesn't have a button, fire...
2006-01-13 daveluffFix the crashes on mini-panel and panel-reload with...
2005-11-30 daveluffAdd support for a special-instrument xml attribute...
2005-06-24 mfranzkeep panel and gui bindings nicely separated; useful...
2005-06-20 mfranz- delete bindings in the *destructor* (must have been...
2004-01-23 ehofmanUse fgGetBool to assign a boolean variable
2004-01-22 ehofmanMake it possible to truncate the result of a number...
2004-01-13 ehofmanAdd support for an offset for number-value typed text...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
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-30 ehofmanChange the log level of somme messages which can harldy...
2003-03-30 ehofmanSecond update in attempt to create an aircraft selectio...
2003-03-09 davidMajor change:
2003-03-02 davidPatch from Erik Hofman:
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-28 davidAllow panel mouse bindings to use mod-up.
2002-07-07 davidChange FGSteam into a proper subsystem rather than...
2002-06-05 davidPatch from Georg Kaiser.
2002-05-11 davidProperty patches from Frederic Bouvier:
2002-04-07 davidPatch from Martin Dressler:
2002-03-21 curtmore ( string == "" ) to ( string.empty() ) conversions.
2002-03-20 davidUse !strcmp for all property name comparisons.
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-20 curtVarious Irix cleanups.
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-14 davidMore work on saving and restoring flights. Restoring...
2002-03-08 curtSgi doesn't define the != operator for string != char...
2002-02-19 davidAttempt to merge LED font patches back in (they were...
2002-02-19 davidTiled panel background support from Jim Wilson.
2002-02-19 curtAdd support for multiple panel fonts (specifically...
2001-12-17 curtFixed hardcode compass texture path to correspond with...
2001-08-10 curt- modified to use pointers to bindings to avoid copying
2001-08-03 curt- added support for conditions
2001-07-30 curt- modified switch layers to use layer[0] and layer...
2001-07-27 curt- modified readAction to use FGBinding
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-19 curt- catch exception from readProperties and show dialog
2001-06-20 curt- adjusted for no-value constructor for FGPanel
2001-06-12 curtreplaced SGValue with SGPropertyNode throughout.
2001-06-01 curtReduce output verbosity.
2001-05-15 curtUpdates for new, more flexible panel design from David...
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-23 curtFG_ to SG_ namespace changes.
2001-03-14 curtRemoved ios::binary on file open.
2001-03-08 curtOpen C++ iostreams as ios::binary.
2001-03-06 curtTweaks for Mips Irix compilers.
2001-01-13 curtDavid Megginson writes:
2000-12-19 curtApplied changes relative to David Megginson's property...
2000-11-14 curtFixes for better control over external aircraft 3d...
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-06 curtDavid Megginson writes:
2000-10-02 curtMSVC compatibility changes and code tweaks for minor...
2000-09-30 curtUpdates from David Megginson relating to the property...
2000-09-22 curtSep. 22, 2000 panel updates from David Megginson to...
2000-09-21 curtCaught an old texture path reference.
2000-09-21 curtSep. 18, 2000 updates from David Megginson. New panel...
2000-09-14 curtIncorporated previously missed updates.
2000-09-08 curtSep 8, 2000 panel updates from David Megginson.
2000-09-07 curtInitial revision.