Age | Commit message (Expand) | Author | Files | Lines |
2016-02-06 | vcl: bmpacc.hxx -> bitmapaccess.hxx | Chris Sherlock | 9 | -9/+9 |
2016-02-06 | vcl: rename EXC_* constants to EXCEPTION_*, EXC is too much like 'execute' | Chris Sherlock | 1 | -2/+2 |
2016-02-04 | vcl: take into account the font width is the average font width | Chris Sherlock | 9 | -24/+24 |
2016-02-02 | Remove leftover printf-style %f | Tor Lillqvist | 1 | -1/+1 |
2016-02-02 | tdf#43157: Fix format string violations in OSL_TRACE etc. | aybuke | 2 | -3/+3 |
2016-01-31 | boost::tuple -> std::tuple | Caolán McNamara | 3 | -9/+8 |
2016-01-29 | vcl: add text alignment functions to ImplFont and FontAttributes | Chris Sherlock | 4 | -5/+5 |
2016-01-28 | canvas: replace BOOST_CURRENT_FUNCTION with OSL_THIS_FUNC | Michael Stahl | 4 | -5/+5 |
2016-01-28 | Revert "canvas: replace BOOST_CURRENT_FUNCTION with __func__" | Michael Stahl | 4 | -5/+5 |
2016-01-28 | canvas: replace BOOST_CURRENT_FUNCTION with __func__ | Michael Stahl | 4 | -5/+5 |
2016-01-21 | loplugin: unused return values | Noel Grandin | 2 | -2/+2 |
2016-01-17 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock | 1 | -1/+1 |
2016-01-16 | revert vcl patch series that brok Mac and Windows | Norbert Thiebaud | 1 | -1/+1 |
2016-01-16 | vcl: rename Font::GetName to Font::GetFamilyName | Chris Sherlock | 1 | -1/+1 |
2016-01-13 | vcl: Create accessor and mutator for int and ext leading in FontMetric | Chris Sherlock | 3 | -4/+4 |
2016-01-08 | Remove useless extra var for loop | Julien Nabet | 1 | -5/+3 |
2016-01-07 | cppcheck: noExplicitConstructor | Caolán McNamara | 1 | -1/+1 |
2016-01-05 | new loplugin rangedforcopy - use reference in range based for | Andrzej Hunt | 1 | -1/+1 |
2016-01-05 | Fix typos | Andrea Gelmini | 4 | -5/+5 |
2015-12-21 | Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIX | Caolán McNamara | 1 | -5/+8 |
2015-12-03 | Use comphelper::containerToSequence() | Noel Grandin | 1 | -3/+3 |
2015-12-02 | Remove unused FMT_R8G8B8 | Stephan Bergmann | 1 | -40/+0 |
2015-11-28 | C++17 nested namespace definition | Stephan Bergmann | 1 | -1/+3 |
2015-11-28 | Unused forward decl | Stephan Bergmann | 1 | -2/+0 |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -11/+0 |
2015-11-28 | -Werror,-Wunused-private-field | Stephan Bergmann | 1 | -6/+2 |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann | 1 | -2/+2 |
2015-11-28 | -Werror,-Wreorder | Stephan Bergmann | 1 | -2/+2 |
2015-11-28 | -Werror,-Wunused-function | Stephan Bergmann | 1 | -21/+0 |
2015-11-28 | -Werror,-Winconsistent-missing-override | Stephan Bergmann | 4 | -18/+18 |
2015-11-26 | expression result unused [-Werror,-Wunused-value] | Noel Grandin | 1 | -1/+1 |
2015-11-25 | loplugin:unusedfields various | Noel Grandin | 1 | -3/+1 |
2015-11-23 | VirtualDevices either match another device depth, or are 1 bit | Caolán McNamara | 3 | -4/+4 |
2015-11-23 | establish that Virtual Devices either match Physical Device depth or ... | Caolán McNamara | 3 | -16/+16 |
2015-11-20 | Adapt Windows-only code | Stephan Bergmann | 2 | -4/+6 |
2015-11-20 | loplugin:unusedfields in canvas | Noel Grandin | 1 | -3/+1 |
2015-11-20 | Seems more natural to pass a homogenous list by initializer_list | Stephan Bergmann | 4 | -8/+10 |
2015-11-20 | loplugin:sallogareas | Stephan Bergmann | 1 | -1/+1 |
2015-11-15 | use initialiser for Sequence<OUString> | Noel Grandin | 1 | -2/+1 |
2015-11-15 | use initialiser syntax for Sequence<OUString> | Noel Grandin | 15 | -32/+16 |
2015-11-12 | Windows header sanitization | Ashod Nakashian | 1 | -19/+2 |
2015-11-12 | Bin mesa_headers completely | Tor Lillqvist | 1 | -1/+0 |
2015-11-12 | Avoid mesa_headers on X11, also link with -lGL only where necesssary | Tor Lillqvist | 1 | -1/+1 |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann | 28 | -119/+119 |
2015-11-06 | loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) | Stephan Bergmann | 1 | -3/+3 |
2015-11-02 | Replaced boost::bind by std::bind in canvas/source/opengl/ogl_canvashelper.cxx | Mario J. Rugiero | 1 | -12/+11 |
2015-11-02 | Partial revert 'for_each -> range-based' | Thorsten Behrens | 1 | -3/+4 |
2015-11-01 | boost::bind -> lambdas in canvas/source/simplecanvas/simplecanvasimpl.cxx | Mario J. Rugiero | 1 | -10/+5 |
2015-11-01 | boost::bind -> lambdas in canvas/source/vcl subtree | Mario J. Rugiero | 2 | -16/+7 |
2015-11-01 | std::for_each -> range based for in canvas/source/tools/verifyinput.cxx | Mario J. Rugiero | 1 | -6/+5 |