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
sciteco-rel-5-5-8
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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-19
Credit.
nyamatongwe
1
-0
/
+1
2012-06-19
Removed limitation that is no longer true.
nyamatongwe
1
-3
/
+1
2012-06-18
Removed unnecessary code after change for bug #3535806.
nyamatongwe
1
-6
/
+1
2012-06-18
Remove marker only once for SCI_MARKERDELETE. Bug #3535806.
nyamatongwe
3
-4
/
+16
2012-06-17
Use std::string instead of fixed size strings.
nyamatongwe
6
-36
/
+55
2012-06-16
Existing autocompletion list is cancelled when single entry automatically
nyamatongwe
1
-0
/
+1
2012-06-16
Redraw margin when changing margin styles.
nyamatongwe
1
-0
/
+2
2012-06-13
Discover name of qmake as it is qmake-qt4 in some distributions of Linux.
Neil Hodgson
1
-2
/
+9
2012-06-13
Moved Qt platform section as it was interfering with GTK+ sub-platforms.
nyamatongwe
1
-4
/
+4
2012-06-13
Fix extra comma. Bug #3534667.
nyamatongwe
1
-1
/
+1
2012-06-13
Detect too many parameters in function, display error and throw exception.
nyamatongwe
1
-2
/
+6
2012-06-12
Reindented as was inconsistent.
nyamatongwe
1
-35
/
+34
2012-06-12
Fix truncation of descenders and underscores in list box.
nyamatongwe
1
-1
/
+1
2012-06-12
Fix double free of font objects with list box by copying font.
nyamatongwe
2
-1
/
+14
2012-06-11
Typo in comment.
nyamatongwe
1
-1
/
+1
2012-06-11
Credit.
nyamatongwe
1
-0
/
+1
2012-06-09
support LESS/HSS
pelsass
1
-8
/
+21
2012-06-08
Bug #3533036. Properly mask state when determining previous
Marko Njezic
1
-1
/
+1
2012-06-07
Initial version of build checker script.
nyamatongwe
1
-0
/
+75
2012-06-07
Protect against APIs only available on 10.6+ when building for 10.5.
nyamatongwe
2
-0
/
+16
2012-06-07
Use clang instead of gcc for ScintillaTest as that allows building for
nyamatongwe
1
-0
/
+2
2012-06-04
Properly position caret after undoing coalesced delete operations. Bug #3523326.
Marko Njezic
1
-4
/
+27
2012-06-04
Validate length of deletion: negative values caused crashes.
nyamatongwe
1
-1
/
+1
2012-06-04
Credit.
nyamatongwe
1
-0
/
+2
2012-06-04
Document new character set methods.
nyamatongwe
1
-7
/
+24
2012-06-04
Fix return value from new methods GetWhitespaceChars and GetPunctuationChars.
nyamatongwe
1
-2
/
+2
2012-05-29
add CharClassifier::GetCharsOfClass
Mook
10
-2
/
+295
2012-06-01
Added tag rel-3-2-0 for changeset ae4d2f897a8f
nyamatongwe
1
-0
/
+1
2012-05-30
Updated to mention tests run on Python 2.7.
nyamatongwe
1
-4
/
+3
2012-05-29
Information about running on Fedora.
nyamatongwe
1
-1
/
+2
2012-05-29
Updates for 3.2.0.
nyamatongwe
7
-21
/
+104
2012-05-27
On Linux, disable warnings that occur in PySide generated code or PySide headers
Neil Hodgson
1
-0
/
+1
2012-05-27
Disable a warning that clang 3.0 gives incorrectly.
Neil Hodgson
2
-0
/
+10
2012-05-27
Add a way to run the clang static analyzer by defining CLANG_ANALYZE to make.
Neil Hodgson
1
-2
/
+5
2012-05-26
Fix for IME input sometimes causing horizontal jumps. Bug #3529728
nyamatongwe
1
-0
/
+2
2012-05-26
Add DeleteRange method.
nyamatongwe
5
-0
/
+19
2012-05-26
Add GetRangePointer and GetGapPosition methods.
nyamatongwe
9
-3
/
+96
2012-05-26
Relying on Document for position in line of line end characters.
nyamatongwe
2
-12
/
+5
2012-05-26
Reduce code to avoid warning from cppcheck.
nyamatongwe
1
-4
/
+2
2012-05-26
Use standardised and more stringent UTF8Classify for determining validity and
nyamatongwe
1
-58
/
+61
2012-05-26
For case-insensitive UTF-8 searching, use UTF8Classify for finding valid
nyamatongwe
3
-28
/
+29
2012-05-26
Optimize case-sensitive searching by hoisting the first character of search
nyamatongwe
1
-6
/
+9
2012-05-26
Optimize UTF-8 character length calculations by using an array.
nyamatongwe
3
-17
/
+39
2012-05-26
Move classification of UTF-8 byte sequences into UniConversion module.
nyamatongwe
3
-86
/
+102
2012-05-19
Remove old, experimental code.
nyamatongwe
1
-8
/
+0
2012-05-19
Free text layout after drawing text.
nyamatongwe
1
-0
/
+1
2012-05-17
Fixed out-of-date test program name.
nyamatongwe
1
-1
/
+1
2012-05-17
Add __init__.py to bin so it can be used as a module from Python.
nyamatongwe
1
-0
/
+1
2012-05-17
Avoid noisy warnings from GCC on Qt.
nyamatongwe
1
-0
/
+6
2012-05-17
Added PLAT_QT for Qt builds.
nyamatongwe
1
-0
/
+5
[prev]
[next]