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