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
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-06
Word selection, navigation, and manipulation is now performed on characters
Neil
3
-144
/
+379
2016-09-30
Enable SplitVector to store objects by using std::copy to copy elements instead
Neil
1
-10
/
+12
2016-09-29
The number of margins can be changed with SCI_SETMARGINS.
Neil
6
-13
/
+21
2016-09-29
Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.
Neil
3
-0
/
+17
2016-09-27
On Win32, mouse wheel scrolling can be restricted to only occur when the mouse
Stefan Küng
2
-0
/
+9
2016-09-23
EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple
A-R-C-A
4
-18
/
+59
2016-09-18
Fix spelling in comment.
Neil
1
-1
/
+1
2016-09-18
Bug [#1861]. Fix caret position from left/right move with rectangular selection.
Neil
1
-6
/
+6
2016-09-14
Casts for 64 to 32-bit conversions on OS X.
Neil Hodgson
1
-2
/
+2
2016-08-31
Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled.
jedailey
3
-17
/
+28
2016-08-20
Make some methods const where reasonable.
Neil
4
-4
/
+4
2016-08-20
Bug [#1648]: Option added to prevent left arrow movement and selection wrapping
Neil
1
-2
/
+2
2016-08-15
Bug [#1842]. Fix fold expand when some child text not styled.
Neil
1
-0
/
+3
2016-08-12
Remove tests that are not needed.
Neil
1
-2
/
+2
2016-05-14
Post a caret moved accessibility event in Editor::MovedCaret so that screen
Neil
2
-0
/
+5
2016-05-11
Bug [#1827]. GTK: Avoid possible IdleWork() calls on destructed objects
Colomban Wendling
1
-3
/
+1
2016-05-03
Avoid use of const_cast when retrieving window positions.
Neil
1
-1
/
+1
2016-04-28
C++ 11 <regex> support built by default.
Neil
1
-3
/
+3
2016-04-21
Correct comments.
Neil
1
-1
/
+1
2016-03-29
Feature [feature-requests:#1142]. Allow Super modifier on GTK+.
Neil
3
-3
/
+5
2016-03-29
Bug [#1822]. Doubled size of compiled regex buffer.
Neil
1
-1
/
+1
2016-03-26
Fix truncation warning in 64-bit build.
Neil
1
-2
/
+2
2016-03-25
Define Position and invalidPosition inside the Sci namespace for internal use.
Neil
1
-4
/
+11
2016-03-20
Feature [feature-requests:#1140]. JSON lexer added.
nkmathew
1
-0
/
+1
2016-01-31
Replace expressions to find level number of a fold level with function call.
Neil
4
-27
/
+27
2016-01-31
Bug [#1799]. Folds unfolded when two fold regions are merged by either deleting
Markus Nißl
2
-0
/
+21
2016-01-10
Use value initialization in preference to memset as simpler and more robust.
Neil
1
-2
/
+1
2016-01-08
Bug [#1801]. Fix spelling.
Bewied
1
-2
/
+2
2016-01-05
Fix infinite loop with both wrap and idle styling to end turned on.
Neil
1
-8
/
+4
2015-12-31
Bug [#1796]. Expand folded areas before deleting fold header line.
Neil
1
-8
/
+15
2015-12-31
Treat Unicode line ends like common line ends when maintaining fold state.
Neil
4
-5
/
+22
2015-12-07
Prefer StyleIndexAt over StyleAt to avoid problems with out-of-bounds access for
Neil
3
-9
/
+9
2015-12-04
Fix some problems with out-of-bounds access for protected text.
Neil
2
-4
/
+5
2015-12-04
Bug [#1784]. Highlight whole run for hover indicator when wrapped.
Neil
2
-8
/
+4
2015-12-01
Undo virtual spaces in one step at start of IME composition.
Neil
1
-0
/
+2
2015-11-20
Remove line end whitespace.
Neil
7
-19
/
+19
2015-11-20
Bug [#1779]. Better Unicode input support on Windows systems.
Sam Hocevar
2
-4
/
+4
2015-11-15
Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multiple
John Ehresman
1
-0
/
+10
2015-11-11
Implemented idle styling. This allows painting without first styling all visible
Neil
4
-5
/
+111
2015-10-25
Fix line end movement on display lines when EOLs are visible
Colomban Wendling
1
-2
/
+4
2015-10-19
Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING.
Neil
1
-1
/
+4
2015-10-12
Implement Swap in SelectionRange to avoid warnings.
Neil
3
-1
/
+6
2015-09-29
Mark local functions as static.
Neil Hodgson
3
-5
/
+5
2015-09-26
Centre whitespace dot when dot is larger than 1 pixel.
Neil
1
-1
/
+2
2015-09-26
Indentation guides do not affect background drawing so omit from condition.
Neil
1
-2
/
+1
2015-09-26
Add parentheses to fix warning from Clang.
Neil Hodgson
1
-2
/
+2
2015-09-26
Whitespace may be made visible just in indentation.
nkmathew
3
-11
/
+15
2015-09-23
When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.
Neil
4
-34
/
+50
2015-09-23
Optimise drawing by only drawing affected lines when markers shown in the text.
Neil
1
-36
/
+40
2015-09-04
Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.
johnsonj
2
-3
/
+12
[next]