summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2016-05-04Missing includesStephan Bergmann2-0/+2
2016-05-04tdf#62525 vcl: use cow_wrapper for wallXisco Fauli3-133/+51
2016-05-04tdf#62525 vcl: use cow_wrapper for mapmodXisco Fauli1-143/+41
2016-05-04use Any constructor instead of temporariesNoel Grandin2-16/+6
2016-05-03tdf#99383 vcl: don't dispatch events from SolarMutexReleaserMichael Stahl2-3/+9
2016-05-03Resolves: tdf#98940 (-1 not mapping to maximum string length anymore)Matteo Casalin1-1/+1
2016-05-03Change vGDIObj pointer to unique_ptr to reduce WinMtfOutput complexityMark Page2-19/+15
2016-05-02Simply use implicit conversion from GLboolean to boolStephan Bergmann1-1/+1
2016-05-01fix copy&paste errorJochen Nitschke1-1/+1
2016-05-01tdf#49853 Some shortcuts should always end up in the viewMaxim Monastirsky1-0/+20
2016-05-01tdf93563 volatile signal re-enterancy guardserdemdemirkapi1-1/+1
2016-05-01Fix typosAndrea Gelmini2-2/+2
2016-05-01follow-up for tinderbox fixJochen Nitschke1-3/+3
2016-04-30fix for tinderboxJochen Nitschke2-4/+4
2016-04-30Fix typosAndrea Gelmini2-2/+2
2016-04-30opengl: track the state of glViewportTomaž Vajngerl3-7/+16
2016-04-30opengl: sync scissor and stencil state, generic capability stateTomaž Vajngerl3-55/+80
2016-04-30opengl: track the state of stencil testTomaž Vajngerl4-19/+54
2016-04-30opengl: track the state of scissor test and the dimensionsTomaž Vajngerl4-27/+94
2016-04-30opengl: track state of active and bound textures in contextTomaž Vajngerl6-47/+152
2016-04-29tdf#99574 fix sluggish scrollbar for an immediate paintTomaž Vajngerl1-0/+5
2016-04-29use initialization listJochen Nitschke1-4/+3
2016-04-29tdf#62525 vcl: use cow_wrapper for lineinfoXisco Fauli1-66/+23
2016-04-28vcl: fix loplugin:stylepoliceMiklos Vajna2-6/+6
2016-04-28FixedLine copyspacer was removed from .ui but referenced in .cxxCaolán McNamara2-3/+0
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin3-18/+18
2016-04-27vcl: remove unused variable and redundant methodXisco Fauli1-28/+22
2016-04-27Print dialog: minor spacing tweaksAdolfo Jayme Barrientos1-76/+7
2016-04-27tdf#62525 vcl: use cow_wrapper for HatchXisco Fauli1-55/+23
2016-04-27tdf#89866 tdf#96504 vcl: fix printing of form controls with imagesMichael Stahl2-14/+2
2016-04-26loplugin:bodynotinblockTor Lillqvist1-4/+4
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel23-48/+121
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin11-313/+313
2016-04-25tdf#62525 vcl: use cow_wrapper for fontXisco Fauli2-137/+13
2016-04-25Update comment a bitKhaled Hosny1-1/+3
2016-04-25GDIMetaFile: rename members missing their prefixesMiklos Vajna1-122/+122
2016-04-24Pasting -- from a pdf from a fallback font doesn't give -- as outputCaolán McNamara1-1/+1
2016-04-22Blind fix for Android buildTor Lillqvist1-0/+7
2016-04-22loplugin:nullptrStephan Bergmann1-2/+2
2016-04-22Don't share the wakeup pipe with child processesTor Lillqvist2-13/+47
2016-04-22Avoid reserved identifiersStephan Bergmann8-33/+24
2016-04-22loplugin:salboolStephan Bergmann1-3/+3
2016-04-22Try to fix tdf#93967 by using VclPtr to keep the window aliveArnaud Versini1-1/+1
2016-04-21Make the OSL_ENSURE message match realityTor Lillqvist1-1/+1
2016-04-21new plugin stylepoliceNoel Grandin11-90/+90
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann4-7/+7
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+0
2016-04-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2016-04-18loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-04-18cppcheck: cstyleCastCaolán McNamara1-2/+2