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
/
cocoa
/
ScintillaCocoa.mm
Age
Commit message (
Expand
)
Author
Files
Lines
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-04
Replacing raw pointers and allocations with std::string and std::vector.
nyamatongwe
1
-9
/
+7
2013-05-02
Feature: [feature-requests:#988]. Cocoa support for font quality.
nyamatongwe
1
-0
/
+8
2013-04-18
Bug [#1466]. Fix crash on deallocation.
nyamatongwe
1
-1
/
+1
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
1
-0
/
+15
2013-04-09
Fix problems with input composition that could stop undo working.
nyamatongwe
1
-0
/
+15
2013-04-02
Fix automatic scrolling on Cocoa.
nyamatongwe
1
-2
/
+2
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
1
-165
/
+133
2013-03-15
Added type safety by using InnerView where applicable instead of generic NSView.
nyamatongwe
1
-3
/
+3
2013-03-15
Ensure all fields initialised.
nyamatongwe
1
-5
/
+9
2013-03-15
Remove dead code.
nyamatongwe
1
-10
/
+0
2013-03-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
1
-0
/
+59
2013-03-10
Fix spelling in comments. Add missing comment.
nyamatongwe
1
-1
/
+4
2013-03-10
Remove remnants of Carbon.
nyamatongwe
1
-2
/
+0
2013-02-28
Removed unnecessary code.
nyamatongwe
1
-6
/
+2
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
1
-2
/
+2
2013-01-11
Bug: [#1436] Remove as observer in TimerTarget dealloc.
nyamatongwe
1
-0
/
+2
2013-01-10
Switched Alt+Delete to delete word left to be more compatible with
nyamatongwe
1
-1
/
+1
2013-01-04
Fix retain count of timerTarget so it can be deallocated.
nyamatongwe
1
-1
/
+1
2013-01-04
Fix object ownership and thus memory management. Change owner and backend
nyamatongwe
1
-3
/
+1
2012-12-30
Fixed invalid octal number 0f.
nyamatongwe
1
-1
/
+1
2012-10-26
cocoa: avoid dividing by zero when setting vertical scroll position
Mook
1
-1
/
+2
2012-10-13
Limit horizontal scroll value so that it does not go negative when swiping
nyamatongwe
1
-0
/
+2
2012-10-06
Fix problem with find indicator showing upside down at wrong y-position when
nyamatongwe
1
-7
/
+13
2012-08-24
Ensure abandoned paints cover full area by using NSView display instead of tr...
nyamatongwe
1
-11
/
+6
2012-07-25
Limit horizontal touch scrolling to existing established width.
nyamatongwe
1
-1
/
+4
2012-06-07
Protect against APIs only available on 10.6+ when building for 10.5.
nyamatongwe
1
-0
/
+14
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-16
Implemented find indicator with animation for OS X.
nyamatongwe
1
-1
/
+258
2012-04-09
Protect against NULLs when text is not valid in encoding.
nyamatongwe
1
-3
/
+5
2011-11-14
Use fields to hold NSTimer pointers to avoid warnings from Analyze.
nyamatongwe
1
-11
/
+10
2011-11-09
Fix potential memory problems found by analyze.
nyamatongwe
1
-5
/
+5
2011-10-29
Fix warnings from Clang analyze about memory management.
nyamatongwe
1
-2
/
+2
2011-10-28
Fix warnings from Clang analyze by using single statement alloc and init.
nyamatongwe
1
-3
/
+2
2011-08-11
Implement new APIs defined for technology choice on Windows.
nyamatongwe
1
-2
/
+2
2011-07-19
Added more key bindings for symmetry and completeness.
nyamatongwe
1
-6
/
+8
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
Avoid unused parameter warnings when deliberate.
nyamatongwe
1
-3
/
+9
2011-07-11
Fix type warnings.
nyamatongwe
1
-1
/
+1
2011-07-11
Fix 64 bit -> 32 bit warnings in Cocoa code.
nyamatongwe
1
-13
/
+12
2011-07-10
Return byte length of insertion for encoding from InsertText so can be
nyamatongwe
1
-1
/
+1
2011-07-10
Made drag image work similar to the Carbon port.
nyamatongwe
1
-7
/
+84
2011-07-10
Don't allow buffered drawing to be turned on as it doesn't work.
nyamatongwe
1
-0
/
+3
[next]