index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
DocumentAccessor.cxx
Age
Commit message (
Collapse
)
Author
Files
Lines
2003-07-21
Fixed bug where assertions may not have been appearing when they should.
nyamatongwe
1
-2
/
+2
2002-05-20
Added a Match method to Accessor to make it easy to check for strings in a ↵
nyamatongwe
1
-0
/
+9
document. Moved IsASpaceOrTab into StyleContext header.
2002-02-11
Changes to tighten up styling beyond the bounds of the document.
nyamatongwe
1
-0
/
+3
May not be permanent.
2001-10-28
Fixed Platform changes for GTK+ and hid most of the implementation of
nyamatongwe
1
-8
/
+0
Surface.
2001-10-28
Removed platform-specific headers from Platform.h and thus stopped
nyamatongwe
1
-1
/
+1
visibility of these headers to most code.
2001-05-31
Using explicit set of whitespace characters to avoid calling isspace
nyamatongwe
1
-1
/
+2
with value that may be out of allowed range.
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-13
/
+13
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2000-07-22
Changed key codes to not overlap printing keys.
nyamatongwe
1
-6
/
+7
Mved the #ifs around DBCS support to avoid warnings on GTK+.
2000-07-07
Included string.h
nyamatongwe
1
-0
/
+1
2000-04-07
Changing code to ensure no warnings are produced by compilers.
nyamatongwe
1
-1
/
+1
2000-04-07
Accessor has a virtual destructor.
nyamatongwe
1
-0
/
+3
2000-04-06
Initial Unicode support code.
nyamatongwe
1
-1
/
+6
2000-04-05
Moved performance critical functionality back up into Accessor from
nyamatongwe
1
-1
/
+1
sub classes.
2000-04-04
Initial version.
nyamatongwe
1
-0
/
+166