aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2018-03-24Removed unwanted include.Neil2-3/+2
2018-03-24Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion.Zufu Liu2-97/+131
2018-03-22Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead.Zufu Liu2-12/+9
2018-03-16Remove line-end white space.Neil1-1/+1
2018-03-15Use forward class definitions of XPM and RGBAImage so only code that uses themNeil1-1/+0
2018-03-08Create static library libscintilla.a or libscintilla.lib on Windows.Neil2-33/+46
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann2-0/+8
2018-02-22Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions.Tobias Kühne1-1/+1
2018-02-08Updating for 4.0.3.Neil1-2/+2
2018-01-28Allow C++17 in all build and project files.Neil1-1/+5
2018-01-21Type casts in case Sci::Position and Sci::Line are extended to 64-bits.Neil1-14/+14
2018-01-11Add ENABLE_BIDIRECTIONAL option to make files.Neil2-1/+9
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-0/+11
2017-10-26Updates for 4.0.2.rel-4-0-2Neil1-2/+2
2017-10-18Updates for 4.0.1 release.rel-4-0-1Neil1-2/+2
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil5-18/+0
2017-08-28New header ILoader.h defines ILoader interface as it does not belong in ILexe...Neil1-0/+1
2017-08-11Preparing for the 4.0.0 release.Neil1-2/+2
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil2-0/+2
2017-06-22Cast between Sci_Position.h types used for lexers and Position.h types used inNeil1-6/+6
2017-06-12Remove old timer code in favour of the FineTicker* methods.Neil1-8/+0
2017-06-12Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form.Neil1-23/+23
2017-06-12Removed unused functions and methods from Platform.h.Neil4-128/+30
2017-06-11Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-9/+23
2017-06-10Update GTK+ and compiler version requirements.Neil1-1/+1
2017-06-09Use min and max from std instead of own version from platform.Neil1-6/+11
2017-05-23Updated for 3.7.5 release.Neil1-2/+2
2017-05-22Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...Bernhard M. Wiedemann1-1/+1
2017-05-21Use UniqueString to simplify FontNames.Neil2-6/+3
2017-05-21Make SparseVector work with move-only types.Neil3-54/+76
2017-05-19Update from MSVC 2013 to 2015 for better C++11 compliance for unique_ptr.Neil1-2/+2
2017-05-08Improve Direct2D text measurement code by eliminating extraneous variables,Neil1-33/+33
2017-05-02More consistent use of size_t when converting Unicode formats.Neil2-21/+22
2017-05-02Use unique_ptr for drawing surfaces and don't check for allocation failureNeil2-87/+75
2017-04-22Include <memory> for std::unique_ptr.Neil1-0/+1
2017-04-21More consistent deletion of standard methods.Neil2-4/+4
2017-04-20More consistent deletion of standard methods.Neil1-2/+3
2017-04-19Use =delete for unwanted functions.Neil1-9/+9
2017-04-19Drop "virtual" when "override" used.Neil1-19/+19
2017-04-17Simplify expression.Neil1-1/+2
2017-04-15Avoid calling virtual functions in constructors and destructors.Neil1-3/+3
2017-04-07Prefer C++ static cast over C-style casts.Neil2-7/+7
2017-04-07Use same parameter names in declarations and definitions.Neil2-9/+9
2017-04-06Added const where possible.Neil3-87/+87
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil2-16/+17
2017-03-31Hide decorations details a little.Neil1-1/+1
2017-03-31Using Sci::Position and Sci::Line to mark variables that are document positionsNeil1-42/+42
2017-03-30Stop drawing a focus rectangle on the autocompletion list.Neil1-4/+1
2017-03-19Update for 3.7.4 release.Neil1-2/+2
2017-03-10Bug [#1653]. Detect if Windows 8+ or KB2533623 installed before using flag.Neil1-5/+17