Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-11 | Bug #3514882. Properly draw translucent whole line states, by respecting right | nyamatongwe | 1 | -9/+9 | |
margin and also not going out of bounds. Don't go out of bounds into right margin when drawing beyond EOF area. From Marko Njezic. | |||||
2012-04-11 | Bug #3514882. Properly determine last line that needs to be styled before | nyamatongwe | 1 | -2/+2 | |
painting by calling StyleToPositionInView() after style data is refreshed, so that PositionAfterArea() can use the correct line height in calculation. This problem was introduced in change set 3259. From Marko Njezic. | |||||
2012-04-11 | Bug #3514882. Stop invalidating pixmapLine (and indirectly pixmapSelMargin) | nyamatongwe | 1 | -1/+0 | |
unnecessary on each call to Paint(). This was added in change set 2688 as part of a fix for resource leaks problem in palette mode, which doesn't exist anymore. From Marko Njezic. | |||||
2012-04-09 | Protect against NULLs when text is not valid in encoding. | nyamatongwe | 1 | -3/+5 | |
2012-04-06 | Remove unused variable. | nyamatongwe | 3 | -4/+0 | |
From Marko Njezic. | |||||
2012-04-06 | Bug #3513946. Make printing work when Direct2D is used for on screen drawing. | nyamatongwe | 2 | -6/+9 | |
This will stop Scintilla from crashing. From Marko Njezic. | |||||
2012-03-31 | Make MoveSelectedLines() work properly when there's no newline at EOF. Bug ↵ | Marko Njezic | 1 | -8/+25 | |
#3511023. | |||||
2012-04-03 | Moved wrap indent code to wrapping branch. | nyamatongwe | 1 | -11/+6 | |
2012-04-02 | Turn on multi-process compilation. | nyamatongwe | 1 | -2/+1 | |
2012-03-31 | Bug #3512961. Word wrap indentation for print using positions calculated for | nyamatongwe | 2 | -11/+11 | |
display instead of printer. | |||||
2012-03-30 | Credit. | nyamatongwe | 1 | -0/+1 | |
2012-03-29 | Fixed a bug with the bash lexer's handling of singly-quoted strings. SF Bug ↵ | James Ribe | 1 | -2/+9 | |
Tracker ID: 3512208 | |||||
2012-03-27 | Protect against modifying annotations with a negative line number or a line | nyamatongwe | 2 | -31/+37 | |
number after the document end. | |||||
2012-03-27 | Ensure default style copied to all styles so that font attributes work. | nyamatongwe | 1 | -0/+2 | |
2012-03-26 | Update documentation for \0 change. | nyamatongwe | 1 | -3/+4 | |
2012-03-25 | Replace \0 by found text in regular expressions search | Unknown | 1 | -2/+2 | |
2012-03-25 | Avoid warnings from example code. | nyamatongwe | 2 | -2/+2 | |
2012-03-22 | Bug #3509317. Properly mask state when re-lexing. Remove dead code. | Marko Njezic | 1 | -12/+7 | |
2012-03-25 | Add test for bug #3509317. | nyamatongwe | 2 | -0/+8 | |
2012-03-25 | Fix lexer tests to test subranges correctly. | nyamatongwe | 1 | -2/+2 | |
2012-03-22 | Use SparseState instead of std::vector. | Jerome LAFORGE | 1 | -12/+4 | |
Cleaning dead code. Feature #3510158. | |||||
2012-03-24 | Typo. | nyamatongwe | 1 | -1/+1 | |
2012-03-21 | Ensure segment discovery always makes progress even for invalid UTF-8. | nyamatongwe | 1 | -1/+6 | |
2012-03-21 | Bug #3508602. Avoid hang with diff files. From zenico. | nyamatongwe | 2 | -5/+18 | |
2012-03-13 | Improvement of folding for CASE/MERGE statement. | Jerome LAFORGE | 1 | -24/+72 | |
Bug #3503277. | |||||
2012-03-13 | Change name of the 'layout' method of ScintillaView and InfoBar to ↵ | nyamatongwe | 4 | -11/+11 | |
'positionSubViews' as 'layout' has been added to their superclass NSView in OS X 10.7. The existing 'layout' method interfered with the new automatic layout feature. | |||||
2012-03-11 | Manage MERGE statement like CASE statement. | Jerome LAFORGE | 1 | -3/+31 | |
Bug #3499664. | |||||
2012-03-11 | Credit. | nyamatongwe | 1 | -0/+1 | |
2012-03-11 | Make mouse wheel scrolling work again on recent GTK+. Bug #3501321. | nyamatongwe | 1 | -0/+1 | |
From Sébastien Granjoux. | |||||
2012-03-08 | Added tag rel-3-0-4 for changeset 2faf55888eeb | nyamatongwe | 1 | -0/+1 | |
2012-03-06 | Fixing documentation for SCI_AUTOCSETCANCELATSTART. Bug #3497038. | nyamatongwe | 1 | -2/+2 | |
2012-03-03 | Updates for 3.0.4. | nyamatongwe | 5 | -12/+173 | |
2012-02-29 | Always record undo action for Ctrl+D | Unknown | 1 | -1/+1 | |
2012-03-03 | Credit. | nyamatongwe | 1 | -0/+1 | |
2012-02-29 | Bug #3495791. Create auxiliary surfaces on Direct2D without alpha channel, as | Marko Njezic | 2 | -4/+7 | |
no underlying code expects them to be transparent. This will make text drawing use the same anti-aliasing mode no matter if using buffered mode or not. | |||||
2012-03-01 | Fix unsafe typecast. Bug #3495966. | Marko Njezic | 1 | -1/+1 | |
2012-03-03 | Fix crash caused by NULL pointer for SCI_MOVESELECTEDLINESDOWN. Bug #3496403. | nyamatongwe | 1 | -1/+1 | |
2012-03-03 | Bug #3494744. Implement InternalLeading() method on Direct2D. This will ↵ | nyamatongwe | 1 | -6/+20 | |
improve drawing of text blobs and dimensioning of call tips. From Marko Njezic. | |||||
2012-03-03 | Remove unused variables. Bug #3494744. From Marko Njezic. | nyamatongwe | 3 | -6/+0 | |
2012-03-01 | Ignore cppcheck configuration when committing. | nyamatongwe | 1 | -0/+1 | |
2012-03-01 | Bug #3494492. Prevent AlphaRectangle() from drawing blurry rectangle under ↵ | nyamatongwe | 1 | -11/+22 | |
Direct2D. From Marko Njezic. | |||||
2012-03-01 | Bug #3494492. Change aveCharWidth in FontMeasurements to actually store | nyamatongwe | 4 | -6/+6 | |
fractional width. This change complements change set 3994. Make WidthText() and AverageCharWidth() actually return fractional widths under Direct2D. From Marko Njezic. | |||||
2012-03-01 | Remove duplicated code. Bug #3494492. From Marko Njezic. | nyamatongwe | 1 | -1/+0 | |
2012-03-01 | Enable basic pinch zoom. From Matthew Brush. | nyamatongwe | 1 | -0/+16 | |
2012-02-29 | Bug #3494202. Fix blurry RGBA markers on Direct2D when centring caused | nyamatongwe | 1 | -4/+4 | |
fractional coordinates. | |||||
2012-02-29 | Centre RGBA markers in all cases including when larger than allocation. Bug ↵ | nyamatongwe | 1 | -1/+7 | |
#3494184. | |||||
2012-02-29 | Bug #3493503. Clip drawing operations to the painting area when using unbuffered | nyamatongwe | 1 | -5/+10 | |
mode. This prevents parts of margin being drawn out of bounds. Don't set clipping region when buffered mode is used, as it is not necessary. From Marko Njezic. | |||||
2012-02-28 | Bug #3495445. Properly mask restored state after processing keywords in document | Marko Njezic | 1 | -1/+1 | |
comment that's inside disabled preprocessor macro. | |||||
2012-02-27 | Feature #3493530. Reduce amount of redrawing triggered by ↵ | nyamatongwe | 1 | -2/+3 | |
SCI_MARKERSETBACKSELECTED and SCI_MARKERENABLEHIGHLIGHT. From Marko Njezic. | |||||
2012-02-25 | Remove unused variable. | Marko Njezic | 2 | -6/+0 | |