]> git.mxchange.org Git - flightgear.git/history - src/GUI/new_gui.cxx
Encapsulate the interpolstion version of FGEnvironment and fix some bugs
[flightgear.git] / src / GUI / new_gui.cxx
2003-12-08 andyAdd a new command, "dialog-new", allowing external...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-04-13 ehofmanMSVC6 updates
2003-04-01 davidRemoved old menubar option.
2003-01-24 davidNo longer recursively search $FG_ROOT/gui/dialogs/...
2003-01-21 davidRemove another deprecated command, and fix things up...
2003-01-21 davidAdded support for reinit(), to reload the configuration...
2003-01-20 davidRename some methods to be more intuitive, add a close...
2003-01-19 davidUse FGGlobals::get_fg_root instead of looking up the...
2003-01-18 davidTie the bool property /sim/menubar/visibility to hide...
2003-01-18 davidUnbundle dialog-box support from the top-level GUI...
2003-01-16 davidStarted a new FGMenuBar class to handle a different...
2002-12-23 davidRemoved debugging statements accidentally left in.
2002-12-22 davidReworked the XML-configurable GUI to use the same bindi...
2002-11-08 davidMoved command information into user data.
2002-11-08 davidSeparated out GUIWidget class to manage a top-level...
2002-11-08 davidInstead of reading $FG_ROOT/gui.xml, recursively read...
2002-11-07 davidAdded button actions so that property fields can be...
2002-11-07 davidStarted new, XML-configurable GUI subsystem.