summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-08-30tdf#93536 - avoid crash when calling ToTop on disposed window.Michael Meeks1-0/+2
2015-08-30Don't check SAL_DETAIL_ENABLE_LOG_INFO, check SAL_LOG_INFOTor Lillqvist1-3/+3
2015-08-29vcl: fix resource management issue in WinSalLayoutMichael Stahl4-2/+16
2015-08-29vcl: fix drmemory warning in UniscribeLayout::DropGlyph()Michael Stahl1-1/+1
2015-08-29Avoid unintended unconditional std::cerr debug outputTor Lillqvist1-22/+21
2015-08-29Avoid accidental leftover unconditional debug printoutTor Lillqvist1-2/+3
2015-08-28tdf#93736 need to create trapezoid from input polygonTomaž Vajngerl1-14/+18
2015-08-28tdf#93529 - use debug messages while rendering to break up the trace.Michael Meeks2-27/+27
2015-08-28tdf#93529 - add glDebugMessageInsert wrappers to help with API tracing.Michael Meeks2-0/+40
2015-08-28Don't attempt to cache glyphs that are vertical but the text direction isn'tTor Lillqvist1-0/+3
2015-08-28Error handlingTor Lillqvist1-2/+24
2015-08-28Make vertical fonts show up when using OpenGL glyph cachingTor Lillqvist1-28/+78
2015-08-28No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist2-44/+0
2015-08-28Adjust for the TA_BASELINE of the DCTor Lillqvist1-1/+6
2015-08-28Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist4-97/+1
2015-08-28Still more hacking on OpenGL glyph caching for WindowsTor Lillqvist1-10/+45
2015-08-28Make the pixel greylevel debug output work as intendedTor Lillqvist1-1/+4
2015-08-28Add SAL_ENABLE_GLYPH_CACHINGTor Lillqvist1-0/+23
2015-08-28More fixing of glyph rendering for caching with OpenGL on WindowsTor Lillqvist1-2/+11
2015-08-28More fixing of OpenGL glyph caching on WindowsTor Lillqvist1-18/+23
2015-08-28Add FIXME comment and bin an #if 0 snippetTor Lillqvist1-10/+2
2015-08-28(disabled) Initial work for OpenGL glyph caching on WindowsTor Lillqvist3-1/+349
2015-08-28Add a globally usable WindowsErrorString functionTor Lillqvist1-42/+16
2015-08-28WaE: 'rArgs' : unreferenced formal parameterTor Lillqvist1-1/+1
2015-08-28Drop SimpleWinLayoutTor Lillqvist2-772/+20
2015-08-28SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist4-52/+14
2015-08-28Add missing SAL_OVERRIDEsTor Lillqvist1-26/+26
2015-08-28Avoid some ugly and pointless initial double colonsTor Lillqvist1-36/+36
2015-08-28don't loop on overly-short nEndPosCaolán McNamara2-5/+14
2015-08-28gtk3: paste special emptyCaolán McNamara1-1/+2
2015-08-27tdf#80512 KDE4: fix RTL scrollbar handlingJan-Marek Glogowski1-0/+2
2015-08-27KDE4: don't ignore write(2) return valueJan-Marek Glogowski1-1/+2
2015-08-27coverity#1320472 Uninitialized scalar fieldCaolán McNamara1-6/+9
2015-08-26tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl1-1/+36
2015-08-26opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl12-14/+86
2015-08-26Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl6-22/+235
2015-08-26vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki2-1/+17
2015-08-26tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks5-26/+239
2015-08-25Fix GTK3 right-to-left rendering of spin buttonsKhaled Hosny1-7/+22
2015-08-25don't mirror 0, RECT_EMPTY, 0, RECT_EMPTY rectangleCaolán McNamara1-1/+3
2015-08-24tdf#89381 Revert "vcl: SalGraphics::mirror() - always use GetGraphicsWidth()"Maxim Monastirsky1-6/+30
2015-08-21tdf#93547 - Disable OpenGL if we have a SEGV on windows in that code.Michael Meeks7-0/+202
2015-08-20Fix GTK3 right-to-left renderingKhaled Hosny1-7/+23
2015-08-18tdf#93284 vcl: fix VirtualDevice leaks in the WMF filterMiklos Vajna1-3/+3
2015-08-17tdf#44388: handle the NULL clip correctly for pdf outputThorsten Behrens1-3/+6
2015-08-16limit access to dx array to min of input len and len of arrayCaolán McNamara2-18/+15
2015-08-13another avoid endless loop with busted wmfCaolán McNamara2-3/+4
2015-08-12tdf#93364 vcl rendercontext: fix area that is painted in PaintBuffer()Miklos Vajna2-1/+5
2015-08-11tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna1-21/+7
2015-08-11tdf#93325 ImplAnimView rendercontext: stop painting animgifs directlyMiklos Vajna1-12/+37