1
0
Fork 0
flightgear/src/GUI
curt 8f64d4820c Add a command to dump just the terrain portion of the scene graph to a .osg
file.  Possible uses of this functionality could include converting the
model to some other format or coordinate system for use in some other
visualization or simulation.
2007-11-21 20:51:49 +00:00
..
.cvsignore Ignore generated files. 2004-06-15 12:48:22 +00:00
AirportList.cxx the last patch fixed the AirportList ... and broke all other PUCLASS_LIST.; 2006-05-21 22:14:18 +00:00
AirportList.hxx - move the ID stuff to dialog.hxx 2006-05-22 16:14:50 +00:00
dialog.cxx John DENKER: validate_format(): handle multiple flags correctly 2007-07-03 17:26:54 +00:00
dialog.hxx Modified Files: 2007-01-04 13:22:27 +00:00
fonts.cxx Must include config.h before plib headers to prevent them from default 2005-10-19 18:40:19 +00:00
gui.cxx remove obsolete preset dialogs 2006-11-01 22:55:15 +00:00
gui.h Add a command to dump just the terrain portion of the scene graph to a .osg 2007-11-21 20:51:49 +00:00
gui_funcs.cxx Add a command to dump just the terrain portion of the scene graph to a .osg 2007-11-21 20:51:49 +00:00
gui_local.cxx set /sim/signals/reinit to true before reset, and back to zero after it; 2007-01-21 00:19:39 +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
layout-props.cxx layout-props.cxx: hrule/vrule shall be accepted as widgets even if they 2007-03-26 15:17:38 +00:00
layout-test.cxx Ima Sudonim: 2005-10-22 11:22:05 +00:00
layout.cxx Wrong subtraction order lead to the "extra" space available (instead 2007-07-05 21:25:01 +00:00
layout.hxx fix another crash on exit by finally converting the rest of unguarded 2006-06-11 10:21:10 +00:00
Makefile.am remove obsolete preset dialogs 2006-11-01 22:48:34 +00:00
menubar.cxx don't initialize iterator twice 2007-10-22 17:28:08 +00:00
menubar.hxx Modified Files: 2007-01-04 13:22:27 +00:00
mouse.cxx Modified Files: 2007-05-09 20:41:08 +00:00
new_gui.cxx Miscellaneous tweaks and Bugfixes. Mostly memory leaks ported from the plib 2007-10-20 08:36:21 +00:00
new_gui.hxx Modified Files: 2007-05-03 18:12:29 +00:00
property_list.cxx (untested) last-minute changes are evil! :-) 2007-05-07 14:37:38 +00:00
property_list.hxx property_list.cxx: in verbose mode (toggle with Ctrl-'.'-entry) also 2007-05-07 14:29:40 +00:00
puList.cxx - fix slider 2006-05-24 20:46:10 +00:00
puList.hxx - fix slider 2006-05-24 20:46:10 +00:00
README remove obsolete preset dialogs 2006-11-01 22:48:34 +00:00
sgVec3Slider.cxx Modified Files: 2007-01-07 15:51:29 +00:00
sgVec3Slider.hxx Modified Files: 2007-01-07 15:51:29 +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).
new_gui.[ch]xx          Top-level for the GUI subsystem.
sgVec3Slider.[ch]xx     Built-in dialog for adjusting the view.
trackball.[ch]          Old mouse view support (deprecated).


David Megginson
2003-09-26