aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2007-02-20Fix for bug #1663839: stuttered page down doesn't worknyamatongwe1-1/+4
if lines are wrapped.
2007-02-18Modification to printing avoids extra space between line numbers and textnyamatongwe1-7/+8
due to counting the width of the screen line numbers as well as the print line numbers.
2007-02-13Optimisation that avoids double check for line ends.nyamatongwe1-2/+2
2007-02-08Fix to bug #1653607.nyamatongwe1-22/+14
2007-02-04Patch from Chris Rickard adds get calls for many style settings.nyamatongwe5-68/+251
2007-02-02Removed some projects and updated one URL.nyamatongwe1-28/+1
2007-02-01Bug #1649350. Ensure EXT_LEXER_DECL defined on all platforms.nyamatongwe1-2/+2
2007-01-26Separated reentrance check into text modification and styling modification ↵nyamatongwe2-21/+23
flags to allow styling to be performed within a text modification
2007-01-26Avoid trying to style when inside a modification as that styling will be ↵nyamatongwe2-4/+3
thrown away.
2007-01-24Set the modifiers field on the SCN_DOUBLECLICK notification so the ↵nyamatongwe4-7/+9
SCI_SHIFT, SCI_CTRL, and SCI_ALT bits may be set.
2007-01-22Patch from bug #1588699 to require space before -letter test word.nyamatongwe1-1/+2
2007-01-18Credit.nyamatongwe1-0/+1
2007-01-16Patch from Philippe Lhoste to regular expressions adds \d, \D, \s, \S, \w, ↵nyamatongwe2-108/+298
\W, and \xHH.
2007-01-15Added some key codes.rel-1-72nyamatongwe1-3/+5
2007-01-14Fixed link to 1.72 download.nyamatongwe1-1/+1
2007-01-14More items for 1.72.nyamatongwe1-0/+6
2007-01-14Updated some more for release.nyamatongwe2-1/+19
2007-01-14Updated sizes.nyamatongwe1-1/+1
2007-01-14Updated for release.nyamatongwe2-4/+57
2007-01-11Updating version number to 1.72.nyamatongwe5-17/+32
2007-01-03Rely on SplitVector::ValueAt allowing out-of-range access to simplify ↵nyamatongwe1-20/+8
calling code.
2007-01-03Added range check for InsertValue and some more assertions.nyamatongwe1-0/+8
2007-01-03Removed "NoBox" name as it was being copied by others and is now meaningless.nyamatongwe1-7/+2
2007-01-03Remove [MSVC] compile-time warnings for "empty" controlled statement and ↵rdaneelolivaw2-7/+5
gboolean != bool
2007-01-02Added definition that stops MSVC from complaining about unsafe standard ↵nyamatongwe1-1/+1
string functions.
2007-01-02Separated the cell buffer into substance and style buffers.nyamatongwe9-149/+126
2007-01-01Major change to CellBuffer class with addition of Partitioning class and ↵nyamatongwe10-383/+607
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added.
2006-12-31Fixed folding slowness when pasting a large amount of text on an empty line. ↵nyamatongwe2-2/+2
Does not propagate wgitespace flag onto new lines which made them subordinate. Setting a line visible in contraction state now only invalidates the data structure if line currently not visible.
2006-12-28Patch from Jason Haslam to optionally extend selection colour to left side whennyamatongwe7-0/+41
end of line selected.
2006-12-25Removed temporary mailing list.nyamatongwe1-4/+0
2006-12-19Patch from Stephan Deibel to disable the adaptive mouse wheel scrolling ↵nyamatongwe1-1/+10
algorithm on OS X because there the most common X11 server (Apple's) already includes an algorithm like this that ends up magnifying the magnifications.
2006-12-19Fix for comment terminating for ?> in VB ASP.nyamatongwe1-0/+1
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe11-2/+411
2006-12-12Corrected comment about LineLength.nyamatongwe1-1/+1
2006-12-11Updated Python version needed.nyamatongwe1-3/+3
2006-12-07Fixed problem on Solaris where "LATIN1" wasn't supported by iconv so typing haduid229441-1/+1
no effect.
2006-12-03Message about mailing lists.nyamatongwe1-0/+4
2006-11-22Michael Cartmell assigned copyright to me.nyamatongwe1-6/+2
2006-11-13Feature request #1593709 adds colouring for strings, both single and double ↵nyamatongwe1-2/+2
quoted.
2006-10-29Fix infinite loop when GetColumn called with position beyond end of text.nyamatongwe1-0/+2
2006-10-28Patch from Bob M to handle \\ at end of string.nyamatongwe1-9/+17
2006-10-17Added ECMerge.nyamatongwe1-0/+5
2006-10-17More for !if.nyamatongwe1-0/+3
2006-10-17Armel Asselin contributed a feature that adds the flag SC_STARTACTION tonyamatongwe6-22/+44
modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack.
2006-10-17Patch from Kein-Hong Man properly handles + or - as operators in numbersnyamatongwe1-1/+4
like 1+2.
2006-10-16Fold on !if.nyamatongwe1-3/+3
2006-09-23Credit.nyamatongwe1-0/+1
2006-09-23Modification from Eric Promislow / ActiveState to display interpolatednyamatongwe1-48/+220
strings as expressions and handle ?<ch> as a numeric value.
2006-09-20Credit.nyamatongwe1-0/+1
2006-09-18Update from Piotr Smyrak stops over flow.nyamatongwe2-2/+2
New image because Bryce 5 is freely downloadable.