]> git.mxchange.org Git - flightgear.git/history - src/GUI
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / GUI /
2004-07-23 ehofmanJim Wilson:
2004-06-15 davidIgnore generated files.
2004-05-15 andyDon't set values on "live" text objects to prevent...
2004-05-14 andyFix the slider to request a non-zero length, and make...
2004-05-12 andyOops, need config.h before pu.h or else the build will...
2004-05-12 andyGUI layout management and a few visual/eye-candy modifi...
2004-05-03 andyGUI windows are now draggable. This missing feature...
2004-04-30 ehofmanRemove the references to fg_os.hxx since the UL_USE_XXX...
2004-04-30 andyChanges to get FlightGear (well, the src directory...
2004-04-29 ehofmanMake sure pu.h doesn't include glut by accident.
2004-04-24 ehofmanFrederic Bouvier discovered a buffer overflow in the...
2004-04-05 andyNeed to include fg_os.hxx, so the PUI initialization...
2004-04-05 ehofmanFrederic Bouvier:
2004-04-01 andyWin32 typos crept in during the patch. Fix from Freder...
2004-03-31 curtDon't include an unnecessary header.
2004-03-31 andyYank out all the glut dependencies and concentrate...
2004-02-23 curtFix a type mismatch error introduced with the latest...
2004-02-03 curtComment out some unused references and left over debugg...
2004-01-31 curtCurt Olson:
2004-01-12 curtAttempt #1 to sort out confusion between left / right...
2003-12-08 andyAdd a new command, "dialog-new", allowing external...
2003-11-28 ehofmanUse strndup() replacement code that doesn't cause a...
2003-11-28 ehofmanMake room for the terminatig '\0' and prevent a potenti...
2003-11-28 ehofmanAdd David Culp's AI model manager code which is derived...
2003-11-28 ehofmanIRIX/MipsPro 7.2 doesn't have strndup. Work around it.
2003-11-27 davidAdd a scrolling list widget for selecting airports.
2003-11-13 ehofmanDepreciate NetworkOLK. A big thanks goes to Oliver...
2003-10-01 davidStarted a README.
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-20 ehofmanConvert fgLIGHT to FGLight and make it FGSubsystem...
2003-08-21 ehofmanChange GLUT_H to FG_GLUT_H to prevent a naming clash...
2003-08-17 ehofmanReorganization of main.cxx
2003-08-11 curtRemove several unneeded glut dependencies. Note, this...
2003-06-05 curtAdd a missing source file.
2003-05-22 ehofmanfrom the C++ FAQ:
2003-05-09 curtMoved src/Model/loader.[ch]xx and src/Model/model....
2003-05-09 curt- Added "SG" prefix to sound classes that recently...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-13 ehofmanMSVC6 updates
2003-04-01 davidRemoved old menubar option.
2003-03-31 ehofmanChange some cerr messages into SG_LOG messages
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-03-30 ehofmanMove current_panel to globals
2003-03-29 ehofmanA first stab at an aircraft selection dialog
2003-03-21 curtRemove some compiler warnings.
2003-03-20 ehofmanChange cout and cerr in SG_LOG() where appropriate...
2003-03-02 davidPatch from Frederic Bouvier:
2003-02-05 davidGUI style changes suggested by Erik Hofman and Curtis...
2003-02-04 curtRephrased some comments to avoid /* in a comment warnings.
2003-02-04 curtClean up a compiler warning.
2003-02-04 curtJames Turner:
2003-01-27 davidCorrect old-reinit_dialog to old-reinit-dialog.
2003-01-26 davidSwitch to opaque dialogs and menu (with a heavy heart).
2003-01-24 davidRemove old-preset-* commands; replaced with a general...
2003-01-24 davidNo longer recursively search $FG_ROOT/gui/dialogs/...
2003-01-21 davidRemove another deprecated command, and fix things up...
2003-01-21 davidAdded support for reinit(), to reload the configuration...
2003-01-21 davidFixed iteration bug in destructor.
2003-01-21 davidRemoved need to specify 'type' property at the top...
2003-01-20 davidRename some methods to be more intuitive, add a close...
2003-01-20 davidFix memory leaks (PUI doesn't make copies of lists...
2003-01-20 davidAdd more documentation comments.
2003-01-20 davidAdd new object types "slider" and "dial".
2003-01-19 davidMake some allowances for a dialog closing in the middle...
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...
next