aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+12
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+8
2019-04-12Bug [#2093]. Remove restrictions on IME input length.Zufu Liu1-2/+1
2019-04-11Bug [#2087]. Fix flickering when inserting primary selection on GTK betweenNeil2-14/+32
2019-04-11Bug [#2094]. Avoid exceptions by treating text as one-byte per character inNeil1-0/+6
2019-04-08Make dependencies scripts work when called from scite/scripts/RegenerateSourc...Neil1-2/+2
2019-04-05Bug [#2095]. gtk: Accessible: emit the text deletion signal before deletionColomban Wendling2-9/+3
2019-04-05Bug [#2094]. gtk: Accessible: use the built-in character position cacheColomban Wendling3-25/+19
2019-04-06Updated dependencies for change set 7401 adding UniqueString.cxx.Neil1-0/+3
2019-04-05Move UniqueStringCopy into its own source file UniqueString.cxx to hide theNeil1-1/+1
2019-04-01Switch generation of make dependencies to Python scripts DepGen.py.Neil3-760/+1957
2019-03-29Include "CharacterCategory.h" in all files that include "Document.h" as it willNeil2-0/+2
2019-03-28Use standard GDK_SELECTION_CLIPBOARD instead of interning "CLIPBOARD".Neil2-6/+3
2019-03-28Bug [#2087]. Fix flicker when inserting primary selection on GTK.Neil2-28/+44
2019-03-27Updated dependencies.Neil1-45/+68
2019-03-27Ran astyle to standardize formatting.Neil4-349/+351
2019-03-27Fix problem with MinGW which defines NOMINMAX itself.Neil2-0/+2
2019-03-27Use const where reasonable. Some additional type safety.Neil2-123/+128
2019-03-27Standardize extracting point from mouse event, more noexcept, anonymousNeil2-27/+34
2019-03-27Replace NULL/0 with nullptr. Mark noexcept where simple.Neil5-218/+224
2019-03-27Use size_t for consistency and to avoid casts.Neil1-4/+4
2019-03-27Initialize all the fields of ScintillaGTK.Neil1-2/+6
2019-03-27Add <algorithm> for std::min/max. Standardize on _WIN32 to gate Win32 features.Neil3-2/+7
2019-03-26Make PWidget noexcept and take const argument so it can be used in more conte...Neil1-1/+1
2019-03-25Use std::make_unique.Neil1-1/+1
2019-03-25Simplify with range for.Neil1-2/+2
2019-03-25Use generic std::abs instead of abs and fabs.Neil1-3/+3
2019-03-25Use generic versions of ceil, floor, round, lround, trunc from <cmath>.Neil2-6/+6
2019-01-13Replace the only use of a function from <cctype> with a Scintilla function.Neil1-1/+0
2019-01-07Stop variable shadowing. This makes the code easier to understand and improvesNeil1-1/+1
2018-10-11Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-3/+4
2018-06-02Define IScreenLineLayout as the main interface for implementing bidirectionalNeil1-13/+3
2018-05-23Add definitions for bidirectional support to Platform.h and provide emptyNeil1-0/+20
2018-05-22Add GradientRectangle method to Surface to draw rectangles with vertical orNeil1-0/+27
2018-05-14Fix warnings in debug assertions.Neil Hodgson1-3/+3
2018-05-14Modernize Platform.h (4) - update Surface to use string_view for text arguments.Neil2-48/+48
2018-05-14Modernize Platform.h (3) - update Surface to delete WidthChar, use size_t forNeil1-17/+5
2018-05-14Modernize Platform.h (2) - noexcept, const, constexpr.Neil1-3/+3
2018-05-14Modernize Platform.h (1) - noexcept, const, standard methods.Neil2-10/+9
2018-05-14Include <string_view> to allow future use in Platform interface and Unicode.Neil3-0/+3
2018-05-02Decrease use of casts and replace reinterpret_cast with static_cast.Neil Hodgson4-26/+28
2018-05-01Updated dependencies.Neil Hodgson1-29/+31
2018-05-01Bug [#2012]. Use '0' instead of '0l'.Neil1-1/+1
2018-04-28Delete standard functions on classes where there could be attempts to copy.Neil1-0/+2
2018-04-26Update dependencies for ElapsedPeriod.Neil Hodgson1-15/+15
2018-04-26Use <chrono> for platform-independent timing and remove ElapsedTime.Neil1-22/+0
2018-04-25Use set of coercion functions for transforming WndProc parameters into pointers.Neil1-4/+4
2018-04-25Standardized signature of TargetAsUTF8 and EncodedFromUTF8.Neil2-6/+6
2018-04-05Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.Neil1-5/+5
2018-04-04Cache client rectangle on EditView so it can be used easily inside EditView.Neil1-5/+5