| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-03-05 | Fixed building LPeg lexer on GTK. | mitchell | 1 | -2/+2 | |
| 2019-12-30 | Backport: Use pattern rules instead of suffix rules as they are clearer. | Neil | 1 | -4/+6 | |
| Add a .PHONY target to avoid possible failure caused by file with same name. Backport of changeset 7856:477749c2f095. | |||||
| 2019-12-30 | Backport: Remove line end whitespace. | Neil | 1 | -1/+1 | |
| Backport of changeset 7855:cdee9adbbb07. | |||||
| 2019-12-29 | Backport: Builds without GNU extensions so set to standard C++11. | Neil | 1 | -1/+1 | |
| Backport of changeset 7854:ab518c9df18e. | |||||
| 2019-12-29 | Backport: Standardize names and order between make files on win32 and gtk. | Neil | 1 | -3/+4 | |
| Backport of changeset 7853:662b62122bcb. | |||||
| 2019-12-29 | Backport: Support Clang on Windows. | Neil | 1 | -0/+12 | |
| Backport of changeset 7852:876b77cb9acd. | |||||
| 2019-12-27 | Backport: Use Unix paths except when deleting files, then call normalize to ↵ | Neil | 1 | -3/+5 | |
| change / to \. Backport of changeset 7851:c1e4d8c34272. | |||||
| 2019-12-29 | Backport: Use if function to simplify GTK version setting. | Neil | 1 | -6/+2 | |
| Backport of changeset 7850:914269287f12. | |||||
| 2019-12-29 | Backport: Simplify makefile and use better variable names. | Neil | 1 | -30/+26 | |
| Accumulate BASE_FLAGS and DEFINES instead of using multiple variables. Backport of changeset 7849:6d94e99d9847. | |||||
| 2019-12-27 | Backport: Collect objects into variables and define one-per-line. | Neil | 1 | -7/+52 | |
| This simplifies referencing the objects and makes for smaller patches when changing the set of objects. Backport of changeset 7848:07c2626ea7c3. | |||||
| 2019-12-29 | Backport: Drop G_THREADS_IMPL_NONE as not implemented in glib since 2011. | Neil | 1 | -9/+3 | |
| Backport of changeset 7847:8ee2f1357c30. | |||||
| 2019-12-29 | Backport: Use ranlib everywhere so no special case on macOS. | Neil | 1 | -7/+1 | |
| Backport of changeset 7846:64f49fc46eee. | |||||
| 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: Update comments. | Neil | 1 | -4/+5 | |
| Backport of changeset 7841:023ad180a294. | |||||
| 2019-06-22 | Backport: Remove CHECK_DEPRECATED option as deprecations always checked. | Neil Hodgson | 1 | -4/+1 | |
| Backport of changeset 7597:f2298aa753d1. | |||||
| 2019-04-17 | Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to ↵ | mitchell | 1 | -1/+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 | -6/+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-03-08 | Backport: Create static library libscintilla.a or libscintilla.lib on Windows. | Neil | 1 | -4/+5 | |
| Stop creating Lexers.a static library. Harmonize make files. Backport of changeset 6477:a65186aab9f9. | |||||
| 2017-07-23 | Backport: Lexer style metadata uses arrays of struct literals but don't want ↵ | Neil Hodgson | 1 | -2/+5 | |
| noise of extra braces for each element so turn off warning. Backport of changeset 6360:ff0e3efc436c. | |||||
| 2017-06-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 1 | -1/+1 | |
| reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 1 | -4/+16 | |
| 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. | |||||
| 2016-12-01 | Sorting list of lexers for 'make deps' to minimize changes. | Neil | 1 | -1/+4 | |
| Rerun make deps to cover recntly added files. | |||||
| 2016-10-21 | Initial accessibility support for the GTK platform v7 | Colomban Wendling | 1 | -1/+1 | |
| 2016-08-27 | Feature [feature-requests:#1154]. GTK: Allow out-of-sources build. | Colomban Wendling | 1 | -8/+11 | |
| Allow out-of-sources build by setting Make variable srcdir. This still generates the scintilla.a library in the source directory, though. | |||||
| 2016-08-11 | Bug [#1846]. Allow setting ARFLAGS for make. | Van de Bugger | 1 | -1/+2 | |
| 2016-08-11 | Bug [#1845]. Allow recreating deps.mak if ever deleted. | Van de Bugger | 1 | -2/+3 | |
| 2016-08-11 | Bug [#1844]. Allow setting CFLAGS for make. | Neil Hodgson | 1 | -2/+1 | |
| 2016-05-17 | GTK: Add makefile rules to auto-generate marshallers | Colomban Wendling | 1 | -1/+9 | |
| This makes it easier to update or add new marshallers. Also, re-generate the current one using a current version of glib-genmarshal, which generates different output (accessing different fields for enum and flags) since at least 2008. Although neither of these types are currently used, it seems safer this way. | |||||
| 2016-05-17 | Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author. | Neil | 1 | -1/+2 | |
| 2016-04-26 | Enable g-ir-scanner to scan ScintillaObject signals | Thomas Martitz | 1 | -2/+1 | |
| Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well). | |||||
| 2016-04-28 | Fixes for problems with C++11 <regex>. | Neil Hodgson | 1 | -2/+2 | |
| For Qt on Unix, set to build as C++11. Avoid deprecation warnings in PySide. For GTK+ allow turning off C++11 <regex> with make NO_CXX11_REGEX=1. | |||||
| 2016-03-07 | To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x. | Neil | 1 | -1/+2 | |
| MinGW 4.9 doesn't install a copy of gcc as cc.exe so explicitly set CC=gcc. | |||||
| 2015-11-11 | Don't use -fPIC on Windows due to warnings. | Neil | 1 | -1/+6 | |
| 2015-11-09 | Add -fPIC for position-independent code to allow linking as a shared library. | Neil | 1 | -1/+1 | |
| 2014-10-02 | Allow using C++11 <regex> for searches as a provisional feature. | Neil | 1 | -1/+5 | |
| 2014-08-02 | Clang warns for register keyword used in system headers so turn off warning. | Neil | 1 | -1/+1 | |
| 2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -1/+2 | |
| 2014-05-31 | Remove definitions that are provided by make. | Neil | 1 | -4/+0 | |
| 2014-05-31 | Compatibility with makefile conventions: use CXX for C++ compiler and CC for | Neil | 1 | -7/+7 | |
| C compiler. Allow overriding file deletion command on command line so that 'rm' can be used when cross-compiling from Unix to Windows. | |||||
| 2014-05-02 | Enable building with Clang undefined behaviour sanitizer. | Neil | 1 | -2/+6 | |
| 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-08-07 | Include lexlib and lexers directory in make dependencies. | Unknown | 1 | -1/+1 | |
| 2013-07-21 | Separating out C and C++ flags so that Clang works agin for C files. | Unknown | 1 | -5/+6 | |
| 2013-07-21 | Add standard compliance flag. | Unknown | 1 | -2/+2 | |
| 2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -1/+1 | |
| case conversion of Unicode text in accordance with Unicode. | |||||
| 2013-07-01 | Added CharacterCategory. | Neil | 1 | -1/+1 | |
| 2013-04-26 | Added memory sanitizer to clang debug builds. | Neil Hodgson | 1 | -0/+4 | |
| 2013-02-18 | Drop -Wno-long-long as it makes no difference on current systems. | nyamatongwe | 1 | -2/+2 | |
| Add --std=c++0x when compiling with clang as would like to move to c++11. clang only works on new distributions so the option will be present when useful. | |||||
