Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-01 | Fixed typos. | nyamatongwe | 1 | -2/+2 | |
2002-08-01 | Updated sizes for 1.47. | nyamatongwe | 1 | -1/+1 | |
2002-08-01 | Updates for 1.47. | nyamatongwe | 3 | -63/+152 | |
2002-08-01 | Updated for 1.47. | nyamatongwe | 1 | -6/+50 | |
2002-07-31 | Fixed problems with runs of text >= 5000 characters. | nyamatongwe | 1 | -5/+11 | |
2002-07-31 | Added comment on building for GTK+ 2. | nyamatongwe | 2 | -1/+6 | |
2002-07-31 | Updating for release 1.47. | nyamatongwe | 3 | -14/+47 | |
2002-07-30 | Updated version number to 1.47. | nyamatongwe | 2 | -5/+5 | |
2002-07-29 | Made compatible with both GTK+ 1.x and 2.x. | nyamatongwe | 2 | -20/+69 | |
SCINTILLA_NOTIFY defines the name of the notify signal used generated by Scintilla as this has changed for GTK+ 2.x due to a clash with the "notify" signal defined by GTK+. | |||||
2002-07-29 | Can now generate into a new file as well as regenerate in place. | nyamatongwe | 1 | -18/+36 | |
Creates a VS .NET project file from an input template. | |||||
2002-07-29 | Added capability to work with multiple substitution lists in one file. | nyamatongwe | 1 | -24/+57 | |
2002-07-29 | Avoid Borland warning. | nyamatongwe | 1 | -1/+1 | |
2002-07-29 | Removed Scriptol lexer. | nyamatongwe | 6 | -12/+2 | |
2002-07-29 | Dropped as the Scriptol package not completely correct. | nyamatongwe | 1 | -459/+0 | |
2002-07-29 | Added the scintilla_vc6.mak makefile. | nyamatongwe | 1 | -0/+1 | |
2002-07-29 | INitial version from Simon Steele. | nyamatongwe | 1 | -0/+328 | |
2002-07-28 | Added new line cache validity level between invalid and positions correct | nyamatongwe | 1 | -82/+147 | |
for when some text or style may or may not have been changed. Allows optimization of the common case where a modification only changes the style of a small range of the document. Changed styling notifications to only include the range up to the last character that was actually modified. Full paint now paints all of the margins as well. Required to simplify handling of abandoned paints where styling causes fold markers to change. Tab key, in insert spaces mode, is treated as a single undo action. | |||||
2002-07-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -3/+4 | |
handling of abandoned paints where styling causes fold markers to change. | |||||
2002-07-28 | Added new line cache validity level between invalid and positions correct | nyamatongwe | 1 | -1/+2 | |
for when some text or style may or may not have been changed. Allows optimization of the common case where a modification only changes the style of a small range of the document. | |||||
2002-07-28 | Changed styling notifications to only include the range up to the last | nyamatongwe | 1 | -4/+7 | |
character that was actually modified. | |||||
2002-07-28 | Changed Contains to do semi-includive bounds correctly. | nyamatongwe | 1 | -2/+2 | |
2002-07-28 | Full paint now paints all of the margins as well. Required to simplify | nyamatongwe | 1 | -5/+5 | |
handling of abandoned paints where styling causes fold markers to change. | |||||
2002-07-26 | Patch from John Ehresman to return false from styling operations when | nyamatongwe | 2 | -10/+21 | |
reentering causes styling to not be performed. | |||||
2002-07-24 | Added Visual MinGW. | nyamatongwe | 1 | -0/+4 | |
2002-07-23 | Removed unnecessary line layout cache invalidation. | nyamatongwe | 1 | -11/+13 | |
Fixed problem where wrap needed was moving the last wrapped line forward past lines that were not yet wrapped. Minor improvement to LineLayout to handle lines that only need a single display line which is the majority most of the time. | |||||
2002-07-21 | Added Scriptol lexer. | nyamatongwe | 1 | -0/+21 | |
2002-07-21 | Initial version. | nyamatongwe | 1 | -0/+459 | |
2002-07-21 | Added Scriptol language. | nyamatongwe | 5 | -2/+9 | |
2002-07-21 | Added Scriptol lexer. | nyamatongwe | 1 | -0/+23 | |
2002-07-20 | Documented Scintilla_DirectFunction. | nyamatongwe | 1 | -2/+4 | |
2002-07-20 | Module definition file ensures exported symbols use sensible names. | nyamatongwe | 1 | -0/+2 | |
2002-07-20 | Exporting direct calling function from DLLs. | nyamatongwe | 3 | -8/+15 | |
2002-07-20 | Added export libraries, *.exp, to list of unwanted temporary files. | nyamatongwe | 2 | -2/+2 | |
2002-07-17 | Patch from John Ehresman to convert clipboard text to use the line endings ↵ | nyamatongwe | 1 | -49/+70 | |
of the document. | |||||
2002-07-17 | Remove *.res from files zipped. | nyamatongwe | 1 | -1/+1 | |
2002-07-16 | Removed dead code. | nyamatongwe | 1 | -3/+0 | |
2002-07-14 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2002-07-11 | Patch from Philippe to improve caret policy. | nyamatongwe | 5 | -654/+1013 | |
2002-07-07 | Using ContainerClass everywhere as the parent class of Scintilla rather | nyamatongwe | 1 | -1/+1 | |
than Fixed. | |||||
2002-07-07 | Made compatible with either GTK+ 1.x or GTK+ 2.x. | nyamatongwe | 2 | -6/+26 | |
2002-07-06 | Made static as that seemed to be done by GTK+ 2 code. | nyamatongwe | 1 | -1/+1 | |
2002-07-05 | Removed check that is now redundant. | nyamatongwe | 1 | -1/+1 | |
2002-07-05 | Added check in ScintillaBase::Context menu to stop popup when feature | nyamatongwe | 1 | -12/+14 | |
turned off. This check had been in the platform layer. | |||||
2002-07-05 | Take no action for SCI_GETTEXT with wParam == 0. | nyamatongwe | 1 | -0/+2 | |
2002-07-05 | Documented the incorrect values of SCEN_SETFOCUS and SCEN_KILLFOCUS. | nyamatongwe | 2 | -1/+6 | |
2002-07-05 | Moved new entries to top. | nyamatongwe | 1 | -9/+9 | |
2002-07-05 | Fix for Wing. | nyamatongwe | 1 | -1/+1 | |
2002-07-05 | Added new related projects and updates some others. | nyamatongwe | 1 | -5/+13 | |
2002-06-19 | TextHeight feature contributed by Josh Wingstrom. | nyamatongwe | 5 | -3/+12 | |
2002-06-13 | Added -Os space optimization compiler option. | nyamatongwe | 1 | -1/+1 | |