summaryrefslogtreecommitdiff
path: root/vcl/win/source/gdi/winlayout.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-15fix windows buildChristian Lohmaier1-2/+2
2016-03-15win: tinderbox band-aid for compilers that can't infer this type.Michael Meeks1-1/+1
2016-03-14tdf#97171: Use DirectWrite for OpenGL glyph cachingTim Eves1-192/+645
2016-01-22tdf#96420: Re-introduce SimpleWinLayoutTor Lillqvist1-25/+919
2016-01-08tdf#96420: Avoid drawing ugly black boxes on top of replacement glyphsTor Lillqvist1-1/+7
2015-12-18tdf#95054: Make sure glyphs alpha blend properly in the Graphite+OpenGL caseTor Lillqvist1-30/+49
2015-12-17tdf#95648: Erase the OpenGLCompatibleDC to white before drawing text into itTor Lillqvist1-4/+10
2015-12-07tdf#96070: Just give up on glyph caching for non-horizontal textTor Lillqvist1-1/+2
2015-12-01tdf#95194: We need to set the GF flags in UniscribeLayout::GetNextGlyphs()Tor Lillqvist1-0/+5
2015-11-25Remove code that has been commented out since 2003Tor Lillqvist1-2/+0
2015-11-24Bin outdated #if and unnecessary <config_mingw.h>Tor Lillqvist1-4/+1
2015-11-20loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-19Make using GLyphy optional at run-timeTor Lillqvist1-22/+406
2015-11-19Use GLyphy for text on Windows (broken)Tor Lillqvist1-308/+191
2015-11-16tdf#94008 Crash opening password protected file - CJK UITakeshi Abe1-1/+1
2015-11-10tdf#95650: Replace wrong assertion with conditionMike Kaganski1-2/+2
2015-10-21tdf#94897: Don't mess up spacing of combining diacritic glyphsTor Lillqvist1-0/+97
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara1-11/+12
2015-10-01tdf#94428 - don't use OpenGL font rendering when we're printing.Michael Meeks1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-29vcl: oops, fix windows buildMichael Stahl1-1/+1
2015-09-29vcl: Vista implies usp10.dll >= 1.600Michael Stahl1-0/+4
2015-09-29vcl: remove alloca() in UniscribeLayout::GetCaretPositions()Michael Stahl1-1/+1
2015-09-14Refactor graphite integration and update graphiteMartin Hosken1-14/+1
2015-09-07windows opengl: fix CppunitTest_writerperfect_writerMiklos Vajna1-0/+4
2015-09-07tdf#93884 windows opengl: make space around cached glyphs depend on font sizeMiklos Vajna1-20/+39
2015-09-02tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()Miklos Vajna1-1/+7
2015-09-01tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna1-3/+3
2015-08-31Compensate for the extra two pixels in ImplWinFontEntry::AddChunkOfGlyphs()Tor Lillqvist1-1/+1
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky1-1/+2
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-3/+3
2015-08-29WaE: 'rChunk' : unreferenced formal parameterTor Lillqvist1-2/+2
2015-08-29Avoid unintended unconditional std::cerr debug outputTor Lillqvist1-22/+21
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl1-1/+9
2015-08-28Avoid accidental leftover unconditional debug printoutTor Lillqvist1-2/+3
2015-08-28vcl: convert to assert in UniscribeLayout::DropGlyph()Michael Stahl1-2/+2
2015-08-28vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl1-1/+1
2015-08-25Turn on glyph caching by default when using OpenGLTor Lillqvist1-1/+1
2015-08-24Don't attempt to cache glyphs that are vertical but the text direction isn'tTor Lillqvist1-0/+3
2015-08-21Let's not overdo the verboseness in this SAL_INFOTor Lillqvist1-49/+1
2015-08-21Error handlingTor Lillqvist1-2/+32
2015-08-21Make vertical fonts show up when using OpenGL glyph cachingTor Lillqvist1-28/+118
2015-08-20Adjust for the TA_BASELINE of the DCTor Lillqvist1-1/+6
2015-08-20Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist1-42/+0
2015-08-19Still more hacking on OpenGL glyph caching for WindowsTor Lillqvist1-10/+45
2015-08-19Make the pixel greylevel debug output work as intendedTor Lillqvist1-1/+4
2015-08-19More hacks to glyph rendering for caching with OpenGL on WindowsTor Lillqvist1-2/+11
2015-08-19More hacking on OpenGL glyph caching on WindowsTor Lillqvist1-18/+23
2015-08-19Add FIXME comment and bin an #if 0 snippetTor Lillqvist1-10/+2
2015-08-19Initial hack for OpenGL glyph caching on WindowsTor Lillqvist1-0/+341