summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-08Store the image bitmaps in MyWorkWindow in the OpenGL caseTor Lillqvist1-12/+3
2014-10-08coverity#704183 Resource leak in objectCaolán McNamara2-55/+52
2014-10-08coverity#1066165 Resource leakCaolán McNamara1-11/+11
2014-10-08vcl: make IconTestApp build with gcc 4.6Michael Stahl1-0/+2
2014-10-08ISO C++ forbids in-class initialization of non-const static member 'nRet'Tor Lillqvist1-1/+3
2014-10-08Add a start on a "temporary" test prog for traditional vcl vs. OpenGLTor Lillqvist3-1/+348
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-2/+2
2014-10-07coverity#1000506 Unchecked return valueCaolán McNamara1-1/+2
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara1-1/+8
2014-10-07-Werror=unused-resultMiklos Vajna1-3/+4
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin1-1/+1
2014-10-06Remove pointless commented-out 'virtual' keywordsTor Lillqvist2-2/+2
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-1/+2
2014-10-06Don't unintentionally unload the tk libraryTor Lillqvist3-2/+1
2014-10-06ui-previewer needs the tk library, tooTor Lillqvist1-0/+1
2014-10-06WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist1-1/+1
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock22-110/+209
2014-10-05coverity#1208996 Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-05coverity#1240252 Unchecked return valueNorbert Thiebaud1-3/+5
2014-10-04vcl: Fix vcldemo linkage - was missing tkMatthew J. Francis1-0/+1
2014-10-04coverity#1242365: Unchecked return valueNorbert Thiebaud1-2/+5
2014-10-04coverity#1242366: Unchecked return valueNorbert Thiebaud1-1/+1
2014-10-04fix for invalid dynamic_castNoel Grandin1-2/+2
2014-10-04vcl: remove FontRefCount typedefChris Sherlock2-7/+5
2014-10-04vcl: tab cleanup of vcl/inc/impfont.hxxChris Sherlock1-64/+57
2014-10-03Resolves fdo#84608: Right-click customize crashes LibOJulien Nabet1-1/+1
2014-10-03coverity#1242968 Unused valueCaolán McNamara1-1/+1
2014-10-03coverity#1093225 Dereference after null checkCaolán McNamara1-0/+2
2014-10-03coverity#736943 try swapping arguments around as an experimentCaolán McNamara1-2/+2
2014-10-03coverity#1242530 silence Arguments in wrong orderCaolán McNamara1-1/+3
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPE check and macroMichael Stahl2-6/+6
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl3-7/+7
2014-10-02coverity#1242507 silence Arguments in wrong orderCaolán McNamara1-2/+3
2014-10-02coverity#1242483 Unintentional integer overflowCaolán McNamara1-3/+2
2014-10-02coverity#1242494 Resource leakCaolán McNamara1-5/+4
2014-10-02coverity#1242840 Unused valueCaolán McNamara1-3/+1
2014-10-02coverity#1242905 Uninitialized pointer fieldCaolán McNamara1-0/+15
2014-10-02coverity#1242965 Result is not floating-pointCaolán McNamara1-1/+1
2014-10-02coverity#1242421 Dereference after null checkCaolán McNamara1-1/+1
2014-10-02coverity#1242420 Dereference after null checkCaolán McNamara1-2/+3
2014-10-02Improved striped rows implementationSamuel Mehrbrodt1-12/+12
2014-10-01We require OS X SDK 10.8 or newer nowTor Lillqvist1-4/+0
2014-10-01fdo#82577: Handle KeyPressNoel Grandin6-18/+18