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-05-14
GTK: Avoid flickering when wrapping lines
Colomban Wendling
1
-1
/
+1
2014-05-14
Bug [#1567]. Fix display flashing when scrolling with Gtk+ 3.10.
Neil
2
-4
/
+27
2014-05-14
Limit iterations when expanding macros in case a macro is recursive such as
Neil
1
-1
/
+4
2014-05-13
Feature [feature-requests:#1051]. Fixed shadowed local variable.
Neil
1
-1
/
+1
2014-05-12
Change log.
Neil
1
-0
/
+7
2014-05-12
Feature [feature-requests:#1051]. Support #if defined SYMBOL.
Neil
1
-94
/
+252
2014-05-12
Avoid cppcheck warning for LexPerl as not maintained by me.
Neil
1
-0
/
+1
2014-05-12
Split variable into two as used for different reasons. Use unsigned to avoid
Neil
1
-5
/
+4
2014-05-10
Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.
Neil
2
-2
/
+76
2014-05-10
Change log.
Neil
1
-0
/
+5
2014-05-02
Add missing not sign to fix DMIS label highlighting
Andreas Tscharner
1
-1
/
+1
2014-05-02
DMIS Minor words can also start with the digits 2, 3 or 4
Andreas Tscharner
1
-1
/
+1
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
8
-98
/
+99
2014-05-03
Fix Point and PRectangle constructors to match changes in Platform.h.
Neil Hodgson
2
-13
/
+14
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
10
-536
/
+547
2014-05-03
Explicit and more consistent use of XYPOSITION versus int.
Neil
1
-74
/
+101
2014-05-03
Using casts and an alternate PRectangle constructor to make XYPOSITION <-> int
Neil
7
-17
/
+22
2014-05-03
Explicit and more consistent use of XYPOSITION versus int.
Neil
1
-19
/
+19
2014-05-03
Convenience Point constructor from integers as common source of shapes.
Neil
4
-14
/
+17
2014-05-03
Add needed casts and remove a cast that is not needed.
Neil
1
-3
/
+3
2014-05-03
Using unsigned int for cache index to avoid casts and potential for failure.
Neil
1
-4
/
+5
2014-05-03
Fix comments that have not been correct since conversion to XYPOSITION.
Neil
1
-2
/
+2
2014-05-03
Move RoundXYPosition to global header to enable use in more modules.
Neil
2
-5
/
+3
2014-05-03
Fix assertion that was broken by undefined behaviour fix.
Neil
1
-1
/
+1
2014-05-02
Type cast to make previous change compile on Cocoa.
Neil Hodgson
1
-1
/
+2
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
6
-13
/
+13
2014-05-02
Use unsigned int for calculating hash and secondary probe as overflow of signed
Neil
2
-3
/
+3
2014-05-02
Enable building with Clang undefined behaviour sanitizer.
Neil
1
-2
/
+6
2014-05-01
Use explicit call as implicit conversion operator does not work in context.
Neil
1
-1
/
+1
2014-05-01
Cast to make previous change build on Cocoa.
Neil Hodgson
1
-1
/
+1
2014-05-01
Consolidate insertion for paste into Editor class and perform line end
Neil
9
-84
/
+66
2014-04-29
Stop disabling warnings where no longer needed.
Neil
5
-17
/
+3
2014-04-29
Fix some warnings instead of relying upon #pragma to hide them
Neil
4
-6
/
+6
2014-04-29
Added DMIS lexer.
Neil Hodgson
1
-0
/
+4
2014-04-29
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...
Neil
6
-0
/
+388
2014-04-25
Free system libraries at finalization.
Neil
2
-4
/
+29
2014-04-25
Delete factories when shutting down to avoid system messages frommm DXGI.
Neil
1
-0
/
+9
2014-04-25
Allow overriding AbandonPaint by platform code.
Neil
1
-1
/
+1
2014-04-24
Change log.
Neil
1
-0
/
+17
2014-04-22
Change log.
Neil Hodgson
1
-0
/
+4
2014-04-22
Bug [#1593]. Fix drawing bug on Cocoa where previous caret lines were visible
Neil Hodgson
1
-4
/
+5
2014-04-22
Hoisting some calculations into classes: ContractionState::DisplayLastFromDoc
Neil Hodgson
5
-27
/
+32
2014-04-21
Clean line end whitespace.
Neil
1
-1
/
+1
2014-04-21
View line state in margin with SC_FOLDFLAG_LINESTATE as an aid to debugging.
Neil
5
-9
/
+28
2014-04-21
Avoid warning about use of bitwise operators on boolean values.
Neil
1
-2
/
+2
2014-04-19
Use an unnamed namespace instead of static as classes and structs can't be st...
Neil
1
-9
/
+14
2014-04-19
Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE.
Neil
4
-2
/
+67
2014-04-18
Fix calls deprecated in GTK+ 3.10.
Neil
1
-2
/
+11
2014-04-17
Fix Python 3.x compatibility.
Neil
1
-4
/
+7
2014-04-16
Allow filtering of insertions.
Neil
10
-174
/
+237
[prev]
[next]