Age | Commit message (Expand) | Author |
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 |
2015-12-03 | Use comphelper::containerToSequence() | Noel Grandin |
2015-12-02 | Remove unused FMT_R8G8B8 | Stephan Bergmann |
2015-11-28 | C++17 nested namespace definition | Stephan Bergmann |
2015-11-28 | Unused forward decl | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-private-field | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann |
2015-11-28 | -Werror,-Winconsistent-missing-override | Stephan Bergmann |
2015-11-26 | expression result unused [-Werror,-Wunused-value] | Noel Grandin |
2015-11-25 | loplugin:unusedfields various | Noel Grandin |
2015-11-23 | VirtualDevices either match another device depth, or are 1 bit | Caolán McNamara |
2015-11-23 | establish that Virtual Devices either match Physical Device depth or ... | Caolán McNamara |
2015-11-20 | Adapt Windows-only code | Stephan Bergmann |
2015-11-20 | loplugin:unusedfields in canvas | Noel Grandin |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann |
2015-11-20 | loplugin:sallogareas | Stephan Bergmann |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin |
2015-11-12 | Windows header sanitization | Ashod Nakashian |
2015-11-12 | Bin mesa_headers completely | Tor Lillqvist |
2015-11-12 | Avoid mesa_headers on X11, also link with -lGL only where necesssary | Tor Lillqvist |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann |
2015-11-02 | Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxx | Mario J. Rugiero |
2015-11-02 | Partial revert 'for_each -> range-based' | Thorsten Behrens |
2015-11-01 | boost::bind -> lambdas in canvas/source/simplecanvas/simplecanvasimpl.cxx | Mario J. Rugiero |
2015-11-01 | boost::bind -> lambdas in canvas/source/vcl subtree | Mario J. Rugiero |
2015-11-01 | std::for_each -> range based for in canvas/source/tools/verifyinput.cxx | Mario J. Rugiero |
2015-11-01 | for_each -> range-based for in canvas/source/tools/spriteredrawmanager.cxx | Mario J. Rugiero |
2015-11-01 | boost::bind -> lambdas in canvas/source/tools/surface.cxx | Mario J. Rugiero |
2015-10-31 | Replace boost::bind by lambdas in canvas/source/directx tree. | Mario J. Rugiero |
2015-10-30 | tdf#93684 - Remove SalFrame::Sync | Ryan McCoskrie |
2015-10-30 | tdf#92272: We need to twiddle the bytes from BGR to RGB | Tor Lillqvist |
2015-10-30 | UNO: no need to use OUString constructor when calling createInstance | Noel Grandin |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-30 | loplugin:unusedmethods | Noel Grandin |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-07 | eliminate typedef only being used once | Noel Grandin |