1
0
Fork 0
flightgear/src/GUI
2003-10-01 21:09:39 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
dialog.cxx from the C++ FAQ: 2003-05-22 08:42:38 +00:00
dialog.hxx This is step "1" of probably "many" in the process of separating out the 2003-05-06 23:46:24 +00:00
gui.cxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
gui.h Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
gui_funcs.cxx Reorganization of main.cxx 2003-08-17 09:54:41 +00:00
gui_local.cxx Convert fgLIGHT to FGLight and make it FGSubsystem compatible. Let the subsystem manager handle it and let FGLight::update() handle the repositioning of the sun and the moon. 2003-09-20 09:38:32 +00:00
gui_local.hxx Updated mouse gui tweaks and Jim's nifty new external view controls. 2001-11-12 20:57:08 +00:00
Makefile.am Add a missing source file. 2003-06-05 03:43:43 +00:00
menubar.cxx from the C++ FAQ: 2003-05-22 08:42:38 +00:00
menubar.hxx Remove another deprecated command, and fix things up so that dialogs 2003-01-21 15:44:21 +00:00
mouse.cxx Change GLUT_H to FG_GLUT_H to prevent a naming clash with freeglut. 2003-08-21 09:12:12 +00:00
net_dlg.cxx Major property-manager rewrite, using const char * throughout 2002-03-19 17:12:13 +00:00
net_dlg.hxx MSVC fixes. 2001-03-21 23:10:15 +00:00
new_gui.cxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
new_gui.hxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
preset_dlg.cxx Move FGEventMgr and FGSubsystemMgr over to SimGear, add SGEventMgr to FlightGear's globals structre and some small code cleanups 2003-09-24 17:20:55 +00:00
preset_dlg.hxx Added a "Presets" menu. 2002-11-18 21:31:33 +00:00
prop_picker.cxx This is step "1" of probably "many" in the process of separating out the 2003-05-06 23:46:24 +00:00
prop_picker.hxx This is step "1" of probably "many" in the process of separating out the 2003-05-06 23:46:24 +00:00
README Started a README. 2003-10-01 21:09:39 +00:00
sgVec3Slider.cxx Norman's fix to make the help system start on Win32. 2002-08-29 21:00:22 +00:00
sgVec3Slider.hxx Norman's fix to make the help system start on Win32. 2002-08-29 21:00:22 +00:00
trackball.c Norman Vine has split up the GUI code into more managable/logical sections. 2001-01-08 20:55:16 +00:00
trackball.h Norman Vine has split up the GUI code into more managable/logical sections. 2001-01-08 20:55:16 +00:00

This directory contains code for the FlightGear user interface.
Currently, the code is based on PUI, which is part of PLIB.

The code is currently in transition between the old, hard-coded C++
interface and a new, XML-configurable modular subsystem.

Files:

dialog.[ch]xx           XML-configurable dialog box.
gui.cxx, gui.h          Top-level GUI functions (deprecated).
gui_funcs.cxx           Implementation of internal GUI functions (deprecated).
gui_local.[ch]xx        More internal GUI functions (deprecated).
menubar.[ch]xx          XML-configurable menu bar.
mouse.cxx               Old GUI mouse support (deprecated).
net_dlg.[ch]xx          Hard-coded network dialog (deprecated).
new_gui.[ch]xx          Top-level for the GUI subsystem.
preset_dlg.[ch]xx       Internal functions for presets (deprecated).
prop_picker.[ch]xx      Built-in property-tree dialog.
sgVec3Slider.[ch]xx     Built-in dialog for adjusting the view.
trackball.[ch]          Old mouse view support (deprecated).


David Megginson
2003-09-26