summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Quit after 100 roundsTor Lillqvist2014-10-131-3/+13
* vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock2014-10-1320-317/+306
* Make the image continuously resize back and forth in both casesTor Lillqvist2014-10-131-42/+52
* vcl: whitespace cleanup.Michael Meeks2014-10-111-9/+9
* coverity#735621 Division or modulo by zeroCaolán McNamara2014-10-111-8/+15
* coverity#1242425 Dereference after null checkCaolán McNamara2014-10-111-1/+1
* convert vcl StateChangedType to enum classNoel Grandin2014-10-1135-254/+256
* Print out the timing results unconditionallyTor Lillqvist2014-10-101-2/+2
* Add some silly looping and timingTor Lillqvist2014-10-101-3/+28
* coverity#1242714 Untrusted value as argumentCaolán McNamara2014-10-101-1/+1
* coverity#1244944 experiment to silence Untrusted loop boundCaolán McNamara2014-10-101-0/+3
* More hacking on 'icontest'Tor Lillqvist2014-10-101-173/+171
* typo: follwing -> followingAndras Timar2014-10-101-1/+1
* Use gb_Executable_use_system_win32_libs for MinGW's sakeTor Lillqvist2014-10-101-2/+2
* coverity738920 Uninitialized scalar fieldCaolán McNamara2014-10-101-2/+3
* coverity#1242439 ALPHABITS == nAlphaShift == 8Caolán McNamara2014-10-101-9/+6
* drop unused ImplBlendLines templateCaolán McNamara2014-10-101-20/+0
* coverity#736943 try another experimental warning workaroundCaolán McNamara2014-10-101-2/+2
* coverity#1244943 Resource leakCaolán McNamara2014-10-101-5/+5
* Fix fdo#84795 Menu, DropDown-List not disappears with right mouse clickJuergen Funk2014-10-103-12/+19
* Build icontest for OS X, too. Does not work at all, thoughTor Lillqvist2014-10-102-1/+7
* Build icontest for Windows, tooTor Lillqvist2014-10-103-5/+11
* Add informative comment, and use 'auto' in a couple of places where sensibleTor Lillqvist2014-10-101-2/+11
* move TRANSPARENT #define from windows.h out of global namespaceNoel Grandin2014-10-102-3/+3
* vcl, sd: fix some TempFile leaks from vcl Graphic in cppunit testsMichael Stahl2014-10-101-0/+1
* move copy of icu's ScriptRun into vcl namespaceCaolán McNamara2014-10-093-1/+8
* convert BKMODE #defines to 'enum class'Noel Grandin2014-10-094-14/+19
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-0925-175/+148
* Resolves: fdo#84809 crash when button is too short for textCaolán McNamara2014-10-091-1/+1
* More hacking on the 'icontest' test programTor Lillqvist2014-10-081-51/+135
* Store the image bitmaps in MyWorkWindow in the OpenGL caseTor Lillqvist2014-10-081-12/+3
* coverity#704183 Resource leak in objectCaolán McNamara2014-10-082-55/+52
* coverity#1066165 Resource leakCaolán McNamara2014-10-081-11/+11
* vcl: make IconTestApp build with gcc 4.6Michael Stahl2014-10-081-0/+2
* ISO C++ forbids in-class initialization of non-const static member 'nRet'Tor Lillqvist2014-10-081-1/+3
* Add a start on a "temporary" test prog for traditional vcl vs. OpenGLTor Lillqvist2014-10-083-1/+348
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-081-2/+2
* coverity#1000506 Unchecked return valueCaolán McNamara2014-10-071-1/+2
* Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara2014-10-071-1/+8
* -Werror=unused-resultMiklos Vajna2014-10-071-3/+4
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-071-1/+1
* Remove pointless commented-out 'virtual' keywordsTor Lillqvist2014-10-062-2/+2
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-1/+2
* Don't unintentionally unload the tk libraryTor Lillqvist2014-10-063-2/+1
* ui-previewer needs the tk library, tooTor Lillqvist2014-10-061-0/+1
* WaE: implicit conversion of NULL constant to 'nullptr_t'Tor Lillqvist2014-10-061-1/+1
* vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock2014-10-0622-110/+209
* coverity#1208996 Unchecked return valueNorbert Thiebaud2014-10-051-1/+1
* coverity#1240252 Unchecked return valueNorbert Thiebaud2014-10-051-3/+5
* vcl: Fix vcldemo linkage - was missing tkMatthew J. Francis2014-10-041-0/+1