summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2017-02-07tdf#104101 Improve the session management handlingJuergen Funk3-73/+110
2017-02-06vcl: fix inconsistent GraphicsStateUpdateFlags assertsMichael Stahl1-1/+1
2017-02-06Add missing #includesStephan Bergmann6-3/+11
2017-02-06Add missing #includesStephan Bergmann12-0/+14
2017-02-06tdf#43157 Clean up OSL_ASSERT, DBG_ASSERT, etc.dilekuzulmez1-6/+6
2017-02-06loplugin:unusedenumconstants in vclNoel Grandin3-10/+10
2017-02-05sal_uIntPtr to sal_uInt16Matteo Casalin9-17/+17
2017-02-05circular freetype and harfbuzz dependencyCaolán McNamara1-0/+1
2017-02-03TyposJulien Nabet7-12/+12
2017-02-03Typo: progess->progressJulien Nabet1-3/+3
2017-02-03TyposJulien Nabet1-1/+1
2017-02-03tdf#105697: Make the Screenshot command localizableMuhammet Kara4-3/+17
2017-02-03new loplugin:unusedenumconstantsNoel Grandin3-4/+1
2017-02-02loplugin:useuniqueptrStephan Bergmann2-8/+10
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin4-19/+12
2017-02-02convert BmpCombine to scoped enum and drop unusedNoel Grandin2-87/+4
2017-02-01fix crash with gtk3, opengl and presentation consoleCaolán McNamara4-3/+17
2017-02-01Revert "vcl: include config_features.h"Michael Stahl1-2/+0
2017-02-01Need <config_features.h> here, tooTor Lillqvist1-0/+2
2017-02-01loplugin:unnecessaryoverrideStephan Bergmann2-2/+0
2017-02-01vcl: include config_features.hMichael Stahl1-0/+2
2017-02-01Need <config_features.h> hereTor Lillqvist1-0/+2
2017-02-01gtk3 hidpi xor hack needs to use unscaled extentsCaolán McNamara1-6/+15
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin3-16/+8
2017-02-01tdf#105461 PDF export: handle text fill colorMiklos Vajna1-0/+23
2017-02-01An env var to disable font lookupKhaled Hosny2-0/+13
2017-01-31add pct fuzzerCaolán McNamara3-0/+72
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin6-14/+11
2017-01-30extend menu builder to handle radio and check entriesCaolán McNamara1-0/+11
2017-01-30I don't see why we hide 'select all' if there is no insert symbol dialogCaolán McNamara2-2/+0
2017-01-30convert edit menu to .ui formatCaolán McNamara6-176/+226
2017-01-30vcl: fix MetaTextLine reading, version 2 contains overlineTomaž Vajngerl1-5/+9
2017-01-30expand SVM test (Mask, TextRect, TextLine) and mtfxmldumpTomaž Vajngerl1-84/+210
2017-01-30support accelerator modifiers in menu builderCaolán McNamara1-18/+29
2017-01-30Resolves: rhbz#1417480 stray bare XWarpPointer call in gtk3 codeCaolán McNamara1-3/+3
2017-01-30tdf#104693: screenshot: fix mirrored mac screenshotsThorsten Behrens3-3/+11
2017-01-28loplugin:stringconstantJochen Nitschke2-7/+7
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2-4/+4
2017-01-27add eps fuzzerCaolán McNamara3-0/+72
2017-01-27coverity#1371303 Missing move assignment operatorCaolán McNamara2-0/+43
2017-01-27everything ImplClear clears is managed by their dtors anywayCaolán McNamara1-1/+0
2017-01-27Animation dtor will be called anyway, so drop ClearCaolán McNamara1-7/+1
2017-01-27everything reset by ImplClear is going to be overwritten anywayCaolán McNamara1-2/+0
2017-01-27we copy the flag for the context in the ctor, but not the contextCaolán McNamara1-1/+15
2017-01-27remove weirdness of ImpGraphic assignment operatorCaolán McNamara2-20/+13
2017-01-27DisableGlyphInjection does nothingKhaled Hosny2-8/+0
2017-01-27move these into the member init listCaolán McNamara1-3/+2
2017-01-27-Werror=int-in-bool-context (GCC 7)Stephan Bergmann1-1/+1
2017-01-27ImplClear sets mbSwapOut false, so mbSwapOut is actually always false hereCaolán McNamara1-3/+5
2017-01-27Remove dynamic exception specifications from some TDE-only codeStephan Bergmann4-59/+29