]> git.mxchange.org Git - flightgear.git/history - src/GUI/gui_funcs.cxx
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / GUI / gui_funcs.cxx
2009-08-24 Tim Moorefix warnings in GUI code
2009-08-08 torstenAdvanced input subsystem - Step1: cleanup dependencies
2009-06-16 Tim Mooreadapt to changes in sg_exception interface
2009-05-18 mfranzfix leaks; make destructors virtual
2008-10-19 mfranzscreenshots: check for empty screenshots-dir
2008-09-28 fredbMINGW patch by Csaba Halasz, reworked by me to avoid...
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-27 mfranzget rid of mouse.cxx and pu{Show|Hide}Cursor()
2008-07-27 ehofmanremove all the FX and XMESA cruft relating to Glide...
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-07-25 ehofmanAttached patches remove BORLANDC, and hence SG_MATH_EXC...
2008-07-09 mfranzdon't run the help browser from a property that a user...
2008-07-09 mfranzremove depreciated gui_local.[ch]xx:
2008-06-23 mfranz- remove unused puObject args in gui fgcommands
2008-04-27 mfranzremove sgVec3Slider.hxx use
2008-04-26 mfranzNicolas: make screenshot target dir configurable ...
2008-04-13 timooreFixes for compiling with gcc 4.3
2007-11-21 curtAdd a command to dump just the terrain portion of the...
2007-07-03 mfranz- limit max number of messages displayed at the same...
2007-07-02 mfranz- allow multiple message/error dialogs
2007-06-07 andyRemove the GUI popup from the screen capture C++ code...
2007-05-26 frohlichModified Files:
2007-01-07 frohlichModified Files:
2006-11-01 mfranzremove obsolete and non-functional menu toggle command
2006-11-01 mfranzremove obsolete preset dialogs
2006-11-01 mfranzremove old property dialog
2006-10-29 frohlichModified Files:
2006-06-17 mfranzremove obsolete "lon/lat format" commands that have...
2006-05-09 mfranzadd "signals" for start and end of screenshot capturing...
2006-05-08 mfranzremove obsolete fgcommands
2006-05-08 mfranz- move auto_gui's addWaypoint to routemgr.cxx
2006-04-28 mfranzrename NewGUI::getDialog() to NewGUI::getDialogProperties()
2006-02-21 mfranznew FSF address
2006-01-20 ehofmanIntegrate a large part of John Wojnaroski's 747 cockpit...
2006-01-11 ehofmanDon't display the menubar in e highres screenshot.
2006-01-04 ehofmanTry to prevent a potential buffer overflow for WIN33.
2005-11-12 mfranz"nine" (via IRC):
2005-11-09 mfranzreplace hard-coded HUD config dialog with NewGUI dialog
2005-11-01 ehofmanIn the process of changing, adding and removing files...
2005-10-22 mfranzWe never want to know if a dialog is there or not....
2005-10-21 mfranz- spelling
2005-10-20 mfranzReplace hard-coded message boxes by ones managed by...
2005-07-13 ehofmanMathias Fröhlich:
2005-03-24 ehofmanMelchior FRANZ:
2005-02-25 curtThe view frustum is defined in plib apps using calls...
2004-12-29 curtFGIO::shutdown_all() is called from the FGIO destructor...
2004-11-18 curtMigrate FlightGear code to use "#include SG_GL*" defined in
2004-10-06 curtContinued work to clean up the hires screen shot code...
2004-09-27 ehofmanCache the renderer in a local pointer.
2004-09-27 curtActivate the hi res screen capture functionality again...
2004-09-20 ehofmanFinish what was committed in a broken state yesterday.
2004-09-19 ehofmanMake it compile, link and run again (pfew\!)
2004-09-19 ehofmanRevert to CVS as of 5000 seconds ago.
2004-09-19 ehofmanFix some link errors.
2004-09-19 ehofmanFix some link errors.
2004-09-19 ehofmanFix some compile errors.
2004-09-19 ehofmanRemove unnecessary inclusions of sg.h ans ssg.h
2004-02-03 curtComment out some unused references and left over debugg...
2004-01-31 curtCurt Olson:
2003-11-13 ehofmanDepreciate NetworkOLK. A big thanks goes to Oliver...
2003-08-17 ehofmanReorganization of main.cxx
2003-08-11 curtRemove several unneeded glut dependencies. Note, this...
2003-04-01 davidRemoved old menubar option.
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-03-30 ehofmanMove current_panel to globals
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-02-04 curtClean up a compiler warning.
2003-01-16 davidStarted a new FGMenuBar class to handle a different...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-11-18 curtAdded a "Presets" menu.
2002-09-11 curtFixed: When you select Menu->Autopilot->Set Heading...
2002-08-31 davidRemoved unused cur_view_fdm variable as suggested by...
2002-08-29 curtNorman's fix to make the help system start on Win32.
2002-08-28 curtMore tweaks to the automake/conf configuration scripts.
2002-08-25 curtErik Hofman:
2002-08-25 curtBernie Bright:
2002-08-08 davidXML-configurable menu support from Erik Hofman.