summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2015-10-07afl-eventtesting: creating OUString from super long sal_Unicode* is slowCaolán McNamara1-11/+12
2015-10-06Prefer getSelectedFiles to getFiles (vcl)Julien Nabet1-1/+1
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin2-31/+31
2015-10-02loplugin:unusedmethods in vclNoel Grandin1-6/+0
2015-10-01tdf#94428 - don't use OpenGL font rendering when we're printing.Michael Meeks1-1/+1
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian4-1/+5
2015-09-29Fix typosAndrea Gelmini3-3/+3
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-29retain type for another levelCaolán McNamara1-1/+1
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara1-5/+25
2015-09-16GL paint-flushing guard re-work.Michael Meeks2-9/+1
2015-09-16tdf#94213 - cleanup associated GL contexts properly when DCs released.Michael Meeks1-1/+1
2015-09-16tdf#94213 - release offscreen texture properly on re-size.Michael Meeks1-1/+1
2015-09-14Refactor graphite integration and update graphiteMartin Hosken1-14/+1
2015-09-11windows opengl: make sure mpLastContext is indeed the current contextMiklos Vajna1-0/+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-03Restored missing includes from source files.Ashod Nakashian1-0/+1
2015-09-02tdf#93867 - clear current GL context before thread switch.Michael Meeks1-1/+4
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-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks2-1/+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 Stahl2-1/+10
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-28Revert "tdf#93530 - the VCL GDI flushing abstraction should glFlush too."Michael Meeks1-3/+0
2015-08-26tdf#93530 - the VCL GDI flushing abstraction should glFlush too.Michael Meeks1-0/+3
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 Lillqvist3-87/+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 Lillqvist2-1/+348
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-23/+8
2015-08-12WaE: 'rArgs' : unreferenced formal parameterTor Lillqvist1-1/+1