summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Don't attempt to cache glyphs that are vertical but the text direction isn'tTor Lillqvist1-0/+3
2015-08-31Error handlingTor Lillqvist1-2/+24
2015-08-31Make vertical fonts show up when using OpenGL glyph cachingTor Lillqvist1-28/+78
2015-08-31No NO_MAPPERS, NO_TYPE3, NO_TYPE42 or NO_TTCR anywhereTor Lillqvist2-44/+0
2015-08-31Adjust for the TA_BASELINE of the DCTor Lillqvist1-1/+6
2015-08-31Drop code that is dead after 4667db065d34193d99bce82f7e8f3b20a03ecadeTor Lillqvist4-97/+1
2015-08-31Still more hacking on OpenGL glyph caching for WindowsTor Lillqvist1-10/+45
2015-08-31Make the pixel greylevel debug output work as intendedTor Lillqvist1-1/+4
2015-08-31Add SAL_ENABLE_GLYPH_CACHINGTor Lillqvist1-0/+23
2015-08-31More fixing of glyph rendering for caching with OpenGL on WindowsTor Lillqvist1-2/+11
2015-08-31More fixing of OpenGL glyph caching on WindowsTor Lillqvist1-18/+23
2015-08-31Add FIXME comment and bin an #if 0 snippetTor Lillqvist1-10/+2
2015-08-31(disabled) Initial work for OpenGL glyph caching on WindowsTor Lillqvist3-1/+349
2015-08-31Add a globally usable WindowsErrorString functionTor Lillqvist2-42/+62
2015-08-31WaE: 'rArgs' : unreferenced formal parameterTor Lillqvist1-1/+1
2015-08-31Drop SimpleWinLayoutTor Lillqvist2-772/+20
2015-08-31SimpleWinLayout::mbDisableGlyphs was always trueTor Lillqvist4-52/+14
2015-08-31Add missing SAL_OVERRIDEsTor Lillqvist1-26/+26
2015-08-31Avoid some ugly and pointless initial double colonsTor Lillqvist1-36/+36
2015-08-31check seeks and offsetsCaolán McNamara2-5/+10
2015-08-31check seekCaolán McNamara2-2/+4
2015-08-31don't loop on overly-short nEndPosCaolán McNamara2-5/+14
2015-08-31check returns of SeekToEndOfRecordCaolán McNamara3-4/+22
2015-08-31crashtesting: tiff loop detection too slowCaolán McNamara1-4/+4
2015-08-31gtk3: paste special emptyCaolán McNamara1-1/+2
2015-08-31tdf#93558 Hardcode black text on white backgroundMaxim Monastirsky2-9/+3
2015-08-31xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl4-9/+26
2015-08-31tdf#80512 KDE4: fix RTL scrollbar handlingJan-Marek Glogowski1-0/+2
2015-08-31extend seek, loop ending tests to ppt specific codeCaolán McNamara4-38/+43
2015-08-31KDE4: don't ignore write(2) return valueJan-Marek Glogowski1-1/+2
2015-08-31coverity#1320472 Uninitialized scalar fieldCaolán McNamara1-6/+9
2015-08-31Revert "do not parse range fragments as valid ranges"Eike Rathke1-1/+1
2015-08-31there might be no modelCaolán McNamara1-1/+1
2015-08-31various hangs, check seeks and record lengthsCaolán McNamara3-44/+74
2015-08-31don't hang on unreachable record endsCaolán McNamara3-3/+18
2015-08-31fix crash on loading certain pptsCaolán McNamara3-8/+10
2015-08-31behave like the native format filter for non-insert modeCaolán McNamara1-0/+4
2015-08-31we only need the PaM for its Point and only to create a uno cursorCaolán McNamara3-23/+25
2015-08-31tdf#93620: show OpenGL status in Help->AboutLászló Németh2-0/+7
2015-08-31do not parse range fragments as valid rangesEike Rathke1-1/+1
2015-08-31ensure editeng str len is in sync with attributesCaolán McNamara3-11/+59
2015-08-31tdf#92019 Use texture atlas for 16, 24, 32, 48, 64 px width imagesTomaž Vajngerl1-1/+36
2015-08-31opengl: push mask coords to the shaders along the image coordsTomaž Vajngerl12-14/+86
2015-08-31Fixed (fixed size) texture atlas for "caching" OpenGL texuresTomaž Vajngerl6-22/+235
2015-08-31Resolves: rhbz#1255811 implement Edit modify handlerEike Rathke8-9/+259
2015-08-31-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-08-31Accept also OS X 10.11Tor Lillqvist1-4/+13
2015-08-31vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki2-1/+17
2015-08-31there may be no storage available in older formatsCaolán McNamara2-2/+7
2015-08-31tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks5-26/+239