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
path:
root
/
include
/
Scintilla.iface
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-25
Add SCI_VCHOMEDISPLAY keyboard command
Colomban Wendling
1
-0
/
+4
2012-08-05
Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.
nyamatongwe
1
-0
/
+1
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
1
-0
/
+3
2012-07-16
Implement SCI_GETSELECTIONEMPTY API. Bug #3543121.
nyamatongwe
1
-0
/
+3
2012-07-09
Fixed spelling mistakes.
nyamatongwe
1
-3
/
+3
2012-07-04
Mark StyleClearAll as a functions because it isn't a setter.
nyamatongwe
1
-1
/
+1
2012-07-04
Convert functions to properties where safe.
nyamatongwe
1
-11
/
+11
2012-07-04
Fix ModificationFlags enum prefixes
nyamatongwe
1
-1
/
+1
2012-07-04
Fix incorrect inclusion of SCE_HA_ prefix in HTML lexer and friends
nyamatongwe
1
-4
/
+4
2012-07-04
Spaced consistently. From Denis Shelomovskij.
nyamatongwe
1
-2
/
+2
2012-06-22
Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments
nyamatongwe
1
-0
/
+1
2012-06-13
Fix extra comma. Bug #3534667.
nyamatongwe
1
-1
/
+1
2012-06-11
Typo in comment.
nyamatongwe
1
-1
/
+1
2012-06-04
Fix return value from new methods GetWhitespaceChars and GetPunctuationChars.
nyamatongwe
1
-2
/
+2
2012-05-29
add CharClassifier::GetCharsOfClass
Mook
1
-0
/
+14
2012-05-26
Add DeleteRange method.
nyamatongwe
1
-0
/
+3
2012-05-26
Add GetRangePointer and GetGapPosition methods.
nyamatongwe
1
-0
/
+9
2012-05-10
Lexer added for Visual Prolog. Feature #3523018.
nyamatongwe
1
-0
/
+26
2012-05-09
OScript lexer by Ferdinand Prantl added. Feature #3523018.
nyamatongwe
1
-0
/
+22
2012-04-15
Add an option to draw wrap markers in line number margin. Feature #3518198.
Marko Njezic
1
-0
/
+1
2012-04-16
Implemented find indicator with animation for OS X.
nyamatongwe
1
-0
/
+9
2012-04-16
Fixed spelling.
nyamatongwe
1
-3
/
+3
2012-04-16
Case-insensitive auto-completion selection. Bug #3516538.
nyamatongwe
1
-0
/
+10
2012-04-11
Change return type to position as it is returning a position.
nyamatongwe
1
-1
/
+1
2012-02-18
Lexer added for ECL language. Feature #3488209.
nyamatongwe
1
-0
/
+31
2012-01-23
Lexer for AviSynth from Bruno Barbieri. Feature #3475611.
nyamatongwe
1
-0
/
+18
2012-01-17
Added SCSS mode to CSS lexer. From Ross McKay.
nyamatongwe
1
-0
/
+1
2011-12-22
Lexer for the Take Command / TCC scripting language. Feature #3462462.
nyamatongwe
1
-0
/
+14
2011-11-29
Feature #3436256. Lexer for CoffeeScript from Eric Promislow
nyamatongwe
1
-0
/
+29
2011-11-16
Switched CountCharacters to be a function instead of a property.
nyamatongwe
1
-1
/
+1
2011-11-16
Bug #3283519. CountCharacters added to count the number of
nyamatongwe
1
-1
/
+3
2011-10-26
Implement ILoader interface so that clients can load documents from
nyamatongwe
1
-0
/
+3
2011-09-23
Allow to display calltip above or below the text
Sébastien Granjoux
1
-0
/
+3
2011-09-25
Palette support removed.
nyamatongwe
1
-7
/
+9
2011-09-24
Merged fractional text positioning branch.
nyamatongwe
1
-0
/
+28
2011-09-23
Add GetAllLinesVisible method as this can be used to minimize folding overhead.
nyamatongwe
1
-0
/
+3
2011-09-22
Hashquoted strings for Pike language from Chris Angelico.
nyamatongwe
1
-0
/
+1
2011-09-09
Merge with main repository.
nyamatongwe
1
-1
/
+20
2011-08-20
Styling of variable interpolation for Perl. Feature #3394258.
nyamatongwe
1
-0
/
+10
2011-08-12
Added SCI_STYLESETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, and SCI_SETTECHNOLOGY.
nyamatongwe
1
-2
/
+2
2011-08-11
Implemented parallel stacks for GDI and DirectWrite. GDI works
nyamatongwe
1
-1
/
+1
2011-08-10
Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite
nyamatongwe
1
-0
/
+9
2011-08-09
Improvements to LaTeX lexer from Josepmaria Roca adds several new
nyamatongwe
1
-1
/
+9
2011-08-07
Implement APIs for fractional font sizes and a range of weights.
nyamatongwe
1
-0
/
+19
2011-08-05
Lua lexer update for Lua 5.2 beta. Feature #3386330.
nyamatongwe
1
-0
/
+1
2011-07-21
Added dotted box indicator.
nyamatongwe
1
-0
/
+1
2011-07-19
Added ScrollToStart and ScrollToEnd key commands for OS X.
nyamatongwe
1
-0
/
+6
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-0
/
+15
2011-06-18
Added INDIC_SQUIGGLELOW. Bug #3314591.
nyamatongwe
1
-0
/
+1
2011-06-15
Added SCMOD_META key modifier for the Control key on OS X.
nyamatongwe
1
-0
/
+1
[prev]
[next]