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
path:
root
/
src
/
RunStyles.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2 days
added a dummy RunStyles.cxx
HEAD
sciteco-rel-5-5-7
Robin Haberkorn
1
-0
/
+0
2 days
implicitly instantiate RunStyles: support ptrdiff_t if it has the same storag...
Robin Haberkorn
1
-327
/
+0
2 days
Revert "support ptrdiff_t if it has the same storage size as int, but does *n...
Robin Haberkorn
1
-5
/
+4
2025-08-26
support ptrdiff_t if it has the same storage size as int, but does *not* alia...
Robin Haberkorn
1
-4
/
+5
2024-12-02
Improve performance of simple case where FillRange just inserts two entries and
Neil
1
-1
/
+18
2024-12-02
Remove explicit initialization which is identical to default initialization.
Neil
1
-5
/
+2
2022-07-29
Apply rule-of-zero to delete standard methods where possible as handled by
Neil
1
-4
/
+0
2022-07-29
Flatten Partitioning and RunStyles to avoid a level of indirection by containing
Neil
1
-55
/
+55
2022-07-28
Use extra consts to avoid 32 to 64-bit widening warnings in headers.
Neil
1
-2
/
+4
2022-02-16
Bug [#2315] Fix undefined macros. Fixes key map for GTK on macOS and Haiku bu...
Neil
1
-1
/
+1
2021-05-24
Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h
Neil
1
-6
/
+5
2021-03-18
std::optional is a basic vocabulary type that may be used widely so include
Neil
1
-0
/
+1
2021-03-18
Move assert and debug trace functions into their own header Debugging.h.
Neil
1
-2
/
+1
2021-03-17
Extract geometry and colour definitions from Platform.h into src/Geometry.h.
Neil
1
-0
/
+1
2019-01-06
Bug [#2068]. Fix some clang-tidy warnings.
Zufu Liu
1
-2
/
+2
2018-07-31
Define PLAT_HAIKU and use to avoid a reported compilation problem on 32-bit
Neil
1
-1
/
+1
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-04-21
Use noexcept in basic data structures where reasonable.
Neil
1
-10
/
+10
2018-04-20
Stop "duplicate explicit instantiation" error on g++ 32-bit where int and
Neil
1
-0
/
+4
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-0
/
+2
2018-03-27
Return a FillResult struct from RunStyles::FillRange instead of modifying
Neil
1
-8
/
+9
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-0
/
+1
2018-03-01
Use make_unique in preference to new.
Neil
1
-4
/
+4
2018-02-01
Templatize RunStyles so it can be over ranges of different types and contain
Neil
1
-48
/
+72
2018-02-01
Templatize Partitioning so it can hold different types.
Neil
1
-2
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-05-21
Make SplitVector work with move-only types like unique_ptr.
Neil
1
-0
/
+1
2017-05-10
Use unique_ptr fpr Partitioning, RunStyles, SparseVector, PositionCache and
Neil
1
-12
/
+4
2017-04-22
Include <memory> for std::unique_ptr.
Neil
1
-0
/
+1
2017-04-06
Added const where possible.
Neil
1
-5
/
+5
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-4
/
+5
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2013-07-21
Normalising order of language headers.
Neil
1
-2
/
+2
2013-07-21
Make compile with libc++ on OS X.
Neil
1
-0
/
+1
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-4
/
+4
2013-04-15
Existing code fills 0 length ranges and ranges after document end so simply
nyamatongwe
1
-2
/
+2
2013-04-15
RunStyles can be corrupted by filling 0 length ranges and ranges that go past...
nyamatongwe
1
-0
/
+36
2012-09-12
Fix bug where removing all characters from indicator at end of document did
nyamatongwe
1
-0
/
+1
2011-06-07
Add Find method on RunStyles.
nyamatongwe
1
-0
/
+15
2011-06-07
Fix bug with extra partition created when range filled.
nyamatongwe
1
-0
/
+2
2011-06-07
Add accessor to RunStyles for number of runs so Decoration can use public API.
nyamatongwe
1
-1
/
+5
2011-06-07
Make SCN_NEEDSHOWN notification work when word wrap is enabled.
nyamatongwe
1
-0
/
+11
2010-12-30
Avoid redraws when setting an indicator over positions where it is already set.
nyamatongwe
1
-1
/
+3
2008-01-19
Made som emethods const.
nyamatongwe
1
-2
/
+2
2007-07-25
Changed ContractionState data structure to be more efficient by not only
nyamatongwe
1
-0
/
+5
2007-06-12
Fixed bug where setting the same range twice to the same value resulted
nyamatongwe
1
-7
/
+9
2007-06-09
Fixed bug when setting a range where the start of the range was already a
nyamatongwe
1
-3
/
+5
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2007-04-19
Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR
nyamatongwe
1
-18
/
+27
2007-04-07
More decoration code, with modifications reported from document to views
nyamatongwe
1
-3
/
+10
[next]