1
0
Fork 0
flightgear/src/GUI
2006-11-01 23:36:46 +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 don't let invisible objects prevent dragging (for example: currently 2006-07-10 14:56:07 +00:00
dialog.hxx - move the ID stuff to dialog.hxx 2006-05-22 16:14:50 +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 remove function declarations for long removed functions 2006-11-01 23:36:46 +00:00
gui_funcs.cxx remove obsolete and non-functional menu toggle command 2006-11-01 23:23:26 +00:00
gui_local.cxx Don't restore initial screen geometry because there is nothing in fg_os* to resize an existing window. 2006-03-30 20:37:34 +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 Oops, need config.h before pu.h or else the build will fail on 2004-05-12 20:51:47 +00:00
layout-test.cxx Ima Sudonim: 2005-10-22 11:22:05 +00:00
layout.cxx Fix <text> alignment. Because our <text> widget is an empty puObject's 2005-10-21 18:50:58 +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 remove old property dialog 2006-11-01 22:10:22 +00:00
menubar.hxx make headers include headers they depend on, don't rely on the c(xx) 2006-04-17 13:40:20 +00:00
mouse.cxx - move auto_gui's addWaypoint to routemgr.cxx 2006-05-08 14:35:29 +00:00
new_gui.cxx oh, and by the way: this destructor didn't do anything useful :-) 2006-06-21 21:17:21 +00:00
new_gui.hxx ok, so the old ~FGFontCache() was useless. But at least it didn't call 2006-06-22 08:35:50 +00:00
property_list.cxx - display of SGPropertyNode flags can now be toggled per <property-list> 2006-06-03 11:20:19 +00:00
property_list.hxx - display of SGPropertyNode flags can now be toggled per <property-list> 2006-06-03 11:20:19 +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 backing out all changes to non-depreciated symbols/functions: plib's cvs 2005-11-06 14:22:02 +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).
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