summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-11-25gtk3: it's the *Original* device we care about, not the temp clip hack devicesCaolán McNamara1-1/+1
2015-11-25gtk3: implement drawPolyLine for svp/gtk3 backendCaolán McNamara1-37/+134
2015-11-25gtk3: track what needs to be implementedCaolán McNamara1-0/+8
2015-11-25gtk3: stroke as well as fillCaolán McNamara1-26/+74
2015-11-25vcl: move private impl. detail of Scheduler out of global header.Michael Meeks3-0/+18
2015-11-25loplugin:unusedfields in include/vclNoel Grandin4-8/+3
2015-11-25tdf#95783: Don't calculate width of text with glyph fallback as way too wideTor Lillqvist1-3/+6
2015-11-25XRegion has to match the "real" XRegion structure, even if we don't useCaolán McNamara1-0/+1
2015-11-25Remove code that has been commented out since 2003Tor Lillqvist1-2/+0
2015-11-25write a log file about OpenGL driverMarkus Mohrhard1-0/+36
2015-11-24vcl: re-introduce idle handling.Michael Meeks3-19/+26
2015-11-24Resolves: tdf#95962 incorrect scanline strideCaolán McNamara6-25/+17
2015-11-24vcl: reduce maximum timeout to some sensible range.Michael Meeks1-0/+5
2015-11-24vcl lok: handle tracking coordinates which are in twipsMiklos Vajna1-1/+13
2015-11-24Bin old Windows-only MULTI_SL_DEBUG code of dubious usefulnessTor Lillqvist1-49/+2
2015-11-24vcl: scheduler - split timeout calculation from idle invocation.Michael Meeks2-15/+30
2015-11-24vcl: remove UpdateStack concept.Michael Meeks2-11/+5
2015-11-24Vcl Toolbox: Move Impl and local defines out of header filesSamuel Mehrbrodt2-4/+87
2015-11-24It's "incomplete", not "in complete"Tor Lillqvist3-8/+8
2015-11-24Bin outdated #if and unnecessary <config_mingw.h>Tor Lillqvist1-4/+1
2015-11-24FONTFALLBACK_HOOKS_DISABLED is not definedTor Lillqvist1-2/+1
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-11-24m_aCurrentRequest is not unusedStephan Bergmann1-0/+3
2015-11-24vcl: fix for kde4.Michael Meeks2-7/+10
2015-11-24Replace return boolean from DoYield with pleasant enumeration.Michael Meeks17-32/+39
2015-11-24loplugin:unusedfields in vcl/Noel Grandin25-131/+31
2015-11-24Vcl: Cleanup ToolboxSamuel Mehrbrodt2-122/+38
2015-11-24Remove recently unused codeKhaled Hosny1-23/+0
2015-11-23Restore deleted svpcairotextrender.hxxJan-Marek Glogowski1-0/+34
2015-11-23only one headless text renderer nowCaolán5-59/+25
2015-11-23pInst no longer neededStephan Bergmann2-4/+0
2015-11-23vcl lok: fix scrollbar to accept mouse events in twipsMiklos Vajna1-1/+13
2015-11-23loplugin:staticmethodsStephan Bergmann3-4/+4
2015-11-23we always have cairo and top down devices nowCaolán McNamara1-16/+2
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara20-80/+15
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara30-86/+180
2015-11-23Do all svp text rendering with cairoCaolán McNamara20-1198/+149
2015-11-23fix Image::operator==Noel Grandin1-2/+2
2015-11-23loplugin:loopvartoosmallNoel Grandin1-4/+4
2015-11-23opengl: fix blacklistTomaž Vajngerl1-2/+2
2015-11-23vcl: simplify Image internalsTomaž Vajngerl7-545/+91
2015-11-23vcl: add colorizeImage to BitmapProcessorTomaž Vajngerl1-0/+69
2015-11-23vcl: Bitmap processor to create a disabled imageTomaž Vajngerl1-0/+72
2015-11-23ImplImageRefData is not used anywhere anymoreTomaž Vajngerl1-11/+0
2015-11-23remove unused constructor parameterTomaž Vajngerl1-2/+1
2015-11-23Update-check, expand to allow reporting of H/W and OS versions.Michael Meeks6-2/+110
2015-11-23add missing semicolonDavid Tardon1-1/+1
2015-11-22blind attempt to fix build on Linux-rpm_deb-x86@71-TDF-dbgDavid Tardon1-0/+12
2015-11-20opengl: populate blocklistTomaž Vajngerl1-4/+156
2015-11-20opengl: fix blocklist parsingTomaž Vajngerl4-75/+99