summaryrefslogtreecommitdiffstats
path: root/vcl/win/source/gdi/winlayout.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#94428 - don't use OpenGL font rendering when we're printing.Michael Meeks2015-10-171-1/+1
* windows opengl: fix CppunitTest_writerperfect_writerMiklos Vajna2015-09-181-0/+4
* tdf#93884 windows opengl: make space around cached glyphs depend on font sizeMiklos Vajna2015-09-181-20/+39
* tdf#93857 opengl: adapt UniscribeLayout's DrawCachedGlyphs() to FillDXArray()Miklos Vajna2015-09-181-1/+7
* tdf#93838 windows opengl: fix vertical text position in UniscribeLayoutMiklos Vajna2015-09-181-3/+3
* Turn on glyph caching by default when using OpenGLTor Lillqvist2015-09-181-1/+1
* Compensate for the extra two pixels in ImplWinFontEntry::AddChunkOfGlyphs()Tor Lillqvist2015-09-181-1/+1
* vcl: Improve management of mnRef0Count.Jan Holesovsky2015-09-181-1/+2
* WaE: remove unused parameter.Michael Meeks2015-08-311-1/+1
* Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist2015-08-311-3/+3
* vcl: fix resource management issue in WinSalLayoutMichael Stahl2015-08-311-1/+9
* vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl2015-08-311-1/+1
* Avoid unintended unconditional std::cerr debug outputTor Lillqvist2015-08-311-22/+21
* Avoid accidental leftover unconditional debug printoutTor Lillqvist2015-08-311-2/+3
* Don't attempt to cache glyphs that are vertical but the text direction isn'tTor Lillqvist2015-08-311-0/+3
* Error handlingTor Lillqvist2015-08-311-2/+24
* Make vertical fonts show up when using OpenGL glyph cachingTor Lillqvist2015-08-311-28/+78
* Adjust for the TA_BASELINE of the DCTor Lillqvist2015-08-311-1/+6
* Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist2015-08-311-42/+0
* Still more hacking on OpenGL glyph caching for WindowsTor Lillqvist2015-08-311-10/+45
* Make the pixel greylevel debug output work as intendedTor Lillqvist2015-08-311-1/+4
* More fixing of glyph rendering for caching with OpenGL on WindowsTor Lillqvist2015-08-311-2/+11
* More fixing of OpenGL glyph caching on WindowsTor Lillqvist2015-08-311-18/+23
* Add FIXME comment and bin an #if 0 snippetTor Lillqvist2015-08-311-10/+2
* (disabled) Initial work for OpenGL glyph caching on WindowsTor Lillqvist2015-08-311-0/+341
* WaE: 'rArgs' : unreferenced formal parameterTor Lillqvist2015-08-311-1/+1
* Drop SimpleWinLayoutTor Lillqvist2015-08-311-729/+20
* SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist2015-08-311-38/+14
* Avoid some ugly and pointless initial double colonsTor Lillqvist2015-08-311-36/+36
* fix Win buildNoel Grandin2015-05-201-3/+3
* fix Win buildNoel Grandin2015-05-201-7/+7
* convert SAL_LAYOUT flags to scoped enumNoel Grandin2015-05-201-25/+25
* vcl: WinSalGraphics: don't crash if there's no fontMichael Stahl2015-03-311-1/+3
* opengl dr.memory: DC that contains selected object being deleted.Jan Holesovsky2015-03-201-1/+3
* loplugin:constantfunction: vclNoel Grandin2015-03-191-8/+0
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-3/+3
* calling alloca() requires #include <sal/alloca.h>Michael Stahl2015-01-231-4/+1
* vcl/win boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-041-2/+2
* windows opengl: Call PreDraw() earlier in the text rendering too.Jan Holesovsky2014-12-031-4/+4
* boost::scoped_ptr instead of manual pointer lifecycle management.Jan Holesovsky2014-11-201-2/+1
* windows opengl: Implement the native theming with OpenGL.libreoffice-4-4-branch-pointJan Holesovsky2014-11-201-1/+12
* windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky2014-11-201-48/+11
* windows opengl: Use the updated DrawMask to get nice text with OpenGL.Jan Holesovsky2014-11-181-6/+4
* warning C4189: local variable is initialized but not referencedStephan Bergmann2014-11-171-2/+2
* windows opengl: Finally got the text working.Jan Holesovsky2014-11-151-11/+22
* windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky2014-11-151-4/+39
* vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne2014-11-151-3/+3
* vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne2014-11-151-1/+1
* vcl: mpLogFont is never set.Jan Holesovsky2014-11-141-2/+0
* windows opengl: Proof-of-concept text rendering.Jan Holesovsky2014-11-141-7/+57