]> git.mxchange.org Git - flightgear.git/history - src/GUI/new_gui.cxx
Autopilot: clean up the helpers code (which drives the various /internal/) properties...
[flightgear.git] / src / GUI / new_gui.cxx
2008-07-31 ehofmanheader cleanups
2008-06-07 fredbFGFontCache::initializeFonts() now portable across...
2008-06-06 timooreFix GUI and HUD text rendering problems.
2008-06-02 timooreInclude <iostream> and using declarations as needed.
2008-05-06 timooreAdd a subclass of fntTexFont that defers font loading
2008-03-11 mfranz- require plib 1.8.5
2007-10-20 durkMiscellaneous tweaks and Bugfixes. Mostly memory leaks...
2007-05-03 frohlichModified Files:
2007-04-02 mfranzdrop plib render callback, validate <format> in setupOb...
2007-03-28 mfranzadd signal on GUI reinit; needed for reloading Nasal...
2006-06-21 mfranzoh, and by the way: this destructor didn't do anything...
2006-06-21 mfranzumm ... fix a tiny leak :-)
2006-06-06 mfranzFGFontCache: add getter for the fntTexFont component...
2006-06-05 mfranzdon't choke on invalid nodes
2006-06-05 mfranzmake FGFontCache independent of NewGUI and allow early...
2006-04-28 mfranznewgui.[ch]xx: implement FGDialog *NewGUI::getDialog...
2006-04-28 mfranzrename NewGUI::getDialog() to NewGUI::getDialogProperties()
2006-03-19 mfranzcreate /sim/gui if it doesn't exist
2006-03-09 mfranzmove gui styles from /sim/gui[n] to /sim/gui/style...
2006-02-04 mfranzmake room for more font specifications in style files
2006-01-26 mfranzcosmetics
2006-01-26 mfranzfix FGFontCache and make use of it (this allows to...
2005-11-09 mfranzreinit(): destroy, reload and re-open dialogs (menu...
2005-11-08 mfranzdon't destroy iterated map entries; delete _menubar...
2005-11-08 mfranzDon't use the [] notation here to test for the existenc...
2005-10-22 mfranzWe never want to know if a dialog is there or not....
2005-10-20 mfranzAdd method to get the property root node of named dialo...
2005-10-14 ehofmanMathias Fröhlich:
2005-07-18 ehofmanFix a segmentation fault when switching to a new style...
2005-07-18 ehofmanIRIX fixes.
2005-07-13 mfranz- suppress CygWin warnings (Vivian Meazza)
2005-07-13 mfranzmake /sim/current-gui an integer
2005-07-13 mfranz- make tabula rasa on re-init
2005-07-13 mfranz- fix alpha handling (hopefully)
2005-07-11 mfranz- let FGColor setters/mergers report if they found...
2005-07-08 mfranzdisable automatic re-opening of dialogs on re-init...
2005-07-08 mfranzrename VERA_12B font to SANS_12B (as in sans-serif...
2005-07-08 mfranzHarald JOHNSEN:
2005-07-07 mfranz- add gui color support: maintain color map with defaul...
2005-03-29 ehofmanMelchior FRANZ:
2004-05-14 andyFix the slider to request a non-zero length, and make...
2004-04-05 ehofmanFrederic Bouvier:
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.