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
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
/
ScintillaWin.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-2
/
+7
2013-06-29
Removed checks for Digital Mars C++. The checks were old so updates (or using...
Neil
1
-13
/
+0
2013-06-05
Enable EnsureRenderTarget and DropRenderTarget only when Direct2D available.
nyamatongwe
1
-4
/
+8
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-08
Partial fix for compiling Direct2D code with MinGW-w64.
nyamatongwe
1
-8
/
+30
2013-05-07
Replace X.data() with &X[0] to allow building with old releases of Visual C++.
nyamatongwe
1
-12
/
+12
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
1
-2
/
+2
2013-04-17
Allow Asian code pages to work for DirectWrite when using SC_CHARSET_DEFAULT.
nyamatongwe
1
-1
/
+1
2013-04-05
Using character set for DirectWrite text so that Russian and similar
nyamatongwe
1
-17
/
+26
2013-03-24
Extra cast to avoid warning from g++ 4.8.
nyamatongwe
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
1
-1
/
+1
2012-07-17
MultiMon.h can cause multiple definition problems when Scintilla is staticall...
nyamatongwe
1
-4
/
+2
2012-07-16
Reenable building for Windows NT 4 on NT 4.
nyamatongwe
1
-1
/
+5
2012-07-10
Avoid warnings from Visual Studio Code Analysis for unchecked values and a
nyamatongwe
1
-1
/
+2
2012-05-08
For high DPI modes use explicit 96 DPI scaling for Direct2D to avoid double
nyamatongwe
1
-2
/
+2
2012-05-05
Add some casts to avoid narrowing warnings from g++ 4.7.
nyamatongwe
1
-2
/
+2
2012-02-18
Bug #3487397. Reduce time spent in idling before allowing paint from 200
nyamatongwe
1
-1
/
+2
2012-02-10
Bug #3484416. Modify how scroll bars are hidden in order not to
nyamatongwe
1
-5
/
+3
2012-01-24
Fix a bug where the selection margin was black when starting in wrap mode.
nyamatongwe
1
-0
/
+3
2011-12-30
Returned to paint handling from before cange set 3983 as this change failed
nyamatongwe
1
-21
/
+18
2011-12-22
Avoid BeginPaint/EndPaint for Direct2D as that draws more reliably with
nyamatongwe
1
-18
/
+21
2011-11-26
Defer dropping the render target until after painting has finished to
nyamatongwe
1
-1
/
+13
2011-11-17
::GetCursorPos failure with screen saver handled. Bug #3438780.
nyamatongwe
1
-10
/
+11
2011-11-14
Dont try to use Direct2D with very old versions of Visual C++ as it
nyamatongwe
1
-1
/
+1
2011-11-07
Fix size of font in IME.
nyamatongwe
1
-1
/
+1
2011-09-25
Palette support removed.
nyamatongwe
1
-33
/
+0
2011-09-24
Mingw32 doesn't have Direct2D or DirectWrite headers so turn off use
nyamatongwe
1
-0
/
+30
2011-09-09
Merge with main repository.
nyamatongwe
1
-0
/
+7
2011-09-04
Autocompletion lists respond to mouse wheel events. Feature #3403600.
nyamatongwe
1
-0
/
+7
2011-08-11
Fix bugs in calltip and autocompletion with technology choice.
nyamatongwe
1
-9
/
+14
2011-08-11
Parallel stacks for GDI and DirectWrite works.
nyamatongwe
1
-15
/
+27
2011-08-11
Implemented parallel stacks for GDI and DirectWrite. GDI works
nyamatongwe
1
-20
/
+33
2011-08-10
Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite
nyamatongwe
1
-1
/
+11
2011-08-07
Ensure deallocation.
nyamatongwe
1
-0
/
+1
2011-08-07
Dynamically loading Direct2D and DirectWrite at run time so can run on Window...
nyamatongwe
1
-26
/
+3
2011-08-07
Implement APIs for fractional font sizes and a range of weights.
nyamatongwe
1
-4
/
+4
2011-08-01
Experimental Direct2D and DirectWrite platform layer.
nyamatongwe
1
-12
/
+106
2011-06-25
Add casts to avoid warnings from SDK 64-bit compiler.
nyamatongwe
1
-17
/
+29
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-0
/
+1
2011-06-13
Added Identifier property.
nyamatongwe
1
-17
/
+28
2011-01-17
Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.
jrxx
1
-1
/
+1
2011-01-03
Right click cancels autocompletion and sets focus. Bug #3144531.
nyamatongwe
1
-1
/
+4
2010-12-14
NUL terminate strings for characters typed. Helps receivers of SCN_MACRORECORD.
nyamatongwe
1
-0
/
+1
[next]