index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
win32
/
makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-18
Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors.
Zufu Liu
1
-1
/
+1
2024-02-01
Move UndoHistory into its own module that is accessible from CellBuffer and
Neil
1
-0
/
+1
2023-03-27
Bug [#1923]. Remove dependence on MSIMG32.DLL on Win32 by replacing AlphaBlend
Mat Berchtold
1
-1
/
+1
2023-02-22
Remove _CRT_SECURE_NO_DEPRECATE.
Neil
1
-1
/
+0
2022-12-01
Change release compilation optimization option to favour speed over space.
Mitchell Foral
1
-1
/
+1
2022-09-15
Enable extra warnings with g++ on Win32.
Neil
1
-1
/
+1
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-0
/
+1
2022-01-11
Correct comment about dependency generation.
Neil
1
-1
/
+1
2022-01-11
Bug [#2306] Allow choice of object file directory with makefile by setting DI...
Arkadiusz Michalski
1
-40
/
+41
2021-09-30
Bug [#2283] Make resource rule more generic.
Ivan Ustûžanin
1
-2
/
+2
2021-09-30
Bug [#2283] Remove ScintillaDLL.o and ScintRes.o from static library as only
Ivan Ustûžanin
1
-2
/
+4
2021-07-03
Remove remnants of support for including lexers in Scintilla.
Neil
1
-20
/
+3
2021-04-27
Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType
Neil
1
-2
/
+2
2021-03-19
Add Geometry.cxx for geometric and colour operations too complex for headers.
Neil
1
-0
/
+1
2020-11-02
Drop building of SciLexer.dll which included lexers.
Neil
1
-34
/
+2
2020-05-11
Remove lexers from libscintilla.lib / libscintilla.a.
Neil
1
-1
/
+1
2020-04-17
Making dependencies now requires Python 3.6+.
Neil
1
-1
/
+3
2020-01-01
Be more accurate for 'make clean' as bin directory now shared with Lexilla.
Neil
1
-1
/
+4
2019-12-31
Implement SCI_SETILEXER.
Neil
1
-3
/
+15
2019-12-31
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
Neil
1
-4
/
+1
2019-12-30
Remove Scintilla.def prerequisite as not used by gcc or clang.
Neil
1
-4
/
+4
2019-12-30
Use pattern rules instead of suffix rules as they are clearer.
Neil
1
-1
/
+3
2019-12-29
Standardize names and order between make files on win32 and gtk.
Neil
1
-41
/
+60
2019-12-29
Move suppression of Clang warning missing-braces from makefile to apply to
Neil
1
-3
/
+1
2019-12-29
Move suppression of Clang warning language-extension-token from makefile to only
Neil
1
-2
/
+1
2019-12-29
Remove Clang option that is not needed with Clang 9.
Neil
1
-2
/
+1
2019-12-29
Remove MinGW linker options that do not appear needed with Mingw-w64 GCC 9.
Neil
1
-2
/
+1
2019-12-29
Update comments.
Neil
1
-2
/
+3
2019-04-05
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
Neil
1
-0
/
+1
2019-04-01
Switch generation of make dependencies to Python scripts DepGen.py.
Neil
1
-27
/
+2
2018-06-07
Remove compile-time ENABLE_BIDIRECTIONAL option as bidirectional feature is now
Neil
1
-5
/
+1
2018-04-04
Remove automatic detection of Direct2D support during build.
Neil
1
-8
/
+2
2018-04-04
Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx
Neil
1
-17
/
+4
2018-03-31
Make clang 6.0 build without warnings. Requires clang to be on the path now.
Neil
1
-3
/
+6
2018-03-31
Standardize on --std=c++17, avoiding GNU extensions and enabling clang 6.0.
Neil
1
-2
/
+2
2018-03-08
Create static library libscintilla.a or libscintilla.lib on Windows.
Neil
1
-21
/
+29
2018-02-22
Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions.
Tobias Kühne
1
-1
/
+1
2018-01-11
Add ENABLE_BIDIRECTIONAL option to make files.
Neil
1
-1
/
+5
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
1
-0
/
+1
2017-06-12
Removed unused functions and methods from Platform.h.
Neil
1
-1
/
+2
2017-06-10
Update GTK+ and compiler version requirements.
Neil
1
-1
/
+1
2017-05-22
Bug [#1946]. Builds are made with a sorted list of lexers to be more reproduc...
Bernhard M. Wiedemann
1
-1
/
+1
2017-03-09
Drop support for Windows NT 4 by statically linking to system APIs that are
Neil
1
-1
/
+1
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
2016-02-24
Bug [#1813]. Unmangle exported Scintilla_DirectFunction.
Neil
1
-2
/
+2
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
[next]