summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-10Use gb_Executable_use_system_win32_libs for MinGW's sakeTor Lillqvist1-2/+2
2014-10-10coverity738920 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-10-10coverity#1242439 ALPHABITS == nAlphaShift == 8Caolán McNamara1-9/+6
2014-10-10drop unused ImplBlendLines templateCaolán McNamara1-20/+0
2014-10-10coverity#736943 try another experimental warning workaroundCaolán McNamara1-2/+2
2014-10-10coverity#1244943 Resource leakCaolán McNamara1-5/+5
2014-10-10Fix fdo#84795 Menu, DropDown-List not disappears with right mouse clickJuergen Funk3-12/+19
2014-10-10Build icontest for OS X, too. Does not work at all, thoughTor Lillqvist2-1/+7
2014-10-10Build icontest for Windows, tooTor Lillqvist3-5/+11
2014-10-10Add informative comment, and use 'auto' in a couple of places where sensibleTor Lillqvist1-2/+11
2014-10-10move TRANSPARENT #define from windows.h out of global namespaceNoel Grandin2-3/+3
2014-10-10vcl, sd: fix some TempFile leaks from vcl Graphic in cppunit testsMichael Stahl1-0/+1
2014-10-09move copy of icu's ScriptRun into vcl namespaceCaolán McNamara3-1/+8
2014-10-09convert BKMODE #defines to 'enum class'Noel Grandin4-14/+19
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca25-175/+148
2014-10-09Resolves: fdo#84809 crash when button is too short for textCaolán McNamara1-1/+1
2014-10-08More hacking on the 'icontest' test programTor Lillqvist1-51/+135