Age | Commit message (Expand) | Author |
2016-05-10 | Replace fallthrough comments with new SAL_FALLTHROUGH macro | Stephan Bergmann |
2016-04-28 | teach stylepolice plugin about ref-counted-pointer naming | Noel Grandin |
2016-04-26 | tdf#48066 render stroke-miterlimit correctly in SVG import | Regina Henschel |
2016-04-22 | Fix typos | Andrea Gelmini |
2016-04-21 | clang-tidy modernize-loop-convert in c* | Noel Grandin |
2016-04-21 | new plugin stylepolice | Noel Grandin |
2016-04-20 | loplugin:salbool: Automatic rewrite of sal_False/True | Stephan Bergmann |
2016-04-18 | - Removed the only-used-once FontLevelVector typedef | Ryan McCoskrie |
2016-04-14 | clang-tidy performance-unnecessary-value-param in various | Noel Grandin |
2016-04-13 | tdf#99165 initialize nLastX, nLastY | Armin Le Grand |
2016-04-13 | loplugin:passstuffbyref in canvas | Noel Grandin |
2016-04-13 | tdf#99165 always provide control points for beziers | Armin Le Grand |
2016-04-11 | fix copy assignment signatures | Jochen Nitschke |
2016-04-07 | tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionals | Rohan Kumar |
2016-04-07 | tdf#94306 replace boost::noncopyable in canvas | Jochen Nitschke |
2016-03-25 | fix headless build | Oliver Specht |
2016-03-03 | loplugin:unuseddefaultparams various | Noel Grandin |
2016-03-01 | -Werror,-Wshadow | Stephan Bergmann |
2016-03-01 | -Werror,-Wnon-virtual-dtor | Stephan Bergmann |
2016-03-01 | -Werror,-Wunused-macros | Stephan Bergmann |
2016-02-25 | werror: declaration hides previous declaration | David Ostrovsky |
2016-02-25 | werror: declaration hides previous declaration | David Ostrovsky |
2016-02-25 | werror: declaration of 'nWidth' hides previous declaration | David Ostrovsky |
2016-02-24 | convert SpriteChangeRecord::ChangeType to scoped enum | Noel Grandin |
2016-02-24 | convert canvas::IRenderModule::PrimitiveType to scoped enum | Noel Grandin |
2016-02-23 | convert canvas::IColorBuffer::Format to scoped enum | Noel Grandin |
2016-02-23 | convert GradientType to scoped enum | Noel Grandin |
2016-02-17 | Fix missing iterator include on MSVC 14.0 | David Ostrovsky |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-02-06 | vcl: bmpacc.hxx -> bitmapaccess.hxx | Chris Sherlock |
2016-02-06 | vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute' | Chris Sherlock |
2016-02-04 | vcl: take into account the font width is the average font width | Chris Sherlock |
2016-02-02 | Remove leftover printf-style %f | Tor Lillqvist |
2016-02-02 | tdf#43157: Fix format string violations in OSL_TRACE etc. | aybuke |
2016-01-31 | boost::tuple -> std::tuple | Caolán McNamara |
2016-01-29 | vcl: add text alignment functions to ImplFont and FontAttributes | Chris Sherlock |
2016-01-28 | canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNC | Michael Stahl |
2016-01-28 | Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__" | Michael Stahl |
2016-01-28 | canvas: replace BOOST_CURRENT_FUNCTION with __func__ | Michael Stahl |
2016-01-21 | loplugin: unused return values | Noel Grandin |
2016-01-17 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock |
2016-01-16 | revert vcl patch series that brok Mac and Windows | Norbert Thiebaud |
2016-01-16 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock |
2016-01-13 | vcl: Create accessor and mutator for int and ext leading in FontMetric | Chris Sherlock |
2016-01-08 | Remove useless extra var for loop | Julien Nabet |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara |
2016-01-05 | new loplugin rangedforcopy - use reference in range based for | Andrzej Hunt |
2016-01-05 | Fix typos | Andrea Gelmini |
2015-12-21 | Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIX | Caolán McNamara |