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
/
cocoa
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-15
Simplify direct access using Scintilla messages and avoid call layers.
nyamatongwe
2
-0
/
+18
2013-06-15
Fix insertText: of ScintillaView to directly call ScintillaCocoa since insert...
nyamatongwe
1
-1
/
+1
2013-06-05
Turn font smoothing on for font quality level SC_EFF_QUALITY_LCD_OPTIMIZED.
nyamatongwe
1
-0
/
+2
2013-06-05
Avoid crash when byte value does not represent a character in current encoding.
nyamatongwe
1
-0
/
+2
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-10
/
+10
2013-05-24
Add Structured Text lexer.
nyamatongwe
1
-0
/
+4
2013-05-19
The convertRectToScreen: message was introduced in 10.7 so use convertBaseToS...
nyamatongwe
1
-2
/
+9
2013-05-04
Replacing raw pointers and allocations with std::string and std::vector.
nyamatongwe
3
-71
/
+49
2013-05-02
Feature: [feature-requests:#988]. Cocoa support for font quality.
nyamatongwe
3
-0
/
+137
2013-05-01
Removed SVector.h from Xcode project.
nyamatongwe
1
-4
/
+0
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
1
-1
/
+0
2013-04-24
Feature: [feature-requests:#987]. Cocoa user interface validation.
nyamatongwe
2
-1
/
+23
2013-04-18
Bug [#1466]. Fix crash on deallocation.
nyamatongwe
1
-1
/
+1
2013-04-17
Remove method no longer needed due to change from NSTextInput to NSTextInputC...
nyamatongwe
1
-8
/
+0
2013-04-17
Commit the current text when switching documents instead of discarding it as
nyamatongwe
1
-1
/
+1
2013-04-17
When switching documents, reset input composition as otherwise get mixture of...
nyamatongwe
2
-0
/
+16
2013-04-17
Switch from implementing NSTextInput to its replacement NSTextInputClient
nyamatongwe
2
-8
/
+32
2013-04-17
Implement firstRectForCharacterRange so that composition popups appear near i...
nyamatongwe
1
-3
/
+28
2013-04-17
Restore undo collection after sequence of composition actions by only remembe...
nyamatongwe
1
-4
/
+6
2013-04-17
When setting composition text, correctly select the indicated text by convert...
nyamatongwe
1
-4
/
+8
2013-04-09
Fix problems with input composition that could stop undo working.
nyamatongwe
3
-1
/
+22
2013-04-02
Fix automatic scrolling on Cocoa.
nyamatongwe
1
-2
/
+2
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-15
Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...
nyamatongwe
4
-356
/
+336
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-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
2
-0
/
+65
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-02-28
Removed unnecessary code.
nyamatongwe
1
-6
/
+2
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-07
Fix crash that can occur after running "Convert to Modern Objective-C Syntax"
nyamatongwe
1
-4
/
+4
2013-01-30
Type casts so will build in std=c++11 mode.
nyamatongwe
3
-7
/
+7
2013-01-30
Updated for Xcode 4.6.
nyamatongwe
1
-1
/
+1
2013-01-11
Feature: [#970]. Latex folding and better syntax highlighting.
nyamatongwe
1
-0
/
+4
2013-01-11
Bug: [#1436] Remove as observer in TimerTarget dealloc.
nyamatongwe
1
-0
/
+2
2013-01-10
Removed dead stores.
nyamatongwe
1
-2
/
+2
2013-01-10
Add a replace method and a parameter for backwards search.
nyamatongwe
2
-24
/
+180
2013-01-10
Turn off undo collection for IME composition.
nyamatongwe
2
-17
/
+37
2013-01-10
Switched Alt+Delete to delete word left to be more compatible with
nyamatongwe
1
-1
/
+1
2013-01-08
Fix memory leak.
nyamatongwe
1
-1
/
+1
2013-01-04
When setting a font name, set first 128 styles insted of 32 as will
nyamatongwe
1
-1
/
+1
2013-01-04
Implement a delegate for Scintilla notifications.
nyamatongwe
2
-1
/
+20
[next]