aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-12-13Bug #3458508. Fixed preprocessor structure messed up by continuation lines.nyamatongwe1-0/+2
2011-12-13Use fractional tabWidth on both sides of expression to avoid double sizenyamatongwe1-2/+2
tabs on wide lines.
2011-12-13Allow fractional pixel size return.nyamatongwe1-1/+1
2011-12-13Allow non-integral space width. From Jason Haslam.nyamatongwe3-18/+18
2011-12-12On GTK+ 2.x, change SurfaceID from GdkDrawable* to a cairo_t* so that it isnyamatongwe2-13/+7
the same as on GTK+ 3.x. This simplifies compatibility and allows implementing printing on GTK+ 2.x.
2011-12-10Don't select into virtual space for SCI_LINESCROLLDOWN/UP. Bug #3451681.nyamatongwe1-2/+4
2011-12-10Use autocompletion height for page up and down. Bug #3455493.nyamatongwe1-2/+2
2011-12-09Highlight column numbers in GCC-style diagnostic lines. Feature #3453075.nyamatongwe1-3/+9
From Jakub Vrána.
2011-12-09Fixed ruby lexer to correctly handle '=begin' comments at start of file. Any ↵Nathan Broadbent1-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-09Added tag rel-3-0-2 for changeset 16f620503ab2nyamatongwe1-0/+1
2011-12-09Updated release date of 3.0.2.nyamatongwe2-3/+3
2011-12-07Removed TODO items that have BEENDONE.nyamatongwe1-10/+0
2011-12-04Documentation of prining on Cocoa and GTK+ 3.nyamatongwe1-6/+24
2011-12-04Documented changes for 3.0.2.nyamatongwe1-0/+3
2011-12-04Document background loading and saving.nyamatongwe1-7/+64
2011-12-04Document SCI_COUNTCHARACTERS.nyamatongwe1-1/+5
2011-12-03Documented changes for 3.0.2.nyamatongwe1-0/+3
2011-12-02Fix display of margins on GTK+. Were appearing red when scrollingnyamatongwe1-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-02Remove dead assignment.nyamatongwe1-1/+0
2011-12-01Change memory management so will work with deferred drawing such as printing.nyamatongwe1-4/+10
2011-12-01Documented changes for 3.0.2.nyamatongwe1-0/+3
2011-12-01Documented changes for 3.0.2.nyamatongwe1-0/+44
2011-12-01Updated version numbers.nyamatongwe5-13/+25
2011-12-01Fixed version of last patch: protected range delete.nyamatongwe1-2/+2
2011-12-01Stop backspace destroying protected range. Bug #3445911.nyamatongwe1-1/+1
From Averk.
2011-11-30Added CoffeeScript lexer.nyamatongwe1-0/+4
2011-11-30Clip margin drawing to the paint area.nyamatongwe1-2/+9
2011-11-29Feature #3436256. Lexer for CoffeeScript from Eric Promislownyamatongwe6-0/+635
of ActiveState.
2011-11-27Follow standard pattern as that will work better with ARC if ever used.nyamatongwe1-4/+2
2011-11-26Defer dropping the render target until after painting has finished tonyamatongwe1-1/+13
avoid accessing a released render target.
2011-11-26Removed unreachable code. Issue described in bug 3440534.nyamatongwe1-1/+1
2011-11-17Fix crash caused by out-of-bounds memory access for line:nyamatongwe2-1/+2
#if defined( XXX 1 From Stefan Weil.
2011-11-17::GetCursorPos failure with screen saver handled. Bug #3438780.nyamatongwe1-10/+11
From Thomas Linder Puls.
2011-11-17Include system header needed by VS2005 for ceil function.nyamatongwe1-0/+1
From Greg Smith.
2011-11-16Switched CountCharacters to be a function instead of a property.nyamatongwe1-1/+1
2011-11-16Bug #3283519. CountCharacters added to count the number ofnyamatongwe5-1/+22
characters between two positions. From Andrey Moskalyov.
2011-11-15Added tag rel-3-0-1 for changeset ad485b918c5anyamatongwe1-0/+1
2011-11-15Ready for release of 3.0.1.nyamatongwe3-6/+6
2011-11-14Dont try to use Direct2D with very old versions of Visual C++ as itnyamatongwe2-2/+2
is unlikely to be available.
2011-11-14Use fields to hold NSTimer pointers to avoid warnings from Analyze.nyamatongwe2-11/+13
Does not change behaviour.
2011-11-14Removed warning suppression that had been included for Visual C++ 6.0.nyamatongwe10-38/+2
2011-11-14Added ctype to avoid compilation problems for Padre.nyamatongwe3-0/+3
2011-11-13Change log addition.nyamatongwe1-0/+3
2011-11-13Filled in change log.nyamatongwe1-0/+40
2011-11-13Preparing for 3.0.1 release.nyamatongwe5-12/+21
2011-11-10Fix deprecation warnings.Unknown1-0/+8
2011-11-09Fix potential memory problems found by analyze.nyamatongwe2-11/+11
2011-11-09Remove unused variable.nyamatongwe1-3/+0
2011-11-09Avoid warning about dead code.nyamatongwe1-1/+1
2011-11-07Switch to Unicode call when copying font to match font creation.nyamatongwe1-2/+2