Age | Commit message (Expand) | Author |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-20 | Some more loplugin:cstylecast: canvas | Stephan Bergmann |
2015-01-13 | svx, canvas, desktop: gb_OBJCXXFLAGS are not needed at all | Douglas Mencken |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-02 | boost::unordered_map->std::unordered_map | Caolán McNamara |
2014-12-11 | only checked for new VirtualDevice | Caolán McNamara |
2014-12-11 | stray debugging code | Caolán McNamara |
2014-12-11 | Resolves: fdo#87242 reuse vcl clip for cairo during animations | Caolán McNamara |
2014-12-11 | Related: fdo#87242 merge duplicate clip setup code | Caolán McNamara |
2014-12-11 | Related: fdo#87242 init VirtualDevice with size of surface | Caolán McNamara |
2014-12-11 | reduce scope of local variables | Michael Weghorn |
2014-12-10 | canvas: DIRECTX_VERSION macro is obsolete | Michael Stahl |
2014-12-10 | canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectX | Michael Stahl |
2014-12-10 | Kill unused directx < 9 ifdefery | Riccardo Magliocchetti |
2014-12-07 | mpSurface->getCairo() == mpCairo | Caolán McNamara |
2014-12-07 | cairo_restore without matching cairo_save | Caolán McNamara |
2014-12-05 | Slightly less verbose adaptation to boost-1.56.0 | Thorsten Behrens |
2014-11-17 | sal: clean up public headers with include-what-you-use | Michael Stahl |
2014-11-12 | Bump cairo version to 1.2.0 | Riccardo Magliocchetti |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-10 | fix spelling implemenation -> implementation | Noel Grandin |
2014-11-10 | merge vcllo and vclopengllo | Markus Mohrhard |
2014-11-06 | Revert "use the new OUString::fromUtf8 method" | Stephan Bergmann |
2014-11-06 | use the new OUString::fromUtf8 method | Noel Grandin |
2014-11-04 | Kill directx < 9 ifdefery | Riccardo Magliocchetti |
2014-11-03 | coverity#982921 do not leak | David Tardon |
2014-10-13 | create a macro library for implementing bit-flags types | Noel Grandin |
2014-10-03 | loplugin: cstylecast | Noel Grandin |
2014-10-03 | GLSL files should go into $(LIBO_ETC_FOLDER)/opengl | Tor Lillqvist |
2014-09-30 | fix windows build | Noel Grandin |
2014-09-30 | fdo#82577: Handle PolyPolygon | Noel Grandin |
2014-09-30 | fdo#82577: Handle Region | Noel Grandin |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-18 | fix windows build | Noel Grandin |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-02 | remove SAL_DEBUGs introduced earlier | Markus Mohrhard |
2014-09-02 | some temporary debug output | Markus Mohrhard |
2014-09-02 | add warning about bad input | Markus Mohrhard |
2014-09-02 | make the shaders compliant to GLSL 1.2 | Markus Mohrhard |
2014-09-02 | fix shader names, the .glsl is attached in OpenGLHelper::LoadShader | Markus Mohrhard |
2014-09-02 | request a legacy context for OGLTrans | Markus Mohrhard |
2014-08-31 | coverity#1233512 Uncaught exception | Caolán McNamara |
2014-08-29 | Fix build with boost-1.56.0. | Jörg Sonnenberger |
2014-08-20 | vcl: use enum for complex text layout constants | Noel Grandin |
2014-08-13 | fix invalid memory access in dx bitmap code | Markus Mohrhard |
2014-08-13 | fix OpenGL canvas windows build | Markus Mohrhard |
2014-08-08 | -Werror,-Wunused-private-field | Stephan Bergmann |
2014-08-08 | -Werror,-Wunused-macros | Stephan Bergmann |
2014-08-08 | reimplement custom sprite rendering with FBO | Markus Mohrhard |
2014-08-08 | reuse OpenGLContext in OGL canvas | Markus Mohrhard |