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
2011-03-17
Avoid drawing alpha rectangles that extend well before the left of the
nyamatongwe
1
-1
/
+1
2011-02-28
Avoid shadowed variables as reported by Xcode.
nyamatongwe
2
-7
/
+6
2011-02-20
Avoid adding extra spaces to descriptions.
nyamatongwe
1
-2
/
+0
2011-02-20
Avoid some cppcheck warnings.
nyamatongwe
1
-1
/
+1
2011-02-10
Fix for backwards case-insensitive search in code page 936. Bug #3176271.
nyamatongwe
1
-1
/
+5
2011-02-07
Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374.
nyamatongwe
1
-0
/
+1
2011-01-31
Comments.
nyamatongwe
1
-0
/
+5
2011-01-22
Make executable on Linux by adding a shbang line and setting 'x' permission.
nyamatongwe
1
-0
/
+1
2011-01-17
Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.
jrxx
4
-3
/
+26
2011-01-19
Fix typo.
nyamatongwe
1
-1
/
+1
2011-01-12
Ensure empty selection after delete word right.
nyamatongwe
1
-0
/
+1
2011-01-12
Remove virtual space if invalid after modification. Bug #3154986.
nyamatongwe
1
-0
/
+4
2011-01-10
Fixing double-click inside word selecting non-word characters. Bug #3111174.
nyamatongwe
3
-14
/
+62
2011-01-02
Ensure a SCN_UPDATEUI notification occurs when overstrike mode changed.
nyamatongwe
1
-0
/
+1
2011-01-02
Send SCN_UPDATEUI notification when view scrolled. Satisfies feature request ...
nyamatongwe
2
-7
/
+22
2011-01-02
Avoid cppcheck warnings.
nyamatongwe
5
-5
/
+10
2010-12-31
Minimize redraw when clicking mouse to make new empty selection.
nyamatongwe
1
-1
/
+2
2010-12-30
Fix entering line selection mode after two clicks. Bug #3143635.
nyamatongwe
1
-0
/
+2
2010-12-30
Avoid redraws when setting an indicator over positions where it is already set.
nyamatongwe
1
-1
/
+3
2010-12-29
Removed unnecessary redraw in SCI_GOTOPOS for performance.
nyamatongwe
1
-1
/
+0
2010-12-11
Make multiple selection multi-paste work when multi-type is off. Bug #3126221.
nyamatongwe
2
-3
/
+3
2010-11-21
Speed up creating large rectangular selections.
nyamatongwe
3
-1
/
+7
2010-11-20
Bug #3111957. Use __unix__ rather than unix for compatibility with OpenBSD.
nyamatongwe
1
-1
/
+1
2010-11-10
Remove support for Borland C++.
nyamatongwe
3
-18
/
+2
2010-11-08
Fix for bug #3103936. Backwards search with code page 936 does not match at l...
nyamatongwe
1
-1
/
+1
2010-11-06
Lexer for Motorola 68000 assembler.
nyamatongwe
1
-0
/
+1
2010-11-05
Undo previous change to folding markers as can be fixed Cairo drawing
nyamatongwe
1
-13
/
+13
2010-11-05
Change fold markers to connect better with Cairo drawing that
nyamatongwe
1
-13
/
+13
2010-11-03
Avoid warning for unused assignment.
nyamatongwe
1
-1
/
+1
2010-11-02
Change creation of stippled pixmaps to use FillRectangle calls rather than Li...
nyamatongwe
1
-9
/
+8
2010-10-31
Documentation.
nyamatongwe
1
-0
/
+2
2010-10-27
Better version of last patch should get eolfilled right.
nyamatongwe
1
-1
/
+1
2010-10-26
Whitespace.
nyamatongwe
1
-1
/
+1
2010-10-26
Fix problem with background style appearing after last character on line.
nyamatongwe
1
-0
/
+1
2010-10-22
Addition of '?' regular expression operator to indicate 0 or 1 occurrences
nyamatongwe
1
-31
/
+62
2010-10-20
Fixed code that did not split style bytes into styles and indicators.
nyamatongwe
1
-4
/
+4
2010-10-20
Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window.
nyamatongwe
2
-2
/
+18
2010-10-11
Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event.
nyamatongwe
2
-0
/
+24
2010-10-08
Fix for bug #3081721. Scroll to make caret visible off-by-one error.
nyamatongwe
1
-1
/
+1
2010-10-06
Fix for bug #3079114: Set x chosen after autocompletion.
nyamatongwe
1
-0
/
+1
2010-09-29
Fix for bug #3077452 PgUp/PgDn not virtual space aware.
nyamatongwe
1
-8
/
+11
2010-09-25
Optimization of line layout by minimizing calls in Editor::LayoutLine and avo...
nyamatongwe
6
-17
/
+45
2010-09-25
Bug #3075074 fixed. AddMark and AddMarkSet need to check line arg
nyamatongwe
1
-1
/
+4
2010-09-24
Added GetRange method to SplitVector as fast way to retrieve elements.
nyamatongwe
2
-4
/
+18
2010-09-24
Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers efficie...
nyamatongwe
4
-0
/
+34
2010-09-23
Fix for bug #3073481, in MouseLeave set ptMouseLast to (-1,-1) so will not send
nyamatongwe
1
-1
/
+6
2010-09-16
Making methods const when they should be.
nyamatongwe
2
-4
/
+4
2010-09-16
Make internal methods private.
nyamatongwe
1
-4
/
+4
2010-09-15
Fix for bug #3065912 Fail to Search up when code.page = 936
nyamatongwe
1
-1
/
+1
2010-09-06
More accurate range for LineState modification notification so doesn't hit th...
nyamatongwe
1
-1
/
+1
[next]