| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-05 | Synchronizing LongTerm3 with default. | mitchell | 1 | -2/+1 | |
| Ideally this covers anything missed during the backport process. | |||||
| 2020-01-01 | Backport: Be more accurate for 'make clean'. | Neil | 1 | -1/+4 | |
| Backport of changeset 7874:295a6e54d582. | |||||
| 2020-01-03 | Backport: Move collection of modules from Catalogue.cxx to ↵ | mitchell | 1 | -4/+1 | |
| CatalogueModules.h so it can be reused. Backport of changeset 7866:fff1071ea1db. | |||||
| 2020-01-03 | Fixed a stray gnu++0x that crept in in recent makefile backports. | mitchell | 1 | -1/+1 | |
| 2019-12-30 | Backport: Remove Scintilla.def prerequisite as not used by gcc or clang. | Neil | 1 | -4/+4 | |
| That allows simplifying the recipe to just use the prerequisites $^. Backport of changeset 7857:09ace49cbc12. | |||||
| 2019-12-30 | Backport: Use pattern rules instead of suffix rules as they are clearer. | Neil | 1 | -1/+4 | |
| Add a .PHONY target to avoid possible failure caused by file with same name. Backport of changeset 7856:477749c2f095. | |||||
| 2019-12-29 | Backport: Standardize names and order between make files on win32 and gtk. | Neil | 1 | -45/+62 | |
| Backport of changeset 7853:662b62122bcb. | |||||
| 2019-12-29 | Backport: Move suppression of Clang warning missing-braces from makefile to ↵ | Neil | 1 | -1/+1 | |
| apply to lexers but not most other files. Backport of changeset 7845:f3264e486266. | |||||
| 2019-12-29 | Backport: Move suppression of Clang warning language-extension-token from ↵ | Neil | 1 | -2/+1 | |
| makefile to only C++ file that requires it. Backport of changeset 7844:bb2bc0e7f17a. | |||||
| 2019-12-29 | Backport: Remove MinGW linker options that do not appear needed with recent ↵ | Neil | 1 | -2/+1 | |
| versions of Mingw-w64. add-stdcall-alias was added by revision 1106 in 2002 enable-runtime-pseudo-reloc-v2 was added by revision 3371 in 2010 Backport of changeset 7842:5899c8a8c448. | |||||
| 2019-12-29 | Backport: Update comments. | Neil | 1 | -0/+1 | |
| Backport of changeset 7841:023ad180a294. | |||||
| 2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵ | mitchell | 1 | -0/+1 | |
| hide the implementation. Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view. | |||||
| 2019-04-01 | Backport: Switch generation of make dependencies to Python scripts DepGen.py. | Neil | 1 | -27/+2 | |
| Dependencies files deps.mak and nmdeps.mak are formatted with one file per line as that makes it easier to examine differences between versions. Backport of changeset 7397:997e6203e270. | |||||
| 2018-04-04 | Backport: Remove automatic detection of Direct2D support during build. | Neil | 1 | -8/+2 | |
| DISABLE_D2D may still be defined to remove Direct2D features. Backport of changeset 6672:9c1997a14d89. | |||||
| 2018-04-04 | Backport: Move DLL entry points DllMain and Scintilla_DirectFunction into ↵ | Neil | 1 | -17/+4 | |
| ScintillaDLL.cxx to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. Backport of changeset 6670:cfe90078d684. | |||||
| 2018-03-31 | Backport: Make clang 6.0 build without warnings. Requires clang to be on the ↵ | Neil | 1 | -4/+6 | |
| path now. Backport of changeset 6665:b3db8fb581bb. | |||||
| 2018-03-08 | Backport: Create static library libscintilla.a or libscintilla.lib on Windows. | Neil | 1 | -21/+29 | |
| Stop creating Lexers.a static library. Harmonize make files. Backport of changeset 6477:a65186aab9f9. | |||||
| 2018-02-22 | Backport: Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and ↵ | Tobias Kühne | 1 | -1/+1 | |
| deletions. Backport of changeset 6457:26e7749ba67a. | |||||
| 2017-06-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 1 | -0/+1 | |
| reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
| 2017-06-12 | Backport: Removed unused functions and methods from Platform.h. | Neil | 1 | -0/+1 | |
| Replaced Platform::Clamp with Sci::clamp. Drop MouseButtonBounce workaround for very early GTK+/Linux. Backported from changeset 6307:7030530a9a0f. | |||||
| 2018-03-13 | Update GTK+ version requirements. | mitchell | 1 | -1/+1 | |
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -2/+17 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
| 2017-05-22 | Bug [#1946]. Builds are made with a sorted list of lexers to be more ↵ | Bernhard M. Wiedemann | 1 | -1/+1 | |
| reproducible. | |||||
| 2017-03-09 | Drop support for Windows NT 4 by statically linking to system APIs that are | Neil | 1 | -1/+1 | |
| only available from Windows 2000 and later. | |||||
| 2016-09-24 | Initial support for building with 32-bit clang. | Neil | 1 | -6/+18 | |
| 2016-09-10 | Expose NO_CXX11_REGEX in Win32 makefiles. | Neil | 1 | -2/+2 | |
| 2016-03-07 | To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x. | Neil | 1 | -1/+1 | |
| MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc. | |||||
| 2016-02-24 | Bug [#1813]. Unmangle exported Scintilla_DirectFunction. | Neil | 1 | -2/+2 | |
| Backed out changeset: 819f953e432b | |||||
| 2015-12-16 | Don't use .DEF file as it is not needed. | Neil | 1 | -2/+2 | |
| 2015-11-20 | Remove line end whitespace. | Neil | 1 | -1/+1 | |
| 2015-09-26 | RTTI is a part of standard C++ so don't turn it off. | Neil | 1 | -1/+1 | |
| 2015-02-22 | Implement VK_HANJA for Korean on Windows. | Neil | 1 | -1/+2 | |
| 2015-02-11 | Add the OLEAUT32 library as it will be needed for BSTR support. | Neil | 1 | -1/+1 | |
| 2014-10-07 | Feature [feature-requests:#1077]. Support MinGW compilation under Linux. | Neil | 1 | -3/+9 | |
| 2014-10-02 | Allow using C++11 <regex> for searches as a provisional feature. | Neil | 1 | -1/+5 | |
| 2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -3/+6 | |
| 2014-05-31 | Compatibility with makefile conventions: use CXX for C++ compiler and CC for | Neil | 1 | -9/+8 | |
| C compiler. Allow overriding file deletion command on command line so that 'rm' can be used when cross-compiling from Unix to Windows. | |||||
| 2013-09-10 | Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ↵ | Neil | 1 | -1/+1 | |
| gcc. | |||||
| 2013-09-10 | Drop warning setting -Wno-missing-braces since this has had no effect since ↵ | Neil | 1 | -1/+1 | |
| gcc 4.2. | |||||
| 2013-09-04 | Build Direct2D platform code if Direct2D headers are available. | Neil | 1 | -2/+9 | |
| 2013-08-25 | Recent MingW does not compile due to missing Direct2D headers so disable ↵ | Neil | 1 | -1/+1 | |
| Direct2D. | |||||
| 2013-07-21 | Add standard compliance flag. | Neil | 1 | -1/+1 | |
| 2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -3/+7 | |
| case conversion of Unicode text in accordance with Unicode. | |||||
| 2013-07-01 | Added CharacterCategory. | Neil | 1 | -0/+1 | |
| 2013-04-14 | Add analyze target for clang --analyze. | nyamatongwe | 1 | -1/+4 | |
| 2012-07-17 | MultiMon.h can cause multiple definition problems when Scintilla is ↵ | nyamatongwe | 1 | -10/+1 | |
| statically linked. Avoid these issues and ensure compatibility with NT 4 by not including MultiMon.h and dynamically linking to the monitor APIs when available. If not available use the single monitor work area to define the available area. | |||||
| 2012-07-16 | More Windows NT 4. | nyamatongwe | 1 | -1/+1 | |
| 2012-07-16 | Reenable building for Windows NT 4 on NT 4. | nyamatongwe | 1 | -0/+9 | |
| 2011-10-10 | Removing -Wno-strict-overflow as gcc no longer produces useless | nyamatongwe | 1 | -1/+1 | |
| overflow warnings. | |||||
| 2011-10-10 | Fix build problems with Mingw gcc 4.6.1. | nyamatongwe | 1 | -2/+2 | |
| The -mno-cygwin and --relocatable options are no longer supported. | |||||
