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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
Updates for 4.4.2.
rel-4-4-2
Neil
14
-26
/
+49
2020-06-02
Specify the calling convention so that both dynamic and static linking work on
Neil
1
-1
/
+7
2020-06-02
Make Lexilla run on old macOS by setting deployment target to 10.8.
Neil Hodgson
1
-2
/
+2
2020-06-02
Use @rpath as dylib install path as otherwise expects /usr/lib.
Neil Hodgson
1
-0
/
+2
2020-06-01
Added tag rel-4-4-0 for changeset 12e2a7acacec
Neil
1
-0
/
+1
2020-05-28
Change log.
rel-4-4-0
Neil
1
-2
/
+4
2020-05-28
Change log.
Neil
1
-1
/
+2
2020-05-28
Updates for 4.4.0.
Neil
14
-28
/
+30
2020-05-28
Bug [#2171]. Check for DPI change in WM_DPICHANGED_AFTERPARENT instead of every
Zufu Liu
1
-11
/
+12
2020-05-28
Bug [#2063]. Call AdjustWindowRectExForDpi when available to find correct size.
Zufu Liu
1
-8
/
+16
2020-05-27
Change log.
Neil
1
-1
/
+2
2020-05-27
Bug [#2063]. Make reverse arrow cursor scale with DPI.
Zufu Liu
3
-9
/
+67
2020-05-27
Bug [#2063]. Add SystemMetricsForDpi and use for ListBox and mouse drag and d...
Zufu Liu
3
-19
/
+46
2020-05-26
Change log additions.
Neil
1
-0
/
+18
2020-05-26
Update instructions for separate Lexilla.
Neil
1
-1
/
+20
2020-05-25
Ensure dpi initialized and updated after WM_DPICHANGED.
Zufu Liu
1
-0
/
+3
2020-05-24
Save and restore current directory around dependency generation in source dir...
Neil Hodgson
1
-0
/
+2
2020-05-23
Regenerate version numbers in cocoa/Scintilla project.
Neil
2
-4
/
+14
2020-05-23
Fix some Doxygen-style comments to avoid Xcode warnings.
Neil Hodgson
1
-2
/
+2
2020-05-23
Fix Doxygen-style comments that refer to parameters.
Neil Hodgson
1
-2
/
+2
2020-05-23
Add new project that builds a Scintilla framework with no lexers.
Neil Hodgson
5
-0
/
+868
2020-05-23
Add file that avoids extra upgrade checks.
Neil Hodgson
3
-0
/
+24
2020-05-23
Hide Visual Studio solution files from Mercurial.
Neil
1
-0
/
+1
2020-05-23
Update Lexilla Xcode project with new lexers and changed version number.
Neil
1
-2
/
+88
2020-05-23
Added Info.plist to hold name and version.
Neil Hodgson
2
-4
/
+36
2020-05-23
Add Xcode project for Lexilla.
Neil Hodgson
2
-0
/
+885
2020-05-22
Bug [#2171]. Add some documentation about WM_DPICHANGED.
Neil
1
-4
/
+4
2020-05-22
Hoist repeated test for string selection types into static method.
Neil
2
-4
/
+8
2020-05-22
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Chris Graham
3
-12
/
+29
2020-05-20
Update download sizes.
Neil
1
-2
/
+2
2020-05-20
Fix some minor warnings.
Neil
2
-22
/
+21
2020-05-20
SciTE change log.
Neil
1
-0
/
+6
2020-05-19
Bug [#2171]. Implement per-monitor DPI Awareness on Windows.
Neil
4
-21
/
+67
2020-05-19
Encapsulate GetProcAddress in a way that avoids undefined and conditionally
Neil
3
-31
/
+38
2020-05-19
Encapsulate common check for PS, LS, and NEL as UTF8IsMultibyteLineEnd.
Neil
2
-6
/
+10
2020-05-19
Update version.
Neil
1
-2
/
+2
2020-05-19
Use pathlib in generator scripts.
Neil
4
-58
/
+56
2020-05-19
Remove call to ScintillaData as result not used.
Neil
1
-2
/
+0
2020-05-17
Ensure Lexilla built as well.
Neil
1
-1
/
+6
2020-05-11
Remove lexers from libscintilla.lib / libscintilla.a.
Neil
2
-2
/
+2
2020-05-17
Produce a shared object libscintilla.so that can be dynamically linked to.
Neil
1
-4
/
+27
2020-05-17
On Unix call shared object liblexilla instead of lexilla to match platform
Neil
3
-4
/
+6
2020-05-11
Set calling convention to stdcall to match clients and old DLL lexers and
Neil
3
-5
/
+12
2020-05-11
Support Windows XP.
Neil
1
-1
/
+15
2020-05-17
Shared object files are not source so ignore them.
Neil
1
-0
/
+1
2020-05-05
Fixed bug where a single character line with a single character line end
Yury Dubinsky
4
-10
/
+29
2020-05-04
Change log.
Neil
1
-0
/
+4
2020-05-04
Feature [feature-requests:1347]. Optimize large insertions by using a
Zufu Liu
1
-29
/
+122
2020-05-04
Feature [feature-requests:1347]. Add methods to insert multiple partitions.
Neil
2
-0
/
+46
2020-05-03
Feature [feature-requests:1347]. Add InsertLines method to PerLine interface and
Neil
9
-3
/
+418
[next]