aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2003-09-21Avoid file rewrite when contents unchanged.nyamatongwe1-3/+12
2003-09-21Whitespace at end of lines.nyamatongwe2-2/+2
2003-09-21Added MPT lexer.nyamatongwe5-4/+14
2003-09-21Creating static library Lexer.a from lexer object files tonyamatongwe1-4/+9
work around compiler command line limit.
2003-09-21Initial version.nyamatongwe1-0/+182
2003-09-21Added Lex statement for LOT.nyamatongwe1-2/+3
2003-09-21Added MPT lexer.nyamatongwe2-2/+19
2003-09-20Typo fixed.snyamatongwe1-1/+1
2003-09-20Formatting, dates.nyamatongwe3-8/+12
2003-09-20Updated to match SetIdle return type.nyamatongwe1-1/+1
2003-09-20Patch from Naba to perform incremental wrapping in idle time.nyamatongwe4-23/+115
2003-09-18Safe parts of idle time wrapping.nyamatongwe3-0/+22
2003-09-18Idle time support.nyamatongwe1-5/+37
Changed character set names to work on FreeBSD.
2003-09-18Added credit.nyamatongwe1-0/+1
2003-09-18Optimization of width measuring code from Naba.nyamatongwe1-28/+33
Support for idle time processing. Changes to character set names used with iconv to make work on FreeBSD.
2003-09-18Added Idler ID for use in idle code.nyamatongwe1-0/+1
2003-09-18Fix for using wrong loop bound.nyamatongwe1-1/+1
2003-09-14Use iso8859-13 for Baltic.nyamatongwe1-2/+2
2003-09-14Fixed bugs when converting keycodes into non-Unicode text.nyamatongwe1-1/+3
iconv_open arguments reversed. Do not mask out high byte on GTK+ 2.
2003-09-12Fixed LexerManager Clear method as recommended by Sam Nabialek.ssteele1-1/+2
2003-09-11Fixed indicator documentation.nyamatongwe1-1/+9
2003-09-11Setting DEBUG as normal build when developing.nyamatongwe1-4/+4
2003-09-11Patch from Philippe to make respond to WM_SETTEXT.nyamatongwe1-0/+1
2003-09-08Fixed VC6 build - added clarion lexerssteele1-0/+4
2003-09-08Avoid warning by promoting char to int.nyamatongwe1-1/+1
2003-09-08Comments and fixes from Philippe.nyamatongwe1-9/+14
2003-09-08Comments and fixes from Philippe.nyamatongwe1-19/+19
2003-09-08Patch from Philippe to patch restrict local function visibility and improve ↵nyamatongwe2-16/+28
code.
2003-09-07Ensure word selection doesn't decompose DBCS characters.nyamatongwe1-1/+1
2003-09-07Updated compiler versions and GTK+ version choice.nyamatongwe1-3/+5
2003-09-07Updated required compiler versions.nyamatongwe1-2/+2
2003-09-05Credit.nyamatongwe1-0/+1
2003-09-05Patch from Marius Gheorghe to support multiple equivalent entries innyamatongwe2-5/+55
WordList.
2003-09-05Ensure hotspot range initialised.nyamatongwe1-4/+5
Bug fixed in LayoutLine when determining if line has not changed.
2003-09-02Fixed hang when searching backwards in UTF-8 file for stringnyamatongwe1-1/+1
that is not present.
2003-09-01Patch from Nathan Holstein to avoid NUL characters entered fornyamatongwe1-0/+4
FN+arrow keys.
2003-08-26Fixed bug that ignored high bit of characters in comparisons.nyamatongwe1-1/+4
2003-08-22MinGW Developer Studio site now reachable.nyamatongwe1-2/+2
2003-08-22Removed dead link.nyamatongwe1-2/+2
2003-08-21Wrote function for upper casing strings as strupr was not available on Linux.nyamatongwe1-3/+17
2003-08-21List boxes now display with same font as current style whennyamatongwe1-2/+10
that font is a Pango font.
2003-08-19Hoisted ConvertLineEnds out of GetGtkSelectionText as it maynyamatongwe1-25/+31
be useful in other code.
2003-08-18Credit.nyamatongwe1-0/+1
2003-08-18Credit.nyamatongwe1-0/+1
2003-08-18Support for Clarion from Ron Schofield.nyamatongwe9-3/+477
2003-08-17Adapt g++ command line for version installed - 2.x adds -fvtable-thunks.nyamatongwe1-1/+4
2003-08-17Added assertion to prevent retrieving text beyond the end of the document.nyamatongwe1-0/+1
2003-08-17Added UTF-8 support for clipboard, primary selection and drag and drop.nyamatongwe1-77/+161
Disabled on Win32.
2003-08-15Automatic detection of GTK+ 2 and override allowed with GTK1.nyamatongwe1-1/+13
2003-08-14Added BOX indicator.nyamatongwe2-2/+8