summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-18tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl3-12/+96
2016-04-18tdf#96887 vcl: stop using periodic timers on WNTMichael Stahl4-14/+31
2016-04-18tdf#99352 - Some VclPtrs leak past DeInitVCLNoel Grandin1-5/+7
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin9-23/+17
2016-04-18clean-up: unused using declarations and includesJochen Nitschke4-14/+0
2016-04-15loplugin:defaultparamsStephan Bergmann1-1/+1
2016-04-15tdf#95845 Use CommandInfoProvider in formsSamuel Mehrbrodt1-4/+3
2016-04-15vcl: replace boost::bind with C++11 lambdasMichael Stahl1-267/+105
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann1-1/+2
2016-04-14tdf#40863 only use polygons with area for WinClipRegionsArmin Le Grand1-12/+32
2016-04-14Avoid null ToolBox::mpData deref during Frame::closeStephan Bergmann1-1/+3