]> git.mxchange.org Git - flightgear.git/history - src/GUI/gui.cxx
Merge branch 'ehofman/normal'
[flightgear.git] / src / GUI / gui.cxx
2008-08-01 timooreCameraGroup class for managing multiple cameras.
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-27 ehofmanremove all the FX and XMESA cruft relating to Glide...
2008-07-09 mfranzremove depreciated gui_local.[ch]xx:
2008-06-06 timooreFix GUI and HUD text rendering problems.
2008-05-19 timooreClean up OSG camera setup and interface to plib PUI
2006-11-01 mfranzremove obsolete preset dialogs
2006-06-06 mfranzuse global fontcache ... this is mostly cosmetic, as...
2006-02-21 mfranznew FSF address
2005-10-20 mfranzReplace hard-coded message boxes by ones managed by...
2004-05-12 andyGUI layout management and a few visual/eye-candy modifi...
2004-04-30 ehofmanRemove the references to fg_os.hxx since the UL_USE_XXX...
2004-04-05 andyNeed to include fg_os.hxx, so the PUI initialization...
2003-11-13 ehofmanDepreciate NetworkOLK. A big thanks goes to Oliver...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-08-17 ehofmanReorganization of main.cxx
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-01 davidRemoved old menubar option.
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-02-05 davidGUI style changes suggested by Erik Hofman and Curtis...
2003-01-26 davidSwitch to opaque dialogs and menu (with a heavy heart).
2003-01-16 davidStarted a new FGMenuBar class to handle a different...
2002-11-18 curtAdded a "Presets" menu.
2002-11-06 davidAdded fgLoadProps to load properties from a path relati...
2002-10-07 curtErik Hofman:
2002-10-03 curtBetter internationalization infrastructure. We now...
2002-10-01 curtGet rid of some debugging output.
2002-10-01 curtRead menu titles indirectly from specified property...
2002-09-07 curtRead the desired menu font from the property system...
2002-09-05 curtErik Hofman:
2002-08-25 curtErik Hofman:
2002-08-08 davidXML-configurable menu support from Erik Hofman.
2002-06-29 curtAllow the default GUI font to be set via properties.
2002-05-17 curtBernie Bright:
2002-04-18 curtJim Wilson:
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-02-05 curtA grab bag of tweaks and patches from Norman Vine.
2002-02-05 curt1. Tidies up h-FOV/v-FOV handling and makes window...
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-06 davidAdded fullscreen to globals, and fixed compile bug...
2002-01-04 davidRemoved stale include of options.hxx.
2001-12-11 curtNorman's changes to display a scrolling "PAUSE" message...
2001-11-12 curtUpdated mouse gui tweaks and Jim's nifty new external...
2001-11-12 curtNorman Vine's mouse cursor tweaks fixes.
2001-10-24 curtAddition Irix tweaks.
2001-10-24 curtFixes to remove dependencies on depricated plib code...
2001-10-24 curtFixes for win_ratio/aspect_ratio confusion. It was...
2001-09-19 curtTurn hud off by default for ADA fdm.
2001-08-14 curtVarious tweaks for mingwin32.
2001-07-24 curt- added guiErrorMessage (sends both to log and dialog...
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-09 curtFixed a typo ...
2001-07-08 curtAdded "/sim/startup/browser-app" as a property.
2001-06-26 curtPatches contributed by Norman Vine to do ultra-hires...
2001-06-14 curtCleaned up various warning messages.
2001-06-12 curtProperty node patches by David Megginson.
2001-06-05 curt- removed unused reference to bfi.hxx
2001-05-17 curtMSVC++ changes contributed by Geoff McLane.
2001-05-15 curtModifications to coordinate with recent changes in...
2001-04-22 curtScreenshot tweaks from Cameron Moore.
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-23 curtFG_ to SG_ name changes.
2001-03-16 curtFixes to not hide mouse in win32 (current implimentatio...
2001-03-14 curtRemoved ios::binary on file open.
2001-03-08 curtOpen C++ iostreams as ios::binary.
2001-02-02 curtFixes to get back support for Voodoo-1/2 cards and...
2001-01-29 curtAdded a GUI vec3 pilot offset control contributed by...
2001-01-19 curtFixed typo that messed up panel toggling from the menu.
2001-01-13 curtDavid Megginson writes:
2001-01-08 curtNorman Vine has split up the GUI code into more managab...
2001-01-05 curt1. Added src/Main/fgfs.hxx as a standard, top-level...
2000-12-14 curtFix a view bug that could make the aircraft appear...
2000-12-05 curtAdded a file load / save entry box so you can specify...
2000-11-01 curtsrc/GUI/gui.cxx:
2000-10-26 curtAdded a viewmgr system and made corresponding changes...
2000-10-25 curtContinuing work on cleanups.
2000-10-25 curtCheckpoint commit for cleaning up the FGViewer class...
2000-10-19 curtMoved winWidth and winHeight out of FGViewer since...
2000-10-19 curtCode clean ups relating to FGOptions ... and moved...
2000-10-19 curtThe following changes were made to flightgear-0.7.5...
2000-10-12 curtUpdates to Autopilot menu to support new SGRoute manager.
2000-10-04 curtClose all iochannel connections on exit.
2000-08-16 curtSetting airport position from within flightgear now...
2000-08-14 curtUpdates and tweaks for Oliver's multi-player networking...
2000-07-23 curtUpdates to move scenery initialization earlier in the...
2000-07-22 curtActivated gyro drift ... look out!
2000-07-14 curtAutopilot altitude increment fixes.
2000-07-08 curtFix up simulator freeze functionality.
2000-07-06 curtUpdates to JSBsim from Jon's CVS.
2000-07-05 curtA lot of code reorganization relating to moving some...
2000-05-30 curtReplaced Durk's mymath.* with plib/sg.h (contributed...
2000-05-27 curtReplaced gdbm with metakit. Involves a new simgear...
2000-05-16 curtChanges by David Megginson.
2000-05-11 curtChanges contributed by Tony Peden to put wind data...
2000-05-02 curtInstrument panel / steam updates for more realistic...
2000-05-02 curtUser-visible
next