summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2016-03-31tdf#98812: follow-upMarco Cecchetti1-1/+6
2016-03-29tdf#98859 use ObjectOriented approach for GdiplusArmin Le Grand1-106/+47
2016-03-24vcl: let's try to convert that to an assertMichael Stahl1-1/+1
2016-03-24vcl: tdf#98812: acquire reference count of WinFontInstancesMichael Stahl2-0/+18
2016-03-21fix windows 64bit build on vs2015Tomofumi Yagi1-1/+3
2016-03-21tdf#98324 - PNG prints as black block with OpenGL - fixedMarco Cecchetti1-1/+9
2016-03-19Remove commented-out codeGurkaran1-2/+0
2016-03-19tdf#97973 - cleanup spinbuttons theming logic.Gurkaran1-1/+0
2016-03-19Fix failure to print when using the D2DWrite pathTim Eves1-7/+5
2016-03-17Add a humble wishTor Lillqvist1-1/+3
2016-03-16tdf#97319: Give up on caching non-BMP glyphsTor Lillqvist1-0/+7
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara1-1/+1
2016-03-16loplugin:constantparams in vcl/Noel Grandin2-31/+4
2016-03-15fix windows buildChristian Lohmaier1-2/+2
2016-03-15vcl: improve opengl glyph cache debugging.Michael Meeks1-7/+23
2016-03-15tdf#97319: Handle surrogate pairs in glyph caching for SimpleWinLayoutTor Lillqvist1-12/+37
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-97/+97
2016-03-14Bin a few pointless static const integersTor Lillqvist1-10/+8
2016-03-14Bin leftover #if 0 snippetTor Lillqvist1-22/+0
2016-03-14Fix what seems to have been off-by-one errors in glyph bounds calculationTor Lillqvist1-2/+2
2016-03-14tdf#97171: Use DirectWrite for OpenGL glyph cachingTim Eves1-283/+415
2016-03-11Passing a string to a std::ostringstream ctor is trickyTor Lillqvist1-1/+1
2016-03-10Follow the coding style of surrounding codeTor Lillqvist1-6/+12
2016-03-10Add comment wondering what the code thinks it is doingTor Lillqvist1-0/+1
2016-03-10Factor out the calls to FillRect in the DrawTextImpl() implementationsTor Lillqvist1-26/+5
2016-03-09Make the new D2D Graphite rendering work also in the OpenGL caseTor Lillqvist1-5/+8
2016-03-09DirectWrite rendering for Graphite to work around ExTextOut bugTim Eves1-20/+352
2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani1-4/+3
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-1/+0
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-3/+0
2016-03-03tdf#98380 - opengl - get font anti-aliasing right.Michael Meeks1-1/+11
2016-02-17tdf#95618 - opengl - mend control regions and caching for tab headers.Michael Meeks1-9/+27
2016-02-12nothing needs GetClipRegionType or uses SAL_OBJECT_CLIP_INCLUDERECTS nowCaolán McNamara1-5/+0
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock4-5/+5
2016-02-12Blind Windows fix attemptStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09Formatting changes across all modulesChris Sherlock3-8/+0
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-02-06vcl: split exception types from input typesChris Sherlock1-13/+13
2016-02-05mysterious OutDevSupport_B2DClip is unusedCaolán McNamara1-3/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock2-5/+5
2016-02-02remove B2DLineJoin::MiddleCaolán McNamara1-2/+1
2016-01-31tools: rename FontUnderline to FontLineStyleChris Sherlock1-2/+2
2016-01-28vcl: try to fix windows buildMichael Stahl1-1/+3
2016-01-26Blind fix for WindowsMatteo Casalin1-1/+1
2016-01-26sal_uLong to DWORD/sal_Size in vcl/win/gdi/salprn.cxxMatteo Casalin1-17/+15
2016-01-26sal_uLong/sal_uIntPtr to sal_uInt32 (printer GetCapabilities)Matteo Casalin1-1/+1
2016-01-26Convert SAL_JOBSET_* defines to new JobSetFlags enum classMatteo Casalin1-12/+12
2016-01-26-Werror,-Wmissing-field-initializers (clang-cl)Stephan Bergmann1-1/+1