]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalCanvas.cxx
Fix stray back-button in Qt launcher
[flightgear.git] / src / Scripting / NasalCanvas.cxx
2014-08-25 Thomas GeymayerCanvas: expose set/clearFocusElement to Nasal.
2014-08-23 Thomas Geymayercanvas::Text: expose more text/cursor methods to Nasal.
2014-08-12 Thomas GeymayerExpose canvas::Element::setFocus to Nasal.
2014-08-10 Thomas GeymayerCanvas: support for pointer grab.
2014-08-04 Thomas GeymayerCanvas: expose layout contents margins and alignment...
2014-07-30 Thomas GeymayerCanvas: export preventDefault to Nasal and use to stop...
2014-07-29 Thomas GeymayerCanvas: Keyboard events and input focus.
2014-07-20 Thomas GeymayerNasal: expose LayoutItem visibility methods.
2014-07-20 Thomas GeymayerNasal: update for simgear changes.
2014-07-16 Thomas Geymayercanvas.Layout: expose missing methods to Nasal.
2014-06-26 Thomas GeymayerNasal: expose missing Canvas::setLayout
2014-06-20 Thomas GeymayerNasal: set CustomEvent::bubbles.
2014-06-17 Thomas GeymayerNasal: expose canvas::Text::maxWidth.
2014-06-14 Thomas GeymayerNasal: expose canvas::Layout::clear()
2014-06-12 Thomas GeymayerNasal: expose canvas height-for-width layouting methods.
2014-06-11 Thomas GeymayerNasal: expose canvas::Layout item remove and get methods.
2014-06-10 Thomas GeymayerNasal: expose more methods to Nasal.
2014-06-08 Thomas GeymayerNasal: Expose BoxLayout methods for spacer and stretch.
2014-06-04 Thomas GeymayerNasal: expose vbox layout and allow setting item stretch.
2014-06-03 Thomas GeymayerUpdates for simgear nasal::Ghost changes.
2014-06-01 Thomas GeymayerCanvas: expose more methods to Nasal
2014-05-31 Thomas GeymayerCanvas: expose layouting to Nasal.
2014-05-29 Thomas GeymayerCanvas: store data inside canvas and elements.
2014-05-18 Thomas GeymayerCanvas: support for custom events and event dispatching.
2014-05-18 Thomas GeymayerNasalCanvas: Update for simgear changes.
2014-05-09 Thomas GeymayerCanvas: move Window class to simgear.
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1579' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1578' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1577' of git://gitori...
2014-03-31 Thomas GeymayerCanvas: update for new bounding box getters.
2014-03-07 Thomas GeymayerCanvas.MouseEvent: fix specific modifier states (ctrl...
2014-03-04 Thomas GeymayerCanvas.MouseEvent: expose button/modifier state.
2014-02-07 Thomas GeymayerCanvas: also apply matrix of element to getTransformedB...
2013-12-08 Thomas GeymayerScripting: clean up a bit and user more of cppbind.
2013-11-24 James TurnerReset: do re-init Ghost bindings.
2013-11-12 James TurnerReset: Nasal can be shutdown.
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.