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
2012-08-26
Add SCI_VCHOMEDISPLAYEXTEND keyboard command
Colomban Wendling
1
-0
/
+12
2012-08-25
Add SCI_VCHOMEDISPLAY keyboard command
Colomban Wendling
1
-0
/
+12
2012-08-05
Avoid poor drawing at right of INDIC_SQUIGGLE.
nyamatongwe
1
-7
/
+13
2012-08-05
Align INDIC_DOTBOX to pixel grid for full intensity.
nyamatongwe
1
-3
/
+2
2012-08-05
Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.
nyamatongwe
1
-0
/
+24
2012-07-24
Add ncurses platform. Rest of the implementation is an external project.
nyamatongwe
7
-13
/
+29
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
7
-12
/
+23
2012-07-21
Avoid problems when calltip highlight range is negative. Bug #3545938.
nyamatongwe
1
-1
/
+1
2012-07-18
strncat was being used with incorrect length argument. Result is always
nyamatongwe
1
-3
/
+3
2012-07-17
Avoid loss of precision warnings from Borland.
nyamatongwe
1
-4
/
+4
2012-07-16
Implement SCI_GETSELECTIONEMPTY API. Bug #3543121.
nyamatongwe
1
-0
/
+3
2012-07-16
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for backspace in virtual space. Bu...
nyamatongwe
1
-0
/
+1
2012-07-16
Fix rectangular selection range after backspace. Bug #3543097.
nyamatongwe
1
-0
/
+1
2012-07-11
Fix margin click so clicking on first pixel of margin causes a notification.
nyamatongwe
1
-1
/
+1
2012-07-02
When line starts with 0 width character, do not allow end of previous line
nyamatongwe
1
-0
/
+2
2012-06-27
Fix screen redraw issues introduced with change set 4199.
Marko Njezic
1
-6
/
+7
2012-07-02
Remove functions provided by headers.
nyamatongwe
1
-9
/
+0
2012-07-02
Make IsLowerCase and IsUpperCase not depend on non-portable isascii, take
nyamatongwe
1
-8
/
+0
2012-07-02
Reduce scope of variable.
nyamatongwe
1
-1
/
+1
2012-07-01
Fix hang when Zero Width Space U+200B occurs at start of document.
nyamatongwe
1
-1
/
+1
2012-06-27
Using the correct side margin for previous commit.
nyamatongwe
1
-1
/
+1
2012-06-26
Bugs #699587, #3537799. Allow text at start of line to overlap 1 pixel
nyamatongwe
1
-3
/
+16
2012-06-26
Fixed incorrect comment.
nyamatongwe
1
-1
/
+1
2012-06-18
Removed unnecessary code after change for bug #3535806.
nyamatongwe
1
-6
/
+1
2012-06-18
Remove marker only once for SCI_MARKERDELETE. Bug #3535806.
nyamatongwe
2
-4
/
+6
2012-06-17
Use std::string instead of fixed size strings.
nyamatongwe
6
-36
/
+55
2012-06-16
Existing autocompletion list is cancelled when single entry automatically
nyamatongwe
1
-0
/
+1
2012-06-16
Redraw margin when changing margin styles.
nyamatongwe
1
-0
/
+2
2012-06-04
Properly position caret after undoing coalesced delete operations. Bug #3523326.
Marko Njezic
1
-4
/
+27
2012-06-04
Validate length of deletion: negative values caused crashes.
nyamatongwe
1
-1
/
+1
2012-05-29
add CharClassifier::GetCharsOfClass
Mook
5
-0
/
+38
2012-05-26
Add DeleteRange method.
nyamatongwe
1
-0
/
+4
2012-05-26
Add GetRangePointer and GetGapPosition methods.
nyamatongwe
5
-0
/
+36
2012-05-26
Relying on Document for position in line of line end characters.
nyamatongwe
2
-12
/
+5
2012-05-26
Reduce code to avoid warning from cppcheck.
nyamatongwe
1
-4
/
+2
2012-05-26
Use standardised and more stringent UTF8Classify for determining validity and
nyamatongwe
1
-58
/
+61
2012-05-26
For case-insensitive UTF-8 searching, use UTF8Classify for finding valid
nyamatongwe
3
-28
/
+29
2012-05-26
Optimize case-sensitive searching by hoisting the first character of search
nyamatongwe
1
-6
/
+9
2012-05-26
Optimize UTF-8 character length calculations by using an array.
nyamatongwe
3
-17
/
+39
2012-05-26
Move classification of UTF-8 byte sequences into UniConversion module.
nyamatongwe
3
-86
/
+102
2012-05-17
Update version numbers in Qt project files.
nyamatongwe
1
-0
/
+6
2012-05-16
Automating changing version numbers in resource files and documentation.
nyamatongwe
1
-0
/
+41
2012-05-16
Treat 66 non-characters *FFFE, *FFFF, FDD0 .. FDEF as errors and display the ...
nyamatongwe
1
-0
/
+8
2012-05-10
Lexer added for Visual Prolog. Feature #3523018.
nyamatongwe
1
-0
/
+1
2012-05-09
OScript lexer by Ferdinand Prantl added. Feature #3523018.
nyamatongwe
1
-0
/
+1
2012-05-08
Feature #3520037. Trim current selection when setting a word or
nyamatongwe
2
-5
/
+11
2012-05-05
Replace std::auto_ptr with own code as has been deprecated by C++11.
nyamatongwe
1
-2
/
+15
2012-05-04
Bug #3522250. Group undo for newline with selection.
nyamatongwe
1
-2
/
+11
2012-05-04
Bug #3522251. SCI_NEWLINE with multiple selections now only replaces the
nyamatongwe
1
-0
/
+5
2012-04-24
Feature #3520037. Restore Ctrl+Triple Click adding a line to the selection.
nyamatongwe
1
-1
/
+1
[next]