Age | Commit message (Expand) | Author |
2018-01-12 | More loplugin:cstylecast: drawinglayer | Stephan Bergmann |
2018-01-11 | convert (a>b?a:b) to std::max(a,b) | Noel Grandin |
2017-12-29 | loplugin:unnecessaryparen improve return check | Noel Grandin |
2017-12-22 | tdf#42949 Fix some Include What You Use warnings | Miklos Vajna |
2017-12-19 | Fix typos | Andrea Gelmini |
2017-12-11 | loplugin:salcall fix functions | Noel Grandin |
2017-12-08 | cppcheck: fix some reports | Julien Nabet |
2017-12-06 | Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx | Stephan Bergmann |
2017-12-06 | tdf#109340 Improve performance by reducing matrix multiplication | Bartosz Kosiorek |
2017-12-06 | Related: tdf#105998 except cut and paste as bitmap instead of export | Caolán McNamara |
2017-11-26 | coverity#1421100 Uncaught exception | Caolán McNamara |
2017-11-22 | Make loplugin:unnecessaryparen warn about (x) ? ... : ... after all | Stephan Bergmann |
2017-11-21 | tdf#112500 Store world transform during graphic save | Bartosz Kosiorek |
2017-11-18 | tdf#111486 Multiply by whole base transformation, and not only by scale of it | Bartosz Kosiorek |
2017-11-17 | tdf#111486 Use buildin methods for displaying matrix | Bartosz Kosiorek |
2017-11-17 | tdf#113451 Fix misplacing of lines by adding mappingChanged | Bartosz Kosiorek |
2017-11-17 | tdf#113704 EMF+ Add support for EmfPlusRecordTypeFillRegion record | Bartosz Kosiorek |
2017-11-16 | tdf#113704 Implement proper reading of the EmfPlusRegionNode | Bartosz Kosiorek |
2017-11-14 | tdf#113758 EMF+ Add mapping of clipped region to the world space. | Bartosz Kosiorek |
2017-11-13 | tdf#113758 EMF+ Add support to OffsetClip record | Bartosz Kosiorek |
2017-11-09 | tdf#113707 EMF+ Add support for ResetClip record | Bartosz Kosiorek |
2017-11-09 | tdf#77229 tdf#113635 EMF+ Add support for Clip Union, Exclude and Complement | Bartosz Kosiorek |
2017-11-06 | loplugin:constparams in cppcanvas,drawinglayer | Noel Grandin |
2017-11-06 | loplugin:finalclasses in drawinglayer | Noel Grandin |
2017-11-04 | tdf#113635 Add support for Clip Intersect and XOR | Bartosz Kosiorek |
2017-11-04 | loplugin:constparams in various(1) | Noel Grandin |
2017-11-03 | tdf#111486 Fix component names in SAL_INFOs | Bartosz Kosiorek |
2017-11-03 | loplugin:constmethod in drawinglayer | Noel Grandin |
2017-11-01 | loplugin:constantparam in basegfx | Noel Grandin |
2017-11-01 | loplugin:constantparam in d* | Noel Grandin |
2017-10-30 | Revert "tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed" | Thorsten Behrens |
2017-10-28 | tdf#106084 EMF+ Add support for RotateWorldTransform record | Bartosz Kosiorek |
2017-10-28 | tdf#113197 Add MaskPrimitive (clip) to EMF/WMF if needed | Armin Le Grand |
2017-10-27 | remove GetSwapFloat nonsense from all 3 EMF readers | Michael Stahl |
2017-10-26 | vcl: make MapMode constructor explicit | Michael Stahl |
2017-10-26 | blind attempt to fix build on big endian | David Tardon |
2017-10-26 | tdf#111486 Fix description of SAL_ macros after EMF+ refactor | Bartosz Kosiorek |
2017-10-24 | Resolves: tdf#49253 set an initial mask background | Caolán McNamara |
2017-10-23 | loplugin:includeform: drawinglayer | Stephan Bergmann |
2017-10-21 | loplugin:redundantcast handle dynamic_cast | Noel Grandin |
2017-10-18 | use std::unique_ptr in wmfemfhelper::TargetHolder | Noel Grandin |
2017-10-16 | tdf#31814 Resolve TODO from EMF+ DrawImage and DrawImagePoints | Bartosz Kosiorek |
2017-10-15 | tdf#31814 Fix for EMF+ DrawString and DrawImage | Patrick Jaap |
2017-10-01 | drawinglayer: remove commented out code | Chris Sherlock |
2017-10-01 | tdf#31814 drawinglayer: dump EmfPlusRecordTypeComment records | Chris Sherlock |
2017-10-01 | drawinglayer: should be warning, not info SAL_LOG messages | Chris Sherlock |
2017-10-01 | simplify some OUString compareTo calls | Muhammet Kara |
2017-09-29 | convert GfxLink::IsEqual to operator== | Noel Grandin |
2017-09-28 | tdf#112012 EMF+ dashed lines: correct dash length | Patrick Jaap |
2017-09-26 | Rename the basegfx::tools namespace to basegfx::utils | Tor Lillqvist |