aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-07-02Fix for assertion failure with annotation. Bug #3347268.nyamatongwe1-1/+1
Protect against setting height of line beyond end of document.
2011-07-02Clarified symbols in textual margins.nyamatongwe1-3/+5
2011-06-27Fixed some "unsigned comparison with 0" warnings.nyamatongwe1-3/+3
2011-06-25Add casts to avoid warnings from SDK 64-bit compiler.nyamatongwe8-56/+81
2011-06-25Fixed dependency.nyamatongwe1-1/+1
2011-06-25Initial implementation of RGBA images.nyamatongwe23-56/+562
2011-06-20Properly highlight fold markers on sub lines. Bug #3323015.Marko Njezic2-8/+11
This complements fold markers highlighting change from revision 3619, which only fixed part of the problem. Changes from revision 3620 have been reverted, as they cause line to be drawn out of bounds and overlap with previously drawn marker above. They are also no longer needed, with this change.
2011-06-24Support for new Mako block syntax. Feature #3325178.nyamatongwe1-10/+20
From Stephan R.A. Deibel.
2011-06-24LexPython: keywords2: don't highlight sub-identifiers. Bug #3325333.nyamatongwe1-1/+6
From Todd Whiteman.
2011-06-24Credit.nyamatongwe1-0/+1
2011-06-23Disable folding for mako template files. Bug #3324563.nyamatongwe1-6/+1
From Stephan R.A. Deibel.
2011-06-23Added tag rel-2-27 for changeset 02d0b25c22c3nyamatongwe0-0/+0
2011-06-22Bug #3315756. Look at character under pointer to determine whethernyamatongwe1-1/+1
to display arrow (over selection) or I-beam. Previously used inter-character position instead of character.
2011-06-22Made IME work on GTK+ 2.x with Cairo. Bug #3311423.nyamatongwe1-1/+6
2011-06-22Support IME on GTK+ 3.nyamatongwe1-1/+41
2011-06-22Further explanation of XPM images.nyamatongwe1-10/+24
2011-05-12Make rounded rectangle work on Cairo versions before 1.2.nyamatongwe1-0/+5
2011-05-12Switching to function that works on all supported versions of GTK+.nyamatongwe1-1/+1
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