aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
2019-06-18Backport: Feature [feature-requests:#1297] 3: Add pointer type to WidgetGen.py.Neil1-1/+2
Backport of changeset 7583:d6ca697df2a0.
2019-06-18Backport: Feature [feature-requests:#1297] 2: Add line type to WidgetGen.pyNeil1-1/+2
Backport of changeset 7579:c354c49503c5.
2019-07-11Backport: Feature [feature-requests:#1293]. InsertCharacter replaces AddCharUTF.mitchell1-5/+4
Backport of changeset 7575:e1e9f53b0423.
2019-06-05Preparing for 3.10.6 release.mitchell2-2/+2
2019-05-09Updated version number for release.rel-3-10-5mitchell2-2/+2
2019-04-17Updated version number for release.mitchell2-2/+2
2019-04-17Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵mitchell2-0/+2
hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view.
2019-03-29Backport: Include "CharacterCategory.h" in all files that include ↵Neil2-0/+2
"Document.h" as it will be needed for adding a CharacterCategory feature. Backport of changeset 7391:9d98d77e920f.
2019-03-09Updated version number for release.mitchell2-2/+2
2019-03-03Backport: Use noexcept where reasonable.Neil1-2/+2
Backport of changeset 7287:0272b3c3a03b.
2019-02-17Backport: Bug [#1548]. Implement calltips on Qt.mitchell1-1/+28
Backport of changeset 7237:a82b87a88556 and 7238:ba336ac439f0.
2019-01-12Updates for version 3.10.2.mitchell2-2/+2
2019-01-03Backport: Avoid shadowing of AutoSurface.Neil1-3/+3
Backport of changeset 7189:8eff2f26b0ee.
2018-10-31Updated for 3.10.1.rel-3-10-1mitchell2-2/+2
2018-10-11Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-4/+6
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed.
2018-07-10Backport: Delete standard methods to avoid warnings.Neil1-0/+5
Backport of changeset 7064:6418332a6880.
2018-06-21Backport: Use override for methods in WatcherHelper.Neil1-6/+6
Backport of changeset 7058:353423109e74.
2018-06-30Updated for 3.10.0.rel-3-10-0mitchell2-2/+2
2018-06-02Backport: Extra header needed with g++ on Linux.Neil Hodgson2-0/+2
Backport of changeset 7016:ae8936026bdf.
2018-05-26Backport: Add necessary headers and move includes to be in same order.Neil3-4/+5
Backport of changeset 7002:010fd50b48a7.
2018-05-25Backport: Add GradientRectangle method to Surface to draw rectangles with ↵mitchell2-0/+26
vertical or horizontal gradients. Backport of changeset 6965:90c71d69e3b6.
2018-05-25Backport: Add <vector> to files that include Platform.h as likely needed in ↵mitchell2-0/+4
future. Backport of changeset 6959:b534742f5fa5.
2018-05-25Backport: Modernize Platform.h (3) - update Surface to delete WidthChar, use ↵mitchell3-11/+8
size_t for Polygon and delete the standard copy and assignment methods. Backport of changeset 6940:89fd29243232.
2018-05-14Backport: Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-1/+1
ColourDesired is an int instead of long for consistency over different platforms. Changes made to Point, PRectangle, and ColourDesired. RoundXYPosition removed. Backport of changeset 6939:7441dcb96e6a.
2018-05-14Backport: Modernize Platform.h (1) - noexcept, const, standard methods.Neil1-8/+8
Changes made to FontParameters, Font, Window, ListBoxEvent, ListBox, Menu, DynamicLibrary, and Platform. Backport of changeset 6938:a42c7cc3254b.
2018-05-02Backport: Replace NULL and 0 with nullptr.Neil Hodgson1-41/+20
Backport of changeset 6784:0638e9fb5942.
2018-05-02Backport: Define ListBoxImpl::GetWidget method to avoid casts.Neil Hodgson1-55/+37
Backport of changeset 6783:ebfb3ad01111.
2018-05-01Backport: Remove cast that is not needed.Neil1-1/+1
Backport of changeset 6772:30f7bf6f6bca.
2018-05-01Backport: Bug [#2012]. Use '0' instead of '0l'.Neil1-1/+1
Backport of changeset 6768:afe3117ead02.
2018-04-26Backport: Remove cast that is not needed.Neil1-1/+1
Backport of changeset 6744:1e9563e79132.
2018-05-06Backport: Use <chrono> for platform-independent timing and remove ↵mitchell1-27/+0
ElapsedTime. Also use #if for painting measurement as there are 7 sections of code to enable. Backport of changeset 6741:af5d9064c25c.
2018-04-25Backport: Remove variables and casts that are not needed.Neil1-2/+2
Backport of changeset 6739:e204054d5d07.
2018-04-15Backport: Feature [feature-requests:#1215]. Stop warning about virtual call ↵Neil2-13/+20
in destructor. Backport of changeset 6690:2107e0144806.
2018-04-05Backport: Backed out changeset: 7402342dc7a3 Caching client rectangle on ↵Neil1-1/+1
EditView. This change was not compatible with Cocoa as it uses document-based coordinates rather than view-based. Backport of changeset 6673:a22abea8d41e.
2018-04-04Backport: Cache client rectangle on EditView so it can be used easily inside ↵Neil1-1/+1
EditView. Backport of changeset 6669:7402342dc7a3.
2018-03-28Backport: Change '.' to '->' as Document::decorations was changed to a ↵Neil Hodgson1-4/+4
pointer by last set. Backport of changeset 6659:bb434e6d3f9b.
2018-05-05Backport: Feature [feature-requests:#1212]. Move Unicode conversions into ↵mitchell1-1/+0
UniConversion. Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. Backport of changeset 6645:463fa6965d9a.
2018-05-05Backport: Feature [feature-requests:#1211]. Use pre-computed table for ↵mitchell1-16/+4
UTF8BytesOfLead. Friendlier treatment of invalid UTF-8. Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests. Backport of changeset 6643:ebbb4e5aaf93.
2018-03-22Updating for 3.8.0.mitchell2-2/+2
2018-03-16Backport: Remove line-end white space.Neil6-28/+28
Backport of changeset 6625:2dd6b8049c4e.
2018-03-15Backport: Use forward class definitions of XPM and RGBAImage so only code ↵Neil2-2/+0
that uses them needs to #include "XPM.h". Move definition of standard methods on LineMarker from header to implementation to reduce included text and further isolate use of XPM and RGBAImage. Backport of changeset 6624:32adac0930bb.
2018-02-02Backport: Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-1/+1
Backport of changeset 6448:431b814a54a6.
2018-01-28Backport: Match declaration signature to definition signature.Neil1-1/+1
Backport of changeset 6437:d5975757418c.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil10-45/+6
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-08-28Backport: New header ILoader.h defines ILoader interface as it does not ↵Neil2-0/+2
belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7.
2017-08-02Backport: Switch default modifier key for rectangular selections from Ctrl ↵Neil Hodgson1-4/+0
to Alt on Linux. Backport of changeset 6364:ea9f62ea6153.
2017-07-23Backport: Bug [#1959]. Avoid problems with changes with different versions ↵Neil Hodgson3-2/+7
of Qt. Backport of changeset 6358:fce43dff709b.
2017-07-18Backport: Bug [#1959]. Eliminate extra layer in signal emission for document.Justin Dailey2-62/+21
Backport of changeset 6355:f8c75a2bda6d.
2017-07-12Backport: Add include needed to build with Qt 5.7.1 on Fedora 26 Linux.Neil Hodgson1-0/+1
Backport of changeset 6343:41097105f214.
2017-07-12Backport: Bug [#1957]. Add focusChanged(bool focused) signal.Justin Dailey2-0/+9
Backport of changeset 6342:216bf96995c8.