controls/CustomToolTip.py
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
2018-06-26 Andrey Skvortsov Fix 'DoGetTextExtent - invalid DC' error
2017-10-25 Andrey Skvortsov fix pylint py3k conversion warning: "(no-absolute-import) import missing `from __future__ import absolute_import`"
2017-10-05 Andrey Skvortsov explicitly mark unused variables found by pylint with _ or dummy
2017-08-21 Andrey Skvortsov clean-up: fix PEP8 E265 block comment should start with '# '
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E211 whitespace before '[' or '('
2017-08-18 Andrey Skvortsov clean-up: fix PEP8 E125 continuation line with same indent as next logical line
2017-08-15 Andrey Skvortsov clean-up: fix PEP8 E251 unexpected spaces around keyword / parameter equals
2017-08-14 Andrey Skvortsov clean-up: fix PEP8 E261 at least two spaces before inline comment
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-05 Laurent Bessard Fix ToolTip on Windows
2013-05-24 Laurent Bessard Fixed CustomToolTip
2013-05-23 Laurent Bessard Added support for displaying ToolTip, starting drag'n drop and Double click on Block connectors when debugging
2013-05-23 Laurent Bessard Move CustomToolTip from GraphicCommons to controls