summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2014-07-20fdo#72590 scale or map only when EMR_EXTSELECTCLIPRGN actionTomaž Vajngerl2-16/+14
2014-07-19wmf: assume WinOrg/ViewportOrg = (0,0) if they are not providedTomaž Vajngerl1-6/+6
2014-07-19fdo#78603 mixup (Left->Top) in Rectangle constructionTomaž Vajngerl1-0/+15
2014-07-19vcl WMF: in non-placable images use SETWINDOW{ORG,EXT} for BoundsTomaž Vajngerl1-24/+51
2014-07-19fdo#70498 work-around scaling in SetClipPathTomaž Vajngerl1-8/+8
2014-07-04fdo#80014: vcl: fix drawing of linear gradientsMichael Stahl1-1/+1
2014-06-29Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara1-10/+18
2014-06-25bnc#593614: Avoid rendering artefacts in presentation mode.Matúš Kukan1-23/+4
2014-06-10Resolves: fdo#78477 ensure offset + sizeof(value) is in boundsCaolán McNamara1-6/+17
2014-06-10fdo79368 Don't process overflow menu items twice.Andrzej Hunt1-1/+7
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-5/+7
2014-06-10I think SAL_FORCE_IACCESSIBLE2 is what is intended hereTor Lillqvist1-1/+1
2014-06-10fdo#39956 Delete JABDavid Ostrovsky4-292/+26
2014-06-10Integrate branch of IAccessible2Steve Yin1-2/+0
2014-06-10Integrate branch of IAccessible2Steve Yin11-27/+149
2014-06-01Related bnc#822625: Cache FontEntry with the original FontSelectPattern.Matúš Kukan1-2/+4
2014-05-22SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-0/+6
2014-05-09Fix "symbol aliasing" codeStephan Bergmann1-1/+4
2014-05-01fdo#77126 BitmapEx.Scale already takes care of mirroringTomaž Vajngerl1-3/+7
2014-04-30Toolbar overflow/context menu: keep ordering and don't discard separator.Andrzej Hunt1-10/+13
2014-04-27fdo#74336 need to transform dash length / dot length / distanceTomaž Vajngerl2-4/+20
2014-04-27fdo#77089 if available, use ext. dimensions for non-placable WMFTomaž Vajngerl1-9/+28
2014-04-27fdo#77089 if font width 0, pass 0 - don't take it from font metricTomaž Vajngerl1-14/+3
2014-04-27fdo#74336 wrongly transformed line width - use 0 for heightTomaž Vajngerl1-1/+1
2014-04-27wmf: support fat lines for PolyPolygons in wmf filterTomaž Vajngerl1-0/+7
2014-04-22EMF/WMF: fix rendering of pen styles (dash, dot, dashdot, dashdotdot)Andras Timar3-40/+48
2014-04-22WMF: parse line cap and line joinAndras Timar1-1/+27
2014-04-22fdo#77088 WMF - replace 32-bit min/max assumption with constTomaž Vajngerl1-4/+4
2014-04-22handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák3-16/+41
2014-04-16WaE: -Werror=sign-compareCaolán McNamara1-1/+1
2014-04-16fdo#70666 avoid only bad Graphite ligature replacementLászló Németh1-3/+5
2014-04-16fdo#70666 fix Graphite ligature replacement at line breaksLászló Németh1-3/+11
2014-04-16hidpi: Forgotten rounding.Jan Holesovsky1-1/+1
2014-04-16fdo#77059, hidpi: Increase the threshold of what DPI we consider hi-dpi.Jan Holesovsky1-11/+19
2014-04-08WMF import: restore support for the ImplReadDIB(bFileHeader=false) versionMiklos Vajna1-1/+3
2014-04-08fdo#63786 rhbz#1081968: fix PDF export of cropped SVGMichael Stahl2-10/+13
2014-04-08fdo#74302: Adapt to OUString changes and set length exactly.Matúš Kukan1-0/+3
2014-04-02init a few more stream-read svm elementsCaolán McNamara1-18/+21
2014-04-02valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-1/+1
2014-04-02Resolves: #i124555# restore stream position after Seek to end of streamOliver-Rainer Wittmann1-6/+7
2014-04-02Resolves: #i124467# add check for image data offset...Jürgen Schmidt1-1/+23
2014-04-02Hopefully fix Windows HiDPI toolbar layout bugKeith Curtis1-2/+2
2014-03-25coverity#705969 Dereference before null checkCaolán McNamara1-1/+1
2014-03-25coverity#705966 Dereference before null checkCaolán McNamara1-1/+1
2014-03-25force DPIScaleFactor to 1 on MacNorbert Thiebaud1-1/+9
2014-03-25hidpi: Sidebar, fontwork, autoformat and other improvements.Keith Curtis1-0/+2
2014-03-25hidpi: Nicer painting of the waved lines.Jan Holesovsky1-7/+22
2014-03-25hidpi: Make many places Hi-DPI aware.Jan Holesovsky4-31/+69
2014-03-25Introduce DPI scale factor for Hi-DPI displays.Jan Holesovsky3-0/+11
2014-03-07fdo#59329 Fix docked window border linesAhmad H. Al Harthi1-14/+38