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
/
PositionCache.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-08
Fix warnings from Visual Studio 2017.
Neil
1
-2
/
+2
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-0
/
+1
2016-11-05
Add options to choose between the locations of a position when there
Neil Hodgson
1
-1
/
+7
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
2015-02-15
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
Neil
1
-2
/
+12
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
2014-07-08
Split parts of Editor class off into EditModel, MarginView, and EditView clas...
Neil
1
-13
/
+12
2014-06-23
Use Range type for hotspot to simplify manipulation.
Neil
1
-2
/
+1
2014-06-22
Extra casting to prevent warnings from cppcheck.
Neil
1
-2
/
+2
2014-06-22
Stop storing a pointer to the selection on LineLayout objects where it may have
Neil
1
-4
/
+3
2014-06-22
Further use of const in layout and drawing.
Neil
1
-7
/
+7
2014-06-22
Drawing and measuring should not change ViewStyle which is set by the container
Neil
1
-3
/
+5
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2014-05-24
Removing style byte indicators.
Neil
1
-5
/
+0
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-1
/
+1
2014-05-03
Add needed casts and remove a cast that is not needed.
Neil
1
-3
/
+3
2014-05-03
Using unsigned int for cache index to avoid casts and potential for failure.
Neil
1
-4
/
+5
2014-05-02
Use unsigned int for calculating hash and secondary probe as overflow of signed
Neil
1
-2
/
+2
2014-03-25
Bug [#1585]. Cursor down fails on wrapped lines.
Neil
1
-1
/
+2
2014-03-11
Remove function no longer called.
Neil
1
-5
/
+0
2014-02-26
Refactor methods for converting screen points to and from document index, mov...
Neil
1
-0
/
+44
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-1
/
+1
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-08-07
Ensure no reads outside allocation.
Unknown
1
-1
/
+1
2013-08-07
Optimize performance with many control characters such as when opening
Neil
1
-66
/
+50
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-10
/
+78
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+1
2013-05-19
Fix display of multi-byte Unicode character at line start.
nyamatongwe
1
-1
/
+0
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-6
/
+4
2013-05-04
Replacing raw pointers and allocations with std::vector.
nyamatongwe
1
-72
/
+33
2011-12-09
Fractional position support.
nyamatongwe
1
-2
/
+2
2011-08-02
Allow floating point text positioning.
nyamatongwe
1
-7
/
+7
2011-07-11
Avoid shadowing of fields even for static methods to stop warnings.
nyamatongwe
1
-4
/
+4
2011-06-25
Add casts to avoid warnings from SDK 64-bit compiler.
nyamatongwe
1
-2
/
+2
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-0
/
+1
2011-05-13
Break measurement of text into reasonable sized segments similar
nyamatongwe
1
-38
/
+24
2011-04-29
Use indicators to show matching braces. Feature #3290434.
nyamatongwe
1
-6
/
+6
2011-01-02
Avoid cppcheck warnings.
nyamatongwe
1
-0
/
+2
2010-07-13
Files changed for new lexer design.
nyamatongwe
1
-0
/
+1
2010-03-23
Upper and lower casing now works on non-ASCII characters.
nyamatongwe
1
-0
/
+1
2010-03-13
Adding const to methods where possible.
nyamatongwe
1
-2
/
+2
2010-02-17
Formatting whitespace.
nyamatongwe
1
-5
/
+6
2010-01-26
Fix to allow compiling on old version of GCC 3.3.3. Bug #2940511.
nyamatongwe
1
-1
/
+3
2009-08-26
Avoid breaking text into substrings on selection boundaries for drawing
nyamatongwe
1
-8
/
+12
2009-07-14
Added controls for enabling multiple selection and multiple selection
nyamatongwe
1
-0
/
+2
2009-07-12
Since exception handling now turned on, do not check return value from new.
nyamatongwe
1
-2
/
+0
2009-07-08
Draw discontiguous and virtual space selection in non-alpha mode.
nyamatongwe
1
-6
/
+6
2009-07-07
Using the last style on a line to determine the width of a virtual space
nyamatongwe
1
-0
/
+4
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-11
/
+11
[next]