aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2000-11-08Changed keystroke handling so that GTK+ stops keys that are mapped tonyamatongwe3-10/+18
commands which allows them to propogate up to containers rather than requiring explicit propogation.
2000-11-08Added Pascal Lexer.nyamatongwe4-13/+25
2000-11-08Initial version by Laurent le Tynevez.nyamatongwe1-0/+208
2000-11-06Updated release blurbs.nyamatongwe2-2/+3
2000-11-06Size and release blurb modifications.nyamatongwe1-1/+1
2000-11-06Updated for 1.33.nyamatongwe2-1/+150
2000-11-06Updating download version numbers and sizes.nyamatongwe3-7/+23
2000-11-06Fix from laurent so binary search works when ignoring case.nyamatongwe1-2/+2
2000-11-06Added Pascal language.nyamatongwe2-0/+2
2000-11-06Fix from Steve for handling '\' in PHP strings.nyamatongwe1-1/+4
2000-11-05Avoid scrolling when mouse down near right margin and scolled to left.nyamatongwe1-6/+2
2000-11-03Smoother EnsureCaretVisible from Stephan.nyamatongwe1-38/+41
2000-11-03Shift+Tab when selection on one line moves cursor backwards to tab stopsnyamatongwe1-12/+23
just as it does in VC++.
2000-11-03Added LexConf.nyamatongwe1-1/+3
2000-11-02Updated version number.nyamatongwe1-4/+4
2000-11-01Ahmad's Apache CONF support.nyamatongwe2-2/+8
2000-11-01Ahmad's Apache CONF lexer.nyamatongwe3-0/+201
2000-11-01Change from Stephan to scroll to horizontal 0 position when possible.nyamatongwe1-2/+13
2000-11-01Updated initial size to be 1000x1000.nyamatongwe1-2/+2
2000-10-27Added support for JavaScript regular expressions.nyamatongwe2-4/+50
2000-10-26Added regular expression classes for Javascript and embedded Javascript.nyamatongwe2-0/+6
2000-10-16Merged Jason's WordPart left and right movement patch.nyamatongwe5-0/+120
2000-10-13Made whole word searching work again.nyamatongwe1-1/+1
2000-10-13Fix from Peter to make tab key fill up to tab stop when using spaces.nyamatongwe1-2/+6
2000-10-13Better setting of charset for Eastern Europe and escape to allownyamatongwe1-1/+8
font to be specified completely with leading "-".
2000-10-13Changed mail address to Big Pond.nyamatongwe3-5/+25
Added several sites to related sites page. Fixed spelling on history page.
2000-10-06Patch from Mark for SCN_PAINTED notification at end of painting.nyamatongwe4-45/+64
2000-10-06New from Mark so CVS doesn't look at .obj or .res.nyamatongwe1-0/+3
2000-10-06Mark added a QUIET option to turn off the Microsoft copyright notices.nyamatongwe1-0/+7
2000-10-06Added call to NotifyMove in MovePositionTo to cause SCN_POSCHANGED to benyamatongwe1-0/+1
sent.
2000-10-06patch from John Ehresman to autocompletion when cancelAtStartpos is falsenyamatongwe1-25/+13
and user backspaces into pre-existing text.
2000-10-05Made SCI_SETCURSOR take effect immediately.nyamatongwe1-0/+1
2000-10-05SetCursor implemented.nyamatongwe4-13/+29
2000-10-05Added cursor setting.nyamatongwe2-0/+11
2000-10-05Mouse capture doesn't always call ::GetCapture.nyamatongwe3-18/+36
Better line selection handling.
2000-10-04Added SCLEX_CONF.nyamatongwe2-0/+2
2000-10-04Changed SetDocPointer to use second argument.nyamatongwe1-1/+1
2000-10-03Mouse down captures now optional.nyamatongwe4-11/+33
Save and restore of assertion destination in paint.
2000-10-03Mouse down captures now optional.nyamatongwe5-6/+17
2000-10-03Error status attribute created.nyamatongwe4-0/+16
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe4-3/+52
can be directed wither to debug output or message boxes on Windows.
2000-09-22Added SCI_GRABFOCUS handling.nyamatongwe1-0/+4
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe4-16/+32
determined focus. hasFocus determines whether the caret is displayed.
2000-09-22Added SetFocus and GetFocus for access to the internal focus flag whichnyamatongwe2-0/+7
determines if the caret is displayed.
2000-09-19Patch from Stephan with some casts to avoid warnings.nyamatongwe1-6/+6
2000-09-18Patches from Stephan for XIM input to allow accented characters to be typednyamatongwe2-4/+137
into Scintilla on GTK+.
2000-09-18Some "struct"s added to make compile as C as well as C++.nyamatongwe1-10/+10
2000-09-18Added patch from Eric Hougaard to send the length in the need shownnyamatongwe1-1/+1
notification.
2000-09-14Markus added some more print modes.nyamatongwe3-2/+15
2000-09-08Implemented settable caret width.nyamatongwe5-6/+33