]> git.mxchange.org Git - flightgear.git/history - src/GUI/new_gui.hxx
Merge branch 'ehofman/normal'
[flightgear.git] / src / GUI / new_gui.hxx
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-06-06 timooreFix GUI and HUD text rendering problems.
2008-06-02 timooreInclude <iostream> and using declarations as needed.
2007-05-03 frohlichModified Files:
2007-01-04 frohlichModified Files:
2006-06-22 mfranzok, so the old ~FGFontCache() was useless. But at least...
2006-06-06 mfranzFGFontCache: add getter for the fntTexFont component...
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-01-26 mfranzfix FGFontCache and make use of it (this allows to...
2005-11-09 mfranzreinit(): destroy, reload and re-open dialogs (menu...
2005-10-20 mfranzAdd method to get the property root node of named dialo...
2005-10-14 ehofmanMathias Fröhlich:
2005-07-18 ehofmanPerhaps it's better to compare the contents of the...
2005-07-18 ehofmanFix a segmentation fault when switching to a new style...
2005-07-18 ehofmanIRIX fixes.
2005-07-13 mfranz- make tabula rasa on re-init
2005-07-13 mfranz- fix alpha handling (hopefully)
2005-07-12 mfranz- don't clamp when setting, but on request (allows...
2005-07-11 mfranz- let FGColor setters/mergers report if they found...
2005-07-09 mfranz- clear alpha like r/g/b
2005-07-08 mfranztell the layouter about the default font (I wonder why
2005-07-07 mfranz- add gui color support: maintain color map with defaul...
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.
2003-12-08 andyAdd a new command, "dialog-new", allowing external...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-02-04 curtRephrased some comments to avoid /* in a comment warnings.
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-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-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.