]> git.mxchange.org Git - flightgear.git/history - src/Canvas
considering u,v,wbody-fps are the ECEF velocity expressed in body axis, change in...
[flightgear.git] / src / Canvas /
2013-10-15 Thomas GeymayerUpdate/simplify for SimGear changes.
2013-10-14 Thomas GeymayerScripting: get rid of gcHash and use new SimGear/Nasal...
2013-07-27 Thomas GeymayerCanvas GUI: don't crash if enable decoration on window...
2013-07-26 Thomas GeymayerCanvas window: separate handling of content-size and...
2013-07-26 Thomas GeymayerCanvas window: increase drag accuracy.
2013-07-26 Thomas GeymayerCanvas GUI: fix updating canvas on window with decoration.
2013-07-24 Thomas GeymayerCanvas GUI: check for window on handling mouse events.
2013-07-24 Thomas GeymayerExpose canvas GUI "desktop" to Nasal.
2013-06-29 Thomas GeymayerCanvas GUI: send mouseleave after mouseup outside origi...
2013-06-21 Thomas GeymayerFix cursor hide timeout if hovering on canvas windows
2013-06-21 Thomas GeymayerCanvas GUI: preserve window size on reinit
2013-06-14 Thomas GeymayerCanvas GUI: refactor and simplify based on canvas:...
2013-06-08 Thomas GeymayerBase canvas::Window on simgear::canvas::Image
2013-06-08 Thomas Geymayercanvas::Window: make shadow part of decoration canvas
2013-06-06 Thomas GeymayerAdd window decoration support to Canvas GUI.
2013-06-03 Thomas GeymayerExpose canvas::Window ghost to Nasal.
2013-05-12 Thomas GeymayerCanvas window: Update for SimGear MouseEvent changes.
2013-05-09 Thomas GeymayerAllow Canvas placed on 3D objects receiving mouse events.
2013-04-29 Thomas GeymayerAllow Canvas to also read images with absolute paths...
2013-03-21 Thomas GeymayerAllow placing canvas on scenery objects.
2013-03-11 Thomas GeymayerRevert "Ensure immediate canvas update inside GUI windows."
2013-03-10 Thomas GeymayerEnsure immediate canvas update inside GUI windows.
2013-03-06 Thomas GeymayerTypos, license headers...
2013-02-28 Thomas GeymayerCanvas Window: use new CanvasImage method to handle...
2013-02-13 Thomas GeymayerIgnore events if canvas::Window is not visible
2013-02-07 Thomas GeymayerImprove mouse event capturing with Canvas windows.
2013-02-06 Thomas GeymayerReapply canvas placements upon aircraft-model reinit
2013-01-01 Thomas GeymayerFix canvas gui size sometimes not initialized correct
2012-12-13 Thomas GeymayerUpdate to latest SimGear and fix eating up every 2nd...
2012-12-13 Thomas GeymayerAllow Canvas Windows to be resized by dragging
2012-12-09 Thomas GeymayerCanvasWidget: Retrieve texture id every frame.
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-02 Thomas GeymayerForward mouse events from (PUI) CanvasWidget to Canvas...
2012-11-27 Thomas GeymayerMore work on Canvas event handling/adapt for simgear...
2012-11-22 Thomas GeymayerExpose NasalSys::gcSave/gcRelease to Canvas
2012-11-21 Thomas GeymayerAllow setting emission for each canvas placement
2012-11-06 Thomas GeymayerAdapt for latest SimGear changes and insert missing...
2012-11-04 Thomas GeymayerUpdate for new simgear Canvas system.
2012-10-31 Thomas GeymayerSimplify canvas OpenVG initialization and fix sometimes...
2012-10-29 Thomas GeymayerRefactor PropertyBasedElement and Manager
2012-10-13 ThorstenBFix some compiler warnings.
2012-10-05 James TurnerSeparate instruments from cockpit displays.
2012-09-29 Thomas GeymayerCanvas: default fill-rule to evenodd and make it config...
2012-09-27 Thomas GeymayerCanvas: Make path destroying more robust
2012-09-26 Thomas GeymayerCanvas: On z-index change move element always to last...
2012-09-26 Thomas GeymayerCanvas: Support z-index inside Groups/Maps
2012-09-26 Thomas GeymayerRetrieve property node once instead of using fgGetXXX
2012-09-25 Thomas GeymayerCanvas: Proper fix for OpenVG init handling.
2012-09-25 Thomas GeymayerCanvas: Redraw if OpenVG has been initialized.
2012-09-25 James TurnerFix a typo.
2012-09-23 Thomas GeymayerCanvas: Fix detection if something has changed
2012-09-21 Thomas GeymayerCanvas: Support for pseudo non-zero fillrule
2012-09-21 Thomas GeymayerCanvas: Performance improvements.
2012-09-20 Thomas GeymayerCanvas: Change default fill-rule to nonzero
2012-09-19 James TurnerFix a Clang warning in Shiva.
2012-09-18 Thomas GeymayerCanvas: Don't crash on removing child hierarchie from map
2012-09-17 Thomas GeymayerCanvas: Use seperate projection instance for each map
2012-09-01 Thomas GeymayerCanvas: Only use cull callback if it's still valid
2012-08-23 Thomas GeymayerCanvas: CSS like property value inheritance.
2012-08-13 Thomas GeymayerCanvas: Fix stupid off-by-one error
2012-08-13 Thomas GeymayerCanvas: Bugfixes
2012-08-12 Thomas GeymayerCanvas: Don't crash if texture not available
2012-08-11 Thomas GeymayerCanvas: Basic support for window stacking
2012-08-10 Thomas GeymayerCanvas: Forward mouse events to elements.
2012-08-09 Thomas GeymayerCanvas: default image element dimensions to texture...
2012-08-09 Thomas GeymayerCanvas: Image/Window unifying and allow using canvas...
2012-08-09 Thomas GeymayerClean up
2012-08-05 James TurnerInitial work on Image element for Canvas.
2012-08-05 Thomas GeymayerCanvas: Fully remove Window drawable if destroyed
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-08-02 James TurnerSkeleton Nasal-Canvas integration.
2012-08-01 Thomas GeymayerCanvas: Fix warning and rename file.
2012-07-31 Thomas GeymayerCanvas: First version of new Canvas GUI system.
2012-07-31 Thomas GeymayerCanvas: Support for text selection.
2012-07-31 Thomas GeymayerCanvas: UTF-8 support and more settings exposed.
2012-07-31 Thomas GeymayerCanvas: Add new element type map for geo mapping.
2012-07-31 Thomas GeymayerCanvas: Allow using canvases as PUI widgets.
2012-07-13 Thomas GeymayerCanvas: Calculate bounding box for path elements.
2012-07-13 Thomas GeymayerRename tf elements for easier handling.
2012-07-13 Thomas GeymayerFix setting global path options per path
2012-07-05 Curtis L. OlsonMerge branch 'next' of gitorious.org:fg/flightgear...
2012-07-03 Thomas GeymayerFix canvas clean up.
2012-07-03 Thomas GeymayerAdd missing glx.h include and fix some warnings.
2012-06-17 James TurnerFix OS-X compilation.
2012-06-17 Thomas GeymayerAllow filling paths and do some clean up/fixing.
2012-06-17 Thomas GeymayerAdd ShivaVG sources
2012-06-17 Thomas GeymayerCanvas: basic support for OpenVG (path with stroke...
2012-06-03 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-31 Thomas GeymayerExpose character-aspect-ratio and do some clean up
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-18 James TurnerFix Win32 build, hopefully.
2012-05-18 Thomas GeymayerBasic 2D canvas implementation.