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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-02
Fix calltip position for Cocoa using ScrollView.
scitex-3-3-0
nyamatongwe
1
-0
/
+5
2013-04-02
Fix autocompletion position for Cocoa using ScrollView.
nyamatongwe
1
-0
/
+5
2013-04-02
Fix automatic scrolling on Cocoa.
nyamatongwe
2
-2
/
+4
2013-04-01
Extract effect of choosing an autocompletion entry so it can be reused for both
nyamatongwe
2
-18
/
+12
2013-04-01
Variables not reused so should not be static.
nyamatongwe
1
-4
/
+2
2013-04-01
Variable not needed.
nyamatongwe
1
-3
/
+1
2013-04-01
Reduce scope of variable.
nyamatongwe
1
-2
/
+1
2013-04-01
Feature [#981]. Added autocompletion order property to allow list to be ordered
nyamatongwe
6
-11
/
+160
2013-03-30
Added tag rel-3-3-0 for changeset 04c9afc26342
nyamatongwe
0
-0
/
+0
2013-03-27
Item order and spelling.
rel-3-3-0
nyamatongwe
1
-21
/
+21
2013-03-27
Updates for version 3.3.0.
nyamatongwe
7
-18
/
+62
2013-03-27
Spelling in comments.
nyamatongwe
1
-2
/
+2
2013-03-26
Detect resizes on the ScintillaView so that text is rewrapped.
nyamatongwe
1
-1
/
+4
2013-03-24
Fixed painting of margin view when lines wrapped inside paint of text view.
nyamatongwe
1
-0
/
+5
2013-03-24
Extra cast to avoid warning from g++ 4.8.
nyamatongwe
1
-1
/
+1
2013-03-20
Add ScrollRange feature.
nyamatongwe
5
-11
/
+73
2013-03-18
Bug: [#1454]. Reject raw strings when character after " is in " )\\\t\v\f\n".
nyamatongwe
1
-1
/
+3
2013-03-18
Bug: [#1455]. Fix unfolding when new line inserted.
nyamatongwe
1
-0
/
+5
2013-03-16
Fix margin drawing with Cocoa when always-visible scrollbars turned on.
nyamatongwe
1
-1
/
+3
2013-03-16
Bug: [#1453]. Make subsequent tab markers visible on GTK+.
nyamatongwe
1
-6
/
+3
2013-03-16
Updated issue tracker links.
nyamatongwe
1
-2
/
+2
2013-03-15
Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...
nyamatongwe
8
-410
/
+477
2013-03-15
Added type safety by using InnerView where applicable instead of generic NSView.
nyamatongwe
2
-6
/
+7
2013-03-15
Ensure all fields initialised.
nyamatongwe
1
-5
/
+9
2013-03-15
Remove dead code.
nyamatongwe
2
-11
/
+0
2013-03-15
Removed owner property as it is not used.
nyamatongwe
2
-5
/
+0
2013-03-15
Simplify calculation of visible line for point.
nyamatongwe
1
-4
/
+2
2013-03-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
5
-3
/
+68
2013-03-13
Call UpdateUI before blit scrolling so caret change will have been processed
nyamatongwe
1
-0
/
+1
2013-03-13
Add different types of task to StyleNeeded mechanism, renaming to WorkNeeded.
nyamatongwe
3
-23
/
+31
2013-03-13
Handle test and reset of needUpdateUI in NotifyUpdateUI so less chance of des...
nyamatongwe
2
-14
/
+13
2013-03-11
Bug [#1412]. Recognise a JavaScript RegExp literal in more situations.
nyamatongwe
1
-5
/
+3
2013-03-10
Make property readonly to avoid potential ownership/lifetime issues.
nyamatongwe
1
-1
/
+1
2013-03-10
Extract Window::Cursor enum -> NSCursor* mapping so can be reused.
nyamatongwe
1
-26
/
+27
2013-03-10
Fix spelling in comments. Add missing comment.
nyamatongwe
2
-4
/
+7
2013-03-10
Remove remnants of Carbon.
nyamatongwe
2
-7
/
+2
2013-03-07
Bug: [#482]. Refix to make /// comment not affect folding of following /* com...
nyamatongwe
1
-3
/
+7
2013-02-25
Editor: SCI_LINESCROLL: treat columns as signed
Mook
2
-2
/
+10
2013-02-28
Return last display line for document lines beyond document end.
nyamatongwe
1
-1
/
+1
2013-02-28
Removed unnecessary code.
nyamatongwe
1
-6
/
+2
2013-02-26
Spelling.
nyamatongwe
1
-1
/
+1
2013-02-26
Added tag rel-3-2-5 for changeset 74f6ed8c5737
nyamatongwe
0
-0
/
+0
2013-02-26
Mention provisional features.
rel-3-2-5
nyamatongwe
1
-1
/
+3
2013-02-26
Added Unicode support in StyleContext and LexAccessor::LineEnd to change list.
nyamatongwe
1
-0
/
+6
2013-02-25
Updated change list with last fix.
nyamatongwe
1
-0
/
+3
2013-02-24
Less intense version of previous change: just mark the view for drawing inste...
nyamatongwe
1
-1
/
+1
2013-02-24
Fix problem where abandoned paints may not cause redraw.
nyamatongwe
1
-1
/
+3
2013-02-23
Bug: [#1447]. Interpret PHP within HTML comments.
nyamatongwe
1
-2
/
+1
2013-02-22
Fixed wording.
nyamatongwe
1
-2
/
+2
2013-02-22
Listed changes for 3.2.5.
nyamatongwe
2
-2
/
+39
[next]