1
0
Fork 0
flightgear/src/GUI
2011-10-17 17:41:59 +01:00
..
.gitignore Ignore generated files 2010-06-02 11:27:16 +02: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
CMakeLists.txt CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
dialog.cxx Make map widget zoom a real property, so it persists between opening and closing the dialog. 2011-09-18 12:53:40 +01:00
dialog.hxx Override puaComboBox recalc_bbox, ignore the popup-menu 2010-12-07 10:33:14 +00:00
fonts.cxx Casaba Halász: Fix some const warnings. 2009-03-05 10:52:03 +01:00
gui.cxx Get rid of FGGeneral; expose equivlanet values via properties. 2010-10-01 09:33:31 +01:00
gui.h Add generic "open-browser" command to show URLs or local HTML/text pages. 2011-10-09 12:37:43 +02:00
gui_funcs.cxx Add generic "open-browser" command to show URLs or local HTML/text pages. 2011-10-09 12:37:43 +02: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 Override puaComboBox recalc_bbox, ignore the popup-menu 2010-12-07 10:33:14 +00: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 MapWidget for the GUI, initial commit. 2010-03-28 15:25:47 +02:00
MapWidget.cxx Tweak map-widget data boxes for AI objects, so speed/altitude update in real-time. 2011-10-12 22:33:56 +01:00
MapWidget.hxx Improve magnetic heading handling in MapWidget - following some testing at NZCH 2011-10-02 14:30:06 +01:00
menubar.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
menubar.hxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
new_gui.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
new_gui.hxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
property_list.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
property_list.hxx changes for SGPropertyNode::getPath return type 2010-03-09 11:24:45 +01: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
WaypointList.cxx Disable flight-related key-bindings in the WaypointList widget for 2.4 release, pending a better solution to PLIB's lack of focus. 2011-07-16 13:25:29 +01:00
WaypointList.hxx Airways/procedures code - add new data structures to store waypoints and 2010-10-20 09:02:02 +01: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