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
sciteco-rel-5-5-8
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-11
Use noexcept where safe and maintainable.
Neil
25
-122
/
+122
2020-06-11
Use const and noexcept for CatalogueModules.
Neil
1
-6
/
+6
2020-06-11
Avoid warning for potential nullptr dereference that is not actually possible.
Neil
1
-2
/
+4
2020-06-10
Feature [feature-requests:1355]. Round instead of truncating for SCI_TEXTWIDTH.
Neil
3
-4
/
+9
2020-06-10
Convert enum to enum class. Add noexcept and const.
Neil
3
-13
/
+13
2020-06-10
Feature [feature-requests:1357]. Convert to switch.
Zufu Liu
1
-144
/
+195
2020-06-10
Removed extra end tag.
Neil
1
-1
/
+0
2020-06-09
Feature [feature-requests:1358]. Support lstlisting environment that is similar
Hugues Larrive
4
-0
/
+39
2020-06-09
Add test for latex lexer.
Neil
3
-0
/
+95
2020-06-06
Implement gradients for GDI. GradientRectangle previously drew an average of the
Neil
1
-5
/
+60
2020-06-06
Add DIBSection class to simplify bitmap operations on GDI.
Neil
1
-66
/
+121
2020-06-06
Avoid type-pun union when converting from RGBA colour to DWORD as this may be
Neil
1
-13
/
+9
2020-06-06
Specify locally visible methods as noexcept.
Neil
1
-20
/
+20
2020-06-06
Prefer .data() over &[0] as more explicit.
Neil
1
-10
/
+7
2020-06-06
Add ReleaseUnknown to safely release IUnknown* and avoid warnings when done in
Neil
3
-18
/
+23
2020-06-06
Bug [#2063]. On Windows 8.1 where GetDpiForWindow is not available, use
Zufu Liu
1
-0
/
+23
2020-06-06
Use call_once for initialising Direct2D so only done once even with threads.
Neil
1
-59
/
+61
2020-06-06
Defer most initialisation until Scintilla window is created.
Neil
4
-21
/
+29
2020-06-04
Use pathlib.
Neil
1
-28
/
+64
2020-06-03
Fix list in documentation.
Neil
1
-1
/
+1
2020-06-03
Added tag rel-4-4-3 for changeset e454eae1f1eb
Neil
1
-0
/
+1
2020-06-03
Added bug reference.
rel-4-4-3
Neil
1
-0
/
+1
2020-06-03
Updates for 4.4.3.
Neil
14
-26
/
+38
2020-06-02
Added tag rel-4-4-2 for changeset 41a534b0add8
Neil
1
-0
/
+1
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
[prev]
[next]