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
2012-05-10
Added OScript and Visual Prolog lexers to OS X build.
nyamatongwe
1
-1
/
+9
2012-04-30
When attempting to show invalid text in find indicator, hide the indicator.
nyamatongwe
1
-1
/
+3
2012-04-26
Fix crash where find indicator range fragments a character.
nyamatongwe
1
-1
/
+2
2012-04-26
Fix bug identified by Xcode Analyze.
nyamatongwe
1
-1
/
+1
2012-04-16
Implemented find indicator with animation for OS X.
nyamatongwe
4
-1
/
+277
2012-04-09
Protect against NULLs when text is not valid in encoding.
nyamatongwe
1
-3
/
+5
2012-03-27
Ensure default style copied to all styles so that font attributes work.
nyamatongwe
1
-0
/
+2
2012-03-13
Change name of the 'layout' method of ScintillaView and InfoBar to 'positionS...
nyamatongwe
4
-11
/
+11
2012-03-01
Enable basic pinch zoom. From Matthew Brush.
nyamatongwe
1
-0
/
+16
2012-02-18
Add ECL lexer.
nyamatongwe
1
-0
/
+4
2012-02-17
Xcode analyze could not understand treating a 2D array as a 1D array
nyamatongwe
1
-4
/
+6
2012-02-17
New Xcode notes it has performed an upgrade check.
nyamatongwe
1
-1
/
+1
2012-01-23
Added LexAVS to build for Cocoa.
nyamatongwe
1
-0
/
+4
2011-12-22
Sort lexers in alphabetical order.
nyamatongwe
1
-2
/
+2
2011-12-22
Add TCMD lexer to OS X build.
nyamatongwe
1
-0
/
+4
2011-12-01
Change memory management so will work with deferred drawing such as printing.
nyamatongwe
1
-4
/
+10
2011-11-30
Added CoffeeScript lexer.
nyamatongwe
1
-0
/
+4
2011-11-27
Follow standard pattern as that will work better with ARC if ever used.
nyamatongwe
1
-4
/
+2
2011-11-14
Use fields to hold NSTimer pointers to avoid warnings from Analyze.
nyamatongwe
2
-11
/
+13
2011-11-09
Fix potential memory problems found by analyze.
nyamatongwe
2
-11
/
+11
2011-11-09
Remove unused variable.
nyamatongwe
1
-3
/
+0
2011-10-29
Fix warnings from Clang analyze about memory management.
nyamatongwe
2
-5
/
+5
2011-10-28
Fix warnings from Clang analyze by using single statement alloc and init.
nyamatongwe
2
-12
/
+7
2011-10-26
Updated to Xcode 4.2 and now using Clang.
nyamatongwe
2
-4
/
+4
2011-09-25
Fixed Cocoa for palette removal.
nyamatongwe
1
-1
/
+0
2011-09-25
Palette support removed.
nyamatongwe
2
-78
/
+30
2011-09-09
Merge with main repository.
nyamatongwe
6
-42
/
+48
2011-08-20
Fix memory leak with images in autocompletion list.
nyamatongwe
1
-1
/
+0
2011-08-20
Specify that AutoCompletionDataSource implements NSTableViewDataSource
nyamatongwe
1
-1
/
+4
2011-08-20
Replace call available only on 10.6 with sequence that works on 10.5.
nyamatongwe
1
-2
/
+8
2011-08-20
Include autocompletion list test.
nyamatongwe
1
-0
/
+43
2011-08-11
Implement new APIs defined for technology choice on Windows.
nyamatongwe
2
-10
/
+9
2011-08-07
Support a range of weights on Cocoa.
nyamatongwe
2
-2
/
+3
2011-08-07
Avoid warnings about unavailable warnings.
nyamatongwe
1
-2
/
+2
2011-08-02
Implemented floating point text positioning for Cocoa.
nyamatongwe
3
-30
/
+36
2011-07-27
Ran modernize.
nyamatongwe
1
-5
/
+5
2011-07-27
Ran modernize and it removed some archaic options and updated version numbers.
nyamatongwe
1
-5
/
+5
2011-07-27
Updated base SDK to 10.6.
nyamatongwe
1
-2
/
+2
2011-07-19
Switched back to LLVM GCC 4.2 from Clang as there was a crash with 32-bit Clang.
nyamatongwe
1
-2
/
+2
2011-07-19
Added more key bindings for symmetry and completeness.
nyamatongwe
1
-6
/
+8
2011-07-12
Fix Shift-JIS lead byte ranges to match Windows.
nyamatongwe
1
-1
/
+2
2011-07-12
Report control key as SCMOD_META with GTK+ on OS X.
nyamatongwe
1
-1
/
+0
2011-07-11
Include control ID in WM_COMMAND notifications.
nyamatongwe
1
-2
/
+4
2011-07-11
Fix memory leaks for font and color objects.
nyamatongwe
3
-2
/
+16
2011-07-11
Compiling with Clang and increasing warnings.
nyamatongwe
1
-0
/
+10
2011-07-11
Avoid unused parameter warnings when deliberate.
nyamatongwe
3
-15
/
+33
2011-07-11
Fix type warnings.
nyamatongwe
1
-1
/
+1
2011-07-11
Fix warning about extra ';'.
nyamatongwe
1
-1
/
+1
2011-07-11
Fix 64 bit -> 32 bit warnings in Cocoa code.
nyamatongwe
4
-42
/
+42
2011-07-10
Added header used in Scintilla and removed header not used for Cocoa.
nyamatongwe
1
-7
/
+7
[next]