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
2014-08-05
Fix problem where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called.
Neil
2
-0
/
+4
2014-08-03
Made destructor virtual to avoid warnings.
Neil
1
-1
/
+1
2014-08-01
Rust: Slightly refactor/comment the number literal scanning.
SiegeLord
1
-12
/
+25
2014-08-02
Clang warns for register keyword used in system headers so turn off warning.
Neil
1
-1
/
+1
2014-08-02
Change log.
Neil
1
-0
/
+4
2014-08-01
Support transpose character after {} operator
John Donoghue
1
-1
/
+4
2014-07-30
Change log.
Neil
1
-0
/
+9
2014-07-29
Rust: Highlight byte-string literals.
SiegeLord
3
-22
/
+48
2014-07-29
Rust: Allow escaping naked CR in strings.
SiegeLord
1
-1
/
+1
2014-07-29
Rust: Update hashbang comment syntax.
SiegeLord
1
-1
/
+1
2014-07-30
Ruby: fix theoretical missing assignment and remove dead one
Colomban Wendling
1
-1
/
+1
2014-07-29
Allow identifier suffix = in Ruby symbol literals
Colomban Wendling
1
-1
/
+6
2014-07-29
Allow global/class/instance variables as Ruby symbol literals
Colomban Wendling
1
-0
/
+25
2014-07-29
Bug [#1627]. Allow FIDs as Ruby symbol literals
Colomban Wendling
1
-1
/
+5
2014-07-30
Removed NotifyChar tha is not needed from new Korean IME code and use correct
Neil
1
-6
/
+2
2014-07-29
Fixing previous change for mako to be type-safe.
Neil
1
-1
/
+1
2014-07-26
Bug [#1622]. Don't crash with ## comments in Mako.
Neil
1
-1
/
+7
2014-07-24
Fix section end.
Neil
1
-1
/
+1
2014-07-24
Ensure all fields initialised in constructor.
Neil
2
-11
/
+7
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
4
-16
/
+8
2014-07-24
Mark const methods const.
Neil
3
-3
/
+3
2014-07-24
Remove line end whitespace.
Neil
2
-2
/
+2
2014-07-24
Remove false shadowing between local variables and enum values.
Neil
1
-48
/
+48
2014-07-24
Feature [feature-requests:#1059]. Disable -Wshadow warnings for lexers.
Neil
1
-0
/
+5
2014-07-23
Avoid shadowed names mostly in method prototypes. Turn off shadow
Neil
7
-23
/
+23
2014-07-23
Add PerLine.h to the header order.
Neil
1
-0
/
+1
2014-07-23
Limit and simplify variable lifetimes used in the IME code.
Neil
1
-8
/
+4
2014-07-22
Merged with GTK+ change.
Neil
1
-0
/
+4
2014-07-22
Make a little safer when there is text that is invalid in the encoding.
Neil
1
-0
/
+4
2014-07-19
Change log.
Neil
1
-0
/
+4
2014-07-19
Move Korean IME inside window and make undo work correctly without undoing into
johnsonj
1
-2
/
+133
2014-07-19
Using const for string argument to allow use with literals.
Neil
4
-5
/
+5
2014-07-19
Treated SC_PHASES_MULTIPLE as SC_PHASES_TWO when buffered drawing is on.
Neil
2
-1
/
+3
2014-07-18
Added the tentative undo feature. This is useful for IMEs that want to display
Neil
4
-1
/
+116
2014-07-18
Updated change log.
Neil
1
-0
/
+9
2014-07-18
Remove unused function.
Neil
1
-6
/
+0
2014-07-18
Conditionally use the namespace so that the functions match the header so link.
Neil Hodgson
1
-0
/
+8
2014-07-18
Allow extreme ascenders and descenders to overlap into adjacent lines with
Neil
11
-220
/
+364
2014-07-17
Refactored Drawline into separate methods for each aspect of drawing.
Neil
5
-269
/
+337
2014-07-16
Bug [#1622]. Don't crash with SGML after a Mako comment.
Neil
2
-1
/
+7
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
9
-95
/
+359
2014-07-15
Switch from tracking rectangle to tracking area. This is the more recent Coco...
Neil Hodgson
2
-11
/
+23
2014-07-14
Updated change log.
Neil
1
-0
/
+7
2014-06-20
Protect against calling Cairo function on versions of Cairo before it existed.
nyamatongwe
1
-0
/
+2
2014-07-10
Fix the insertText: method on ScintillaView to accept NSAttributedString as w...
Neil Hodgson
2
-3
/
+6
2014-07-10
When losing focus, complete any IME composition.
Neil
2
-0
/
+7
2014-07-09
Ensure correct width used for overstrike caret for multi-byte character on GTK+
Neil
1
-1
/
+2
2014-07-08
Updated make dependencies for new files.
Neil
1
-47
/
+98
2014-07-08
Made recent refactor work on Cocoa.
Neil Hodgson
3
-4
/
+37
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
20
-2632
/
+3316
[next]