1
0
Fork 0
flightgear/src/GUI
mfranz e354b810fa - work around plib bug that crashes fgfs if no airport was found (empty
list) and the arrows are clicked  (patch sent to plib; workaround it to
  be removed once fgfs officially depends on a plib version that includes
  the fix)
- fix (very unlikely) crash in case the widget is redrawn between list
  destruction and setting of the new list.
2006-04-18 15:21:19 +00:00
..
.cvsignore Ignore generated files. 2004-06-15 12:48:22 +00:00
AirportList.cxx - work around plib bug that crashes fgfs if no airport was found (empty 2006-04-18 15:21:19 +00:00
AirportList.hxx make headers include headers they depend on, don't rely on the c(xx) 2006-04-17 13:40:20 +00:00
dialog.cxx allow to not only set a general widget <color>, but also specific element 2006-04-14 10:17:09 +00:00
dialog.hxx add support for <nasal> blocks <open> and <close> in XML dialogs: 2006-03-08 10:44:46 +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 new FSF address 2006-02-21 01:16:04 +00:00
gui.h new FSF address 2006-02-21 01:16:04 +00:00
gui_funcs.cxx new FSF address 2006-02-21 01:16:04 +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 GUI layout management and a few visual/eye-candy modifications. See 2004-05-12 15:36:07 +00:00
Makefile.am add fonts.cxx file 2005-07-07 21:24:28 +00:00
menubar.cxx make headers include headers they depend on, don't rely on the c(xx) 2006-04-17 13:40:20 +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 new FSF address 2006-02-21 01:16:04 +00:00
new_gui.cxx create /sim/gui if it doesn't exist 2006-03-19 07:10:10 +00:00
new_gui.hxx fix FGFontCache and make use of it (this allows to assign bitmap fonts 2006-01-26 21:40:37 +00:00
preset_dlg.cxx new FSF address 2006-02-21 01:16:04 +00:00
preset_dlg.hxx Added a "Presets" menu. 2002-11-18 21:31:33 +00:00
prop_picker.cxx new FSF address 2006-02-21 01:16:04 +00:00
prop_picker.hxx make property picker consider the new_gui colors; unfortunately, plib 2005-07-07 21:32:33 +00:00
puList.cxx - implement setSize(): We can't just use puObject::setSize() -- we do, of 2006-03-23 23:00:31 +00:00
puList.hxx - implement setSize(): We can't just use puObject::setSize() -- we do, of 2006-03-23 23:00:31 +00:00
README Depreciate NetworkOLK. A big thanks goes to Oliver Delise for implementing it in the first place. 2003-11-13 14:42:47 +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.
preset_dlg.[ch]xx       Internal functions for presets (deprecated).
prop_picker.[ch]xx      Built-in property-tree dialog.
sgVec3Slider.[ch]xx     Built-in dialog for adjusting the view.
trackball.[ch]          Old mouse view support (deprecated).


David Megginson
2003-09-26