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
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-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
2011-07-10
Return byte length of insertion for encoding from InsertText so can be
nyamatongwe
2
-3
/
+3
2011-07-10
If requested font can't be created use same font without bold or italic.
nyamatongwe
1
-1
/
+16
2011-07-10
Remove unnecessary code.
nyamatongwe
1
-2
/
+0
2011-07-10
Allow drag to trash to delete.
nyamatongwe
1
-1
/
+13
2011-07-10
Made drag image work similar to the Carbon port.
nyamatongwe
1
-7
/
+84
2011-07-10
Removed or replaced out of date TODO comments.
nyamatongwe
1
-10
/
+9
2011-07-10
Make copies of bitmap images so they can outlive their surface.
nyamatongwe
1
-2
/
+10
2011-07-10
Don't allow buffered drawing to be turned on as it doesn't work.
nyamatongwe
1
-0
/
+3
2011-07-10
Encoding support for copy and text insertion.
nyamatongwe
1
-7
/
+23
2011-07-10
Paste text into different encodings.
nyamatongwe
1
-2
/
+19
2011-07-10
Display and measure text in different encodings.
nyamatongwe
2
-25
/
+69
2011-07-10
Store character set in QuartzTextStyle.
nyamatongwe
2
-2
/
+11
2011-07-10
Implement ScrollText.
nyamatongwe
2
-0
/
+46
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
3
-0
/
+90
2011-06-15
Implemented Control as separate modifier called META on OS X.
nyamatongwe
1
-10
/
+22
2011-06-15
Made ScintillaCocoa::ContentView public so it can be used by
nyamatongwe
2
-2
/
+4
2011-06-15
Change mouse drag modifier keys for compatibility with Apple Human
nyamatongwe
1
-2
/
+2
2011-06-15
Use control identifier in notification messages for compatibility
nyamatongwe
1
-1
/
+1
2011-06-14
Ensure SurfaceImpl fully initialised. Fixes bad line height in 64-bit mode.
nyamatongwe
1
-1
/
+11
2011-06-05
Implement SCI_GRABFOCUS.
nyamatongwe
1
-3
/
+3
2011-06-05
Hide horizontal scrollbar in wrap mode.
nyamatongwe
1
-1
/
+2
2011-06-05
Respond to window deactivation by hiding caret.
nyamatongwe
3
-17
/
+36
2011-06-05
Comment typo.
nyamatongwe
1
-1
/
+1
2011-06-05
Cache surface resolution as it is slow and is called
nyamatongwe
2
-3
/
+9
2011-06-05
Cocoa implementation of calltips.
nyamatongwe
4
-248
/
+93
2011-06-04
Store codePage on Surface.
nyamatongwe
1
-0
/
+1
2011-06-04
Added EncodingFromCharacterSet for ScintillaCocoa case folding.
nyamatongwe
2
-3
/
+62
2011-06-04
Added encoding-sensitive case folding.
nyamatongwe
2
-7
/
+147
2011-06-04
Removed files for list box that are no longer used.
nyamatongwe
2
-174
/
+0
2011-06-04
Formatting.
nyamatongwe
1
-2
/
+1
2011-06-04
Fixed compilation failure retrieving NSFont* from Font.
nyamatongwe
1
-1
/
+2
[next]