aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEdit/WidgetGen.py
AgeCommit message (Collapse)AuthorFilesLines
2022-07-04Remove ScintillaEditPy from WidgetGen.py as it was removed in Scintilla 5.1.5.Neil1-20/+3
2021-03-23Add colouralpha type to iface.Neil1-1/+2
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil1-1/+1
Python 2 still. On Windows, Python3 is used.
2019-06-18Feature [feature-requests:#1297] 6: Support enumerated types in APIs.Neil1-3/+8
2019-06-18Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py.Neil1-1/+2
2019-06-18Feature [feature-requests:#1297] 2: Add line type to WidgetGen.pyNeil1-1/+2
2015-11-20Remove line end whitespace.Neil1-3/+3
2014-08-06Feature [feature-requests:#1065]. Add SCI_* for methods to ↵Neil1-0/+2
ScintillaConstants.py.
2013-09-20Switch parameter type to sptr_t to avoid problems with negative numbers likeUnknown1-3/+3
INVALID_POSITION=-1. From John Ehresman.
2013-08-07Bindings in ScintillaEdit made to work on 64-bit Unix systems.Unknown1-1/+9
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil1-75/+44
Use FileGenerator module for file generation instead of code in each script.
2012-07-16Clean up more generated files when run with --clean.Neil Hodgson1-0/+7
2012-05-17Qt platform layer added. Based on an implementation from Jason Haslamnyamatongwe1-0/+275
at Scientific Toolworks, Inc. with additions performed for Wingware.