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-08-10
Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite
nyamatongwe
9
-36
/
+80
2011-08-10
Fix for wrong cursor near selection ends when scrolled horizontally. Bug #338...
nyamatongwe
1
-3
/
+3
2011-08-08
Fix tab positioning to make indent guides and tab characters align.
nyamatongwe
1
-1
/
+1
2011-08-07
Add a new XYACCUMULATOR which is more precise than XYPOSITION for
nyamatongwe
1
-1
/
+1
2011-08-07
Match new argument types to Font::Create.
nyamatongwe
1
-1
/
+1
2011-08-07
Move scaling of font to pixels up into platform-independent code.
nyamatongwe
1
-2
/
+2
2011-08-07
Implement APIs for fractional font sizes and a range of weights.
nyamatongwe
4
-22
/
+36
2011-08-07
Do not extend decorations when appending to end of document. Bug #3378718.
nyamatongwe
1
-0
/
+4
2011-08-02
Allow floating point text positioning.
nyamatongwe
3
-16
/
+18
2011-07-25
Properly override background color when using alpha blended selections.
Marko Njezic
1
-3
/
+5
2011-07-21
Added dotted box indicator.
nyamatongwe
3
-7
/
+45
2011-07-19
Integrate OS X key mapping into main key map.
nyamatongwe
1
-9
/
+38
2011-07-19
Added ScrollToStart and ScrollToEnd key commands for OS X.
nyamatongwe
1
-0
/
+10
2011-07-12
Fix case-insensitive search where folded form shorter. Bug #3362038.
nyamatongwe
1
-4
/
+8
2011-07-12
Fix Shift-JIS lead byte ranges to match Windows.
nyamatongwe
1
-1
/
+2
2011-07-12
Stop exception for deleted property.
nyamatongwe
1
-1
/
+0
2011-07-12
Report control key as SCMOD_META with GTK+ on OS X.
nyamatongwe
1
-0
/
+1
2011-07-11
Fix type warnings.
nyamatongwe
1
-1
/
+2
2011-07-11
Avoid shadowing of fields even for static methods to stop warnings.
nyamatongwe
4
-10
/
+10
2011-07-02
Folding related fixes. Initiated by bug #3323805.
Marko Njezic
5
-208
/
+201
2011-07-02
Fix warning from previous change.
nyamatongwe
1
-0
/
+2
2011-07-02
Fix for assertion failure with annotation. Bug #3347268.
nyamatongwe
1
-1
/
+1
2011-06-27
Fixed some "unsigned comparison with 0" warnings.
nyamatongwe
1
-3
/
+3
2011-06-25
Add casts to avoid warnings from SDK 64-bit compiler.
nyamatongwe
5
-32
/
+44
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
9
-7
/
+224
2011-06-20
Properly highlight fold markers on sub lines. Bug #3323015.
Marko Njezic
2
-8
/
+11
2011-06-22
Bug #3315756. Look at character under pointer to determine whether
nyamatongwe
1
-1
/
+1
2011-06-18
Added INDIC_SQUIGGLELOW. Bug #3314591.
nyamatongwe
1
-0
/
+11
2011-06-15
Added SCMOD_META key modifier for the Control key on OS X.
nyamatongwe
2
-3
/
+8
2011-06-14
Fix edge line display on wrapped lines. Bug #3314807.
Marko Njezic
1
-0
/
+2
2011-06-14
Add SCI_SETEMPTYSELECTION. Feature #3314877.
nyamatongwe
1
-0
/
+4
2011-06-13
Added Identifier property.
nyamatongwe
2
-0
/
+12
2011-06-13
Moved marginOptions from ViewStyle to Editor as it is a behavioural option.
nyamatongwe
4
-7
/
+6
2011-06-10
Add an option to control how wrapped lines are selected when clicking on margin.
Marko Njezic
3
-2
/
+12
2011-06-09
Group inserted spaces in virtual space together with deletion. Bug #3159691.
Marko Njezic
1
-1
/
+7
2011-06-08
Fix regex search on the last line of search range
Marko Njezic
1
-2
/
+3
2011-06-07
Make auto scrolling word wrap aware. Bug #3312763.
Marko Njezic
1
-6
/
+2
2011-06-09
Improved version of change set 3704. Bug #3312763.
nyamatongwe
2
-25
/
+56
2011-06-08
Initialize visblePolicy and visibleSlop to fix bug #3303406.
nyamatongwe
1
-0
/
+3
2011-06-07
Call HiddenLines() only when needed.
Marko Njezic
1
-1
/
+1
2011-06-06
Fix line selection of wrapped lines. Bug #3312763.
Marko Njezic
2
-25
/
+25
2011-06-07
Add Find method on RunStyles.
nyamatongwe
2
-0
/
+16
2011-06-07
Fix bug with extra partition created when range filled.
nyamatongwe
1
-0
/
+2
2011-06-07
Add accessor to RunStyles for number of runs so Decoration can use public API.
nyamatongwe
3
-4
/
+9
2011-06-07
Make SCN_NEEDSHOWN notification work when word wrap is enabled.
nyamatongwe
5
-1
/
+23
2011-06-06
Fix problem compiling on wxWidgets. Bug #3306156.
nyamatongwe
1
-0
/
+3
2011-06-05
Stop fonts leaking. Bug #3306156.
nyamatongwe
1
-0
/
+1
2011-06-03
Fix problem with typing over multiple consecutive selections. Bug #3309906.
Marko Njezic
1
-14
/
+27
2011-06-02
Added new indicators: dashed and dotted underlines.
nyamatongwe
1
-0
/
+14
2011-06-02
Fix warnings from an ignored modifier and character indices.
nyamatongwe
1
-3
/
+3
[prev]
[next]