]> git.mxchange.org Git - flightgear.git/history - src/GUI/menubar.cxx
Autopilot: clean up the helpers code (which drives the various /internal/) properties...
[flightgear.git] / src / GUI / menubar.cxx
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-08-08 torstenAdvanced input subsystem - Step1: cleanup dependencies
2008-07-09 mfranzremove depreciated gui_local.[ch]xx:
2008-06-23 mfranz- remove unused puObject args in gui fgcommands
2007-10-22 mfranzdon't initialize iterator twice
2007-05-30 frohlichModified Files:
2007-01-04 frohlichModified Files:
2006-11-01 mfranzremove old property dialog
2006-06-17 mfranzremove obsolete "lon/lat format" commands that have...
2006-05-08 mfranzremove obsolete menu functions
2006-05-08 mfranz- move auto_gui's addWaypoint to routemgr.cxx
2006-04-17 mfranzmake headers include headers they depend on, don't...
2005-12-15 mfranz remove a few unused vars
2005-12-14 mfranzdon't check for subsequent indices (n), but for child...
2005-12-09 mfranzfinal cosmetics (s/_entries/_objects/ and comments)
2005-12-06 mfranzyet more cleanup; clearer warning messages
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...