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-10-05
Bug [#1534]. Drag and drop fails when destination view is empty.
nyamatongwe
1
-1
/
+2
2013-10-04
Bug [#1533]. [NSImage dissolveToPoint:fromRect:fraction:] is deprecated.
nyamatongwe
1
-1
/
+1
2013-09-30
Removed command: method from ScintillaNotificationProtocol as all events can ...
nyamatongwe
4
-35
/
+2
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-0
/
+2
2013-09-27
Draw rounding on alpha rectangles so INDIC_ROUNDBOX looks good.
nyamatongwe
1
-14
/
+84
2013-09-26
Fixed appearance of outlines of alpha rectangles.
nyamatongwe
1
-6
/
+18
2013-09-20
Removed make files as they have not been maintained and no longer work.
nyamatongwe
4
-209
/
+25
2013-09-20
Simplify project file. Set and use settings on the project level and avoid se...
nyamatongwe
1
-10
/
+2
2013-09-18
Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ...
nyamatongwe
4
-77
/
+108
2013-09-17
Remove WM_UNICHAR as unused. A remnant from the Carbon platform layer.
nyamatongwe
1
-17
/
+0
2013-09-16
Take account of scroll position when creating drag image.
nyamatongwe
1
-6
/
+6
2013-09-16
Removed back up code that produced a simple drag image.
nyamatongwe
1
-11
/
+0
2013-09-10
Pass control ID with WM_NOTIFY for compatibility with other platforms.
nyamatongwe
2
-2
/
+2
2013-09-10
Bug [#1522]. Don't send selection change notification when scrolling.
nyamatongwe
1
-1
/
+4
2013-09-09
Remove dealloc from @interface as it should not be directly called.
nyamatongwe
1
-2
/
+0
2013-09-09
Fix memory leak for margin view.
nyamatongwe
1
-0
/
+1
2013-09-09
Use const for constant strings as recommended in Effective Objective C 2.0
nyamatongwe
2
-2
/
+2
2013-09-09
Since overlay scroll bars, the info bar is always full width so remove variable
nyamatongwe
2
-7
/
+0
2013-09-08
Stop exposing Scintilla implementation to clients from ScintillaView header.
nyamatongwe
5
-26
/
+35
2013-09-08
Fix spelling mistakes in comments.
nyamatongwe
5
-21
/
+21
2013-08-21
Added LexKVIrc to project.
nyamatongwe
1
-0
/
+4
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-15
/
+20
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-1
/
+1
2013-07-23
Made header inclusion more consistent.
nyamatongwe
2
-5
/
+5
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-21
Add standard compliance flag.
nyamatongwe
1
-0
/
+2
2013-07-21
Add standard compliance flag.
nyamatongwe
1
-0
/
+2
2013-07-21
Fix Clang C++11 compatibility.
Neil
2
-3
/
+3
2013-07-11
Add new files to project and sort file names.
nyamatongwe
1
-21
/
+41
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
2
-32
/
+14
2013-07-01
Added CharacterCategory to project file.
nyamatongwe
1
-0
/
+8
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
[prev]
[next]