2003-03-02 |
david | Patch from Frederic Bouvier: |
tree | commitdiff |
2003-02-05 |
david | GUI style changes suggested by Erik Hofman and Curtis... |
tree | commitdiff |
2003-02-04 |
curt | Rephrased some comments to avoid /* in a comment warnings. |
tree | commitdiff |
2003-02-04 |
curt | Clean up a compiler warning. |
tree | commitdiff |
2003-02-04 |
curt | James Turner: |
tree | commitdiff |
2003-01-27 |
david | Correct old-reinit_dialog to old-reinit-dialog. |
tree | commitdiff |
2003-01-26 |
david | Switch to opaque dialogs and menu (with a heavy heart). |
tree | commitdiff |
2003-01-24 |
david | Remove old-preset-* commands; replaced with a general... |
tree | commitdiff |
2003-01-24 |
david | No longer recursively search $FG_ROOT/gui/dialogs/... |
tree | commitdiff |
2003-01-21 |
david | Remove another deprecated command, and fix things up... |
tree | commitdiff |
2003-01-21 |
david | Added support for reinit(), to reload the configuration... |
tree | commitdiff |
2003-01-21 |
david | Fixed iteration bug in destructor. |
tree | commitdiff |
2003-01-21 |
david | Removed need to specify 'type' property at the top... |
tree | commitdiff |
2003-01-20 |
david | Rename some methods to be more intuitive, add a close... |
tree | commitdiff |
2003-01-20 |
david | Fix memory leaks (PUI doesn't make copies of lists... |
tree | commitdiff |
2003-01-20 |
david | Add more documentation comments. |
tree | commitdiff |
2003-01-20 |
david | Add new object types "slider" and "dial". |
tree | commitdiff |
2003-01-19 |
david | Make some allowances for a dialog closing in the middle... |
tree | commitdiff |
2003-01-19 |
david | Go back to the simpler arrangement syntax of a map... |
tree | commitdiff |
2003-01-19 |
david | Add support for a "checkbox" dialog widget (for boolean... |
tree | commitdiff |
2003-01-19 |
david | Use a pointer for the bindings vector to try to work... |
tree | commitdiff |
2003-01-19 |
david | Changed return type of fireItem to void. |
tree | commitdiff |
2003-01-19 |
david | Use FGGlobals::get_fg_root instead of looking up the... |
tree | commitdiff |
2003-01-18 |
david | Removed a couple of the deprecated dialogs, and removed... |
tree | commitdiff |
2003-01-18 |
david | Tie the bool property /sim/menubar/visibility to hide... |
tree | commitdiff |
2003-01-18 |
david | Keep track of the visible/hidden state more robustly. |
tree | commitdiff |
2003-01-18 |
david | Simplify looking up the GUI subsystem. |
tree | commitdiff |
2003-01-18 |
david | Add in some temporary commands to get at the old, hard... |
tree | commitdiff |
2003-01-18 |
david | Unbundle dialog-box support from the top-level GUI... |
tree | commitdiff |
2003-01-17 |
curt | Oops we tweaked the preset_commit command name, let... |
tree | commitdiff |
2003-01-16 |
david | Started a new FGMenuBar class to handle a different... |
tree | commitdiff |
2002-12-31 |
david | Patches from Erik Hofman for SGI compatibility: |
tree | commitdiff |
2002-12-23 |
david | Removed debugging statements accidentally left in. |
tree | commitdiff |
2002-12-22 |
david | Reworked the XML-configurable GUI to use the same bindi... |
tree | commitdiff |
2002-12-10 |
curt | - Some refactoring of the configure.ac script. |
tree | commitdiff |
2002-12-06 |
curt | - Change the global_tile_mgr to a globals->get_tile_mgr... |
tree | commitdiff |
2002-12-02 |
curt | Remove cout/endl usage and replace with SG_LOG() |
tree | commitdiff |
2002-11-30 |
curt | Exposed the fg_commands though the httpd interface. |
tree | commitdiff |
2002-11-30 |
curt | Massaging the FGTileMgr->update() interface towards... |
tree | commitdiff |
2002-11-18 |
curt | Removed depricated files. |
tree | commitdiff |
2002-11-18 |
curt | Added a "Presets" menu. |
tree | commitdiff |
2002-11-16 |
curt | Clean ups to the code that determines initial position... |
tree | commitdiff |
2002-11-15 |
curt | Restructuring some of the initialization code. |
tree | commitdiff |
2002-11-08 |
david | Moved command information into user data. |
tree | commitdiff |
2002-11-08 |
david | Separated out GUIWidget class to manage a top-level... |
tree | commitdiff |
2002-11-08 |
david | Instead of reading $FG_ROOT/gui.xml, recursively read... |
tree | commitdiff |
2002-11-07 |
david | Added button actions so that property fields can be... |
tree | commitdiff |
2002-11-07 |
david | Started new, XML-configurable GUI subsystem. |
tree | commitdiff |
2002-11-06 |
david | Added fgLoadProps to load properties from a path relati... |
tree | commitdiff |
2002-10-07 |
curt | Erik Hofman: |
tree | commitdiff |
2002-10-03 |
curt | Better internationalization infrastructure. We now... |
tree | commitdiff |
2002-10-01 |
curt | Get rid of some debugging output. |
tree | commitdiff |
2002-10-01 |
curt | Read menu titles indirectly from specified property... |
tree | commitdiff |
2002-09-11 |
curt | Fixed: When you select Menu->Autopilot->Set Heading... |
tree | commitdiff |
2002-09-07 |
curt | Read the desired menu font from the property system... |
tree | commitdiff |
2002-09-07 |
david | Patch from Julian Foad: |
tree | commitdiff |
2002-09-05 |
curt | Erik Hofman: |
tree | commitdiff |
2002-08-31 |
david | Removed unused cur_view_fdm variable as suggested by... |
tree | commitdiff |
2002-08-29 |
curt | Norman's fix to make the help system start on Win32. |
tree | commitdiff |
2002-08-28 |
curt | More tweaks to the automake/conf configuration scripts. |
tree | commitdiff |
2002-08-25 |
curt | Erik Hofman: |
tree | commitdiff |
2002-08-25 |
curt | Bernie Bright: |
tree | commitdiff |
2002-08-25 |
curt | Tidy up the autoconf/automake configuration a bit. |
tree | commitdiff |
2002-08-08 |
david | XML-configurable menu support from Erik Hofman. |
tree | commitdiff |
2002-07-31 |
david | Roll out change that required CVS version of plib. |
tree | commitdiff |
2002-07-31 |
david | Patch from Julian Foad: |
tree | commitdiff |
2002-06-29 |
curt | Allow the default GUI font to be set via properties. |
tree | commitdiff |
2002-05-17 |
curt | Bernie Bright: |
tree | commitdiff |
2002-05-10 |
david | Mac OS X fixes and MSVC warning fixes from Jonathan... |
tree | commitdiff |
2002-05-09 |
david | Patch from Jim Wilson: |
tree | commitdiff |
2002-04-19 |
curt | Jim Wilson: |
tree | commitdiff |
2002-04-19 |
curt | Jim Wilson: |
tree | commitdiff |
2002-04-19 |
curt | Fixed an "==" vs. "=" typo. |
tree | commitdiff |
2002-04-18 |
curt | Jim Wilson: |
tree | commitdiff |
2002-04-07 |
david | Patches from Norm Vine to improve framerate and add... |
tree | commitdiff |
2002-03-26 |
curt | Oops, in the latest property manager rewrite, a typo... |
tree | commitdiff |
2002-03-21 |
david | Viewer update from Jim Wilson: |
tree | commitdiff |
2002-03-20 |
david | Use !strcmp for all property string-value comparisons. |
tree | commitdiff |
2002-03-20 |
curt | Converted if ( string == "" ) constructs to if ( string... |
tree | commitdiff |
2002-03-20 |
david | Major viewer-code overhaul from Jim Wilson: |
tree | commitdiff |
2002-03-19 |
david | Major property-manager rewrite, using const char *... |
tree | commitdiff |
2002-03-16 |
david | Patches from Tony Peden to separate property XML I... |
tree | commitdiff |
2002-03-13 |
david | Autopilot cleanup: |
tree | commitdiff |
2002-03-06 |
david | Temporarily rolled out last change, pending a restructu... |
tree | commitdiff |
2002-03-06 |
david | Patch from Andy Ross to allow virtual panel to tilt... |
tree | commitdiff |
2002-03-04 |
david | Patch from Jim Wilson: |
tree | commitdiff |
2002-02-27 |
david | Patch from Andy Ross to sort properties in browser. |
tree | commitdiff |
2002-02-08 |
curt | Fix a potential mouse freeze. |
tree | commitdiff |
2002-02-08 |
david | Patch from Melchior Franz: |
tree | commitdiff |
2002-02-06 |
curt | Some follow up patches from Norman Vine. |
tree | commitdiff |
2002-02-06 |
david | Patch from Melchior Franz: |
tree | commitdiff |
2002-02-05 |
curt | Fixes for default chase view values. |
tree | commitdiff |
2002-02-05 |
curt | Fix the not showing the last item bug. Also I cleaned... |
tree | commitdiff |
2002-02-05 |
curt | A grab bag of tweaks and patches from Norman Vine. |
tree | commitdiff |
2002-02-05 |
curt | 1. Tidies up h-FOV/v-FOV handling and makes window... |
tree | commitdiff |
2002-01-30 |
david | Fixes from Cameron Moore: |
tree | commitdiff |
2002-01-20 |
curt | Restructured the 'freeze' property a bit. We now have |
tree | commitdiff |
2002-01-06 |
david | Added fullscreen to globals, and fixed compile bug... |
tree | commitdiff |
2002-01-04 |
david | Removed stale include of options.hxx. |
tree | commitdiff |
2001-12-28 |
curt | Updates to build system to better support automake-1.5 |
tree | commitdiff |
next |