]> git.mxchange.org Git - flightgear.git/history - src/GUI
f_alias: catch SGPropertyNode exceptions and generate runtime error
[flightgear.git] / src / GUI /
2008-10-19 mfranzscreenshots: check for empty screenshots-dir
2008-09-28 fredbMINGW patch by Csaba Halasz, reworked by me to avoid...
2008-08-21 durkCzaba Halasz:
2008-08-05 mfranzuse <enabled>false</enabled> flag for widgets that...
2008-08-01 timooreCameraGroup class for managing multiple cameras.
2008-07-31 ehofmanheader cleanups
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-27 mfranzget rid of mouse.cxx and pu{Show|Hide}Cursor()
2008-07-27 ehofmanremove all the FX and XMESA cruft relating to Glide...
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-07-25 ehofmanAttached patches remove BORLANDC, and hence SG_MATH_EXC...
2008-07-09 mfranzdon't run the help browser from a property that a user...
2008-07-09 mfranzremove depreciated and unused src/GUI/trackball.*
2008-07-09 mfranzremove depreciated and unused src/GUI/trackball.*
2008-07-09 mfranzremove depreciated gui_local.[ch]xx:
2008-06-23 mfranz- remove unused puObject args in gui fgcommands
2008-06-07 fredbFGFontCache::initializeFonts() now portable across...
2008-06-06 timooreFix GUI and HUD text rendering problems.
2008-06-03 mfranzFred BOUVIER & Stuart BUCHANAN: make search function...
2008-06-02 timooreInclude <iostream> and using declarations as needed.
2008-05-19 timooreClean up OSG camera setup and interface to plib PUI
2008-05-14 fredbRename FontStatus enum labels because ERROR is already...
2008-05-06 timooreAdd a subclass of fntTexFont that defers font loading
2008-04-27 mfranzremove sgVec3Slider.hxx use
2008-04-27 mfranzremove obsolete constants for hardcoded pui dialogs...
2008-04-27 mfranzmove sgVec3Slider dialog to the Attic/:
2008-04-27 mfranzmove constants here so that the file is complete in...
2008-04-27 mfranzremove sgVec3Slider.cxx sgVec3Slider.hxx altogether...
2008-04-27 mfranzcomment out currently unused symbols (gui_msg_OK etc.)
2008-04-27 mfranzcomment out unused widget. Needs to be reviewed and...
2008-04-26 mfranzNicolas: make screenshot target dir configurable ...
2008-04-13 timooreFixes for compiling with gcc 4.3
2008-03-11 mfranz- require plib 1.8.5
2008-01-19 timooreMemory leak fixes from Till Busch
2007-11-21 curtAdd a command to dump just the terrain portion of the...
2007-10-22 mfranzdon't initialize iterator twice
2007-10-20 durkMiscellaneous tweaks and Bugfixes. Mostly memory leaks...
2007-07-05 andyWrong subtraction order lead to the "extra" space avail...
2007-07-03 mfranzJohn DENKER: validate_format(): handle multiple flags...
2007-07-03 mfranz- limit max number of messages displayed at the same...
2007-07-02 mfranz- allow multiple message/error dialogs
2007-06-07 andyRemove the GUI popup from the screen capture C++ code...
2007-05-30 frohlichModified Files:
2007-05-26 frohlichModified Files:
2007-05-09 frohlichModified Files:
2007-05-07 mfranz(untested) last-minute changes are evil! :-)
2007-05-07 mfranzproperty_list.cxx: in verbose mode (toggle with Ctrl...
2007-05-05 mfranzuse STL_IOMANIP to load <iomanip>
2007-05-03 mfranzwrite a more useful list on shift-"."-click, not the...
2007-05-03 mfranzproperty browser: shift click on the "." entry dumps...
2007-05-03 frohlichModified Files:
2007-04-02 mfranzMS Windows can't handle the symbols ... sigh
2007-04-02 mfranz- move format checking to the GUIInfo class. It has...
2007-04-02 mfranzdrop plib render callback, validate <format> in setupOb...
2007-03-28 mfranzadd signal on GUI reinit; needed for reloading Nasal...
2007-03-26 mfranzlayout-props.cxx: hrule/vrule shall be accepted as...
2007-02-24 mfranzdon't descend into <nasal> groups to avoid padding...
2007-01-21 mfranzset /sim/signals/reinit to true before reset, and back...
2007-01-07 frohlichModified Files:
2007-01-04 frohlichModified Files:
2006-11-01 mfranzremove function declarations for long removed functions
2006-11-01 mfranzremove obsolete and non-functional menu toggle command
2006-11-01 mfranzremove obsolete preset dialogs
2006-11-01 mfranzremove obsolete preset dialogs
2006-11-01 mfranzremove old property dialog
2006-11-01 mfranzremove old property dialog
2006-10-29 frohlichModified Files:
2006-07-10 mfranzdon't let invisible objects prevent dragging (for examp...
2006-06-22 mfranzok, so the old ~FGFontCache() was useless. But at least...
2006-06-21 mfranzoh, and by the way: this destructor didn't do anything...
2006-06-21 mfranzumm ... fix a tiny leak :-)
2006-06-17 mfranzremove obsolete "lon/lat format" commands that have...
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-06-06 mfranzuse global fontcache ... this is mostly cosmetic, as...
2006-06-06 mfranzFGFontCache: add getter for the fntTexFont component...
2006-06-05 mfranzdon't choke on invalid nodes
2006-06-05 mfranzuse global fontcache
2006-06-05 mfranzmake FGFontCache independent of NewGUI and allow early...
2006-06-03 mfranz- display of SGPropertyNode flags can now be toggled...
2006-05-24 mfranznot that!
2006-05-24 mfranzs/isascii/isprint/
2006-05-24 mfranz- fix slider
2006-05-24 mfranz- force multiline contents (Nasal scripts!) into one...
2006-05-24 fredbCompile
2006-05-24 mfranzok, now I know why the destructor was commented out...
2006-05-23 mfranz- don't jump to top after bool toggling
2006-05-23 mfranzcatch non-existent nodes, too
2006-05-23 mfranztreat widget input correctly
2006-05-23 mfranzugly "fix": the constructor was commented out in prop_p...
2006-05-23 mfranzfix for broken plib 1.8.4
2006-05-22 mfranz- move the ID stuff to dialog.hxx
2006-05-22 mfranzmake new widget available as <property-list>
2006-05-22 mfranzadd property_list.[ch]xx
2006-05-22 mfranznew property browser widget
2006-05-22 mfranz- backport plib/cvs (transparency feature; never tried...
2006-05-21 mfranzthe last patch fixed the AirportList ... and broke...
2006-05-20 mfranz- replace string methods with property methods The...
2006-05-20 mfranzfix "airport list" crash: I had wrongly assumed that...
2006-05-19 mfranz- unify several indentation and coding styles (and...
next