aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2002-07-29Added the scintilla_vc6.mak makefile.nyamatongwe1-0/+1
2002-07-29INitial version from Simon Steele.nyamatongwe1-0/+328
2002-07-28Added new line cache validity level between invalid and positions correctnyamatongwe1-82/+147
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-3/+4
2002-07-28Added new line cache validity level between invalid and positions correctnyamatongwe1-1/+2
2002-07-28Changed styling notifications to only include the range up to the lastnyamatongwe1-4/+7
2002-07-28Changed Contains to do semi-includive bounds correctly.nyamatongwe1-2/+2
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-5/+5
2002-07-26Patch from John Ehresman to return false from styling operations whennyamatongwe2-10/+21
2002-07-24Added Visual MinGW.nyamatongwe1-0/+4
2002-07-23Removed unnecessary line layout cache invalidation.nyamatongwe1-11/+13
2002-07-21Added Scriptol lexer.nyamatongwe1-0/+21
2002-07-21Initial version.nyamatongwe1-0/+459
2002-07-21Added Scriptol language.nyamatongwe5-2/+9
2002-07-21Added Scriptol lexer.nyamatongwe1-0/+23
2002-07-20Documented Scintilla_DirectFunction.nyamatongwe1-2/+4
2002-07-20Module definition file ensures exported symbols use sensible names.nyamatongwe1-0/+2
2002-07-20Exporting direct calling function from DLLs.nyamatongwe3-8/+15
2002-07-20Added export libraries, *.exp, to list of unwanted temporary files.nyamatongwe2-2/+2
2002-07-17Patch from John Ehresman to convert clipboard text to use the line endings of...nyamatongwe1-49/+70
2002-07-17Remove *.res from files zipped.nyamatongwe1-1/+1
2002-07-16Removed dead code.nyamatongwe1-3/+0
2002-07-14Added credit.nyamatongwe1-0/+1
2002-07-11Patch from Philippe to improve caret policy.nyamatongwe5-654/+1013
2002-07-07Using ContainerClass everywhere as the parent class of Scintilla rathernyamatongwe1-1/+1
2002-07-07Made compatible with either GTK+ 1.x or GTK+ 2.x.nyamatongwe2-6/+26
2002-07-06Made static as that seemed to be done by GTK+ 2 code.nyamatongwe1-1/+1
2002-07-05Removed check that is now redundant.nyamatongwe1-1/+1
2002-07-05Added check in ScintillaBase::Context menu to stop popup when featurenyamatongwe1-12/+14
2002-07-05Take no action for SCI_GETTEXT with wParam == 0.nyamatongwe1-0/+2
2002-07-05Documented the incorrect values of SCEN_SETFOCUS and SCEN_KILLFOCUS.nyamatongwe2-1/+6
2002-07-05Moved new entries to top.nyamatongwe1-9/+9
2002-07-05Fix for Wing.nyamatongwe1-1/+1
2002-07-05Added new related projects and updates some others.nyamatongwe1-5/+13
2002-06-19TextHeight feature contributed by Josh Wingstrom.nyamatongwe5-3/+12
2002-06-13Added -Os space optimization compiler option.nyamatongwe1-1/+1
2002-06-12Patch from Gilles to make non debug targets force linking of lexers.nyamatongwe1-3/+5
2002-06-11Two enumerations incorrectly specified with "val".nyamatongwe1-2/+2
2002-06-10Avoid continuation lines due to hassles with old GCC.nyamatongwe1-3/+1
2002-06-09Compatibility with 64 bit systems.nyamatongwe2-10/+32
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-3/+3
2002-06-09Compatibility with 64 bit systems.nyamatongwe5-3/+14
2002-06-09Choose compile options that are more compatible with standard C++.nyamatongwe1-1/+1
2002-06-09Avoid type size warnings.nyamatongwe1-2/+1
2002-06-09Using lenpos_t to avoid typing problem.nyamatongwe1-1/+1
2002-06-08Added Olivier to credits.nyamatongwe1-0/+1
2002-06-08Changed autocompletion fill up character handling to ensure the fill up chara...nyamatongwe2-8/+13
2002-06-08Patch from Philippe to fix multiline string handling.nyamatongwe1-10/+12
2002-06-08Patch from Philippe to handling line continuation to suit Macintosh format fi...nyamatongwe1-6/+4
2002-06-08Stopped switching out of JavaScript state when </ inside regex.nyamatongwe1-0/+1