This repository has been archived by the owner on Dec 31, 2022. It is now read-only.
v2.3.0 - new functions
Thanks to further contributions, more functions are available.
Scroll*
properties (Note: Some were wrongly exported with aGet*
name. As they might be in use already, they are kept, marked deprecated, and act as a forwarder to the actual functions) - this by @JetSetIlly- @neclepsio was also bold and collected some extensions by other forks; Drag'n'Drop, color styles, popups and further details.
As a detail, freetext
builds are now not limited to linux
anymore. As long as the build chain works, it is possible to add it.
Furthermore, the two functions ColorEdit3()
and ColorEdit4()
. The 3-variant had an unused parameter and the 4-variant was even an endless recursion. The latter was a bug, and the former a wrong interface. Since the 3-variant was the non-verbose version, I opted for the interface-breaking variant, guessing that not many have used it, and if, it was bugged anyway.
All in all this means having to be more pedantic at reviews...
Also, golangci-lint
is now based on GitHub actions, and again part of pull requests.