aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.
2011-09-25Fixed Cocoa for palette removal.nyamatongwe1-1/+0
2011-09-25Palette support removed.nyamatongwe25-949/+436
2011-09-25Allow choice of D2D on compiler command line.nyamatongwe1-1/+1
2011-09-24Mingw32 doesn't have Direct2D or DirectWrite headers so turn off usenyamatongwe3-4/+74
of these libraries except when compiling with Visual C++.
2011-09-24Merged fractional text positioning branch.nyamatongwe29-452/+1593
2011-09-24Removed support for GDK drawing in favour of Cairo which has beennyamatongwe2-901/+22
available since 2.8. Removed #ifs for versions earlier than 2.8.
2011-09-24Removing Carbon platform layer in favour of Cocoa.nyamatongwe27-11097/+0
2011-09-24Extra test to check MarkerNext optimization.nyamatongwe1-0/+1
2011-09-23Optimized MarkerNext so it can be much faster when no marker ever setnyamatongwe5-8/+19
and a little faster when markers have been used.
2011-09-23Documentation of SCI_GETALLLINESVISIBLE.nyamatongwe1-2/+8
2011-09-23Optimize scrolling a long way by not invalidating fold margin if goingnyamatongwe2-2/+7
to invalidate everything.
2011-09-23Add GetAllLinesVisible method as this can be used to minimize folding overhead.nyamatongwe3-0/+7
2011-09-23Using exception classes as string eceptions deprecated.nyamatongwe1-3/+3
2011-09-22Hashquoted strings for Pike language from Chris Angelico.nyamatongwe4-0/+20
2011-09-16Added tag rel-2-29 for changeset 6f590a147263nyamatongwe1-0/+1
2011-09-16Updated release date.nyamatongwe2-3/+3
2011-09-12Fixed bad information on Lua change.nyamatongwe1-1/+1
2011-09-11Updates for 2.29.nyamatongwe1-0/+2
2011-09-11Updates for 2.29.nyamatongwe2-1/+72
2011-09-11Using generic URL rather than version-specific.nyamatongwe1-1/+1
2011-09-10Make compatible with VC98's version of the SDK.nyamatongwe1-1/+1
2011-09-09Update deprecated calls to GTK+ 3 maintained functions.nyamatongwe2-9/+23
2011-09-09Update deprecated calls to GTK+ 3 maintained functions.nyamatongwe2-9/+23
2011-09-09Update calls to Surface::Allocate for GTK+ 2.nyamatongwe1-2/+2
2011-09-09Simplify some expressions which seem to cause failures.nyamatongwe1-2/+2
2011-09-09Simplify some expressions which seem to cause failures.nyamatongwe1-2/+2
2011-09-09Merge with main repository.nyamatongwe31-191/+814
2011-09-06Updating for 2.29 release.nyamatongwe5-13/+22
2011-09-06Always use Cairo for drawing.nyamatongwe2-5/+1
2011-09-04Autocompletion lists respond to mouse wheel events. Feature #3403600.nyamatongwe3-1/+39
From David Wolfendale.
2011-09-04Cast to ensure comparison valid.nyamatongwe1-1/+1
2011-09-02Removed archaic unused deallocation calls.nyamatongwe1-18/+3
2011-08-27Basing default eol mode on _WIN32 instead of __unix__ as OS X doesnyamatongwe1-3/+3
not define __unix__.
2011-08-26Fixing Markdown lexer to not change state inside term. Bug #3398184.nyamatongwe1-8/+15
From Eric Promislow at ActiveState.
2011-08-20Styling of variable interpolation for Perl. Feature #3394258.nyamatongwe3-60/+302
From Kein-Hong Man.
2011-08-20Fix memory leak with images in autocompletion list.nyamatongwe1-1/+0
2011-08-20Specify that AutoCompletionDataSource implements NSTableViewDataSourcenyamatongwe1-1/+4
protocol only when building for later than 10.5 so SDK has to know about that protocol.
2011-08-20Replace call available only on 10.6 with sequence that works on 10.5.nyamatongwe1-2/+8
2011-08-20Include autocompletion list test.nyamatongwe1-0/+43
2011-08-12Added SCI_STYLESETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, and SCI_SETTECHNOLOGY.nyamatongwe2-2/+36
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe2-44/+41
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe2-10/+9
2011-08-11Fix bugs in calltip and autocompletion with technology choice.nyamatongwe2-51/+43
Simplified Direct2D code.