summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-04-23avoid Skia xor crash with not-yet-drawn surface (tdf#132335)Luboš Luňák1-2/+3
2020-04-23Removed duplicated includeAndrea Gelmini1-1/+0
2020-04-22Use default density if rPPI values are too largeStephan Bergmann1-3/+11
2020-04-22vcl: fix missing includeMiklos Vajna1-0/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen19-0/+19
2020-04-22Include <deque>Mike Kaganski1-0/+1
2020-04-22missing separatorCaolán McNamara1-1/+1
2020-04-22tdf#132242: add "None" entry for "frac" OpenTypeFeature (vcl)Julien Nabet2-1/+3
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara8-3/+15
2020-04-21ofz#21701 Fuzzing build failureCaolán McNamara1-0/+1
2020-04-21vcl: cleanup swaths of commented codeThorsten Behrens1-82/+0
2020-04-21don't add maUserItemSize to text width, just use it as-isCaolán McNamara1-3/+5
2020-04-21weld FontNameBoxCaolán McNamara4-188/+667
2020-04-21work around copy-to-self SkSurface::draw() being buggy (tdf#132051)Luboš Luňák1-0/+10
2020-04-20flatten some code in ImpGraphNoel Grandin1-226/+222
2020-04-20drop EnableSelectAllCaolán McNamara2-19/+0
2020-04-20effectively unused mnStyle memberCaolán McNamara1-6/+2
2020-04-20Various typos in vcl OpenTypeFeatureJulien Nabet4-15/+15
2020-04-20allow bare GtkToolItems in the mapCaolán McNamara1-20/+22
2020-04-20batch Skia xor drawing (tdf#132241)Luboš Luňák3-94/+146
2020-04-20should be using make_shared hereNoel Grandin1-1/+1
2020-04-20add tools::Rectangle::JustifyNoel Grandin1-8/+2
2020-04-20cid#1462315 Division or modulo by zeroCaolán McNamara1-1/+1
2020-04-20tdf#130924 [vcl] replace `*printf`s with `SAL_*` logging macros.Yukio Siraichi29-486/+770
2020-04-19mru entry heights aren't initially correct until whole list is invalidatedCaolán McNamara2-4/+10
2020-04-17Change default PDF version to 1.6 (released in 2004)Miklos Vajna3-6/+69
2020-04-17loplugin:buriedassign in vclNoel Grandin17-113/+133
2020-04-17turn off hover selection until mouse is movedCaolán McNamara1-12/+8
2020-04-17loplugin:external (clang-cl)Stephan Bergmann1-1/+1
2020-04-17cid#1462264 Uninitialized scalar fieldCaolán McNamara1-0/+2
2020-04-16PDF export: fix handling of page sizes larger than 508 cmMiklos Vajna4-7/+74
2020-04-16gen backend scrollbars are missing their contentsCaolán McNamara1-3/+6
2020-04-16cid#1462265 Uncaught exceptionCaolán McNamara1-2/+2
2020-04-16hover selection start off in the wrong place in long listsCaolán McNamara2-8/+14
2020-04-16don't allow tooltips from parent to appear while popup menu is activeCaolán McNamara3-2/+45
2020-04-16tdf#131120 use a replacement for GtkComboBoxCaolán McNamara5-388/+872
2020-04-16workaround for intel Skia invert() problem (tdf#130430)Luboš Luňák1-4/+36
2020-04-16fix compile: missing semi-colon in < gtk 3.22 blockJustin Luth1-1/+1
2020-04-16fixes for code creating reversed RectanglesNoel Grandin1-2/+5
2020-04-16Drop redundant member functionMike Kaganski2-2/+1
2020-04-15Fix typoAndrea Gelmini1-1/+1
2020-04-15GdkAnchorHints isn't available < gtk 3.22Caolán McNamara1-0/+15
2020-04-15tdf#126828 skip "on-demand" entriesCaolán McNamara1-0/+6
2020-04-15Related tdf#130778: New About dialogHeiko Tietze4-187/+1
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin13-23/+20
2020-04-15fix Skia glyph orientation with DirectWrite (tdf#132084)Luboš Luňák1-1/+5
2020-04-15keep old contents of resized windows with Skia (tdf#131952)Luboš Luňák1-0/+15
2020-04-15do not create empty Skia surface (tdf#131939)Luboš Luňák2-6/+6
2020-04-15vcl: document HelpTextWindowMiklos Vajna1-0/+1
2020-04-14mobile: cannot change linestyle on impressMert Tumer1-1/+6