controls/DebugVariablePanel/GraphButton.py
2022-10-28 GP Orcullo fix for gc errors on shutdown python3
2022-10-28 GP Orcullo automated conversion using 2to3-3.9 tool python3
2021-09-02 Edouard Tisserant Preliminary support for WxPython 4.1.0. Needs more testing. Grid selection/focus seems broken, and probably many other bugs hidden in dialogs and editors. wxPython4
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-09-28 Andrey Skvortsov fix (old-style-class) Old-style class defined error for most parts of
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E302 expected 2 blank lines, found 1
2017-08-14 Andrey Skvortsov clean-up for PEP8: fix W291 trailing whitespace
2016-11-18 Andrey Skvortsov fix license notices in source files and license files under GPLv2+
2013-06-19 Laurent Bessard Added support for zooming graph so that it fits canvas size in Debug Variable Panel
2013-06-02 Laurent Bessard Rewrite DebugVariablePanel and fixed bugs
2013-05-30 Laurent Bessard Splitted DebugVariableGraphicPanel.py into several files
2013-05-30 Laurent Bessard Move GraphButton from DebugVariableGraphicPanel to separate file