summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-02loplugin:casttovoid: vclStephan Bergmann5-15/+6
2017-06-30loplugin:unusedfields in toolkit..xmloffNoel Grandin4-40/+1
2017-06-30Fix previous commit for non-MACOSXStephan Bergmann1-7/+4
2017-06-30loplugin:oncevarStephan Bergmann1-1/+2
2017-06-28Call ~Idle with SolarMutex lockedStephan Bergmann1-5/+9
2017-06-28loplugin:oncevar in vclNoel Grandin35-152/+104
2017-06-27tdf#108809 Message boxes: Add more descriptive window titleSamuel Mehrbrodt2-6/+62
2017-06-27gpg4libre: Show error message when signing failsSamuel Mehrbrodt1-0/+10
2017-06-23simplify some string handling in tracing callsNoel Grandin8-55/+20
2017-06-23convert to std::vectorCaolán McNamara1-5/+5
2017-06-23coverity#1412987 Untrusted value as argumentCaolán McNamara1-3/+11
2017-06-23move pBuffer out of classCaolán McNamara3-30/+28
2017-06-23coverity#1412988 Uninitialized scalar fieldCaolán McNamara1-2/+5
2017-06-21convert ErrCode to strong typedefNoel Grandin6-54/+41
2017-06-20Propagate failure out from css.ui.test.XUITest::executeCommand/DialogStephan Bergmann2-14/+10
2017-06-19restore gtk3 menu separatorsCaolán McNamara1-0/+4
2017-06-19don't parse align and scale in VclAlignmentNoel Grandin1-8/+0
2017-06-19Avoid -fsanitize=shift-base about left-shift of negative valuesStephan Bergmann1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke5-7/+0
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin7-59/+1
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin16-133/+17
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin26-113/+11
2017-06-16silence DrMemory warning about Selected font handle deletedCaolán McNamara1-1/+2
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+3
2017-06-15make LANGUAGE setting universal, not just gtk specificCaolán McNamara1-1/+17
2017-06-15continue if theme cannot be determinedCaolán McNamara1-2/+13
2017-06-15tdf#99680 save graphic state even for empty clipping regionVasily Melenchuk1-1/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin5-12/+12
2017-06-14use more SAL_N_ELEMENTS part 1Noel Grandin4-5/+5
2017-06-13make opengl transitions under X flicker free on enter/leaveCaolán McNamara1-0/+6
2017-06-12Avoid use-after-freeStephan Bergmann1-12/+14
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-12Refactor create layout cache in status barTamas Bunth2-53/+39
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin3-21/+14
2017-06-09Cache text layout of statusbar itemsTamas Bunth2-42/+141
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin12-25/+26
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth6-37/+27
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara2-2/+2
2017-06-06replace PRINTER_OK with ERRORCODE_NONENoel Grandin2-2/+2
2017-06-06tdf#94632 Enable sifr dark and set fallbackYousuf Philips2-0/+7
2017-06-05typosJulien Nabet1-2/+2
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann6-9/+9
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin4-17/+18
2017-06-04no need to construct unique_ptr hereJochen Nitschke1-4/+4
2017-06-02Improved loplugin:redundantcast static_cast handling: vclStephan Bergmann1-1/+1
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin3-90/+90
2017-06-01ofz#1605 check multiply and shiftCaolán McNamara1-1/+18
2017-06-01tdf#99680 modified clipping for PDF exportVasily Melenchuk1-5/+6
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin1-3/+0
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-2/+0