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
2011-06-02
Avoid warnings due to incomplete initialization.
nyamatongwe
1
-2
/
+2
2011-05-25
Code for wxWidgets did not compile so removing.
nyamatongwe
1
-3
/
+0
2011-05-21
Type safety.
nyamatongwe
1
-2
/
+2
2011-05-21
Code formatting normalised to standard.
nyamatongwe
3
-6
/
+6
2011-05-21
Move Selected Lines Up / Down. Feature #3304850.
nyamatongwe
2
-0
/
+66
2011-05-13
Break measurement of text into reasonable sized segments similar
nyamatongwe
5
-50
/
+87
2011-05-04
INDIC_STRAIGHTBOX added to indicators. Bug #3290435.
nyamatongwe
1
-2
/
+2
2011-04-29
Use indicators to show matching braces. Feature #3290434.
nyamatongwe
6
-23
/
+81
2011-04-29
Draw SC_IV_LOOKBOTH indent guides on first line if it is empty. Bug #3291317.
nyamatongwe
1
-1
/
+2
2011-04-27
Fixes for backwards regex search. Bug #3292659.
nyamatongwe
1
-1
/
+8
2011-04-27
Optimize fold marker highlight. Feature #3282649.
nyamatongwe
3
-10
/
+15
2011-04-27
Fix for fold markers not connecting. Bug #3292474.
nyamatongwe
1
-1
/
+1
2011-04-27
Fold marker fixes for wrapped lines. Bug #3291579.
nyamatongwe
2
-5
/
+20
2011-04-22
INDIC_ROUNDBOX can set alpha of outline. Feature #3290434.
nyamatongwe
3
-2
/
+13
2011-04-16
Better highlight drawing where fold header has no subordinates. Bug #3279730.
nyamatongwe
2
-10
/
+13
2011-04-07
Add highlighting of current folding block. Feature #3147069.
nyamatongwe
6
-42
/
+290
2011-04-07
Update copyright year.
nyamatongwe
6
-6
/
+6
2011-04-07
Bug #3265401 changes to fold markers.
nyamatongwe
1
-23
/
+28
2011-04-05
Avoid last cppcheck warning in Editor.cxx.
nyamatongwe
1
-0
/
+2
2011-04-04
Updates to documentation of notifications.
nyamatongwe
1
-0
/
+1
2011-04-02
Fixed bug where the height of the default style was used rather than the maxi...
nyamatongwe
1
-4
/
+4
2011-03-30
Encapsulate the aliasing of Font IDs.
nyamatongwe
2
-1
/
+6
2011-03-30
Avoid clash with field 'ascent' between FontMeasurements and PLAT_WX
nyamatongwe
2
-10
/
+11
2011-03-30
Changed loop indices to be unique and so work with VC 6.
nyamatongwe
1
-8
/
+8
2011-03-30
Optimize font use by only allocating platform font resources for unique fonts
nyamatongwe
4
-112
/
+217
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
[prev]
[next]