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
/
PlatWin.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-02
Implement clipped text drawing on Direct2D. This will improve drawing of
nyamatongwe
1
-1
/
+9
2012-05-26
Fix for IME input sometimes causing horizontal jumps. Bug #3529728
nyamatongwe
1
-0
/
+2
2012-05-19
Remove old, experimental code.
nyamatongwe
1
-8
/
+0
2012-05-19
Free text layout after drawing text.
nyamatongwe
1
-0
/
+1
2012-05-08
Add some casts to avoid narrowing warnings from g++ 4.7.
nyamatongwe
1
-9
/
+11
2012-02-29
Bug #3495791. Create auxiliary surfaces on Direct2D without alpha channel, as
Marko Njezic
1
-1
/
+4
2012-03-01
Fix unsafe typecast. Bug #3495966.
Marko Njezic
1
-1
/
+1
2012-03-03
Bug #3494744. Implement InternalLeading() method on Direct2D. This will impro...
nyamatongwe
1
-6
/
+20
2012-03-01
Bug #3494492. Prevent AlphaRectangle() from drawing blurry rectangle under Di...
nyamatongwe
1
-11
/
+22
2012-03-01
Bug #3494492. Change aveCharWidth in FontMeasurements to actually store
nyamatongwe
1
-2
/
+2
2012-03-01
Remove duplicated code. Bug #3494492. From Marko Njezic.
nyamatongwe
1
-1
/
+0
2012-02-29
Bug #3494202. Fix blurry RGBA markers on Direct2D when centring caused
nyamatongwe
1
-4
/
+4
2011-12-13
Allow fractional pixel size return.
nyamatongwe
1
-1
/
+1
2011-11-17
Include system header needed by VS2005 for ceil function.
nyamatongwe
1
-0
/
+1
2011-11-14
Dont try to use Direct2D with very old versions of Visual C++ as it
nyamatongwe
1
-1
/
+1
2011-11-14
Removed warning suppression that had been included for Visual C++ 6.0.
nyamatongwe
1
-4
/
+0
2011-11-07
Switch to Unicode call when copying font to match font creation.
nyamatongwe
1
-2
/
+2
2011-11-05
Fix failure to draw Polygons. Bug #3433558.
nyamatongwe
1
-1
/
+6
2011-10-31
When using GDI, make a copy of the font for use in autocompletions
nyamatongwe
1
-11
/
+14
2011-09-25
Palette support removed.
nyamatongwe
1
-169
/
+52
2011-09-24
Mingw32 doesn't have Direct2D or DirectWrite headers so turn off use
nyamatongwe
1
-4
/
+41
2011-09-24
Merged fractional text positioning branch.
nyamatongwe
1
-184
/
+1030
2011-09-10
Make compatible with VC98's version of the SDK.
nyamatongwe
1
-1
/
+1
2011-09-09
Merge with main repository.
nyamatongwe
1
-1
/
+31
2011-09-04
Autocompletion lists respond to mouse wheel events. Feature #3403600.
nyamatongwe
1
-1
/
+31
2011-08-11
Fix bugs in calltip and autocompletion with technology choice.
nyamatongwe
1
-42
/
+29
2011-08-11
Parallel stacks for GDI and DirectWrite works.
nyamatongwe
1
-15
/
+22
2011-08-11
Implemented parallel stacks for GDI and DirectWrite. GDI works
nyamatongwe
1
-100
/
+775
2011-08-10
Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite
nyamatongwe
1
-38
/
+39
2011-08-10
Implemented text quality parameter.
nyamatongwe
1
-5
/
+25
2011-08-10
Using safe sizes for ascent and descent which work for tallest characters.
nyamatongwe
1
-87
/
+37
2011-08-08
Removed old code.
nyamatongwe
1
-15
/
+0
2011-08-08
Make compile in narrow mode.
nyamatongwe
1
-1
/
+1
2011-08-07
Autocompletion lists work with Direct2D.
nyamatongwe
1
-20
/
+60
2011-08-07
Remove unused field.
nyamatongwe
1
-3
/
+0
2011-08-07
Dynamically loading Direct2D and DirectWrite at run time so can run on Window...
nyamatongwe
1
-16
/
+35
2011-08-07
Move scaling of font to pixels up into platform-independent code.
nyamatongwe
1
-5
/
+3
2011-08-07
Implement APIs for fractional font sizes and a range of weights.
nyamatongwe
1
-28
/
+29
2011-08-03
Fixed some warnings.
nyamatongwe
1
-1
/
+2
2011-08-02
Use SEMI_BOLD for bold as Segoe UI looks better at semi bold than bold.
nyamatongwe
1
-1
/
+3
2011-08-02
Allow floating point text positioning.
nyamatongwe
1
-38
/
+43
2011-08-01
Experimental Direct2D and DirectWrite platform layer.
nyamatongwe
1
-363
/
+521
2011-06-25
Add casts to avoid warnings from SDK 64-bit compiler.
nyamatongwe
1
-4
/
+4
2011-06-25
Initial implementation of RGBA images.
nyamatongwe
1
-11
/
+63
2011-06-10
Windows headers are system headers so use angle brackets.
nyamatongwe
1
-1
/
+1
2011-04-16
Avoid bad text measurement with very long pieces of text. Bug #3286637.
nyamatongwe
1
-1
/
+2
2011-02-26
Fixed preprocessor macro name to fix bug #3192365.
nyamatongwe
1
-1
/
+1
2010-12-29
Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.
nyamatongwe
1
-15
/
+46
2010-11-10
Remove support for Borland C++.
nyamatongwe
1
-1
/
+1
2010-10-06
Fix for bug #3079778: Autocompletion list overlaps text when WS_EX_CLIENTEDGE...
nyamatongwe
1
-3
/
+3
[next]