aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
2021-03-16Convert Platform from a class to a namespace. Does not change callers.Neil1-4/+4
Make Assert, DebugPrintf, and similar noexcept so they can be used in noexcept methods and they don't throw.
2021-03-16Moved Platform.h to src as it is private to Scintilla.Neil1-1/+1
2021-03-05Update version number to 5.0.0.Neil2-2/+2
2020-11-07Update Qt projects to exclude lexers and lexlib.Neil2-49/+11
2020-11-28Update version number to 4.4.6 and release date.Neil2-2/+2
2020-09-05Update version number to 4.4.5.Neil2-2/+2
2020-07-18Updates for 4.4.4.Neil2-2/+2
2020-07-13Minor warning fixes. 0 -> nullptr and static_cast -> dynamic_cast.Neil2-4/+4
2020-07-13Use float for text size in case application calls SCI_STYLESETSIZEFRACTIONAL.Neil1-1/+1
2020-07-13Replace QTime with QElapsedTimer as QTime::start deprecated.Neil1-2/+2
2020-07-08Fix translucent rectangle drawing on Qt.Neil1-12/+28
2020-07-08Use correct signature to override QListWidget::selectionChanged and use this toNeil1-14/+21
call ListNotify on delegate. This avoids need to override mouseReleaseEvent. As currentRow() is not updated for selectionChanged, use selectedRows to find selection. Fixes a compiler warning.
2020-07-08Fix deprecated QDesktopWidget::availableGeometry call to use currently supportedNeil1-8/+21
QScreen::availableGeometry call when available.
2020-07-08Fix deprecated Qt call to use currently supported call.Neil2-1/+5
2020-06-03Updates for 4.4.3.Neil2-2/+2
2020-06-02Updates for 4.4.2.rel-4-4-2Neil2-2/+2
2020-05-28Updates for 4.4.0.Neil2-2/+2
2020-05-01Better diagnostics when script failsNeil1-1/+2
2020-04-23Updates for 4.3.3.rel-4-3-3Neil2-2/+2
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil3-2/+3
Python 2 still. On Windows, Python3 is used.
2020-04-16Specify that NotifyStyleNeeded is an override. Replace 0/NULL with nullptr.Neil1-5/+5
2020-04-10Fix warning from g++.Neil1-1/+1
2020-04-10Fix some warnings from Clang-Tidy.Neil1-6/+5
2020-04-10Bug [#2168]. Fix bug where 'ยต' (Micro Sign) case-insensitively matches '?'.Neil1-3/+5
2020-04-10Bug [#2167]. Add line copy format on clipboard, compatible with Visual Studio.Justin Dailey1-1/+33
2020-04-07Use const as avoids warning.Neil2-2/+2
2020-03-16Fail early if Python 3.x.Neil1-0/+3
2020-03-06Readying 4.3.1 release.rel-4-3-2Neil2-2/+2
2020-03-01Readying 4.3.1 release.rel-4-3-1Neil2-2/+2
2020-01-12Readying 4.3.0 release.rel-4-3-0Neil2-2/+2
2020-01-06Bug [#2147]. Don't clear clipboard before copying text.Neil1-1/+0
2020-01-05Fix some warnings.Neil3-4/+4
2019-12-13Use safe mechanism for converting between function pointers and void*.Neil1-8/+8
2019-12-13Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil2-15/+0
This allows removal of related #include statements.
2019-12-30gcc 9 has a new warning deprecated-copy which occurs many times in Qt headers.Neil1-1/+1
Turn off this warning as can't change system headers.
2019-12-11Readying 4.2.3 release.rel-4-2-3Neil2-2/+2
2019-12-03Readying 4.2.2 release.rel-4-2-2Neil2-2/+2
2019-11-04Avoid warnings where const reasonable.Neil1-4/+14
2019-10-20Readying 4.2.1 release.rel-4-2-1Neil2-2/+2
2019-09-28Avoid calling virtual methods during destruction to stop warnings.Neil2-8/+23
This code worked correctly before this change.
2019-07-02Readying 4.2.0 release.Neil2-2/+2
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-6/+3
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT.
2019-06-22Suppress GCC 8 diagnostic Wcast-function-type as this occurs many times forNeil Hodgson1-0/+3
casts in code generated by Shiboken.
2019-06-22Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ asNeil1-5/+5
INDIC_ is also used for indicator styles.
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
2019-06-17Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.Zufu Liu1-5/+4
2019-06-13Make a new release due to a regression in SciTE with 4.1.6.rel-4-1-7Neil2-2/+2
2019-06-05Preparing for 4.1.6 release.Neil2-2/+2