1
0
Fork 0
flightgear/src/GUI
2010-02-25 12:06:08 +01:00
..
.cvsignore Ignore generated files. 2004-06-15 12:48:22 +00:00
AirportList.cxx FGAirportList is gone. Everything should work as before, especially the 2008-12-27 13:20:08 +00:00
AirportList.hxx FGAirportList is gone. Everything should work as before, especially the 2008-12-27 13:20:08 +00:00
dialog.cxx Bugfix: stop dialogs jumping around when re-layout occurs - make positions persistent. 2010-02-17 07:31:05 +01:00
dialog.hxx Dynamic combo-boxes; read values from the property tree. 2009-11-04 23:13:42 +01:00
fonts.cxx Casaba Halász: Fix some const warnings. 2009-03-05 10:52:03 +01:00
gui.cxx CameraGroup class for managing multiple cameras. 2008-08-01 15:57:29 +00:00
gui.h MINGW patch from Benot Laniel 2010-01-25 17:12:04 +01:00
gui_funcs.cxx MINGW patch from Benot Laniel 2010-01-25 17:12:04 +01:00
layout-props.cxx Fix case typo 2009-07-27 23:52:33 +02:00
layout-test.cxx fix warnings in GUI code 2009-08-24 18:00:10 +02:00
layout.cxx Fix case typo 2009-07-27 23:52:33 +02:00
layout.hxx use <enabled>false</enabled> flag for widgets that shouldn't be drawn 2008-08-05 05:27:07 +00:00
Makefile.am Tatsuhiro Nishioka: 2009-09-17 22:54:42 +02:00
menubar.cxx Quiet: reduce log-level of various things from INFO to DEBUG or BULK, and tune the categories/level of some specific messages. 2010-02-17 07:41:23 +01:00
menubar.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
new_gui.cxx Bugfix #35 / denker #20F: 2010-02-11 00:20:59 +01:00
new_gui.hxx - remove the SG_GLxxxx_H #defines, since OSG provides its own versions 2008-07-27 16:25:13 +00:00
property_list.cxx Refer to property types using props:: namespace 2009-07-17 14:54:12 +02:00
property_list.hxx - require plib 1.8.5 2008-03-11 15:58:57 +00:00
README get rid of mouse.cxx and pu{Show|Hide}Cursor() 2008-07-27 09:39:10 +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

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).
menubar.[ch]xx          XML-configurable menu bar.
new_gui.[ch]xx          Top-level for the GUI subsystem.


David Megginson
2003-09-26