1
0
Fork 0
flightgear/src/GUI
mfranz ecd5521bf8 - remove unused puObject args in gui fgcommands
- remove no longer used PU macros
2008-06-23 18:28:02 +00:00
..
.cvsignore Ignore generated files. 2004-06-15 12:48:22 +00:00
AirportList.cxx Fred BOUVIER & Stuart BUCHANAN: make search function case-insensitive 2008-06-03 10:25:58 +00:00
AirportList.hxx Fred BOUVIER & Stuart BUCHANAN: make search function case-insensitive 2008-06-03 10:25:58 +00:00
dialog.cxx - require plib 1.8.5 2008-03-11 15:58:57 +00:00
dialog.hxx - require plib 1.8.5 2008-03-11 15:58:57 +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 Fix GUI and HUD text rendering problems. 2008-06-06 19:02:17 +00:00
gui.h - remove unused puObject args in gui fgcommands 2008-06-23 18:28:02 +00:00
gui_funcs.cxx - remove unused puObject args in gui fgcommands 2008-06-23 18:28:02 +00:00
gui_local.cxx - remove unused puObject args in gui fgcommands 2008-06-23 18:28:02 +00:00
gui_local.hxx - remove unused puObject args in gui fgcommands 2008-06-23 18:28:02 +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 Include <iostream> and using declarations as needed. 2008-06-02 21:07:35 +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 Add a subclass of fntTexFont that defers font loading 2008-05-06 21:31:01 +00:00
menubar.cxx - remove unused puObject args in gui fgcommands 2008-06-23 18:28:02 +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 FGFontCache::initializeFonts() now portable across platform through the use of plib 2008-06-07 08:10:46 +00:00
new_gui.hxx Fix GUI and HUD text rendering problems. 2008-06-06 19:02:17 +00:00
property_list.cxx Include <iostream> and using declarations as needed. 2008-06-02 21:07:35 +00:00
property_list.hxx - require plib 1.8.5 2008-03-11 15:58:57 +00:00
README move sgVec3Slider dialog to the Attic/: 2008-04-27 17:56:05 +00:00
SafeTexFont.cxx Rename FontStatus enum labels because ERROR is already a macro under Windows 2008-05-14 09:51:11 +00:00
SafeTexFont.hxx Rename FontStatus enum labels because ERROR is already a macro under Windows 2008-05-14 09:51:11 +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.
trackball.[ch]          Old mouse view support (deprecated).


David Megginson
2003-09-26