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
2024-07-19
Updates for version 5.5.1.
rel-5-5-1
Neil
9
-20
/
+20
2024-07-15
Simplify line-end insertions and conversions.
Neil
2
-24
/
+21
2024-07-15
Add copy and paste tests for rectangular- and multiple-selection and line-end
Neil
1
-0
/
+47
2024-07-10
Bug [#2443]. Fix flickering cursor after some mouse action sequences.
Neil
2
-1
/
+10
2024-07-03
Feature [feature-requests:#1523]. SCI_AUTOCSETSTYLE sets autocompletion font.
Martijn Laan
11
-7
/
+68
2024-06-29
Ensure clipboard is closed even if exception occurs while clipboard open.
Neil
1
-5
/
+25
2024-06-25
Feature [feature-requests:#1519]. Cherry pick SC_MASK_HISTORY from isscint.
Martijn Laan
4
-2
/
+11
2024-06-21
Add canonical self links to help Google crawler.
Neil
5
-0
/
+5
2024-06-21
Feature [feature-requests:#1520]. Cherry pick DISABLE_D2D warning fix from is...
Martijn Laan
1
-1
/
+1
2024-06-20
Feature [feature-requests:#1518]. Cherry pick SCI_CUTALLOWLINE from isscint.
Martijn Laan
11
-18
/
+89
2024-06-11
Feature [feature-requests:#1517]. Increase maximum zoom set interactively to +60
Neil
3
-4
/
+16
2024-06-10
Simplify SetZoom by calling SetAppearance to do the check if changed sequence.
Neil
1
-8
/
+4
2024-05-24
Bug [#2439]. Prevent warnings in log from unreferencing NULL cursor.
Neil Hodgson
1
-1
/
+2
2024-05-23
Suppress some warnings from g++ 14.1 where a UTF-8 character has a maximum
Neil Hodgson
1
-0
/
+5
2024-05-22
Use standard attribute instead of GCC extension to avoid lint diagnostics.
Neil
1
-1
/
+1
2024-05-22
Bug [#2321]. Use const for some unique_ptr variables.
Zufu Liu
1
-10
/
+8
2024-05-16
Feature [feature-requests:#1516]. Access SpecialRepresentations through a
Zufu Liu
4
-15
/
+16
2024-05-13
Move Direct2D unique_ptr creation functions and use where possible.
Neil
1
-73
/
+60
2024-05-10
Bug [#2321]. Remove unused variable and declaration.
Zufu Liu
1
-4
/
+0
2024-05-09
Bug [#2321]. Scale reverse arrow cursor with Direct2D when enabled.
Zufu Liu
3
-95
/
+292
2024-05-07
Update suppressions for cppcheck 2.14.
Neil
2
-4
/
+5
2024-05-06
Make LoadD2D noexcept so can be called in more situations.
Zufu Liu
2
-3
/
+7
2024-04-23
Fix 5.5.0 synopsis.
Neil
1
-1
/
+1
2024-04-23
Added tag rel-5-5-0 for changeset 3a219b13a5d8
Neil
1
-0
/
+1
2024-04-19
Updates for version 5.5.0.
rel-5-5-0
Neil
9
-20
/
+20
2024-04-18
Bug [#2321]. Scale reverse arrow cursor for margins to match other cursors.
Zufu Liu
7
-11
/
+40
2024-04-04
Update Catch testing framework from v2.13.7 to v2.13.10.
Neil
1
-61
/
+78
2024-03-30
Bug [#2435]. Fix documentation of type of SCNotification::annotationLinesAdded.
Neil
1
-1
/
+1
2024-03-28
Avoid use of NSUserDefaults which will soon require justification when used i...
Neil Hodgson
2
-6
/
+6
2024-03-23
Feature [feature-requests:#1512]. Size ms in initializer list.
Zufu Liu
1
-13
/
+2
2024-03-23
Feature [feature-requests:#1512]. Reduce calls to vsDraw.ElementColour.
Zufu Liu
1
-10
/
+12
2024-03-23
Feature [feature-requests:#1512]. Simplify ScaledVector::PushBack.
Zufu Liu
1
-5
/
+5
2024-03-23
Remove outdated text.
Neil
1
-1
/
+1
2024-03-22
Document that failure in SCI_ALLOCATESUBSTYLES returns a negative number.
Neil
1
-1
/
+6
2024-03-22
Bug [#2433]. Fix IME crash in windowed mode.
Zufu Liu
2
-5
/
+19
2024-03-17
Fix MSVC C5055 warning in C++20 mode.
Neil
1
-1
/
+1
2024-03-15
Turn on multiple selection for macOS demonstration application.
Neil Hodgson
1
-0
/
+1
2024-03-15
Bug [#2417]. Add elements for inactive additional selections
Neil Hodgson
7
-5
/
+59
2024-03-15
Feature [feature-requests:#1512]. Encapsulate access to position and length.
Zufu Liu
2
-16
/
+25
2024-03-14
Add ColourRGBA::Grey constructing method to simplify use of grey-scale colours.
Neil
4
-18
/
+39
2024-03-14
Use const iterators where possible.
Neil Hodgson
1
-18
/
+24
2024-03-12
Replace magic number 32 with defined MarkerMax (31), adjusting condition.
Neil
2
-7
/
+7
2024-03-11
Feature [feature-requests:#1512]. Simplify WriteValue.
Zufu Liu
1
-2
/
+3
2024-03-11
Feature [feature-requests:#1512]. Avoid warning C26467 float to unsigned.
Zufu Liu
1
-1
/
+2
2024-03-09
Added tag rel-5-4-3 for changeset c171b756efc7
Neil
1
-0
/
+1
2024-03-09
Updates for version 5.4.3.
rel-5-4-3
Neil
9
-20
/
+20
2024-03-09
Bug [#2432]. Fix redo failure.
Neil
3
-0
/
+32
2024-03-08
Use noexcept in CharacterCategoryMap.
Neil
2
-13
/
+18
2024-03-08
Feature [feature-requests:#1512]. Simplify ElementForValue.
Zufu Liu
1
-6
/
+5
2024-03-08
Reformat with astyle.
Neil
5
-11
/
+11
[next]