summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverrideStephan Bergmann
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-12-04tdf#93430: Get run attributes of text objectsTamás Zolnai
2016-12-03add the SalAbort message to the crash reporterMarkus Mohrhard
2016-12-02Require HarfBuzz 0.9.42Khaled Hosny
2016-12-02Simplify FontManager a bitKhaled Hosny
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page
2016-12-02vcl: fix -Werror,-Wunused-variableMiklos Vajna
2016-12-02coverity#1396675 Dereference null return valueCaolán McNamara
2016-12-02coverity#1396674 'Constant' variable guards dead codeCaolán McNamara
2016-12-02Unused codeKhaled Hosny
2016-12-02Always use FontConfig in UNXKhaled Hosny
2016-12-02remove unnecessary vertical whitespaceMarkus Mohrhard
2016-12-02Drop font cache on UNXKhaled Hosny
2016-12-01ditch old SAL_DO_NOT_USE_INVERT50 env varCaolán McNamara
2016-12-01Unused codeKhaled Hosny
2016-12-01BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann
2016-12-01Kill old Windows layout enginesKhaled Hosny
2016-11-30Use smart pointers for gdi pdf functionsMark Page
2016-11-30When overreading gif sub blocks, do not read skipped bytesMark Page
2016-11-30Use smart pointers for allocated objects in the gif loaderMark Page
2016-11-30More dead codeKhaled Hosny
2016-11-30tdf#103747: Don't re-position images when re-playing a metafile.Jan Holesovsky
2016-11-30vcl: Mention VCL_DEBUG_DISABLE_PDFCOMPRESSION in the README.Jan Holesovsky
2016-11-30tdf#104013: Band aid for overzealous clippingKhaled Hosny
2016-11-30tdf#101458 - check PNG for adequate compressionMarco Cecchetti
2016-11-30vcl mscrypto PDF sign: fix typo in GetDERLengthOfLength()Miklos Vajna
2016-11-30vcl mscrypto PDF sign: write IssuerSerial sequenceMiklos Vajna
2016-11-30convert GraphicsState flags to o3tl::typed_flagsNoel Grandin
2016-11-29Strip down GetEmbedFontData to what is really usedKhaled Hosny
2016-11-29Dead codeKhaled Hosny
2016-11-29SalGraphics::GetFontEncodingVector() is a noop nowKhaled Hosny
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: vclStephan Bergmann
2016-11-29tdf#104139 state can't be set as context may not be availableTomaž Vajngerl
2016-11-29vcl mscrypto PDF sign: don't assume that header length is always 2 bytesMiklos Vajna
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-11-29Use Freetypefont::GetFontMetric()Khaled Hosny
2016-11-29Resolves: tdf#90214 set gtk[2|3] lightshadow halfway between darkshadow and bgCaolán McNamara
2016-11-29Related: tdf#90214 gtk2 use a darkcolor based on the themeCaolán McNamara
2016-11-29Drop assigned but never used parameterKhaled Hosny
2016-11-29extensions,sc,sd,vcl: de-obfuscate assignments in conditions to help GCCMichael Stahl
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2016-11-28tdf#104139 keep the current OpenGL stateDavid Tardon
2016-11-28don't leak impl. detailsDavid Tardon
2016-11-28Use range for loopKhaled Hosny
2016-11-28Simplify things a bitKhaled Hosny
2016-11-26tdf#101327 - tolerate exceptions during window construction better.Michael Meeks