Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-15 | Implement separate timers for each type of periodic activity and turn them ↵ | Neil Hodgson | 1 | -1/+6 | |
on and off as required. This saves power as there are fewer wake ups. A tolerance value is provided so that platforms that support coalescing timers, Windows 8+ and OS X 10.9+, can use them. The previous global 100 millisecond timer may still be used by non-core platforms. | |||||
2014-07-08 | Split out EditModel, MarginView, and EditView classes into separate files. | Neil | 1 | -0/+3 | |
2014-07-08 | Specifying some methods as const as they are used from display and measurement | Neil | 1 | -3/+3 | |
code that will be changed to have read-only access. | |||||
2014-06-17 | Remove unused TopContainer method. Use less specific types when possible. | Neil Hodgson | 1 | -1/+0 | |
2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -4/+4 | |
defined in scripts/HeaderOrder.txt. | |||||
2014-05-02 | Use exact SciFnDirect function signature for DirectFunction as earlier version | Neil | 1 | -1/+1 | |
depended on undefined behaviour. | |||||
2014-03-27 | Improve scrolling by performing styling in methods called before drawing ↵ | Neil Hodgson | 1 | -0/+3 | |
instead of inside drawing which then caused the drawing to be abandoned, and black blocks to appear on-screen. Discard responsive scrolling overdraw when that overdrawn content is invalid. Style just the visible area instead of the whole document when styling changes run beyond painting area. | |||||
2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -7/+7 | |
Parameter names added to method declarations. | |||||
2013-12-03 | Fix problems with appearance of newly scrolled content on OS X 10.9 where ↵ | Neil Hodgson | 1 | -0/+2 | |
previously prepared content was shown. | |||||
2013-10-14 | To follow naming conventions InnerView was renamed to SCIContentView and | nyamatongwe | 1 | -4/+4 | |
MarginView was renamed to SCIMarginView. | |||||
2013-09-30 | Removed command: method from ScintillaNotificationProtocol as all events can ↵ | nyamatongwe | 1 | -1/+0 | |
now be received through the notification: method. | |||||
2013-09-18 | Reimplement notifications from ScintillaCocoa to ScintillaView as a delegate ↵ | nyamatongwe | 1 | -0/+4 | |
relationship using ScintillaNotificationProtocol. Add optional command:idFrom: method to ScintillaNotificationProtocol for command notifications. In a future version registerNotifyCallback: and ScintillaCocoa::RegisterNotifyCallback will be deprecated. | |||||
2013-09-08 | Stop exposing Scintilla implementation to clients from ScintillaView header. | nyamatongwe | 1 | -20/+0 | |
Platform.h and ScintillaCocoa.h are no longer imported in ScintillaView.h | |||||
2013-09-08 | Fix spelling mistakes in comments. | nyamatongwe | 1 | -1/+1 | |
2013-07-23 | Only use map for character representations instead of unordered_map where ↵ | nyamatongwe | 1 | -3/+0 | |
possible. unordered_map caused too many porting problems. | |||||
2013-07-22 | Added the character representation feature. | Neil | 1 | -0/+3 | |
2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -0/+2 | |
case conversion of Unicode text in accordance with Unicode. | |||||
2013-05-01 | Removed SVector.h and all references as it is no longer used. | nyamatongwe | 1 | -1/+0 | |
2013-04-17 | When switching documents, reset input composition as otherwise get mixture ↵ | nyamatongwe | 1 | -0/+1 | |
of state from both documents. | |||||
2013-04-09 | Fix problems with input composition that could stop undo working. | nyamatongwe | 1 | -1/+2 | |
2013-03-15 | Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars ↵ | nyamatongwe | 1 | -3/+10 | |
unless wanted. Also affects platform-independent code. | |||||
2013-03-15 | Added type safety by using InnerView where applicable instead of generic NSView. | nyamatongwe | 1 | -3/+4 | |
2013-03-15 | Remove dead code. | nyamatongwe | 1 | -1/+0 | |
2013-03-13 | Implement high-priority idle work on Cocoa to avoid abandoning paints in ↵ | nyamatongwe | 1 | -0/+6 | |
some situations. Rename IdleStyling to IdleWork. | |||||
2012-08-24 | Ensure abandoned paints cover full area by using NSView display instead of ↵ | nyamatongwe | 1 | -2/+2 | |
trying to draw more within initial drawing context. | |||||
2012-04-16 | Implemented find indicator with animation for OS X. | nyamatongwe | 1 | -0/+10 | |
2011-11-14 | Use fields to hold NSTimer pointers to avoid warnings from Analyze. | nyamatongwe | 1 | -0/+3 | |
Does not change behaviour. | |||||
2011-07-10 | Implement ScrollText. | nyamatongwe | 1 | -0/+1 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -0/+1 | |
2011-06-15 | Made ScintillaCocoa::ContentView public so it can be used by | nyamatongwe | 1 | -1/+2 | |
ScintillaView and using hwndFrom to find view so idFrom can be used as it is on other platforms. | |||||
2011-06-05 | Respond to window deactivation by hiding caret. | nyamatongwe | 1 | -4/+1 | |
2011-06-05 | Cocoa implementation of calltips. | nyamatongwe | 1 | -0/+2 | |
2011-06-04 | Added encoding-sensitive case folding. | nyamatongwe | 1 | -0/+1 | |
2010-07-24 | Updates from Scintilla-Cocoa project. | nyamatongwe | 1 | -1/+2 | |
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight. | |||||
2010-07-13 | Platform files changed for new lexer design. | nyamatongwe | 1 | -3/+2 | |
2010-04-22 | Updated to launchpad scintilla-cocoa revision 33. | nyamatongwe | 1 | -3/+4 | |
Context menu implemented. Many warnings avoided. Make files added. | |||||
2009-07-21 | Including PropSetSimple. | nyamatongwe | 1 | -0/+1 | |
2009-07-21 | Replacing SString with std::string. | nyamatongwe | 1 | -1/+0 | |
2009-07-15 | Added vector header to make new Selection code build. | nyamatongwe | 1 | -0/+2 | |
2009-07-12 | Changes needed to make new selection class work on Cocoa. | nyamatongwe | 1 | -0/+1 | |
2009-06-26 | Updated cocoa to current version from bzr. | nyamatongwe | 1 | -10/+14 | |
2009-05-14 | First upload of Cocoa platform from Mike Lischke at Sun. | nyamatongwe | 1 | -0/+203 | |