]> git.mxchange.org Git - flightgear.git/history - src/GUI/dialog.cxx
<input> elements that are <live> always update their input field from the
[flightgear.git] / src / GUI / dialog.cxx
2006-04-03 mfranz<input> elements that are <live> always update their...
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-22 mfranzpuList.cxx: _list_box->getIntegerValue() returns -1...
2006-03-08 mfranzremove useless test
2006-03-08 mfranzadd support for <nasal> blocks <open> and <close> in...
2006-03-01 mfranzbackspace accelerator
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-02-12 mfranzonly user specified negative coords are interpreted...
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...
2006-01-26 mfranzfix FGFontCache and make use of it (this allows to...
2005-12-15 mfranz remove a few unused vars
2005-11-09 mfranzdistinguish editable and non editable textboxes; the...
2005-11-09 mfranzprepare for pending plib change: set combobox/selectbox...
2005-11-06 mfranzinterpret negative dialog <x> and <y> coordinates as...
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-03 mfranzreturn correct input object
2005-11-02 mfranzcleanup
2005-11-02 mfranzallow to trigger widgets via accelerator key, which...
2005-10-21 mfranzadd support for a <hide> property, which hides whole...
2005-07-18 ehofmanFix a segmentation fault when switching to a new style...
2005-07-13 mfranz- suppress CygWin warnings (Vivian Meazza)
2005-07-13 mfranznasal dialogs are separate trees and have an empty...
2005-07-13 mfranz- fix alpha handling (hopefully)
2005-07-12 mfranz- don't clamp when setting, but on request (allows...
2005-07-11 mfranz- let FGColor setters/mergers report if they found...
2005-07-09 mfranzadd missing paren
2005-07-09 mfranz- clear alpha like r/g/b
2005-07-08 mfranztell the layouter about the default font (I wonder why
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-07-02 mfranz- fix <hrule>
2005-06-24 mfranzkeep panel and gui bindings nicely separated; useful...
2005-06-24 mfranzFGBindings doesn't create its own, detached copy of...
2005-06-20 mfranz- fix "frame" (the old code was broken and ... strange)
2005-05-17 ehofmanRevert the previous patch.
2005-05-16 ehofmanOops, I didn't test compile the latest code and this...
2005-05-16 ehofmanMake the dialogs work again.
2005-05-06 ehofmanAdd support for altering the border thickness of object...
2005-05-03 ehofmanFix a couple of stupid mistakes, I'm off to find a...
2005-05-03 ehofmanShoot, I removed a bit of crucial information just...
2005-05-03 ehofmanMake it possible to define a different font for the...
2005-05-02 ehofmanAllow for defining the label color.
2005-05-02 ehofmanMake it optional whether a dialog can be dragged or...
2005-04-19 ehofmanMelchior: Make line wrapping in textboxes configurable...
2005-04-13 ehofmanAllow for recolloring the dialogs.
2005-03-29 ehofmanMelchior FRANZ:
2005-03-26 ehofmanMelchior FRANZ:
2005-03-26 ehofmanMelchior FRANZ:
2005-03-24 ehofmanMelchior FRANZ:
2005-01-31 ehofmanAndrew Midson:
2004-09-27 ehofmanBoris Koenig:
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 andyGUI layout management and a few visual/eye-candy modifi...
2004-05-03 andyGUI windows are now draggable. This missing feature...
2003-11-27 davidAdd a scrolling list widget for selecting airports.
2003-05-22 ehofmanfrom the C++ FAQ:
2003-05-09 curtMoved src/Model/loader.[ch]xx and src/Model/model....
2003-03-29 ehofmanA first stab at an aircraft selection dialog
2003-03-21 curtRemove some compiler warnings.
2003-01-21 davidRemove another deprecated command, and fix things up...
2003-01-21 davidRemoved need to specify 'type' property at the top...
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 davidAdd support for a "checkbox" dialog widget (for boolean...
2003-01-18 davidSimplify looking up the GUI subsystem.
2003-01-18 davidUnbundle dialog-box support from the top-level GUI...