aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Backport: Remove old timer code in favour of the FineTicker* methods.Neil1-8/+0
2017-06-12Backport: Simplify mouse and keyboard handling by only retaining the 'WithMod...Neil1-23/+23
2017-06-12Backport: Removed unused functions and methods from Platform.h.Neil4-126/+28
2017-06-11Backport: Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-9/+23
2018-03-13Update GTK+ version requirements.mitchell1-1/+1
2017-06-09Backport: Use min and max from std instead of own version from platform.Neil1-6/+11
2018-03-11Added optional Lua lexer support.mitchell2-2/+20
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
2017-03-09Drop support for Windows NT 4 by statically linking to system APIs that areNeil5-88/+17
2017-03-06Use several C++11 features as examples so problems with these features are seen.Vicente1-0/+1
2017-03-06New "indent" lexer styled as plain text but folded by indentation level.Vicente1-0/+3
2017-03-05For IMEs, do not clear selected text when there is no composition text to show.johnsonj1-1/+4
2017-03-04Use C++11 keyword "override" for methods that override a base class.Neil2-145/+145
2017-03-04Add include to allow #6138 to build on Windows.Neil1-0/+2
2017-02-16Updates for 3.7.3.rel-3-7-3Neil1-2/+2
2016-12-27Updates for 3.7.2.rel-3-7-2Neil1-2/+2
2016-12-09Drop language compliance flags that have become default.Neil1-1/+1
2016-12-01Updating make dependencies.Neil2-19/+25
2016-11-30Updates for 3.7.1.Neil1-2/+2
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-15/+25
2016-11-25Bug [#1886]. Fix EM_SETSEL to match Microsoft documentation.Neil1-5/+1
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke1-0/+3
2016-11-20Avoid warning with MinGW-w64 which defines D2DERR_RECREATE_TARGET differentlyNeil1-2/+2
2016-10-27Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncodeNeil1-58/+42
2016-10-27Suppress warning message from Code Analysis for code that does work.Neil1-0/+6
2016-10-18Avoid linker warning on Windows.Neil1-1/+1
2016-10-11Updates for 3.7.0.Neil1-2/+2