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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-09
Added lexer for registry files.
Neil
1
-0
/
+1
2014-08-08
Stop using last argument to AddCharUTF from Korean IME code as previus release
Neil
1
-0
/
+2
2014-08-08
Implement explicit tab stops per line.
Neil
5
-2
/
+181
2014-08-06
Bug [#1633]. Redraw selection after SCI_DELWORDRIGHT.
Neil
1
-0
/
+2
2014-08-05
Fix problem where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called.
Neil
1
-0
/
+1
2014-08-03
Made destructor virtual to avoid warnings.
Neil
1
-1
/
+1
2014-07-24
Ensure all fields initialised in constructor.
Neil
2
-11
/
+7
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
3
-2
/
+5
2014-07-24
Mark const methods const.
Neil
3
-3
/
+3
2014-07-24
Remove line end whitespace.
Neil
2
-2
/
+2
2014-07-24
Remove false shadowing between local variables and enum values.
Neil
1
-48
/
+48
2014-07-23
Avoid shadowed names mostly in method prototypes. Turn off shadow
Neil
5
-18
/
+18
2014-07-19
Using const for string argument to allow use with literals.
Neil
4
-5
/
+5
2014-07-19
Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on.
Neil
1
-1
/
+1
2014-07-18
Added the tentative undo feature. This is useful for IMEs that want to display
Neil
4
-1
/
+116
2014-07-18
Remove unused function.
Neil
1
-6
/
+0
2014-07-18
Conditionally use the namespace so that the functions match the header so link.
Neil Hodgson
1
-0
/
+8
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
8
-206
/
+308
2014-07-17
Refactored Drawline into separate methods for each aspect of drawing.
Neil
5
-269
/
+337
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
2
-6
/
+126
2014-07-09
Ensure correct width used for overstrike caret for multi-byte character on GTK+
Neil
1
-1
/
+2
2014-07-08
Made recent refactor work on Cocoa.
Neil Hodgson
1
-0
/
+9
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
9
-2436
/
+2654
2014-07-08
Split parts of Editor class off into EditModel, MarginView, and EditView clas...
Neil
4
-2395
/
+2511
2014-07-08
Changing further non-virtual methods to const where made possible by previous
Neil
2
-10
/
+10
2014-07-08
Specifying some methods as const as they are used from display and measurement
Neil
2
-7
/
+8
2014-07-07
Fix bug where too many characters may be deleted when a rectangular selection is
Neil
3
-2
/
+11
2014-06-26
Move decision to draw line end wrap marker and colour of marker to DrawEOL.
Neil
2
-19
/
+14
2014-06-26
Simplify DrawStyledText, extracting out DrawTextInStyle for re-use.
Neil
1
-21
/
+18
2014-06-26
Move calculation of line background colour to ViewStyle and represent as a
Neil
4
-55
/
+56
2014-06-23
Mark DrawBlockCaret as const since it only draws and does not affect Editor.
Neil
2
-2
/
+2
2014-06-23
Use Range type for hotspot to simplify manipulation.
Neil
5
-35
/
+28
2014-06-23
Make drawing of markers const.
Neil
2
-2
/
+2
2014-06-23
Updated comment to match change 5151.
Neil
1
-1
/
+1
2014-06-22
Avoid warning from g++.
Neil
1
-1
/
+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
5
-11
/
+17
2014-06-22
Further use of const in layout and drawing.
Neil
3
-19
/
+19
2014-06-22
Always use the passed ViewStyle instead of the global one as this can cause
Neil
1
-10
/
+10
2014-06-22
Drawing and measuring should not change ViewStyle which is set by the container
Neil
8
-42
/
+52
2014-06-16
Fix crashes on Ubuntu 12.04 caused by overlay scrolll bar causing the drawing
Neil
1
-0
/
+7
2014-05-25
Handle cases where multiple selection autocompletion requires removing previo...
Neil Hodgson
1
-1
/
+2
2014-05-24
Header include statements are now in a standardised order with that order
Neil
8
-11
/
+16
2014-05-24
SCI_AUTOCSETMULTI allows setting whether autocompletion text is inserted at each
Neil
2
-3
/
+32
2014-05-24
Removing style byte indicators.
Neil
9
-107
/
+34
2014-01-20
Fix typos in comments (src)
Stefan Weil
3
-7
/
+7
2014-05-12
Split variable into two as used for different reasons. Use unsigned to avoid
Neil
1
-5
/
+4
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
5
-70
/
+70
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
7
-487
/
+496
2014-05-03
Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int
Neil
6
-17
/
+18
[next]