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-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
2012-05-17
Update version numbers in Qt project files.
nyamatongwe
1
-0
/
+6
2012-05-17
Ignore more Qt build artifacts.
nyamatongwe
1
-1
/
+11
2012-05-17
Qt platform layer added. Based on an implementation from Jason Haslam
nyamatongwe
22
-0
/
+4838
2012-05-17
Ignore more file types which may be created with Qt or Python.
nyamatongwe
1
-0
/
+5
2012-05-17
Templates and projects are source code so should use native line ends.
nyamatongwe
1
-0
/
+3
2012-05-16
Automating changing version numbers in resource files and documentation.
nyamatongwe
2
-4
/
+48
2012-05-16
Treat 66 non-characters *FFFE, *FFFF, FDD0 .. FDEF as errors and display the ...
nyamatongwe
1
-0
/
+8
2012-05-16
Fix signed/unsigned comparison warning.
nyamatongwe
1
-1
/
+1
2012-05-15
Avoid assertion failure at end of PHP document.
nyamatongwe
1
-1
/
+2
2012-05-10
Added OScript and Visual Prolog lexers to OS X build.
nyamatongwe
1
-1
/
+9
2012-05-10
Lexer added for Visual Prolog. Feature #3523018.
nyamatongwe
6
-0
/
+527
2012-05-09
OScript lexer by Ferdinand Prantl added. Feature #3523018.
nyamatongwe
6
-0
/
+597
2012-05-08
Add some casts to avoid narrowing warnings from g++ 4.7.
nyamatongwe
2
-11
/
+13
2012-05-08
For high DPI modes use explicit 96 DPI scaling for Direct2D to avoid double
nyamatongwe
1
-2
/
+2
2012-05-08
Feature #3520037. Trim current selection when setting a word or
nyamatongwe
2
-5
/
+11
2012-05-06
Credit.
nyamatongwe
1
-0
/
+1
2012-05-05
Add some casts to avoid narrowing warnings from g++ 4.7.
nyamatongwe
1
-2
/
+2
2012-05-05
Replace std::auto_ptr with own code as has been deprecated by C++11.
nyamatongwe
1
-2
/
+15
2012-05-05
Make destructors virtual to avoid warnings from g++ 4.7.
nyamatongwe
6
-5
/
+7
2012-05-04
Bug #3522250. Group undo for newline with selection.
nyamatongwe
1
-2
/
+11
2012-05-04
Bug #3522251. SCI_NEWLINE with multiple selections now only replaces the
nyamatongwe
1
-0
/
+5
2012-04-30
When attempting to show invalid text in find indicator, hide the indicator.
nyamatongwe
1
-1
/
+3
2012-04-29
Ignore smooth scrolling events.
nyamatongwe
1
-0
/
+7
2012-04-29
Fix deprecation warning for GTK+ 3.4.
nyamatongwe
1
-0
/
+5
2012-04-29
Fix autocompletion list being too short on GTK+ 3.x.
nyamatongwe
1
-1
/
+6
2012-04-26
Fix crash where find indicator range fragments a character.
nyamatongwe
1
-1
/
+2
2012-04-26
Fix bug identified by Xcode Analyze.
nyamatongwe
1
-1
/
+1
2012-04-24
Feature #3520037. Restore Ctrl+Triple Click adding a line to the selection.
nyamatongwe
1
-1
/
+1
2012-04-23
Feature #3520037. Modify Ctrl+Double Click change so that does not trigger
nyamatongwe
1
-1
/
+1
2012-04-23
Bug #3519246. Stop allowing selection into virtual space for rectangular sele...
nyamatongwe
1
-1
/
+1
2012-04-23
Allow Ctrl+Double Click to add words to the selection.
nyamatongwe
1
-1
/
+2
2012-04-21
Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027.
nyamatongwe
1
-3
/
+4
2012-04-21
Fix problem with JavaScript /*/ which starts a comment. Bug #3520032.
nyamatongwe
1
-0
/
+4
2012-04-21
Use a cast to avoid warnings from cppcheck about sign extension of characters.
nyamatongwe
1
-1
/
+1
2012-04-21
Use C++ casts instead of C casts to avoid warnings from cppcheck.
nyamatongwe
1
-5
/
+5
2012-04-21
Avoid warning from cppcheck for not checking for self assignment.
nyamatongwe
1
-12
/
+14
2012-04-15
Add an option to draw wrap markers in line number margin. Feature #3518198.
Marko Njezic
4
-20
/
+33
2012-04-21
Ensure annotation box is drawn using base style. Bug #3519872.
nyamatongwe
1
-1
/
+1
2012-04-20
Added tag rel-3-1-0 for changeset a92195777290
nyamatongwe
0
-0
/
+0
2012-04-16
Updating 3.1.0 release.
rel-3-1-0
nyamatongwe
1
-0
/
+3
2012-04-16
Preparing 3.1.0 release.
nyamatongwe
5
-15
/
+103
2012-04-16
Implemented find indicator with animation for OS X.
nyamatongwe
7
-2
/
+313
2012-04-16
Matched spelling change.
nyamatongwe
1
-2
/
+2
2012-04-16
Fixed spelling.
nyamatongwe
3
-7
/
+7
2012-04-15
Printing uses different margins, so reset screen margins. Bug #3517854.
Marko Njezic
1
-0
/
+4
2012-04-16
Updated tests for bug #3518198.
nyamatongwe
1
-1
/
+3
2012-04-14
Make FindColumn() return correct position when column falls inside tab width....
Marko Njezic
1
-0
/
+2
[next]