]> git.mxchange.org Git - flightgear.git/history - src/GUI
Go back to the simpler arrangement syntax of a map of vectors.
[flightgear.git] / src / GUI /
2003-01-19 davidGo back to the simpler arrangement syntax of a map...
2003-01-19 davidAdd support for a "checkbox" dialog widget (for boolean...
2003-01-19 davidUse a pointer for the bindings vector to try to work...
2003-01-19 davidChanged return type of fireItem to void.
2003-01-19 davidUse FGGlobals::get_fg_root instead of looking up the...
2003-01-18 davidRemoved a couple of the deprecated dialogs, and removed...
2003-01-18 davidTie the bool property /sim/menubar/visibility to hide...
2003-01-18 davidKeep track of the visible/hidden state more robustly.
2003-01-18 davidSimplify looking up the GUI subsystem.
2003-01-18 davidAdd in some temporary commands to get at the old, hard...
2003-01-18 davidUnbundle dialog-box support from the top-level GUI...
2003-01-17 curtOops we tweaked the preset_commit command name, let...
2003-01-16 davidStarted a new FGMenuBar class to handle a different...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-23 davidRemoved debugging statements accidentally left in.
2002-12-22 davidReworked the XML-configurable GUI to use the same bindi...
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-12-06 curt- Change the global_tile_mgr to a globals->get_tile_mgr...
2002-12-02 curtRemove cout/endl usage and replace with SG_LOG()
2002-11-30 curtExposed the fg_commands though the httpd interface.
2002-11-30 curtMassaging the FGTileMgr->update() interface towards...
2002-11-18 curtRemoved depricated files.
2002-11-18 curtAdded a "Presets" menu.
2002-11-16 curtClean ups to the code that determines initial position...
2002-11-15 curtRestructuring some of the initialization code.
2002-11-08 davidMoved command information into user data.
2002-11-08 davidSeparated out GUIWidget class to manage a top-level...
2002-11-08 davidInstead of reading $FG_ROOT/gui.xml, recursively read...
2002-11-07 davidAdded button actions so that property fields can be...
2002-11-07 davidStarted new, XML-configurable GUI subsystem.
2002-11-06 davidAdded fgLoadProps to load properties from a path relati...
2002-10-07 curtErik Hofman:
2002-10-03 curtBetter internationalization infrastructure. We now...
2002-10-01 curtGet rid of some debugging output.
2002-10-01 curtRead menu titles indirectly from specified property...
2002-09-11 curtFixed: When you select Menu->Autopilot->Set Heading...
2002-09-07 curtRead the desired menu font from the property system...
2002-09-07 davidPatch from Julian Foad:
2002-09-05 curtErik Hofman:
2002-08-31 davidRemoved unused cur_view_fdm variable as suggested by...
2002-08-29 curtNorman's fix to make the help system start on Win32.
2002-08-28 curtMore tweaks to the automake/conf configuration scripts.
2002-08-25 curtErik Hofman:
2002-08-25 curtBernie Bright:
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-08 davidXML-configurable menu support from Erik Hofman.
2002-07-31 davidRoll out change that required CVS version of plib.
2002-07-31 davidPatch from Julian Foad:
2002-06-29 curtAllow the default GUI font to be set via properties.
2002-05-17 curtBernie Bright:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-05-09 davidPatch from Jim Wilson:
2002-04-19 curtJim Wilson:
2002-04-19 curtJim Wilson:
2002-04-19 curtFixed an "==" vs. "=" typo.
2002-04-18 curtJim Wilson:
2002-04-07 davidPatches from Norm Vine to improve framerate and add...
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-21 davidViewer update from Jim Wilson:
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 curtConverted if ( string == "" ) constructs to if ( string...
2002-03-20 davidMajor viewer-code overhaul from Jim Wilson:
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-16 davidPatches from Tony Peden to separate property XML I...
2002-03-13 davidAutopilot cleanup:
2002-03-06 davidTemporarily rolled out last change, pending a restructu...
2002-03-06 davidPatch from Andy Ross to allow virtual panel to tilt...
2002-03-04 davidPatch from Jim Wilson:
2002-02-27 davidPatch from Andy Ross to sort properties in browser.
2002-02-08 curtFix a potential mouse freeze.
2002-02-08 davidPatch from Melchior Franz:
2002-02-06 curtSome follow up patches from Norman Vine.
2002-02-06 davidPatch from Melchior Franz:
2002-02-05 curtFixes for default chase view values.
2002-02-05 curtFix the not showing the last item bug. Also I cleaned...
2002-02-05 curtA grab bag of tweaks and patches from Norman Vine.
2002-02-05 curt1. Tidies up h-FOV/v-FOV handling and makes window...
2002-01-30 davidFixes from Cameron Moore:
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2002-01-06 davidAdded fullscreen to globals, and fixed compile bug...
2002-01-04 davidRemoved stale include of options.hxx.
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-12 david-Removed .cvsignore from itself, since .cvsignore is...
2001-12-11 curtNorman's changes to display a scrolling "PAUSE" message...
2001-12-09 curtDavid Megginson writes:
2001-12-09 curtFrom Christian Mayer fixing some array allocation/overr...
2001-12-07 curtChanges from Norman Vine that 'almost' get 'reset'...
2001-11-19 curtDavid Luff writes:
2001-11-12 curtI just nailed an especially annoying tile cache schedul...
2001-11-12 curtUpdated mouse gui tweaks and Jim's nifty new external...
2001-11-12 curtNorman Vine's mouse cursor tweaks fixes.
2001-10-28 curtThis set of changes touches a *lot* of files. The...
2001-10-24 curtAddition Irix tweaks.
2001-10-24 curtFixes to remove dependencies on depricated plib code...
2001-10-24 curtFixes for win_ratio/aspect_ratio confusion. It was...
2001-10-10 curtPatch to fix wrong case crash.
2001-09-19 curtTurn hud off by default for ADA fdm.
2001-08-14 curtVarious tweaks for mingwin32.
2001-07-24 curt- added guiErrorMessage
2001-07-24 curt- added guiErrorMessage (sends both to log and dialog...
next