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
2013-06-10
Define custom get_ / set_ margin_mask_n to treat values as a bitmask
John Ehresman
1
-0
/
+27
2013-06-13
Change log.
nyamatongwe
1
-0
/
+4
2013-06-13
Bug: [#1487]. Fix memory leak of font names.
nyamatongwe
1
-0
/
+3
2013-06-12
Change log.
nyamatongwe
1
-0
/
+4
2013-06-12
Change log.
nyamatongwe
1
-0
/
+5
2013-06-11
Change log.
nyamatongwe
1
-0
/
+3
2013-06-11
Fix a bug with word wrap where the last line could be shown twice.
nyamatongwe
1
-0
/
+2
2013-06-06
Disable methods required for GTK+ 3 when building for GTK+ 2.
nyamatongwe
1
-0
/
+6
2013-06-05
Merged with GTK+ change.
nyamatongwe
1
-1
/
+1
2013-06-05
Make method const since it has no side-effects.
nyamatongwe
1
-1
/
+1
2013-06-05
Make method static as it does not use instance variables.
nyamatongwe
1
-2
/
+2
2013-06-05
Enable EnsureRenderTarget and DropRenderTarget only when Direct2D available.
nyamatongwe
1
-4
/
+8
2013-06-05
Add to change log.
nyamatongwe
1
-0
/
+3
2013-06-05
Add to change log.
nyamatongwe
1
-0
/
+5
2013-05-26
* Fixed a bug in incremental lexing which often caused a full redraw
kudah
1
-2
/
+2
2013-06-05
Change log entries for SciTE.
nyamatongwe
1
-0
/
+14
2013-06-05
Turn font smoothing on for font quality level SC_EFF_QUALITY_LCD_OPTIMIZED.
nyamatongwe
1
-0
/
+2
2013-06-05
Avoid crash when byte value does not represent a character in current encoding.
nyamatongwe
1
-0
/
+2
2013-06-02
Added tag rel-3-3-3 for changeset 1cd0ebd58592
nyamatongwe
0
-0
/
+0
2013-05-27
Updated changes list.
rel-3-3-3
nyamatongwe
1
-4
/
+1
2013-05-27
Updated version numbers, date, and change log for 3.3.3.
nyamatongwe
7
-16
/
+27
2013-05-27
Update all release dates based on date in scintilla/doc/index.html.
nyamatongwe
1
-13
/
+52
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
8
-96
/
+104
2013-05-25
Simplify copying text since it is now using a std::string so no need to
Neil Hodgson
1
-29
/
+12
2013-05-25
Use simplified call to set SelectionText from std::string.
Neil Hodgson
1
-16
/
+18
2013-05-25
Add a simplified way to set a SelectionText from a std::string.
Neil Hodgson
1
-0
/
+3
2013-05-25
Bug: [#1481]. Incorrect event copying on GTK+ 3.x.
Neil Hodgson
1
-5
/
+14
2013-05-25
Fix crashes with SelectionText instances that did not have \0 terminators.
Neil Hodgson
1
-7
/
+7
2013-05-24
Add Structured Text lexer.
nyamatongwe
1
-0
/
+4
2013-05-24
Updated make dependencies.
Neil Hodgson
1
-4
/
+4
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
28
-135
/
+135
2013-05-23
Change log for bug #1478.
nyamatongwe
1
-0
/
+4
2013-05-23
Credit/change log for bug #1477.
nyamatongwe
1
-0
/
+5
2013-05-23
Always display editor text in LTR direction
Yosef Or Boczko
1
-1
/
+4
2013-05-23
Bug: [#1478]. Tab/backTab in column select requires one undo per line.
nyamatongwe
1
-6
/
+2
2013-05-23
Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...
nyamatongwe
6
-0
/
+460
2013-05-23
Switch to calls compatible with old compilers/run times so that cross compiling
nyamatongwe
2
-4
/
+4
2013-05-22
Added tag rel-3-3-2 for changeset d887fce16375
nyamatongwe
0
-0
/
+0
2013-05-19
Fix display of multi-byte Unicode character at line start.
rel-3-3-2
nyamatongwe
1
-1
/
+0
2013-05-19
The convertRectToScreen: message was introduced in 10.7 so use convertBaseToS...
nyamatongwe
1
-2
/
+9
2013-05-19
Don't dereference character string when length is 0. May be a NULL pointer
nyamatongwe
1
-1
/
+1
2013-05-18
Fix import list folding in fully indented modules
kudah
1
-79
/
+87
2013-05-17
Fix fold all to show lines instead of going past end which then failed.
nyamatongwe
1
-1
/
+1
2013-05-16
Added SciTECO.
nyamatongwe
1
-0
/
+4
2013-05-16
Updates for 3.3.2.
nyamatongwe
1
-1
/
+1
2013-05-16
Updates for 3.3.2.
nyamatongwe
6
-13
/
+14
2013-05-16
Change log.
nyamatongwe
1
-1
/
+1
2013-05-13
get rid of msvc warning
kudah
1
-5
/
+5
2013-05-09
* Literate Haskell support
kudah
4
-69
/
+185
2013-05-08
Fixed a bug when --:> was highlighted as a constructor
kudah
1
-52
/
+85
[next]