remove README.Protocol and add a README that refers to the "real"
[fg:toms-fgdata.git] / Nasal / gui.nas
2007-07-19 mfranzkey help: property browser: Shift-Enter -> Ctrl-Space
2007-07-17 mfranznextStyle: switch to next available style, allowing...
2007-07-13 mfranz- move "swap panels" from s-key to S-key
2007-06-22 mfranzpointless spelling fixes
2007-06-22 mfranz- create new Nasal module string.nas with simple shell...
2007-06-18 mfranzlivery: need to set name for standard dialogs separately
2007-06-17 mfranz- add setters to the gui.FileSelector, so that title...
2007-06-17 mfranz- make dir entry an input field
2007-06-15 mfranz- move dialog registration to the Dialog class
2007-06-14 mfranz- Dialog: add optional third arg: dialog name (by defau...
2007-06-12 mfranzaircraft.nas, gui.nas: adapt loadxml for absolute paths...
2007-06-04 mfranzin addition to aircraft dialogs from arbitrary paths...
2007-03-29 andyFix symbol lookup issue via a caller() hack. Not sure...
2007-03-29 mfranzdon't rely on the existence of an "arg" pointer
2007-03-29 mfranz- make fuel checkbox/slider "live"
2007-03-28 mfranzreload XML dialogs on gui-reinit
2007-03-26 mfranzuse <hrule/> without dummy children
2007-03-25 mfranzWhen loading a dialog, first close it, then remove...
2007-03-24 mfranz- remove tutorial dialogs from gui.nas and create a...
2007-03-24 mfranzs,/sim/tutorial,/sim/tutorials,
2007-02-26 mfranzadd Dialog.namespace() method, which returns the XML...
2007-02-24 mfranzlet Shift-Space open property browser
2007-01-31 mfranzcall setWeightOpts on reset, too
2007-01-31 mfranzmake sure that setWeightOpts isn't called before fuel...
2006-12-06 mfranzshowHelpDialog: automatically split the contents of...
2006-10-21 mfranzdisable joystick info dialog if no js available
2006-10-17 mfranz- replace indentation tabs with spaces
2006-08-27 mfranzfix property_browser()
2006-08-27 andyOops, wrong sense of create predicte. Melchior was...
2006-08-27 andyMelchior discovered an interpreter bug that is fixed...
2006-08-26 mfranza global symbol must not only *contain* __dlg:property_...
2006-08-25 mfranzcall Dialog.load() from the new() constructor already
2006-08-25 andyFurther augment the weight subsystem so that weights...
2006-08-24 andy[Yes, Andy's writing code again. The world is ending.]
2006-08-24 mfranz- move bo105's Dialog class here; replaces gui.loadXMLD...
2006-08-24 mfranz- add property browser opening function
2006-08-09 mfranzadd n/N key binding (is it really called "finer" and...
2006-07-20 mfranzfix indentation
2006-07-14 mfranzadd function that loads dialogs from XML files
2006-07-03 mfranzremove workaround for broken continue
2006-05-25 mfranzthe harrier triggers a Nasal bug: "continue" doesn...
2006-05-12 mfranzfix rarely occurring bug: if the node isn't initialized...
2006-04-06 mfranzdelay menu disabling a bit for props.nas to be able...
2006-03-09 mfranzmove gui styles from /sim/gui[n] to /sim/gui/style...
2006-02-24 mfranzcosmetics
2006-02-24 mfranz- let menuEnable() consider all <name>s
2006-02-23 mfranz- make menuEnable() operate on all menus/items with...
2006-02-22 mfranzStuart BUCHANAN:
2006-02-11 mfranzhelp dialogs: add '+' keydef (let ATC repeat last message)
2006-02-02 mfranzuse setlistener()'s 3rd argument to open the fps displa...
2006-01-30 mfranzrevert for now: there's one nasal interpreter problem...
2006-01-30 mfranzuse optional setlistener() arg
2006-01-28 mfranzre-position FPS display on window resizing
2005-12-21 mfranzopen fps dialog initially
2005-12-16 mfranzglobals.nas: add _setlistener wrapper (needs to be...
2005-12-16 mfranz- fps.xml: revive the traditional font color (a bit...
2005-12-15 mfranzimplement frame rate display as transparent & draggable...
2005-12-11 mfranzuse <hrule> instead of fake line; clean-up
2005-12-09 mfranzAccess menu entries by their name. This way we can...
2005-12-08 mfranzdisable "Autopilot" menu when using KAP140
2005-12-06 mfranz- enable "Fuel & Payload" menu entry when YASim FDM...
2005-11-09 andyArchitectural fix allowing the "tip" popups (FOV, view...
2005-11-09 mfranzuse gui-redraw fgcommand
2005-11-05 mfranzmake <Esc> key close/cancel/dismiss dialogs; some mater...
2005-10-21 mfranzmake hrule thickness consistent with all other dialogs
2005-10-18 andyFrom Vassilii Khachaturov: pop up a user-visible dialog...
2005-07-13 mfranz- consider F10/F9 key changes in help screens
2005-07-13 mfranzallow to cycle through available styles
2005-05-03 mfranz- add gui.Widget.setFont(name, size=13, slant=0) method...
2005-05-02 mfranzadd gui.Widget.setColor() method: takes red/green/blue...
2005-04-20 mfranzconsider new keys: w/W is now +/- warp, while m/M is...
2005-04-19 ehofmanMelchior FRANZ:
2005-03-26 andyChanges from Melchior to make use of the spiffy new...
2004-05-15 andyReally fun (and surprisingly easy) hack: a fuel and...
2004-05-12 andyThe cached tip dialog broke when layout management...
2003-12-22 andyNew Nasal code, with lots of input binding handlers...