]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalCanvas.cxx
HTTP: Rename urlretrieve/urlload to save/load.
[flightgear.git] / src / Scripting / NasalCanvas.cxx
2013-10-23 Thomas GeymayerNasalCanvas: expose Element::getParent() to Nasal
2013-10-15 Thomas GeymayerUpdate/simplify for SimGear changes.
2013-10-14 Thomas GeymayerScripting: get rid of gcHash and use new SimGear/Nasal...
2013-10-11 Thomas GeymayerCanvas: update for SimGear changes.
2013-07-24 Thomas GeymayerExpose canvas GUI "desktop" to Nasal.
2013-07-03 Thomas GeymayerCanvas Event: expose currentTarget to Nasal.
2013-06-06 Thomas GeymayerAdd window decoration support to Canvas GUI.
2013-06-03 Thomas GeymayerExpose canvas::Window ghost to Nasal.
2013-06-03 Thomas GeymayerSmall cleanup.
2013-03-04 Thomas GeymayerClean up/prepare for porting NasalPositioned to cppbind
2013-03-03 Thomas GeymayerNasalCanvas: clean up
2013-03-03 Thomas GeymayerUpdate for nasal::Ghost changes
2012-12-16 Thomas GeymayerExpose canvas Text::getNearestCursor to Nasal as replac...
2012-12-16 Thomas GeymayerCanvasEvent: expose event target to Nasal
2012-12-08 Thomas GeymayerCanvas MouseEvent now provides client and screen position
2012-12-06 Thomas GeymayerCanvas add event time and expose current click count
2012-12-04 Thomas GeymayerExpose canvas::Element::getTransformedBounds to Nasal
2012-12-02 Thomas GeymayerForward mouse events from (PUI) CanvasWidget to Canvas...
2012-11-30 Thomas GeymayerCanvas: Expose more methods to Nasal.
2012-11-29 Thomas GeymayerUpdate for latest SimGear changes and remove some old...
2012-11-29 Thomas GeymayerExpose simgear::canvas::Group::createChild to Nasal
2012-11-27 Thomas GeymayerMore work on Canvas event handling/adapt for simgear...
2012-11-18 Thomas GeymayerClean up CanvasWidget and more work on Canvas/Nasal...
2012-11-16 Thomas GeymayerNasalCanvas: Clean up and expose Element node ghost
2012-11-15 Thomas GeymayerVisual Studio bug workaround
2012-11-15 Thomas GeymayerExperiment with exposing more canvas methods
2012-11-15 Thomas GeymayerMore cleanup an move of helper classes to simgear
2012-11-15 Thomas GeymayerClean up and some more testing
2012-11-15 Thomas GeymayerCanvas/Nasal and Nasal/C++ binding experiments
2012-11-04 Thomas GeymayerFix include and compiler warning
2012-11-04 Thomas GeymayerUpdate for new simgear Canvas system.
2012-09-17 ThorstenBAvoid compiler warnings.
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-08-03 James TurnerAvoid a naming clash on 'canvas'
2012-08-02 James TurnerSkeleton Nasal-Canvas integration.