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-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
2013-03-27
Updates for version 3.3.0.
nyamatongwe
1
-2
/
+2
2013-03-24
Extra cast to avoid warning from g++ 4.8.
nyamatongwe
1
-1
/
+1
2013-02-22
Prepare for 3.2.5.
nyamatongwe
1
-2
/
+2
2013-01-27
Check result from CreateDCRenderTarget.
nyamatongwe
1
-13
/
+15
2013-01-27
Disallow copying VarBuffer objects to ensure memory is managed correctly.
nyamatongwe
1
-0
/
+3
2013-01-11
Prepare for 3.2.4.
nyamatongwe
1
-2
/
+2
2013-01-11
Feature: [#970]. Latex folding and better syntax highlighting.
nyamatongwe
2
-0
/
+6
2012-10-17
Incrementing version number for 3.2.3.
nyamatongwe
1
-2
/
+2
2012-10-04
Only look for D2D1.DLL and DWRITE.DLL in %windows%\system32 to avoid
nyamatongwe
1
-2
/
+2
2012-09-13
Move PO lexer out of LexOthers
Colomban Wendling
2
-0
/
+6
2012-08-27
Incrementing version number for 3.2.2.
nyamatongwe
1
-2
/
+2
2012-07-21
Add extra argument to RGBAImage constructor.
Neil Hodgson
1
-1
/
+1
2012-07-18
Check GlobalLock return for success.
nyamatongwe
1
-21
/
+23
2012-07-17
Remove debug statements.
nyamatongwe
1
-5
/
+0
2012-07-17
Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicate
nyamatongwe
4
-2
/
+10
2012-07-17
Avoid loss of precision warnings from Borland.
nyamatongwe
1
-4
/
+4
2012-07-17
MultiMon.h can cause multiple definition problems when Scintilla is staticall...
nyamatongwe
3
-63
/
+69
2012-07-16
More Windows NT 4.
nyamatongwe
1
-1
/
+1
2012-07-16
Reenable building for Windows NT 4 on NT 4.
nyamatongwe
3
-2
/
+19
2012-07-11
Updates for next release 3.2.1.
nyamatongwe
1
-2
/
+2
2012-07-10
Avoid warnings from Visual Studio Code Analysis for unchecked values and a
nyamatongwe
2
-53
/
+57
2012-07-02
Implement clipped text drawing on Direct2D. This will improve drawing of
nyamatongwe
1
-1
/
+9
2012-05-29
Updates for 3.2.0.
nyamatongwe
1
-2
/
+2
[next]