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
2022-03-01
Removed duplicate element.
Neil
1
-1
/
+0
2022-02-28
Fix null dereference warning from Coverity 2021.12.
Neil
1
-1
/
+1
2022-02-25
Fix typo in comment.
Neil
1
-1
/
+1
2022-02-25
Bug [#2309] Avoid crash for unexpected right-to-left text.
Neil Hodgson
2
-11
/
+53
2022-02-24
Added tag rel-5-2-1 for changeset c37b11edab22
Neil
1
-0
/
+1
2022-02-24
Updates for 5.2.1 release.
rel-5-2-1
Neil
9
-19
/
+20
2022-02-24
Bug [#2315] Update dependencies for KeyMap.
Neil
3
-0
/
+6
2022-02-21
Bug [#2317] Fix pixmap leak on GTK.
Neil Hodgson
2
-5
/
+10
2022-02-17
Suppress cppcheck warnings where it doesn't undertand changing dropWentOutside
Neil
1
-0
/
+4
2022-02-17
Add extra condition to avoid Clang-Tidy warning.
Neil
1
-1
/
+1
2022-02-16
Bug [#2315] Fix undefined macros. Fixes key map for GTK on macOS and Haiku bu...
Neil
3
-1
/
+11
2022-02-16
Fix re-entrant painting to maintain update region.
Mitchell Foral
2
-5
/
+19
2022-02-16
Fix preprocessor condition to enable threading on Linux.
Neil Hodgson
1
-1
/
+1
2022-02-10
Replace "OS X' with "macOS".
Neil
16
-41
/
+40
2022-02-10
Forgot fix.
Neil
1
-0
/
+5
2022-02-09
Added tag rel-5-2-0 for changeset b6b3e7f6ef41
Neil
1
-0
/
+1
2022-02-05
Updates for 5.2.0.
rel-5-2-0
Neil
9
-28
/
+23
2022-02-02
Make check value larger as it tripped on testing 100MB line.
Neil
1
-2
/
+2
2022-02-02
Feature [feature-requests:#1427] Add multithreaded layout which improves
Neil
13
-45
/
+194
2022-02-02
Add Supports::ThreadSafeMeasureWidths for platforms to indicate if they support
Neil
7
-3
/
+23
2022-01-31
Turn off tracing that was accidentally committed.
Neil
1
-1
/
+1
2022-01-31
Place CaseFolderDBCS in unnamed namespace to avoid one definition rule warnings
Neil Hodgson
3
-0
/
+11
2022-01-31
Implement more unique_ptr allocation wrappers and place in new Wrappers.h hea...
Neil Hodgson
7
-257
/
+248
2022-01-31
Simplify Converter and avoid warnings.
Neil Hodgson
1
-5
/
+2
2022-01-30
Avoid type safety warnings.
Neil
1
-13
/
+11
2022-01-30
Use noexcept and const to avoid warnings.
Neil
1
-5
/
+5
2022-01-30
Simplify pango_layout_set_text and suppress type warnings.
Neil
1
-11
/
+15
2022-01-30
Use unique_ptr for PangoContext and PangoLayout.
Neil Hodgson
1
-40
/
+36
2022-01-30
Use language field instead of calling pango_context_get_language as now always
Neil Hodgson
1
-2
/
+2
2022-01-30
Feature [feature-requests:#1427] Make GTK MeasureWidths and
Neil Hodgson
1
-11
/
+66
2022-01-28
Guard macOS option for dynamic library from being active on Linux.
Neil Hodgson
1
-1
/
+3
2022-01-28
Use Pango library pango_units_from_double pango_units_to_double instead of
Neil Hodgson
1
-19
/
+8
2022-01-28
Bug [#2310] Use fractional glyph positions on GTK to make monospaced fonts work
Neil Hodgson
1
-0
/
+9
2022-01-22
Feature [feature-requests:#1422] Minor improvements to line layout and wrapping.
Zufu Liu
5
-18
/
+21
2022-01-20
Hide details of PositionCache.
Neil
5
-41
/
+65
2022-01-17
Feature [feature-requests:#1427] Make Cocoa MeasureWidths and
Neil Hodgson
3
-58
/
+42
2022-01-14
Remove unnecessary inclusion of POSIX headers.
Neil Hodgson
3
-9
/
+0
2022-01-13
Optimize GetColumn a little.
Neil
1
-0
/
+3
2022-01-13
Feature [feature-requests:#1427] Make SurfaceD2D::MeasureWidths and
Zufu Liu
1
-61
/
+60
2022-01-13
Remove tests for pD2DFactory and pIDWriteFactory that can not fail.
Zufu Liu
2
-12
/
+12
2022-01-12
Remove checking for lexers as Scintilla can no longer be built with lexers.
Neil
1
-3
/
+1
2022-01-11
Correct comment about dependency generation.
Neil
3
-3
/
+3
2022-01-13
Feature [feature-requests:#1425] Allow Scintilla to run if built without curs...
Christian Schmitz
2
-0
/
+7
2022-01-11
Bug [#2306] Allow choice of object file directory with makefile by setting DI...
Arkadiusz Michalski
4
-75
/
+85
2022-01-11
Remove verticalDeviceResolution field which was no longer used from revision ...
Neil Hodgson
2
-2
/
+0
2021-12-16
Feature [feature-requests:#1422] Fix scrollbar with annotations and wrapping.
Zufu Liu
2
-0
/
+7
2021-12-12
Fix some minor analysis warnings.
Neil
1
-5
/
+7
2021-12-12
Fix ambiguity for Qt on Linux with gcc.
Neil Hodgson
1
-2
/
+2
2021-12-12
Fix potential Qt bug with position truncation for ImSurroundingText on huge
Neil
1
-14
/
+2
2021-12-12
Type harmonization between Scintilla and Qt types.
Neil
1
-22
/
+23
[next]