aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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 ad485b918c5anyamatongwe0-0/+0
2011-11-15Ready for release of 3.0.1.rel-3-0-1nyamatongwe3-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.neil1-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
2011-11-07Fix size of font in IME.nyamatongwe1-1/+1
2011-11-05Highlight words as keywords after '{' as this highlights 'else'. Bug #1836954.nyamatongwe1-0/+1
From Colomban Wendling.
2011-11-05Fix failure to draw Polygons. Bug #3433558.nyamatongwe1-1/+6
Was interpreting floating point values as integers.
2011-11-04Round to nearest pixels horizontally to avoid background artifacts on OS X.nyamatongwe1-0/+2
From Mitchell Foral.
2011-11-03Ensure graphics allocated before painting.nyamatongwe1-0/+1
2011-11-01Fixed download links.nyamatongwe1-2/+2
2011-11-01Added tag rel-3-0-0 for changeset 7a59b936e024nyamatongwe0-0/+0
2011-10-31When using GDI, make a copy of the font for use in autocompletionsrel-3-0-0nyamatongwe1-11/+14
so it doesn't get deleted and so use the default font.
2011-10-29Fix warnings from Clang analyze about memory management.nyamatongwe2-5/+5
2011-10-28Merged.nyamatongwe2-12/+7
2011-10-28Fix warnings from Clang analyze by using single statement alloc and init.nyamatongwe2-12/+7
Remove unused variables. Fix potential leak.
2011-10-27Updated documentation for release.nyamatongwe2-2/+66
2011-10-27Updates for version 3.0.0.nyamatongwe5-17/+25
2011-10-26Fix warning from Clang.nyamatongwe1-1/+1
2011-10-26Updated to Xcode 4.2 and now using Clang.nyamatongwe2-4/+4
2011-10-26Implement ILoader interface so that clients can load documents fromnyamatongwe6-3/+43
background threads.
2011-10-23Avoid crashing for SCI_MARKERNEXT starting at -1. Bug #3427270.nyamatongwe2-0/+5
2011-10-19Ignoring .xcsettings files as they appear to be user preferences.nyamatongwe1-0/+1
2011-10-10Removing -Wno-strict-overflow as gcc no longer produces uselessnyamatongwe1-1/+1
overflow warnings.
2011-10-10Fix build problems with Mingw gcc 4.6.1.nyamatongwe1-2/+2
The -mno-cygwin and --relocatable options are no longer supported.
2011-10-10Fix for wrong line heights when using annotations and wrapping. Bug #3388159.nyamatongwe1-5/+17
2011-10-05Credit.nyamatongwe1-0/+2
2011-10-03Avoid compiler warning.nyamatongwe1-1/+1
2011-09-27Standardize code style.nyamatongwe1-5/+2
2011-09-23Allow to display calltip above or below the textSébastien Granjoux6-6/+44
2011-09-27Made recent fractional positioning and ARGB code compatible withnyamatongwe1-6/+21
old versions of Pango and Cairo.