@@ -21,7 +21,7 @@ additions:
2121version 0.22
2222
2323additions:
24- - vizualization of containers of coordinates
24+ - visualization of containers of coordinates
2525
2626version 0.21
2727
@@ -47,16 +47,16 @@ bugfixes:
4747version 0.18
4848
4949additions:
50- - vizualization of c-arrays of values or points
51- - vizualization of pointers to elements with "size specifier" feature
50+ - visualization of c-arrays of values or points
51+ - visualization of pointers to elements with "size specifier" feature
5252
5353bugfixes:
5454- fixed exception while debugging Boost.Variant holding non-supported type
5555
5656version 0.17
5757
5858additions:
59- - asynchronious loading of the extension
59+ - asynchronous loading of the extension
6060- improved debugging speed of std::deque by direct memory access
6161- improved debugging speed of std::list by direct memory access
6262- variables of type std::complex<...> can be displayed as Points in complex coordinate system
@@ -73,7 +73,7 @@ additions:
7373- Plot Watch now displays MultiPoints / containers of points as Point Plot
7474- new options for Plot Watch (Point Plot types)
7575- new options for Graphical Watch (image size, Point Plot types, etc.)
76- - variables are not realoaded if only redraw is required (e.g. while zooming or view reset)
76+ - variables are not reloaded if only redraw is required (e.g. while zooming or view reset)
7777- various drawing tweaks
7878
7979bugfixes:
@@ -220,7 +220,7 @@ additions:
220220- icons!
221221
222222bugfixes:
223- - GeometryWatch wasn't redrawed if empty geometries were left after removal. Caused by an attempt of drawing of an invalid/inverted AABB.
223+ - GeometryWatch wasn't redrawn if empty geometries were left after removal. Caused by an attempt of drawing of an invalid/inverted AABB.
224224- Transparent color was added into the colors pool after removal of undrawable variable from the GeometryWatch list.
225225
226226version 0.3
0 commit comments