summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-10-20Resolves: fdo#85006 limit script stripping to known suffixesCaolán McNamara1-35/+1
2014-10-20coverity#1242704 Untrusted loop boundCaolán McNamara1-12/+52
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin4-36/+35
2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara1-12/+58
2014-10-18coverity#1242573 Untrusted loop boundCaolán McNamara1-9/+16
2014-10-18coverity#1222238 Untrusted loop boundCaolán McNamara1-0/+8
2014-10-18coverity#1209860 try and silence Untrusted loop bound warningCaolán McNamara1-0/+3
2014-10-18vcl/layout.hxx was included twiceAndras Timar1-1/+0
2014-10-17coverity#704104 Unchecked return valueCaolán McNamara2-6/+8
2014-10-17coverity#735341 Unchecked return value from libraryCaolán McNamara1-1/+1
2014-10-17coverity#1247652 Uninitialized scalar fieldCaolán McNamara1-2/+4
2014-10-17coverity#1247651 Uninitialized pointer fieldCaolán McNamara1-2/+4
2014-10-17coverity#735653 avoid division by 0David Tardon1-1/+1
2014-10-17coverity#735654 avoid division by 0David Tardon1-1/+1
2014-10-17coverity#735655 avoid division by 0David Tardon1-1/+1
2014-10-17coverity#1209374 avoid division by 0David Tardon1-1/+1
2014-10-17java: final fields that can be staticNoel Grandin1-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon24-61/+61
2014-10-16Related: fdo#84676 try to give floating windows their original stylebitsCaolán McNamara1-1/+15
2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist12-177/+2
2014-10-15fdo#75757: remove inheritance to std::vectorMichaël Lefèvre2-15/+12
2014-10-15coverity#704088 Unchecked return valueCaolán McNamara1-1/+1
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann4-11/+3
2014-10-15Resolves: #i63015# always default to WinAnsiEncoding...Herbert Dürr1-1/+1
2014-10-15Resolves: fdo#85032 max len property of -1 -> crashCaolán McNamara1-1/+1
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin11-98/+100
2014-10-15vcl: cleanup salgdi.hxxChris Sherlock1-270/+367
2014-10-14vcl: re-factor scaling to use a single fn. pointer based invocation.Michael Meeks1-31/+23
2014-10-14vcl: Re-factor to use the ScaleContext to pass parameters.Michael Meeks1-291/+170
2014-10-14vcl: create a ScaleContext to share copy/paste Bitmap scaling code.Michael Meeks1-2/+31
2014-10-14vcl: hide bitmap helpers in an anonymous namespace.Michael Meeks1-2/+6
2014-10-14basebmp: accelerated method to create a clipping device.Michael Meeks1-2/+1
2014-10-14vcl: warning C4717: GetCharCount() recursive on all control pathsMichael Stahl1-1/+1
2014-10-14vcl: cleanup salframe.hxxChris Sherlock1-5/+5
2014-10-14vcl: change to css alias namespaceChris Sherlock1-13/+8
2014-10-13valgrind + bff, multiple failures, initialize ref counts to 0...Caolán McNamara1-3/+6
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin36-147/+147
2014-10-13Quit after 100 roundsTor Lillqvist1-3/+13
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock20-317/+306
2014-10-13Make the image continuously resize back and forth in both casesTor Lillqvist1-42/+52
2014-10-11vcl: whitespace cleanup.Michael Meeks1-9/+9
2014-10-11coverity#735621 Division or modulo by zeroCaolán McNamara1-8/+15
2014-10-11coverity#1242425 Dereference after null checkCaolán McNamara1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin35-254/+256
2014-10-10Print out the timing results unconditionallyTor Lillqvist1-2/+2
2014-10-10Add some silly looping and timingTor Lillqvist1-3/+28
2014-10-10coverity#1242714 Untrusted value as argumentCaolán McNamara1-1/+1
2014-10-10coverity#1244944 experiment to silence Untrusted loop boundCaolán McNamara1-0/+3
2014-10-10More hacking on 'icontest'Tor Lillqvist1-173/+171
2014-10-10typo: follwing -> followingAndras Timar1-1/+1