Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-14 | Remove unused WhiteSpace get/set. Feature #3517596. | nyamatongwe | 1 | -8/+0 | |
From Marko Njezic. | |||||
2012-04-13 | Include wrap indentation in alpha selection when selecting whole lines. Bug ↵ | Marko Njezic | 1 | -0/+4 | |
#3515555. | |||||
2012-04-12 | Avoid drawing alpha selection into wrap indentation area. Bug #3515555. | nyamatongwe | 1 | -1/+1 | |
2012-04-12 | Bug #3514882. Fix recent change set 4086 which caused selection to end of a ↵ | nyamatongwe | 1 | -1/+2 | |
wrapped subline to continue 1 pixel into the next subline. From Marko Njezic. | |||||
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-06 | Remove unused variable. | nyamatongwe | 1 | -1/+0 | |
From Marko Njezic. | |||||
2012-04-06 | Bug #3513946. Make printing work when Direct2D is used for on screen drawing. | nyamatongwe | 1 | -2/+5 | |
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-03-31 | Bug #3512961. Word wrap indentation for print using positions calculated for | nyamatongwe | 1 | -10/+11 | |
display instead of printer. | |||||
2012-02-29 | Always record undo action for Ctrl+D | Unknown | 1 | -1/+1 | |
2012-03-01 | Bug #3494492. Change aveCharWidth in FontMeasurements to actually store | nyamatongwe | 1 | -2/+2 | |
fractional width. This change complements change set 3994. Make WidthText() and AverageCharWidth() actually return fractional widths under Direct2D. From Marko Njezic. | |||||
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-27 | Feature #3493530. Reduce amount of redrawing triggered by ↵ | nyamatongwe | 1 | -2/+3 | |
SCI_MARKERSETBACKSELECTED and SCI_MARKERENABLEHIGHLIGHT. From Marko Njezic. | |||||
2012-02-25 | Bug #3493503. Properly redraw image markers with height larger than line height. | Marko Njezic | 1 | -1/+17 | |
Regression from change set 3949. | |||||
2012-02-17 | Draw markers horizontally off center only on textual margins. Bug #3488696. | Marko Njezic | 1 | -1/+1 | |
2012-02-18 | Wrap lines if needed when moving to a position. Bug #3487397. | nyamatongwe | 1 | -3/+7 | |
From Marko Njezic. | |||||
2012-02-07 | Respect virtual space in ButtonDown/ButtonUp and prevent random behavior of | Marko Njezic | 1 | -23/+29 | |
ctrl+click in margin in certain cases. Bug #3484370. | |||||
2012-02-09 | Fix rounding issue in SPositionFromLocation() that started with introduction of | Marko Njezic | 1 | -1/+1 | |
fractional positioning. Bug #3485669. | |||||
2012-02-08 | Fix spurious extra indentation guide at end of indentation caused by change | nyamatongwe | 1 | -9/+17 | |
to fractional positioning. | |||||
2012-02-04 | Make priority wrap actually process all displayed document lines. Bug #3484179. | Marko Njezic | 1 | -0/+6 | |
2012-02-04 | Properly highlight EOL blobs. Bug #3484330. | Marko Njezic | 1 | -16/+20 | |
2012-01-30 | Fix cursor up/down movement on wrapped lines and lines with annotations. | Marko Njezic | 1 | -13/+33 | |
Bug #1776560. | |||||
2012-02-03 | Fix crash in wrap mode with DirectWrite when wrapping added text before | nyamatongwe | 1 | -0/+1 | |
fonts realised. | |||||
2012-01-24 | Redraw all of fold margin for fold margin highlight. Bug #3469936. | nyamatongwe | 1 | -1/+1 | |
From Marko Njezic. | |||||
2012-01-23 | Avoid laying out beyond end of document. Bug #3476637. | nyamatongwe | 1 | -1/+1 | |
2012-01-18 | Add fractional positioning support to some of the remaining places. | Marko Njezic | 1 | -3/+3 | |
This improves sub-pixel alignment when drawing control characters, indicators and whitespace dots. | |||||
2012-01-18 | Change wrapIndent, wrapAddIndent, aveCharWidth to support fractional values. | Marko Njezic | 1 | -11/+12 | |
This improves sub-pixel alignment of indented wrapped lines and sub-pixel positioning that uses aveCharWidth in calculations. Added type casts to certain places to make it clear that loss of precision occurs due to assignment of float to int. | |||||
2012-01-18 | Add fractional positioning support in wrapped lines to certain methods. | Marko Njezic | 1 | -40/+7 | |
This fixes off by one errors that can happen in some cases. Simplify Editor::PositionFromLineX() method. | |||||
2012-01-12 | Fix extra carets in wrapped text under DirectWrite. Bug #3471998. | nyamatongwe | 1 | -2/+2 | |
2011-12-15 | Replaced explicit mask test with getter method. | nyamatongwe | 1 | -2/+2 | |
2011-12-13 | Use fractional tabWidth on both sides of expression to avoid double size | nyamatongwe | 1 | -2/+2 | |
tabs on wide lines. | |||||
2011-12-13 | Allow non-integral space width. From Jason Haslam. | nyamatongwe | 1 | -16/+16 | |
2011-12-10 | Don't select into virtual space for SCI_LINESCROLLDOWN/UP. Bug #3451681. | nyamatongwe | 1 | -2/+4 | |
2011-12-02 | Fix display of margins on GTK+. Were appearing red when scrolling | nyamatongwe | 1 | -3/+3 | |
as they were copying from the start of the pixmap instead of where the drawing occurred. Caused by optimized drawing in changeset 3949. Also ensured whitespace fold tails displayed correctly. | |||||
2011-12-01 | Fixed version of last patch: protected range delete. | nyamatongwe | 1 | -2/+2 | |
2011-12-01 | Stop backspace destroying protected range. Bug #3445911. | nyamatongwe | 1 | -1/+1 | |
From Averk. | |||||
2011-11-30 | Clip margin drawing to the paint area. | nyamatongwe | 1 | -2/+9 | |
2011-11-16 | Bug #3283519. CountCharacters added to count the number of | nyamatongwe | 1 | -0/+3 | |
characters between two positions. From Andrey Moskalyov. | |||||
2011-11-03 | Ensure graphics allocated before painting. | nyamatongwe | 1 | -0/+1 | |
2011-10-26 | Implement ILoader interface so that clients can load documents from | nyamatongwe | 1 | -0/+10 | |
background threads. | |||||
2011-10-10 | Fix for wrong line heights when using annotations and wrapping. Bug #3388159. | nyamatongwe | 1 | -5/+17 | |
2011-09-25 | Palette support removed. | nyamatongwe | 1 | -145/+126 | |
2011-09-24 | Merged fractional text positioning branch. | nyamatongwe | 1 | -27/+79 | |
2011-09-23 | Optimized MarkerNext so it can be much faster when no marker ever set | nyamatongwe | 1 | -8/+2 | |
and a little faster when markers have been used. | |||||
2011-09-23 | Optimize scrolling a long way by not invalidating fold margin if going | nyamatongwe | 1 | -2/+6 | |
to invalidate everything. | |||||
2011-09-23 | Add GetAllLinesVisible method as this can be used to minimize folding overhead. | nyamatongwe | 1 | -0/+3 | |
2011-09-09 | Simplify some expressions which seem to cause failures. | nyamatongwe | 1 | -2/+2 | |