]> git.mxchange.org Git - flightgear.git/history - src/GUI/dialog.hxx
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / GUI / dialog.hxx
2009-05-18 mfranzfix leaks; make destructors virtual
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-03-18 frohlichPort over remaining Point3D usage to the more type...
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-12 mfranzallow resizing dialogs by grabbing the frame (without...
2009-01-12 mfranzmake dialogs resizable with Ctrl-dragging
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-03-11 mfranz- require plib 1.8.5
2007-01-04 frohlichModified Files:
2006-05-22 mfranz- move the ID stuff to dialog.hxx
2006-05-21 mfranzthe last patch fixed the AirportList ... and broke...
2006-05-20 mfranzfix "airport list" crash: I had wrongly assumed that...
2006-05-16 mfranz- undefine PUCLASS_LIST, as we have our own (old_warning--)
2006-04-28 mfranzadd an optional property node pointer to ObjectProperty...
2006-04-28 mfranz- merge FGDialog::{update,apply}Value{,s} ... there...
2006-03-08 mfranzadd support for <nasal> blocks <open> and <close> in...
2006-02-19 mfranzmake sure the dialog property tree can't disappear...
2006-01-29 mfranzon closing a dialog write the last position back, so...
2006-01-27 mfranzallow top level <font> definition that applies to text...
2006-01-27 mfranzfonts are now delivered by FGFontCache (except for...
2005-11-09 mfranzprepare for pending plib change: set combobox/selectbox...
2005-11-06 mfranzbacking out all changes to non-depreciated symbols...
2005-11-05 mfranzimplement <key> property for key names: <keynum>27...
2005-11-05 mfranzswitch from depreciated pui functions to the "new"...
2005-11-02 mfranzallow to trigger widgets via accelerator key, which...
2005-07-08 mfranzremove commented out and non-functional code for now
2005-07-07 mfranz- use color map information from new_gui.cxx and set...
2005-07-04 mfranz- abstract out reading colors from the property tree...
2005-05-03 ehofmanMake it possible to define a different font for the...
2005-05-02 ehofmanMake it optional whether a dialog can be dragged or...
2005-04-13 ehofmanAllow for recolloring the dialogs.
2005-03-24 ehofmanMelchior FRANZ:
2004-05-14 andyFix the slider to request a non-zero length, and make...
2004-05-03 andyGUI windows are now draggable. This missing feature...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-01-21 davidRemove another deprecated command, and fix things up...
2003-01-20 davidAdd more documentation comments.
2003-01-18 davidUnbundle dialog-box support from the top-level GUI...