summaryrefslogtreecommitdiffstats
path: root/vcl/source
Commit message (Expand)AuthorAgeFilesLines
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-1/+1
* coverity#1325059 Argument cannot be negative bodgeCaolán McNamara2015-09-291-0/+6
* coverity#1325060 Argument cannot be negative bodgeCaolán McNamara2015-09-291-0/+6
* -Werror,-Wunused-variableStephan Bergmann2015-09-291-1/+0
* coverity#1325070 Resource leakCaolán McNamara2015-09-291-5/+5
* coverity#1325067 Resource leakCaolán McNamara2015-09-291-1/+6
* coverity#1325063 Resource leakCaolán McNamara2015-09-291-1/+2
* coverity#1325062 Resource leakCaolán McNamara2015-09-291-2/+4
* coverity#1242704 Untrusted loop boundCaolán McNamara2015-09-291-1/+6
* XFrame parameter to SetMenuBar() is actually never used.Jan Holesovsky2015-09-292-3/+6
* don't allocate (by eraseing) an un-initialized 1x1 virtual deviceTomaž Vajngerl2015-09-281-4/+6
* wmf spec says that these are only allowed bitcount valuesCaolán McNamara2015-09-281-1/+13
* convert Link<> to typedNoel Grandin2015-09-241-37/+34
* convert Link<> to typedNoel Grandin2015-09-242-24/+32
* Fix graphite sole diacritic renderingMartin Hosken2015-09-241-1/+6
* memleak:clear self referring VclPtr in *Field and *Box classesDennis Francis2015-09-232-0/+66
* remove unused Link<> fieldNoel Grandin2015-09-221-9/+2
* convert Link<> to typedNoel Grandin2015-09-223-17/+9
* remove some unused paramsNoel Grandin2015-09-223-23/+22
* convert Link<> to typedNoel Grandin2015-09-222-5/+5
* convert Link<> to typedNoel Grandin2015-09-221-6/+5
* hide ScopedPtr::reset and add disposeAndClearCaolán McNamara2015-09-211-1/+1
* convert Link<> to typedNoel Grandin2015-09-214-29/+42
* convert Link<> to typedNoel Grandin2015-09-207-35/+44
* convert Link<> to typedNoel Grandin2015-09-202-59/+37
* convert Link<> to typedNoel Grandin2015-09-201-6/+25
* remove unused Link<> fieldNoel Grandin2015-09-201-2/+0
* Fix typosAndrea Gelmini2015-09-181-1/+1
* valgrind: memory leak in scoped_ptr/unique_ptr -> VclPtr convertCaolán McNamara2015-09-181-2/+2
* fixes memleak : clear self referring VclPtr in MetricBoxDennis Francis2015-09-181-0/+6
* bmp failure not detected as such because of svg fallback testCaolán McNamara2015-09-171-1/+6
* make CalcMaskShift a verifiable operationCaolán McNamara2015-09-171-2/+22
* convert Link<> to typedNoel Grandin2015-09-171-1/+1
* Fix Graphite windows build staticMartin Hosken2015-09-171-7/+9
* don't crash with unknown out color spaceCaolán McNamara2015-09-161-1/+7
* pointer->referenceCaolán McNamara2015-09-163-18/+17
* Add debugging helpers to binary shader loading.Michael Meeks2015-09-161-5/+4
* GL paint-flushing guard re-work.Michael Meeks2015-09-163-25/+49
* convert Link<> to typedNoel Grandin2015-09-162-7/+7
* clean up VclEventListeners and VclEventListeners2Noel Grandin2015-09-162-33/+30
* convert Link<> to typedNoel Grandin2015-09-163-5/+5
* convert Link<> to typedNoel Grandin2015-09-163-6/+6
* tdf#94213 - release offscreen texture properly on re-size.Michael Meeks2015-09-161-0/+3
* tdf#94213 - calc re-size flicker turns out to be the status bar.Michael Meeks2015-09-152-1/+15
* loplugin:cstylecastStephan Bergmann2015-09-151-3/+3
* WaE: loplugin:cstylecastTor Lillqvist2015-09-151-4/+4
* tdf#93814: Added support for caching shader program binaries.Marco Cecchetti2015-09-152-29/+272
* convert Link<> to typedNoel Grandin2015-09-152-6/+6
* remove Link<> field that is never Call()'edNoel Grandin2015-09-152-15/+0
* tdf#94213 - defer glFlushing until we've re-rendered after a re-size.Michael Meeks2015-09-141-0/+8