aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2011-10-31When using GDI, make a copy of the font for use in autocompletionsrel-3-0-0nyamatongwe1-11/+14
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
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
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
2011-10-10Fix build problems with Mingw gcc 4.6.1.nyamatongwe1-2/+2
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
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
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
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
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
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 6f590a147263nyamatongwe0-0/+0
2011-09-16Updated release date.rel-2-29nyamatongwe2-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.nyamatongwe29-449/+1594
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
2011-09-04Cast to ensure comparison valid.nyamatongwe1-1/+1