summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-09-20convert Link<> to typedNoel Grandin9-37/+46
2015-09-20convert Link<> to typedNoel Grandin4-76/+41
2015-09-20convert Link<> to typedNoel Grandin2-7/+31
2015-09-20remove unused Link<> fieldNoel Grandin1-2/+0
2015-09-19I don't think we want to use NSS on iOS eitherTor Lillqvist1-1/+1
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-18valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara1-2/+2
2015-09-18boost->stdCaolán McNamara3-5/+3
2015-09-18fixes memleak : clear self referring VclPtr in MetricBoxDennis Francis1-0/+6
2015-09-17bmp failure not detected as such because of svg fallback testCaolán McNamara11-1/+6
2015-09-17make CalcMaskShift a verifiable operationCaolán McNamara7-45/+230
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
2015-09-17Fix Graphite windows build staticMartin Hosken2-8/+10
2015-09-16tdf#94281 - don't mix legacy and VCL OpenGLContext's.Michael Meeks4-3/+12
2015-09-16don't crash with unknown out color spaceCaolán McNamara2-1/+7
2015-09-16pointer->referenceCaolán McNamara3-18/+17
2015-09-16Add debugging helpers to binary shader loading.Michael Meeks1-5/+4
2015-09-16opengl: check framebuffer completenessTomaž Vajngerl1-2/+5
2015-09-16opengl: support reading back 1-bit masks from textureTomaž Vajngerl1-12/+46
2015-09-16tdf#93666: use x,y coords when reading texture part + don't bindTomaž Vajngerl1-10/+12
2015-09-16opengl: optimize search for a free slot in texture atlasTomaž Vajngerl1-7/+10
2015-09-16opengl: this doesn't really do anything as data is null anywayTomaž Vajngerl2-43/+4
2015-09-16GL paint-flushing guard re-work.Michael Meeks16-85/+62
2015-09-16tdf#94213 - cleanup associated GL contexts properly when DCs released.Michael Meeks2-1/+2
2015-09-16Blind fix for --enable-tdeStephan Bergmann1-2/+0
2015-09-16convert Link<> to typedNoel Grandin3-9/+9
2015-09-16clean up VclEventListeners and VclEventListeners2Noel Grandin7-34/+92
2015-09-16convert Link<> to typedNoel Grandin3-5/+5
2015-09-16convert Link<> to typedNoel Grandin3-6/+6
2015-09-16tdf#94252 - avoid switching contexts un-necessarily to reduce flicker.Michael Meeks1-0/+9
2015-09-16tdf#94213 - release offscreen texture properly on re-size.Michael Meeks5-4/+29
2015-09-15tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks2-1/+15
2015-09-15loplugin:cstylecastStephan Bergmann1-3/+3
2015-09-15WaE: loplugin:cstylecastTor Lillqvist1-4/+4
2015-09-15tdf#93814: Added support for caching shader program binaries.Marco Cecchetti6-32/+351
2015-09-15convert Link<> to typedNoel Grandin2-6/+6
2015-09-15remove Link<> field that is never Call()'edNoel Grandin3-16/+0
2015-09-15[API CHANGE] XFilePicker2/3 changes for multiselectionJulien Nabet2-4/+1
2015-09-14tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks1-0/+8
2015-09-14convert Link<> to typedNoel Grandin4-14/+11
2015-09-14ImplCallEventListeners and FireVclEvent can take referencesNoel Grandin3-6/+6
2015-09-14list->vectorNoel Grandin3-7/+10
2015-09-14loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-09-14Refactor graphite integration and update graphiteMartin Hosken5-532/+266
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-09-13boost->stdCaolán McNamara4-8/+7
2015-09-12GetCommandLineParamCount() returns sal_uInt16Matteo Casalin2-2/+2
2015-09-12This parameter type should be sal_Int32, for consistencyMatteo Casalin1-1/+1
2015-09-11getFiles refactoring: kde partJulien Nabet5-20/+49
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe44-90/+82