aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2007-05-11Only perform alpha blending on rectangles with positive widths tonyamatongwe2-3/+3
avoid warnings. Tracing on GTK+ goes to standard error so is not buffered.
2007-05-07Fix for bug #1709848 by Ariden01 allows folding of all tags innyamatongwe1-9/+22
XML and only terminates script mode with script end tag rather than any tag in XML.
2007-05-04Added Geany.nyamatongwe1-0/+4
2007-04-25Made fontNames array grow when needed. Fixes bug 1339845 andnyamatongwe2-1/+17
lessens memory use.
2007-04-23Added setting to allow each indicator to be drawn either under ornyamatongwe6-2/+30
over text.
2007-04-23Added INDIC_CONTAINER and a comment.nyamatongwe2-2/+5
2007-04-23Updated indicator documentation to deprecate style byte indicators innyamatongwe1-39/+49
favour of modern indicators.
2007-04-23Changed to use new indicator API.nyamatongwe1-12/+22
2007-04-21Fixed bug when using SCI_LINETRANSPOSE on a blank line.nyamatongwe1-7/+6
2007-04-21Bug 1704800 fixed dealing with strings and chars like "something\\".nyamatongwe1-26/+26
2007-04-19Patch from Xie Renhui tries Unicode format for dropped text first.nyamatongwe1-12/+26
2007-04-19Patch from Xie Renhui uses explicit ANSI calls on Windows so can benyamatongwe3-18/+19
compiled in Unicode mode.
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe8-32/+44
notification flag.
2007-04-19All Unicode planes supported, not just the Basic Multilingual Plane.nyamatongwe6-44/+92
2007-04-19Added GAP lexer.nyamatongwe1-7/+11
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe10-12/+311
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe13-16/+106
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers.
2007-04-07Credit.nyamatongwe1-0/+1
2007-04-05New files that implement decorations.nyamatongwe4-0/+456
2007-04-05Implemented decorations which are extended indicators.nyamatongwe21-409/+851
2007-03-29Credits.nyamatongwe1-1/+5
2007-03-29Incorporated cmake support.nyamatongwe10-19/+520
2007-03-27Removed duplicate code.nyamatongwe1-2/+0
2007-03-27Using cvs export command rather than checkout to save timenyamatongwe1-8/+0
2007-03-27Updated for 1.73.nyamatongwe1-1/+1
2007-03-27Updates for 1.73nyamatongwe4-12/+132
2007-03-23Patch from Jos van der Zande to fix bug with + following anyamatongwe1-0/+3
string getting the wrong color.
2007-03-21When deleting all contents of a SplitVector, free the memory.nyamatongwe1-6/+12
2007-03-19Undid last change as there was no example case that demonstratednyamatongwe1-2/+0
reading of uninitialized values and the buffer being initialized was quite large.
2007-03-16Using extra variable to simplify expressions.nyamatongwe1-2/+3
2007-03-16Added "case" to fix for bug #1681928.nyamatongwe1-5/+5
2007-03-16Made folding for MSSQL work case insensitively.nyamatongwe1-3/+3
Fixes bug #1681928.
2007-03-14Fix bug #1680012 by not styling past range when PHP heredocnyamatongwe1-1/+1
end encountered.
2007-03-11Ensure initialisation of nfa member to make BoundsChecker happy.nyamatongwe1-0/+2
2007-03-11Fixed comment.nyamatongwe1-2/+2
2007-03-11Comments and formatting.nyamatongwe1-5/+7
2007-03-07Edge line drawn under characters in two phase draw mode.nyamatongwe1-7/+7
Fixes bug #1225548.
2007-03-07Credit.nyamatongwe1-0/+1
2007-03-01Only call OleUninitialize if OleInitialize succeeded.nyamatongwe1-2/+7
2007-02-28Fix bug #1670851 by checking that not trying to style backwards.nyamatongwe1-1/+3
2007-02-28Changed ColourTo to assert if asked to style backwards.nyamatongwe1-1/+2
In release builds this is ignored instead.
2007-02-28If AlphaBlend not available draw outlines rather than filled rectanglesnyamatongwe1-1/+3
as that is more readable.
2007-02-26Change finding near words in a WordList to first search for thenyamatongwe1-3/+6
character passed in and only iof not found search for the default '('.
2007-02-25Credit.nyamatongwe1-1/+2
2007-02-25Fix for bug #1668409, Minor makefile lexer issues.nyamatongwe1-7/+23
Supports ":=" operator and avoids processing ":" or "=" on command lines.
2007-02-25Fixed bug #1656532 where background colour of marker notnyamatongwe1-1/+2
showing behind wrap indicator.
2007-02-25Slightly more understandable wording.nyamatongwe1-1/+1
2007-02-23Bug #1656532. Changed to use foreground of STYLE_DEFAULT butnyamatongwe1-3/+7
allow whitespace foreground to override.
2007-02-22Account for addition of spaces when joining lines.nyamatongwe1-0/+1
Fixes bug #1665791.
2007-02-22Avoid reentrant painting when scroll is performed in anyamatongwe1-1/+1
notification by queueing a redraw.