Age | Commit message (Expand) | Author |
2015-09-14 | boost->std | Caolán McNamara |
2015-09-13 | boost->std | Caolán McNamara |
2015-09-11 | coverity#1323755 Using invalid iterator | Caolán McNamara |
2015-09-08 | tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow. | Michael Meeks |
2015-09-08 | tdf#94006 - fix OpenGLContext mis-use in several places. | Michael Meeks |
2015-09-04 | canvas: simplify PageManager::nakedFragment loops | Daniel Robertson |
2015-09-03 | tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled. | Michael Meeks |
2015-08-30 | canvas: replace while loops with range-based for | Daniel Robertson |
2015-08-29 | o3tl/cow_wrapper: remove boost dependency | Daniel Robertson |
2015-08-17 | o3tl: rename compat_functional header | Thorsten Behrens |
2015-08-17 | Put Polygon from tools under tools:: namespace | Norbert Thiebaud |
2015-08-16 | canvas: replace for_each with range-based for-loop | Daniel Robertson |
2015-08-15 | canvas: whitespace/comments cleanup | Thorsten Behrens |
2015-08-15 | canvas: replace for_each with range-based for-loop | Daniel Robertson |
2015-08-11 | tdf#92459 Cleanup unclear lambdas | Daniel Robertson |
2015-08-11 | remove imgdebug | Norbert Thiebaud |
2015-08-11 | tdf#92459 remove compat_functional from canvas | Daniel Robertson |
2015-08-11 | stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxx | Norbert Thiebaud |
2015-08-10 | remove VERBOSE use from canva | Norbert Thiebaud |
2015-07-31 | canvas: replace boost::function with std::function | Michael Stahl |
2015-07-31 | canvas: replace boost::function with std::function | Michael Stahl |
2015-07-31 | tdf#92459 Replace select1st for lambda expressions | Daniel Robertson |
2015-07-22 | com::sun::star->css in canvas | Noel Grandin |
2015-07-21 | tdf#91574 - ensure we get paint events to render directx presenter console. | Michael Meeks |
2015-07-10 | do not include boost/utility.hpp | Michael Stahl |
2015-07-10 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-09 | canvas: remove boost::bind from headers | Michael Stahl |
2015-07-06 | tdf#91574: SLIDESHOW: crash when second monitor connected | Julien Nabet |
2015-07-03 | tdf#91574 fix presenter console not displayed | Christian Lohmaier |
2015-06-28 | Fix typos | Andrea Gelmini |
2015-06-23 | Revert "Typo: iff->if" | Julien Nabet |
2015-06-23 | Typo: iff->if | Julien Nabet |
2015-06-17 | Replace boost::scoped_array<T> with std::unique_ptr<T[]> | Takeshi Abe |
2015-06-15 | inline COMPHELPER_SERVICEDECL_ macro | Noel Grandin |
2015-06-11 | Cleanup crossplatform cairo | Mox Soini |
2015-06-11 | convert expressions like 'size() == 0' to 'empty()' | Noel Grandin |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann |
2015-06-08 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-06-05 | Revert "Cleanup crossplatform cairo" | Jan Holesovsky |
2015-06-04 | Cleanup crossplatform cairo | Mox Soini |
2015-06-04 | convert B2DLineJoin to scoped enum | Noel Grandin |
2015-05-29 | loplugin:loopvartoosmall | Noel Grandin |
2015-05-28 | fix Windows build | Noel Grandin |
2015-05-28 | convert PARENTCLIPMODE constants to scoped enum | Noel Grandin |
2015-05-26 | tdf#91426 - fix DX canvas - missed by VclPtr / Clang plugin. | Michael Meeks |
2015-05-25 | callcatcher: update unused code | Caolán McNamara |
2015-05-20 | convert ANTIALIASING constants to scoped enum | Noel Grandin |
2015-05-20 | convert DRAWMODE constants to scoped enum | Noel Grandin |
2015-05-08 | std::ptr_fun became deprecated since C++11 | Takeshi Abe |
2015-05-07 | simplify code by replacing std::find_if with std::any_of/std::none_of | Takeshi Abe |