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
path:
root
/
doc
/
ScintillaHistory.html
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-01
Draw SC_MARK_BAR markers underneath other markers as they often cover multiple
Neil
1
-0
/
+4
2022-09-30
Bug [#2357]. Make SCI_LINESCROLL more accurate when width of space not integer.
Zufu Liu
1
-0
/
+4
2022-09-29
Feature [feature-requests:#749] Implement horizontal scrolling with Shift +
Zufu Liu
1
-0
/
+5
2022-09-29
Ensure page and step clicks on horizontal scroll bar do not overshoot documen...
Neil
1
-0
/
+3
2022-09-25
Enlarge point and point top indicators and scale to be larger with larger text.
Neil
1
-0
/
+3
2022-09-25
Draw lines more consistently in SC_PHASES_TWO and SC_PHASES_ONE modes by
Neil
1
-0
/
+6
2022-09-21
Feature [feature-requests:#1450] Implement horizontal scrolling mouse wheel
Markus Nißl
1
-0
/
+4
2022-09-12
Remove NotifyLexerChanged notification from DocWatcher.
Neil
1
-0
/
+13
2022-09-02
Add PixelAlignCeil and call PixelAlign* to avoid repeated code.
Markus Nißl
1
-0
/
+2
2022-08-24
Fix typo.
Neil
1
-1
/
+1
2022-08-24
Updates for 5.3.0 release.
Neil
1
-1
/
+1
2022-07-30
Bug [#2340] Add option to contract every level for SCI_FOLDALL called
Zufu Liu
1
-0
/
+5
2022-08-01
Change log for previous two changes.
Neil
1
-0
/
+4
2022-08-01
Improve drawing of rounded rectangles with Direct2D.
Neil
1
-0
/
+3
2022-07-31
Add SC_MARK_BAR marker and INDIC_POINT_TOP indicator which are useful for change
Neil
1
-0
/
+10
2022-07-31
Added change history which can display document changes (modified, saved, ...)
Neil
1
-1
/
+5
2022-07-22
Bug [#2341] Stop including STYLE_CALLTIP when calculating line height.
Markus Nißl
1
-0
/
+5
2022-07-22
Bug [#2335] Fix incorrect display of selection when printing in some modes.
Neil
1
-0
/
+4
2022-07-18
Bug [#2338] Enable multiline regex for gcc and clang when REGEX_MULTILINE def...
Jacky Yang
1
-0
/
+6
2022-07-17
Feature [feature-requests:#1441] Line state optimized to avoid excess allocat...
Zufu Liu
1
-0
/
+14
2022-07-06
Updates for 5.2.4 release.
rel-5-2-4
Neil
1
-1
/
+1
2022-07-05
Fix failures with non-UTF-8 text when multi-threading. The Converter object on
Neil Hodgson
1
-0
/
+4
2022-06-17
Fix crash printing on Win32 in bidirectional mode with a non-empty selection.
Neil
1
-0
/
+3
2022-06-17
Bug [#2335] Fix bad background colour for additional, secondary, and inactive
Neil
1
-0
/
+4
2022-06-10
Bug [#2334] Fix hiding selection when selection layer is SC_LAYER_UNDER_TEXT.
John Ehresman
1
-0
/
+12
2022-05-21
Change release date.
rel-5-2-3
Neil
1
-1
/
+1
2022-05-18
Bug [#2329] Place autocompletion lists and calltips on a higher window level
Neil Hodgson
1
-0
/
+5
2022-05-17
Updates for 5.2.3 release.
Neil
1
-1
/
+1
2022-05-17
Fix pink selection background when printing by making it completely transparent.
Neil
1
-0
/
+3
2022-05-17
Duplicate APIs to support 64-bit document positions on Win32:
Neil
1
-0
/
+6
2022-05-11
Bug [#2328]. For Qt 6.x, ensure QByteArray created when text is null but
John Ehresman
1
-0
/
+4
2022-05-10
Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND).
Neil
1
-0
/
+4
2022-04-29
Add warning for GTK scroll bar change.
Neil
1
-0
/
+2
2022-04-22
Bug [#2324] Fix ARM64 builds with Visual C++ due to unsupported CETCOMPAT flag.
Mat Berchtold
1
-0
/
+4
2022-04-10
Feature [feature-requests:#1435] Fix problem with horizontally inverted glyphs
Neil
1
-0
/
+4
2022-04-07
Bug [#2322] Fix partial updates and non-responsive scroll bars on Xorg.
Neil Hodgson
1
-0
/
+14
2022-03-27
Updates for 5.2.2 release.
Neil
1
-1
/
+1
2022-03-23
On GTK, scroll horizontally with shift + scroll wheel.
Mitchell Foral
1
-0
/
+3
2022-03-15
Feature [feature-requests:#1431] Add SCI_GETSTYLEINDEXAT API to return styles
Neil
1
-0
/
+4
2022-03-12
Feature [feature-requests:#1432] Support per-monitor text rendering parameters
Neil
1
-0
/
+4
2022-03-10
Bug [#2320] Fix position of end-of-line annotation when fold display text is
Michael Berlenz
1
-0
/
+5
2022-02-25
Bug [#2309] Avoid crash for unexpected right-to-left text.
Neil Hodgson
1
-0
/
+12
2022-02-24
Updates for 5.2.1 release.
rel-5-2-1
Neil
1
-1
/
+1
2022-02-21
Bug [#2317] Fix pixmap leak on GTK.
Neil Hodgson
1
-0
/
+4
2022-02-16
Bug [#2315] Fix undefined macros. Fixes key map for GTK on macOS and Haiku bu...
Neil
1
-0
/
+8
2022-02-16
Fix re-entrant painting to maintain update region.
Mitchell Foral
1
-0
/
+14
2022-02-10
Forgot fix.
Neil
1
-0
/
+5
2022-02-05
Updates for 5.2.0.
rel-5-2-0
Neil
1
-3
/
+3
2022-02-02
Feature [feature-requests:#1427] Add multithreaded layout which improves
Neil
1
-0
/
+4
2022-01-13
Feature [feature-requests:#1425] Allow Scintilla to run if built without curs...
Christian Schmitz
1
-0
/
+5
[prev]
[next]