summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
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
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