2004-09-19 |
ehofman | Remove unnecessary inclusions of sg.h ans ssg.h |
tree | commitdiff |
2004-07-23 |
ehofman | Jim Wilson: |
tree | commitdiff |
2004-06-15 |
david | Ignore generated files. |
tree | commitdiff |
2004-05-15 |
andy | Don't set values on "live" text objects to prevent... |
tree | commitdiff |
2004-05-14 |
andy | Fix the slider to request a non-zero length, and make... |
tree | commitdiff |
2004-05-12 |
andy | Oops, need config.h before pu.h or else the build will... |
tree | commitdiff |
2004-05-12 |
andy | GUI layout management and a few visual/eye-candy modifi... |
tree | commitdiff |
2004-05-03 |
andy | GUI windows are now draggable. This missing feature... |
tree | commitdiff |
2004-04-30 |
ehofman | Remove the references to fg_os.hxx since the UL_USE_XXX... |
tree | commitdiff |
2004-04-30 |
andy | Changes to get FlightGear (well, the src directory... |
tree | commitdiff |
2004-04-29 |
ehofman | Make sure pu.h doesn't include glut by accident. |
tree | commitdiff |
2004-04-24 |
ehofman | Frederic Bouvier discovered a buffer overflow in the... |
tree | commitdiff |
2004-04-05 |
andy | Need to include fg_os.hxx, so the PUI initialization... |
tree | commitdiff |
2004-04-05 |
ehofman | Frederic Bouvier: |
tree | commitdiff |
2004-04-01 |
andy | Win32 typos crept in during the patch. Fix from Freder... |
tree | commitdiff |
2004-03-31 |
curt | Don't include an unnecessary header. |
tree | commitdiff |
2004-03-31 |
andy | Yank out all the glut dependencies and concentrate... |
tree | commitdiff |
2004-02-23 |
curt | Fix a type mismatch error introduced with the latest... |
tree | commitdiff |
2004-02-03 |
curt | Comment out some unused references and left over debugg... |
tree | commitdiff |
2004-01-31 |
curt | Curt Olson: |
tree | commitdiff |
2004-01-12 |
curt | Attempt #1 to sort out confusion between left / right... |
tree | commitdiff |
2003-12-08 |
andy | Add a new command, "dialog-new", allowing external... |
tree | commitdiff |
2003-11-28 |
ehofman | Use strndup() replacement code that doesn't cause a... |
tree | commitdiff |
2003-11-28 |
ehofman | Make room for the terminatig '\0' and prevent a potenti... |
tree | commitdiff |
2003-11-28 |
ehofman | Add David Culp's AI model manager code which is derived... |
tree | commitdiff |
2003-11-28 |
ehofman | IRIX/MipsPro 7.2 doesn't have strndup. Work around it. |
tree | commitdiff |
2003-11-27 |
david | Add a scrolling list widget for selecting airports. |
tree | commitdiff |
2003-11-13 |
ehofman | Depreciate NetworkOLK. A big thanks goes to Oliver... |
tree | commitdiff |
2003-10-01 |
david | Started a README. |
tree | commitdiff |
2003-09-24 |
ehofman | Move FGEventMgr and FGSubsystemMgr over to SimGear... |
tree | commitdiff |
2003-09-20 |
ehofman | Convert fgLIGHT to FGLight and make it FGSubsystem... |
tree | commitdiff |
2003-08-21 |
ehofman | Change GLUT_H to FG_GLUT_H to prevent a naming clash... |
tree | commitdiff |
2003-08-17 |
ehofman | Reorganization of main.cxx |
tree | commitdiff |
2003-08-11 |
curt | Remove several unneeded glut dependencies. Note, this... |
tree | commitdiff |
2003-06-05 |
curt | Add a missing source file. |
tree | commitdiff |
2003-05-22 |
ehofman | from the C++ FAQ: |
tree | commitdiff |
2003-05-09 |
curt | Moved src/Model/loader.[ch]xx and src/Model/model.... |
tree | commitdiff |
2003-05-09 |
curt | - Added "SG" prefix to sound classes that recently... |
tree | commitdiff |
2003-05-06 |
curt | This is step "1" of probably "many" in the process... |
tree | commitdiff |
2003-04-13 |
ehofman | MSVC6 updates |
tree | commitdiff |
2003-04-01 |
david | Removed old menubar option. |
tree | commitdiff |
2003-03-31 |
ehofman | Change some cerr messages into SG_LOG messages |
tree | commitdiff |
2003-03-30 |
ehofman | Declare fgReshape into gui.h |
tree | commitdiff |
2003-03-30 |
ehofman | Move current_panel to globals |
tree | commitdiff |
2003-03-29 |
ehofman | A first stab at an aircraft selection dialog |
tree | commitdiff |
2003-03-21 |
curt | Remove some compiler warnings. |
tree | commitdiff |
2003-03-20 |
ehofman | Change cout and cerr in SG_LOG() where appropriate... |
tree | commitdiff |
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 |
next |