aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-06-19Fix problems when using CAIRO on older GTK+ versions. Bug #3322351.Marko Njezic1-3/+31
2011-06-21Support mako ## comments. Bug #3318818.nyamatongwe1-0/+13
From Stephan R.A. Deibel.
2011-06-18Update history for 2.27.rel-2-27nyamatongwe1-0/+103
2011-06-18Preparing for version 2.27.nyamatongwe5-13/+22
2011-06-18Added INDIC_SQUIGGLELOW. Bug #3314591.nyamatongwe5-2/+25
From Thomas Linder Puls.
2011-06-18Updating AlphaRectangle for Cairo mode with no palette.nyamatongwe1-8/+10
2011-06-17Single quoted strings may not have \ escapes. Bugs #948757 #1755950 #1888738 ↵nyamatongwe2-6/+8
#3316852 From Jaime Gimeno
2011-06-17Fixed accented character. Bug #3317340.nyamatongwe1-1/+1
2011-06-16Moved style attach calls to before background setting whichnyamatongwe1-3/+3
uses the style. From Mitchell Foral.
2011-06-15Implemented Control as separate modifier called META on OS X.nyamatongwe1-10/+22
Mapped keys to be closer to other platforms.
2011-06-15Added SCMOD_META key modifier for the Control key on OS X.nyamatongwe5-4/+14
New version of KeyDown, KeyDownWithModifiers uses a mask of modifiers.
2011-06-15Made ScintillaCocoa::ContentView public so it can be used bynyamatongwe2-2/+4
ScintillaView and using hwndFrom to find view so idFrom can be used as it is on other platforms.
2011-06-15Change mouse drag modifier keys for compatibility with Apple Humannyamatongwe1-2/+2
Interface Guidelines and other applications. Alt is for rectangular selection and Command for discontinuous selection.
2011-06-15Use control identifier in notification messages for compatibilitynyamatongwe1-1/+1
with other platforms.
2011-06-15Fix colours appearing wrong on some systems.nyamatongwe1-8/+2
2011-06-14Ensure SurfaceImpl fully initialised. Fixes bad line height in 64-bit mode.nyamatongwe1-1/+11
2011-06-14Fix edge line display on wrapped lines. Bug #3314807.Marko Njezic1-0/+2
2011-06-14Add SCI_SETEMPTYSELECTION. Feature #3314877.nyamatongwe4-1/+13
From Marko Njezic.
2011-06-13Added Identifier property.nyamatongwe6-25/+67
2011-06-13Moved marginOptions from ViewStyle to Editor as it is a behavioural option.nyamatongwe4-7/+6
2011-06-10Add an option to control how wrapped lines are selected when clicking on margin.Marko Njezic6-2/+37
2011-06-10Windows headers are system headers so use angle brackets.nyamatongwe2-2/+2
2011-06-09Group inserted spaces in virtual space together with deletion. Bug #3159691.Marko Njezic1-1/+7
2011-06-08Fix regex search on the last line of search rangeMarko Njezic1-2/+3
when search pattern ends with escaped $ modifier. Bug #3313746.
2011-06-07Make auto scrolling word wrap aware. Bug #3312763.Marko Njezic1-6/+2
2011-06-09Improved version of change set 3704. Bug #3312763.nyamatongwe2-25/+56
Make line selection word wrap aware but leave triple-click as selecting document line. From Marko Njezic.
2011-06-08Initialize visblePolicy and visibleSlop to fix bug #3303406.nyamatongwe1-0/+3
2011-06-07Call HiddenLines() only when needed.Marko Njezic1-1/+1
2011-06-06Fix line selection of wrapped lines. Bug #3312763.Marko Njezic2-25/+25
2011-06-07Testing RunStyles::AllSame and RunStyles::AllSameAs.nyamatongwe1-0/+18
2011-06-07Add tests for bug found in #3291579 and for new RunStyles::Findnyamatongwe2-0/+119
and ContractionState::HiddenLines methods.
2011-06-07Add Find method on RunStyles.nyamatongwe2-0/+16
2011-06-07Fix bug with extra partition created when range filled.nyamatongwe1-0/+2
2011-06-07Add accessor to RunStyles for number of runs so Decoration can use public API.nyamatongwe3-4/+9
Make RunStyles internal methods private. RunFromPosition is const so marker as const.
2011-06-07Make SCN_NEEDSHOWN notification work when word wrap is enabled.nyamatongwe5-1/+23
This fixes the last remaining issue from bug #3291579. From Marko Njezic
2011-06-06Fix problem compiling on wxWidgets. Bug #3306156.nyamatongwe3-0/+7
From Morten MacFly.
2011-06-05Implement SCI_GRABFOCUS.nyamatongwe1-3/+3
2011-06-05Hide horizontal scrollbar in wrap mode.nyamatongwe1-1/+2
2011-06-05Respond to window deactivation by hiding caret.nyamatongwe3-17/+36
2011-06-05Comment typo.nyamatongwe1-1/+1
2011-06-05Cache surface resolution as it is slow and is callednyamatongwe2-3/+9
for every font creation.
2011-06-05Cocoa implementation of calltips.nyamatongwe4-248/+93
2011-06-05Stop fonts leaking. Bug #3306156.nyamatongwe1-0/+1
From Marko Njezic.
2011-06-04Store codePage on Surface.nyamatongwe1-0/+1
2011-06-04Added EncodingFromCharacterSet for ScintillaCocoa case folding.nyamatongwe2-3/+62
2011-06-04Added encoding-sensitive case folding.nyamatongwe2-7/+147
2011-06-04Removed files for list box that are no longer used.nyamatongwe2-174/+0
2011-06-04Formatting.nyamatongwe1-2/+1
2011-06-04Fixed compilation failure retrieving NSFont* from Font.nyamatongwe1-1/+2
2011-06-04Included DBCS support.nyamatongwe1-1/+24