aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21Patch from Hiroshi-Saito to allow strings to use ' delimiters.nyamatongwe1-3/+13
2003-07-21Fixed unused parameter warning.nyamatongwe1-1/+1
2003-07-21Fixed warning from Borland.nyamatongwe1-2/+2
2003-07-21Added PostScript lexer from Nigel Hathaway.nyamatongwe9-2/+391
2003-07-21Fixed bug where assertions may not have been appearing when they should.nyamatongwe1-2/+2
2003-05-27Fixed build to include Lout and EScript, also fixed ExternalLexer reference.ssteele1-1/+9
2003-05-16Moving downloads to SourceForge.nyamatongwe1-3/+3
2003-05-16Moving archive to SourceForge.nyamatongwe1-13/+13
2003-05-16Updated sizes.rel-1-53nyamatongwe1-2/+2
2003-05-16Updated blurb.nyamatongwe1-1/+1
2003-05-16Finished 1.53.nyamatongwe1-0/+57
2003-05-15SCI_LOADLEXERLIBRARY.nyamatongwe1-1/+7
2003-05-15LoadLexerLibrary now implemented.nyamatongwe1-1/+0
2003-05-15Updated mailing list info.nyamatongwe1-6/+4
2003-05-15Updates for 1.53.nyamatongwe3-7/+26
2003-05-15Updating version number.nyamatongwe2-5/+5
2003-05-14Credits.nyamatongwe1-0/+1
2003-05-14INitial version.nyamatongwe1-0/+270
2003-05-14EScript lexer added.nyamatongwe8-8/+46
2003-05-14Moved lmNull into LexOthers.cxx as there was a report that the currentnyamatongwe2-17/+17
location trips a bug in MSVC 7.1.
2003-05-14Added MinGW Developer Studio.nyamatongwe1-0/+5
2003-05-11Clipping copy range into document.nyamatongwe1-0/+2
2003-05-11Ensure text copied to clipboard is terminated at correct length.nyamatongwe1-10/+5
2003-05-11Addition of CopyText, CopyRange, and LineCopy.nyamatongwe8-27/+118
2003-05-09Fixed problem when missing reverse arrow cursor resource meant cursor ↵nyamatongwe1-1/+5
disappeared over margin.
2003-05-09Credit.nyamatongwe1-0/+1
2003-05-09Added Lout lexer by Kein-Hong Man.nyamatongwe3-3/+9
2003-05-09Added Lout lexer by Kein-Hong Man.nyamatongwe1-0/+208
2003-05-09Added Lout lexer by Kein-Hong Man.nyamatongwe5-3/+34
2003-04-30Protection from runaway recursion.nyamatongwe1-1/+1
2003-04-30Separated ifdefs around WM_UNICHAR and UNICODE_NOCHAR to work on somenyamatongwe1-0/+9
compiler setups.
2003-04-30More protection against recursive property settings.nyamatongwe1-16/+16
2003-04-29Removed hack that did not set the scroll bar when changing documents whichnyamatongwe1-4/+1
worked around a GTK+ 2 problem that is now fixed by using an extra window for the text.
2003-04-29Text area is now a separate GtkDrawingArea and thus a separate X windownyamatongwe1-38/+85
which simplifies clipping against scroll bars which are no longer windows since GTK+ 2. Only handles expose events, other events are handled by the containing Scintilla widget. DisplayCursor handled here so that it is done relative to the text widget rather than whole Scintilla widget, so cursor is left alone for scroll bars. This removed some very messy code for managing the cursor over the scroll bars.
2003-04-29Made Redraw only redraw the text area, not the scrollbars.nyamatongwe1-1/+3
2003-04-29Made DisplayCursor virtual so could be overridden by GTK+ platform code.nyamatongwe1-1/+1
2003-04-27Using iconv to convert input into current character set.nyamatongwe2-25/+52
2003-04-24Fixed late unchecked change.nyamatongwe1-1/+1
2003-04-23Using iconv for character set conversion.nyamatongwe1-15/+114
2003-04-22Pango drawing now tries converting from the current locale in preference to ↵nyamatongwe1-10/+46
converting from Latin1. Latin1 still used if locale does not work.
2003-04-21New folding scheme that allows "} else {" to be a fold header.nyamatongwe2-251/+43
2003-04-20Command line definition can turn off thunks option and avoid warning onnyamatongwe1-2/+6
gcc 3.x.
2003-04-19Fix len parameter to avoid writing beyond end.nyamatongwe1-1/+1
2003-04-19Made previous version look at both bytes in wParam for WM_UNICHAR.nyamatongwe1-1/+5
2003-04-19Added processing of WM_UNICHAR.nyamatongwe1-0/+19
2003-04-18Changed Function* to simpler Function.nyamatongwe3-8/+8
2003-04-18New methods for finding the next or previous position taking multi bytenyamatongwe5-24/+41
characters into account.
2003-04-18Added manifest.nyamatongwe1-0/+4
2003-04-18Correct location of header.nyamatongwe1-1/+1
2003-04-18Cast to allow recent gcc and Borland compilers to build.nyamatongwe1-1/+2