]> git.mxchange.org Git - flightgear.git/commit
Expose character-aspect-ratio and do some clean up
authorThomas Geymayer <tomgey@gmail.com>
Sun, 20 May 2012 17:14:00 +0000 (19:14 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Thu, 31 May 2012 20:04:19 +0000 (22:04 +0200)
commit023021a879b3c7c1235b8a1fb936b2e20b7859b9
tree2a8b1b9340692f5e4c73a59ac96751f7c0fa8d4c
parent17ec3278ed1c008c2af7d450913a3dd59e931267
Expose character-aspect-ratio and do some clean up

 - Fix stupid memory corruption bug
 - Fix bounding box calculations
 - Fix docs
 - Fix text size
 - Expose setting background color
 - Expose trigger for updating elements
 - Untie nodes if deleting according element
 - Allow deleting canvas, text and group elements
 - Allow creating groups as children of groups
14 files changed:
docs-mini/README.canvas
src/Canvas/CMakeLists.txt
src/Canvas/canvas.cxx
src/Canvas/canvas.hxx
src/Canvas/canvas_mgr.cxx
src/Canvas/canvas_mgr.hxx
src/Canvas/elements/element.cxx
src/Canvas/elements/element.hxx
src/Canvas/elements/group.cxx
src/Canvas/elements/group.hxx
src/Canvas/elements/text.cxx
src/Canvas/elements/text.hxx
src/Canvas/property_helper.cxx [new file with mode: 0644]
src/Canvas/property_helper.hxx [new file with mode: 0644]