summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2015-09-20convert Link<> to typedNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17Fix Graphite windows build staticMartin Hosken
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks
2015-09-16opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl
2015-09-16GL paint-flushing guard re-work.Michael Meeks
2015-09-16convert Link<> to typedNoel Grandin
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin
2015-09-16tdf#94213 - release offscreen texture properly on re-size.Michael Meeks
2015-09-15tdf#93814: Added support for caching shader program binaries.Marco Cecchetti
2015-09-15remove Link<> field that is never Call()'edNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-09-14list->vectorNoel Grandin
2015-09-14Refactor graphite integration and update graphiteMartin Hosken
2015-09-12This parameter type should be sal_Int32, for consistencyMatteo Casalin
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-11convert Link<> to typedNoel Grandin
2015-09-10coverity#1323760 Uninitialized scalar fieldCaolán McNamara
2015-09-10convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-09-08tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks
2015-09-04vcl: replace boost::ptr_deque with std::deque<std::unique_ptr>Caolán McNamara
2015-09-04convert Link<> to typedNoel Grandin
2015-09-02vcl: rename DESKTOP_KDE to DESKTOP_KDE3Michael Stahl
2015-09-01More useful param typeStephan Bergmann
2015-09-01Fixup CRC related unit tests for now.Michael Meeks
2015-09-01WaE: 'updateChecksum' overrides a member function but is not marked 'override'Tor Lillqvist
2015-09-01gl-checksum: added a minimum size check for using GL versionMarco Cecchetti
2015-09-01CRC is an integer type -> mnChecksum.Michael Meeks
2015-09-01fix: buffer was released before getting checksum.Michael Meeks
2015-09-01vcl_get_checksum wraps the call to the real checksum functionMarco Cecchetti
2015-09-01Switching to 64-bit checksum: substituted sal_uLong with BitmapChecksumMarco Cecchetti
2015-09-01moved chechsum.hxx in include/vclMarco Cecchetti
2015-09-01Added support for computing 64-bit checksum of bitmap in OpenGLMarco Cecchetti
2015-09-01tdf#93839 - Encourage vdevs to pick up new GL Contexts when they go invalid.Michael Meeks
2015-08-31tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks
2015-08-31tdf#93751 - ensure textures are unbound from framebuffers post destroy.Michael Meeks
2015-08-31vcl: Improve management of mnRef0Count.Jan Holesovsky
2015-08-29sal_uLong to sal_uInt32 for CRC32Matteo Casalin
2015-08-28vcl: fix resource management issue in WinSalLayoutMichael Stahl
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist
2015-08-26vcl OpenGL program: Cache mvp matrix to reduce ~200 api calls per frame.Lubosz Sarnecki