Age | Commit message (Expand) | Author |
2019-01-11 | Drop o3tl/clamp.hxx, use C++17 std::clamp instead | Stephan Bergmann |
2019-01-11 | tdf#122646 EMF+ Implement proper line width display | Bartosz Kosiorek |
2019-01-09 | tdf#122559 EMF+ Add transparency support for drawing lines | Bartosz Kosiorek |
2019-01-08 | convert "*xxx.get()" to "*xxx" | Noel Grandin |
2019-01-07 | tdf#122498 EMF+ Fix rotation of Ellipse, Arc and Pie | Bartosz Kosiorek |
2018-12-10 | tdf#42949 Fix IWYU warnings in include/vcl/s* | Gabor Kelemen |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-07 | HAVE_CXX_CWG1579_FIX is always true now | Stephan Bergmann |
2018-12-07 | loplugin:singlevalfields extend to all static vars | Noel Grandin |
2018-12-05 | loplugin:unnecessaryparen include more assignments | Noel Grandin |
2018-12-03 | tdf#42949 Fix IWYU warnings in include/vcl/[n-r]* | Gabor Kelemen |
2018-11-29 | tdf#42949 Fix IWYU warnings in include/vcl/[i-m]* | Gabor Kelemen |
2018-11-27 | tdf#121648 EMF+ Fix displaying DrawDriverString record | Bartosz Kosiorek |
2018-11-27 | tdf#42949 Fix IWYU warnings in include/vcl/[f-h]* | Gabor Kelemen |
2018-11-26 | remove unused DrawModeFlags enum values | Noel Grandin |
2018-11-21 | loplugin:redundantfcast improvements | Noel Grandin |
2018-11-19 | tdf#42949 Fix IWYU warnings in include/vcl/[ab]* | Gabor Kelemen |
2018-11-19 | Fix typos | Andrea Gelmini |
2018-11-16 | loplugin:buriedassign in dbaccess..oox | Noel Grandin |
2018-11-16 | loplugin:staticmethods improvement | Noel Grandin |
2018-11-08 | tdf#113624 EMF+ Fix shift of DrawString without StringFormat | Bartosz Kosiorek |
2018-11-07 | tdf#55058 tdf#106084 EMF+ Add support for Underline and Strikeout | Bartosz Kosiorek |
2018-11-06 | loplugin:collapseif in dbaccess..lotuswordpro | Noel Grandin |
2018-11-05 | tdf#55058 tdf#106084 tdf#114738 EMF+ Add rotation support for String drawing | Bartosz Kosiorek |
2018-11-01 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings | Tamás Zolnai |
2018-10-25 | Fix typos | Andrea Gelmini |
2018-10-25 | Reorganize FrameBorderPrimitive creation (II) | Armin Le Grand |
2018-10-23 | clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayer | Noel Grandin |
2018-10-22 | drawinglayer: fix bold dash dash dot overline in Impress. | Mark Hung |
2018-10-21 | tdf#120703 (PVS): Recurring check. | Xisco Fauli |
2018-10-21 | clarify this code a bit | Caolán McNamara |
2018-10-19 | clang-tidy readability-container-size-empty | Noel Grandin |
2018-10-18 | clang-tidy readability-simplify-boolean-expr | Noel Grandin |
2018-10-17 | clang-tidy readability-redundant-smartptr-get | Noel Grandin |
2018-10-15 | tdf#42949 Fix IWYU warnings in include/basegfx/* | Gabor Kelemen |
2018-10-15 | add SvStream::TellEnd | Noel Grandin |
2018-10-08 | tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]* | Gabor Kelemen |
2018-09-20 | ofz#10526 check with dynamic_cast its really a EMFPStringFormat | Caolán McNamara |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-13 | Support buffering SystemDependent GraphicData (II) | Armin Le Grand |
2018-09-06 | loplugin:simplifyconstruct in dbaccess..drawinglayer | Noel Grandin |
2018-09-06 | clang-tidy performance-unnecessary-value-param | Noel Grandin |
2018-09-03 | move identity checks into B3DHomMatrix::operator*= | Noel Grandin |
2018-08-30 | Support buffering SystemDependent GraphicData | Armin Le Grand |
2018-08-29 | -Werror=redundant-move (GCC 9), take two | Stephan Bergmann |
2018-08-28 | Revert "-Werror=redundant-move" | Stephan Bergmann |
2018-08-28 | -Werror=redundant-move | Stephan Bergmann |
2018-08-17 | tdf#105998: Enhanced fix for MetafileToBitmap at better place | Armin Le Grand |
2018-08-17 | Consolidate: basegfx::clamp -> o3tl::clamp | Stephan Bergmann |
2018-08-13 | ofz: Null-deference | Caolán McNamara |