]> git.mxchange.org Git - flightgear.git/history - src/GUI/menubar.cxx
removal of yet more stuff, left over from development; further simplification;
[flightgear.git] / src / GUI / menubar.cxx
2005-12-06 mfranzremoval of yet more stuff, left over from development...
2005-12-06 mfranzremove two checks that were only useful during developm...
2005-12-06 mfranzallow disabling/enabling of menu entries via "enabled...
2005-11-09 mfranzreplace hard-coded HUD config dialog with NewGUI dialog
2005-07-13 ehofmanMathias Fröhlich:
2005-07-03 mfranz- make menubar reloadable ... again. This was lost...
2005-03-24 ehofmanMelchior FRANZ:
2004-10-22 ehofmanBoris Koenig:
2004-04-30 ehofmanRemove the references to fg_os.hxx since the UL_USE_XXX...
2004-04-30 andyChanges to get FlightGear (well, the src directory...
2004-04-29 ehofmanMake sure pu.h doesn't include glut by accident.
2004-02-03 curtComment out some unused references and left over debugg...
2004-01-31 curtCurt Olson:
2003-05-22 ehofmanfrom the C++ FAQ:
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-03-31 ehofmanChange some cerr messages into SG_LOG messages
2003-01-27 davidCorrect old-reinit_dialog to old-reinit-dialog.
2003-01-24 davidRemove old-preset-* commands; replaced with a general...
2003-01-21 davidRemove another deprecated command, and fix things up...
2003-01-21 davidFixed iteration bug in destructor.
2003-01-20 davidFix memory leaks (PUI doesn't make copies of lists...
2003-01-19 davidGo back to the simpler arrangement syntax of a map...
2003-01-19 davidUse a pointer for the bindings vector to try to work...
2003-01-19 davidChanged return type of fireItem to void.
2003-01-18 davidRemoved a couple of the deprecated dialogs, and removed...
2003-01-18 davidKeep track of the visible/hidden state more robustly.
2003-01-18 davidAdd in some temporary commands to get at the old, hard...
2003-01-16 davidStarted a new FGMenuBar class to handle a different...