aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/ScintillaQt.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-01Add SCI_SCROLLVERTICAL API.Neil1-0/+1
2022-10-29On Qt, implement SCI_SETRECTANGULARSELECTIONMODIFIER for all platforms.dail88591-0/+7
2022-07-04Avoid shadow warning from cppcheck 2.8.Neil1-2/+2
2022-04-08Feature [feature-requests:#1389] Initialize CaseFolderTable to ASCII soNeil1-2/+0
2022-02-10Replace "OS X' with "macOS".Neil1-2/+2
2022-01-31Place CaseFolderDBCS in unnamed namespace to avoid one definition rule warningsNeil Hodgson1-0/+3
2021-11-23Fix warnings from Qt Creator 5.Neil Hodgson1-1/+1
2021-10-26Use empty to avoid warning.Neil1-1/+1
2021-10-26Ensure variables initialized.Neil1-4/+4
2021-10-25Don't define destructors when not needed, use unique_ptr, explict constructors.Neil1-1/+1
2021-10-24Remove spaces from SIGNALs as that avoids extra allocations and clazy warnings.Neil1-2/+2
2021-08-17Make compile on older Qt 5.9.5 on Ubuntu 18.04 with gcc 7.5.0.Neil Hodgson1-1/+1
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil1-1/+14
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-17/+17
2021-05-09Add @file <filename> comments to follow convention.Neil1-1/+1
2021-04-05Change CaseConversion to an enum class.Neil1-1/+1
2021-03-22Replace multiple mode setting calls on Surface with SetMode as this isNeil1-2/+1
2021-03-19Switch enum to enum class.Neil1-23/+22
2020-06-24Converting between UTF-8 and current encoding.Neil1-0/+22
2021-03-18Use unique_ptr for CaseFolderForEncoding to show transfer of ownership.Neil1-4/+4
2021-03-18Use unique_ptr for Surface::Allocate to show transfer of ownership.Neil1-3/+2
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-01-06Bug [#2147]. Don't clear clipboard before copying text.Neil1-1/+0
2020-01-05Fix some warnings.Neil1-1/+1
2019-12-13Move SCI_LOADLEXERLIBRARY from platform layers to ScintillaBase.cxx.Neil1-10/+0
2019-09-28Avoid calling virtual methods during destruction to stop warnings.Neil1-8/+21
2019-01-29Bug [#1548]. Avoid call implemented in Qt 5.9 with earlier versions of Qt.Neil1-0/+2
2019-01-24Bug [#1548]. Implement calltips on Qt.Andrea Ricchi1-1/+26
2019-01-03Avoid shadowing of AutoSurface.Neil1-3/+3
2018-10-11Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-4/+6
2018-05-26Add necessary headers and move includes to be in same order.Neil1-2/+2
2018-05-01Remove cast that is not needed.Neil1-1/+1
2018-05-01Bug [#2012]. Use '0' instead of '0l'.Neil1-1/+1
2018-04-05Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.Neil1-1/+1
2018-04-04Cache client rectangle on EditView so it can be used easily inside EditView.Neil1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
2017-08-02Switch default modifier key for rectangular selections from Ctrl to Alt on Li...Neil Hodgson1-4/+0
2017-07-04Dropping files fires the SCN_URIDROPPED notification instead of inserting text.Justin Dailey1-0/+16
2017-06-12Remove old timer code in favour of the FineTicker* methods.Neil1-8/+0
2017-04-19Use "override" for GTK+ and Qt platform layers.Neil1-1/+1
2017-04-15Avoid calling virtual functions in constructors and destructors.Neil1-2/+2
2017-04-07Use same parameter names in declarations and definitions.Neil1-3/+3
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-4/+4
2016-02-29Backed out changeset: 8bc19ede3b51Neil1-27/+11
2016-02-24Retry copying to clipboard if it fails as another application may have opened itJason Hallam1-11/+27
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil1-1/+1
2015-04-09Avoid "absolute-value" warning from clang 3.6.Neil1-2/+2