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
/
win32
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-26
Updated version number and description for next release.
Neil
1
-2
/
+2
2013-08-25
Recent MingW does not compile due to missing Direct2D headers so disable Dire...
Neil
1
-1
/
+1
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
1
-0
/
+3
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-1
/
+4
2013-08-10
Bug [#1513]. Differentiate rectangular and non-rectangular pastes from Borland.
Neil
1
-9
/
+19
2013-08-09
Update make dependencies.
Neil
2
-91
/
+125
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-1
/
+1
2013-08-03
On Windows, fix painting on an explicit HDC when first paint attempt abandoned.
Neil
1
-1
/
+5
2013-08-02
Fix failures when invalid DBCS text was measured by ensuring
Neil
1
-4
/
+7
2013-07-26
Support rectangular selected text in clipboard from and to Borland Delphi IDE
Oezguer Emir
1
-3
/
+12
2013-07-25
Minor changes to avoid warnings from Coverity.
Neil
2
-7
/
+16
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-21
Normalising order of language headers.
Neil
2
-3
/
+3
2013-07-21
Add standard compliance flag.
Neil
1
-1
/
+1
2013-07-21
Standardising header guards and namespaces.
Neil
1
-0
/
+13
2013-07-15
Updates for 3.3.4.
Neil
1
-2
/
+2
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
3
-138
/
+90
2013-07-03
Make work with older compilers.
Neil
1
-1
/
+4
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-2
/
+7
2013-07-03
Hide deprecation warning for GetVersionEx.
nyamatongwe
1
-0
/
+10
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-9
/
+12
2013-07-01
Added CharacterCategory.
Neil
3
-260
/
+269
2013-06-29
Removed checks for Digital Mars C++. The checks were old so updates (or using...
Neil
1
-13
/
+0
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-05-27
Updated version numbers, date, and change log for 3.3.3.
nyamatongwe
1
-2
/
+2
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-13
/
+20
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-5
/
+5
2013-05-23
Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...
nyamatongwe
1
-0
/
+3
2013-05-16
Updates for 3.3.2.
nyamatongwe
1
-2
/
+2
2013-05-08
Partial fix for compiling Direct2D code with MinGW-w64.
nyamatongwe
2
-18
/
+41
2013-05-07
Replace X.data() with &X[0] to allow building with old releases of Visual C++.
nyamatongwe
2
-13
/
+13
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-5
/
+3
2013-05-05
Removing support for Visual C++ 2005 and 6.0.
nyamatongwe
1
-543
/
+0
2013-05-04
Replacing raw pointers and allocations for list box with std::vector.
nyamatongwe
1
-94
/
+25
2013-05-01
Removed SVector.h and all references as it is no longer used.
nyamatongwe
2
-20
/
+20
2013-05-01
Replacing raw pointers and allocations with std::vector and std::string.
nyamatongwe
1
-53
/
+36
2013-05-01
Replacing raw pointer and allocation with std::vector.
nyamatongwe
1
-4
/
+2
2013-04-25
Fix Direct2D drawing when returning from lock screen.
nyamatongwe
1
-9
/
+13
2013-04-25
Extracted common code from branches.
nyamatongwe
1
-6
/
+3
2013-04-24
Cosmetic: remove line-end whitespace.
nyamatongwe
2
-13
/
+13
2013-04-17
Allow Asian code pages to work for DirectWrite when using SC_CHARSET_DEFAULT.
nyamatongwe
1
-1
/
+1
2013-04-14
Add analyze target for clang --analyze.
nyamatongwe
1
-1
/
+4
2013-04-10
Minimized code for SetLineSpacing change.
nyamatongwe
1
-6
/
+1
2013-04-09
With DirectWrite, text was drawn at different vertical positions depending on...
nyamatongwe
1
-0
/
+6
2013-04-09
Updating for 3.3.1.
nyamatongwe
1
-2
/
+2
2013-04-05
Replacing system calls for determining DBCS character width with own implemen...
nyamatongwe
1
-4
/
+32
2013-04-05
Using character set for DirectWrite text so that Russian and similar
nyamatongwe
2
-29
/
+60
2013-04-01
Variables not reused so should not be static.
nyamatongwe
1
-4
/
+2
[prev]
[next]