1
0
Fork 0
flightgear/src/GUI
James Turner e25aa4f004 Fix some static property references.
(These cause problems when replacing the property tree during reset)
2013-11-14 16:37:46 +00:00
..
.gitignore Ignore generated files 2010-06-02 11:27:16 +02:00
AirportList.cxx Give the FGAirport class a sane filename. 2013-02-21 11:32:02 +00:00
AirportList.hxx Make FGDialog an interface, moving existing code to FGPUIDialog implementation. (no functionality change, yet) 2011-11-19 20:46:17 +00:00
CanvasWidget.cxx Fix some static property references. 2013-11-14 16:37:46 +00:00
CanvasWidget.hxx Fix some static property references. 2013-11-14 16:37:46 +00:00
CMakeLists.txt Windows cursor implementation. 2013-03-06 18:22:37 +00:00
CocoaFileDialog.hxx Make it all work with existing FileSelector API. 2013-01-19 16:23:05 +00:00
CocoaFileDialog.mm Tolerate old blocks support in 10.6 compiler. 2013-01-22 18:33:16 +01:00
CocoaMouseCursor.hxx Forgot GPL license on new files. 2013-03-05 20:53:43 +00:00
CocoaMouseCursor.mm New cursor shapes. 2013-03-10 12:05:14 +00:00
dialog.cxx Make FGDialog an interface, moving existing code to FGPUIDialog implementation. (no functionality change, yet) 2011-11-19 20:46:17 +00:00
dialog.hxx Make FGDialog an interface, moving existing code to FGPUIDialog implementation. (no functionality change, yet) 2011-11-19 20:46:17 +00:00
FGCocoaMenuBar.hxx On OS-X, used NSWorkspace to launch the browser. 2012-05-07 23:49:21 +01:00
FGCocoaMenuBar.mm Revised patch from Yves to fix Mac 10.5 compilation 2012-07-10 08:39:11 +01:00
FGColor.cxx Clean-up some SGMath dependencies. 2012-05-05 00:56:29 +02:00
FGColor.hxx Fix some compiler warnings. 2012-10-13 17:59:47 +02:00
FGFontCache.cxx Fix compiler warning 2012-07-17 19:32:05 +02:00
FGFontCache.hxx Clean-up some SGMath dependencies. 2012-05-05 00:56:29 +02:00
FGPUIDialog.cxx Split huge NasalSys header apart. 2013-02-09 15:33:05 +00:00
FGPUIDialog.hxx Support a log-list widget in PUI. 2013-02-08 19:39:41 +00:00
FGPUIMenuBar.cxx Make PUI menu-bar reinit safe. 2012-11-20 13:32:10 +00:00
FGPUIMenuBar.hxx And make FGMenuBar abstract too, sinking the current implementation into FGPUIMenubar 2011-11-19 22:04:35 +00:00
FileDialog.cxx Reset: Nasal can be shutdown. 2013-11-12 22:47:41 +00:00
FileDialog.hxx Update for nasal::Ghost changes 2013-03-03 19:30:16 +01:00
fonts.cxx Adapt font size behaviour to original plib font. 2012-05-01 11:44:52 +02:00
gui.cxx Fix crashing without support for GLSL/OpenGL 2.0 2013-04-24 00:19:37 +02:00
gui.h Move GUI init code to gui module. 2012-09-25 22:39:13 +02:00
gui_funcs.cxx Kill off platformDesktopPath entirely 2013-06-20 00:20:12 +01:00
layout-props.cxx Clean-up some SGMath dependencies. 2012-05-05 00:56:29 +02:00
layout-test.cxx fix warnings in GUI code 2009-08-24 18:00:10 +02:00
layout.cxx Clean-up some SGMath dependencies. 2012-05-05 00:56:29 +02:00
layout.hxx use <enabled>false</enabled> flag for widgets that shouldn't be drawn 2008-08-05 05:27:07 +00:00
MapWidget.cxx Map shows all airports when zoomed in. 2013-10-15 22:28:10 +01:00
MapWidget.hxx Bug 550 / 454 work (not yet fully fixed) 2013-06-30 16:41:05 +01:00
menubar.cxx Use separate header file for vector properties. 2012-05-05 00:12:41 +02:00
menubar.hxx Fix Mac compile. 2012-05-05 09:41:23 +02:00
MouseCursor.cxx New cursor shapes. 2013-03-10 12:05:14 +00:00
MouseCursor.hxx New cursor shapes. 2013-03-10 12:05:14 +00:00
new_gui.cxx Reset: GUI can be shutdown. 2013-10-29 23:02:46 +00:00
new_gui.hxx Reset: GUI can be shutdown. 2013-10-29 23:02:46 +00: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 Make FGDialog an interface, moving existing code to FGPUIDialog implementation. (no functionality change, yet) 2011-11-19 20:46:17 +00:00
PUIFileDialog.cxx Make it all work with existing FileSelector API. 2013-01-19 16:23:05 +00:00
PUIFileDialog.hxx Make it all work with existing FileSelector API. 2013-01-19 16:23:05 +00:00
README get rid of mouse.cxx and pu{Show|Hide}Cursor() 2008-07-27 09:39:10 +00:00
WaypointList.cxx Avoid compiler warning. 2012-09-21 15:36:52 +02:00
WaypointList.hxx Make FGDialog an interface, moving existing code to FGPUIDialog implementation. (no functionality change, yet) 2011-11-19 20:46:17 +00:00
WindowsMouseCursor.cxx Windows cursor implementation. 2013-03-06 18:22:37 +00:00
WindowsMouseCursor.hxx Windows cursor handling stubs. 2013-03-05 20:59:05 +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