]> git.mxchange.org Git - flightgear.git/history - src/GUI
make --enable-osgviewer the default
[flightgear.git] / src / GUI /
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...
2006-05-18 mfranzshow attributes if /sim/gui/dialogs/property-browser...
2006-05-18 mfranzunselect entry after editing process has been finished
2006-05-18 mfranzdon't reset list to top after having changed a value
2006-05-18 mfranzCtrl-Click on bool entry toggles property
2006-05-16 mfranz- undefine PUCLASS_LIST, as we have our own (old_warning--)
2006-05-14 fredbUse puAux widgets available in plib 1.8.4 instead of...
2006-05-09 mfranzadd "signals" for start and end of screenshot capturing...
2006-05-08 mfranzremove obsolete menu functions
2006-05-08 mfranzremove obsolete fgcommands
2006-05-08 mfranz- move auto_gui's addWaypoint to routemgr.cxx
2006-04-28 mfranzadd an optional property node pointer to ObjectProperty...
2006-04-28 mfranzempty names aren't names
2006-04-28 mfranzwhat about using the right variable?
2006-04-28 mfranz- merge FGDialog::{update,apply}Value{,s} ... there...
2006-04-28 mfranznewgui.[ch]xx: implement FGDialog *NewGUI::getDialog...
2006-04-28 mfranzrename NewGUI::getDialog() to NewGUI::getDialogProperties()
2006-04-27 mfranzadd optional SGPropertyNode* argument to NasalSys:...
2006-04-18 mfranz- work around plib bug that crashes fgfs if no airport...
2006-04-17 mfranzmake headers include headers they depend on, don't...
2006-04-14 mfranzallow to not only set a general widget <color>, but...
2006-04-03 mfranz<input> elements that are <live> always update their...
2006-03-31 mfranzsupport filtering to show only a subset of entries
2006-03-30 fredbDon't restore initial screen geometry because there...
2006-03-25 mfranz- don't crash if user clicked "Apply" but hasn't select...
2006-03-25 mfranz- make aircraft list no longer stick out from its dialo...
2006-03-23 mfranz- set size, otherwise the widget doesn't expand to...
2006-03-23 mfranz- implement setSize(): We can't just use puObject:...
2006-03-23 mfranz- abstract out box slider width (should probably be...
2006-03-23 mfranzmake puList actually useful: call back on list entry...
2006-03-23 mfranzmake puListBox inherit puList colors (otherwise the...
2006-03-22 mfranzpuList.cxx: _list_box->getIntegerValue() returns -1...
2006-03-19 mfranzcreate /sim/gui if it doesn't exist
next