summaryrefslogtreecommitdiff
path: root/vcl/workben
AgeCommit message (Expand)AuthorFilesLines
2014-11-05coverity#1215387 Uncaught exceptionCaolán McNamara1-13/+21
2014-11-05coverity#1215395 Uncaught exceptionCaolán McNamara1-10/+18
2014-11-05coverity#1215391 Uncaught exceptionCaolán McNamara1-9/+17
2014-11-05coverity#1215389 Uncaught exceptionCaolán McNamara1-13/+21
2014-10-23Include <iostream> explicitlyTor Lillqvist1-0/+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-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-13Quit after 100 roundsTor Lillqvist1-3/+13
2014-10-13Make the image continuously resize back and forth in both casesTor Lillqvist1-42/+52
2014-10-10Print out the timing results unconditionallyTor Lillqvist1-2/+2
2014-10-10Add some silly looping and timingTor Lillqvist1-3/+28
2014-10-10More hacking on 'icontest'Tor Lillqvist1-173/+171
2014-10-10Build icontest for Windows, tooTor Lillqvist1-4/+4
2014-10-10Add informative comment, and use 'auto' in a couple of places where sensibleTor Lillqvist1-2/+11
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-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 Lillqvist1-0/+294
2014-10-07-Werror=unused-resultMiklos Vajna1-3/+4
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-9/+9
2014-09-23fdo#82577: Handle WindowNoel Grandin5-9/+9
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud1-5/+0
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-06-03Remove xub_StrLen refsJulien Nabet1-2/+2
2014-06-01coverity#1219806 double closeNorbert Thiebaud1-1/+0
2014-05-23coverity#1215298 Resource leakCaolán McNamara1-0/+1
2014-05-23coverity#1215302 Arguments in wrong orderCaolán McNamara1-1/+1
2014-05-19WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist3-27/+27
2014-05-18vcl: fix svpclientChris Sherlock1-25/+22
2014-05-18vcl: fix svptestChris Sherlock1-7/+12
2014-05-18vcl: make vcldemo workChris Sherlock2-9/+12
2014-05-18vcl: make svdem called on Application::Abort() instead of exit(1)Chris Sherlock1-4/+1
2014-05-18WaE: overriding virtual function declaration not marked 'SAL_OVERRIDE'Tor Lillqvist1-7/+7
2014-05-17vcl: fixup svdemoChris Sherlock1-6/+16
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist5-52/+0
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock5-7/+7
2013-12-04remove some STRING_NOTFOUND usageNoel Grandin1-3/+3
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2-4/+4
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-1/+1
2013-08-01update signature of DrawTextArray in workbenCaolán McNamara1-3/+3
2013-06-27Resolves: #i121162# ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák5-27/+19
2013-03-23General comment cleanup for demo/test vcl appsChris Sherlock5-75/+0
2013-03-23Remove commented code in VCL demo app - should make the example clearer.Chris1-5/+0
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-2/+2
2013-03-12Removal finished of CreateFromAsciiRicardo Montania1-2/+1
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1