aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt
AgeCommit message (Collapse)AuthorFilesLines
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.
2017-07-04Backport: Dropping files fires the SCN_URIDROPPED notification instead of ↵Justin Dailey4-5/+30
inserting text. Backport of changeset 6334:5ca0ae5097a1.
2017-07-01Backport: Include the 'updated' flags in the updateUi signal.Justin Dailey2-3/+2
Don't send updateUi for focus in. Backport of changeset 6331:47a4b85d2fa8.
2017-06-22Backport: Add a DefaultLexer class which lexers can subclass if they want ↵Neil2-0/+2
reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e.
2017-06-15Backport: Avoid warnings from G++ 7 for ScintillaEditPy in code generated by ↵Neil1-1/+3
Shiboken. Backport of changeset 6316:19f6636ec133.
2017-06-14Backport: Use $$files instead of bare wildcard to support including in a ↵Neil3-5/+6
parent project. Backport of changeset 6315:9db390056b66.
2017-06-14Backport: Use same #if guard as other files.Neil1-0/+2
Backport of changeset 6314:29c42c61f7c4.
2017-06-12Backport: Remove old timer code in favour of the FineTicker* methods.Neil2-9/+0
Backport of changeset 6311:3a180dc6e9c8.
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the ↵Neil2-11/+18
'WithModifiers" form. All events include a set of keyboard modifier flags. Older calls that passed individual parameters for each key were removed. Backport of changeset 6310:af83baede430.
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil5-107/+5
Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f.
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-12/+26
Backported from changeset 6306:7e28cdba6d61.
2017-06-10Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown.Baldur Karlsson1-0/+3
Backport of changeset 6300:d0038cc1af23.
2017-05-23Updated for 3.7.5 release.Neil2-2/+2
2017-05-21Make SparseVector work with move-only types.Neil2-0/+2
Define UniqueString as a move-only string and use in a SparseVector for ContractionState. Remove SparseVector method specializations that are no longer needed.
2017-05-19Avoid explicit memory management.Neil1-3/+2
2017-04-19Use "override" for GTK+ and Qt platform layers.Neil5-125/+125
2017-04-15Avoid calling virtual functions in constructors and destructors.Neil2-3/+3
2017-04-07Use same parameter names in declarations and definitions.Neil3-9/+9
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-6/+7
where it may be needed in the future.
2017-03-31Hide decorations details a little.Neil1-1/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil3-7/+7
and lines.
2017-03-19Update for 3.7.4 release.Neil2-2/+2
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente2-0/+2
Features used are move constructor, unique_ptr, deleted functions, enum class, lambda expression, and range for loop.
2017-03-05For IMEs, do not clear selected text when there is no composition text to show.johnsonj1-1/+4
2017-02-16Updates for 3.7.3.rel-3-7-3Neil2-2/+2
2016-12-27Updates for 3.7.2.rel-3-7-2Neil2-2/+2
2016-12-01Bug [#1887]. Define QT_WS_MAC or QT_WS_X11 under qt5 from WS_OS_* macrosJohn Ehresman1-0/+11