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-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
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
2
-7
/
+8
2013-01-04
Fix positioning of autompletion lists on retina displays.
nyamatongwe
1
-2
/
+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-10-06
Updated upgrade check numbers avoids dialogs.
nyamatongwe
2
-2
/
+2
2012-09-14
Added LexPO to Cocoa build.
nyamatongwe
1
-0
/
+4
2012-09-08
Fix extra release of info bar.
nyamatongwe
1
-1
/
+0
2012-09-06
Stop setting the save point from calls that should only be reading.
nyamatongwe
1
-2
/
+0
2012-08-24
Ensure abandoned paints cover full area by using NSView display instead of tr...
nyamatongwe
3
-14
/
+11
2012-08-14
Drop notifications so not sent after ScintillaView freed.
nyamatongwe
1
-0
/
+1
2012-08-14
Break reference cycle between ScintillaView and its InnerView.
nyamatongwe
1
-1
/
+1
2012-07-29
Decrease sensitivity of pinch-zoom. From Chinh Nguyen.
nyamatongwe
2
-7
/
+14
2012-07-29
Updated Base SDK to 10.7 so builds with standard Xcode 4.4.
nyamatongwe
2
-6
/
+8
2012-07-25
Limit horizontal touch scrolling to existing established width.
nyamatongwe
1
-1
/
+4
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
1
-1
/
+1
2012-07-20
Fix text size on retina display by not scaling by device resolution.
nyamatongwe
1
-10
/
+6
2012-07-15
Use unnamed namespace so that ListBox implementation is not visible outside t...
nyamatongwe
1
-76
/
+91
2012-07-15
Fix position and remove dead code.
nyamatongwe
1
-7
/
+2
2012-07-15
Memory for image was used after being freed. Fixed.
nyamatongwe
1
-4
/
+7
2012-06-12
Reindented as was inconsistent.
nyamatongwe
1
-35
/
+34
2012-06-12
Fix truncation of descenders and underscores in list box.
nyamatongwe
1
-1
/
+1
2012-06-12
Fix double free of font objects with list box by copying font.
nyamatongwe
2
-1
/
+14
2012-06-07
Initial version of build checker script.
nyamatongwe
1
-0
/
+75
2012-06-07
Protect against APIs only available on 10.6+ when building for 10.5.
nyamatongwe
2
-0
/
+16
2012-06-07
Use clang instead of gcc for ScintillaTest as that allows building for
nyamatongwe
1
-0
/
+2
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
[next]