Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -14/+15 | |
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-20 | Include CXXFLAGS from environment for bug #3476149. | nyamatongwe | 1 | -5/+5 | |
2012-01-17 | Added SCSS mode to CSS lexer. From Ross McKay. | nyamatongwe | 4 | -24/+196 | |
2012-01-16 | Moved FlexEdit link to current location. | nyamatongwe | 1 | -1/+1 | |
2012-01-12 | Fix extra carets in wrapped text under DirectWrite. Bug #3471998. | nyamatongwe | 2 | -3/+3 | |
2011-12-09 | Fractional position support. | nyamatongwe | 2 | -3/+3 | |
2011-12-09 | Allow fractional widths for single character strings. | nyamatongwe | 1 | -4/+4 | |
2011-12-30 | Fold block of single-line comments. | Jérôme LAFORGE | 1 | -1/+28 | |
2011-12-30 | Returned to paint handling from before cange set 3983 as this change failed | nyamatongwe | 1 | -21/+18 | |
to always draw the tab bar and output pane in SciTE. | |||||
2011-12-28 | Fold only and all empty HTML tags | Unknown | 1 | -7/+8 | |
2011-12-22 | Avoid BeginPaint/EndPaint for Direct2D as that draws more reliably with | nyamatongwe | 1 | -18/+21 | |
less corruption. | |||||
2011-12-22 | Sort lexers in alphabetical order. | nyamatongwe | 1 | -2/+2 | |
2011-12-22 | Add TCMD lexer to OS X build. | nyamatongwe | 1 | -0/+4 | |
2011-12-22 | Replace _strupr with portable code. | nyamatongwe | 1 | -1/+9 | |
2011-12-22 | Lexer for the Take Command / TCC scripting language. Feature #3462462. | nyamatongwe | 7 | -0/+537 | |
From Rex Conn. | |||||
2011-12-15 | Replaced explicit mask test with getter method. | nyamatongwe | 1 | -2/+2 | |
2011-12-12 | Anchors for properties documentation | Unknown | 1 | -2/+2 | |
2011-12-14 | Remove duplicated clause as this caused warning from cppcheck. | nyamatongwe | 1 | -1/+1 | |
2011-12-13 | Bug #3458508. Fixed preprocessor structure messed up by continuation lines. | nyamatongwe | 1 | -0/+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 fractional pixel size return. | nyamatongwe | 1 | -1/+1 | |
2011-12-13 | Allow non-integral space width. From Jason Haslam. | nyamatongwe | 3 | -18/+18 | |
2011-12-12 | On GTK+ 2.x, change SurfaceID from GdkDrawable* to a cairo_t* so that it is | nyamatongwe | 2 | -13/+7 | |
the same as on GTK+ 3.x. This simplifies compatibility and allows implementing printing on GTK+ 2.x. | |||||
2011-12-10 | Don't select into virtual space for SCI_LINESCROLLDOWN/UP. Bug #3451681. | nyamatongwe | 1 | -2/+4 | |
2011-12-10 | Use autocompletion height for page up and down. Bug #3455493. | nyamatongwe | 1 | -2/+2 | |
2011-12-09 | Highlight column numbers in GCC-style diagnostic lines. Feature #3453075. | nyamatongwe | 1 | -3/+9 | |
From Jakub Vrána. | |||||
2011-12-09 | Fixed ruby lexer to correctly handle '=begin' comments at start of file. Any ↵ | Nathan Broadbent | 1 | -2/+2 | |
'=' at the start of a file would incorrectly trigger the comment state. --- lexers/LexRuby.cxx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) | |||||
2011-12-09 | Added tag rel-3-0-2 for changeset 16f620503ab2 | nyamatongwe | 1 | -0/+1 | |
2011-12-09 | Updated release date of 3.0.2. | nyamatongwe | 2 | -3/+3 | |
2011-12-07 | Removed TODO items that have BEENDONE. | nyamatongwe | 1 | -10/+0 | |
2011-12-04 | Documentation of prining on Cocoa and GTK+ 3. | nyamatongwe | 1 | -6/+24 | |
2011-12-04 | Documented changes for 3.0.2. | nyamatongwe | 1 | -0/+3 | |
2011-12-04 | Document background loading and saving. | nyamatongwe | 1 | -7/+64 | |
2011-12-04 | Document SCI_COUNTCHARACTERS. | nyamatongwe | 1 | -1/+5 | |
2011-12-03 | Documented changes for 3.0.2. | nyamatongwe | 1 | -0/+3 | |
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-02 | Remove dead assignment. | nyamatongwe | 1 | -1/+0 | |
2011-12-01 | Change memory management so will work with deferred drawing such as printing. | nyamatongwe | 1 | -4/+10 | |
2011-12-01 | Documented changes for 3.0.2. | nyamatongwe | 1 | -0/+3 | |
2011-12-01 | Documented changes for 3.0.2. | nyamatongwe | 1 | -0/+44 | |
2011-12-01 | Updated version numbers. | nyamatongwe | 5 | -13/+25 | |
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 | Added CoffeeScript lexer. | nyamatongwe | 1 | -0/+4 | |
2011-11-30 | Clip margin drawing to the paint area. | nyamatongwe | 1 | -2/+9 | |
2011-11-29 | Feature #3436256. Lexer for CoffeeScript from Eric Promislow | nyamatongwe | 6 | -0/+635 | |
of ActiveState. | |||||
2011-11-27 | Follow standard pattern as that will work better with ARC if ever used. | nyamatongwe | 1 | -4/+2 | |
2011-11-26 | Defer dropping the render target until after painting has finished to | nyamatongwe | 1 | -1/+13 | |
avoid accessing a released render target. |