summaryrefslogtreecommitdiff
path: root/vcl/workben/icontest.cxx
AgeCommit message (Expand)Author
2021-11-15Remove unused header path: vcl workben makefilesHossein
2020-12-08remove more no longer needed OpenGL-related codeLuboš Luňák
2020-06-23FixedBitmap can be in a toolkit only headerCaolán McNamara
2020-05-08split button.hxx into toolkit-only pieceCaolán McNamara
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-19loplugin:unusedmethodsNoel Grandin
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-05-30Bitmap->BitmapEx in FixedBitmapNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-05loplugin:finalclasses in vclNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-12-13change from glew to epoxyCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-10loplugin:unreffunStephan Bergmann
2014-11-10icontest: remove hand-coded opengl path.Michael Meeks
2014-10-23Include <iostream> explicitlyTor Lillqvist
2014-10-17coverity#1247652 Uninitialized scalar fieldCaolán McNamara
2014-10-17coverity#1247651 Uninitialized pointer fieldCaolán McNamara
2014-10-13Quit after 100 roundsTor Lillqvist
2014-10-13Make the image continuously resize back and forth in both casesTor Lillqvist
2014-10-10Print out the timing results unconditionallyTor Lillqvist
2014-10-10Add some silly looping and timingTor Lillqvist
2014-10-10More hacking on 'icontest'Tor Lillqvist
2014-10-10Build icontest for Windows, tooTor Lillqvist
2014-10-10Add informative comment, and use 'auto' in a couple of places where sensibleTor Lillqvist
2014-10-08More hacking on the 'icontest' test programTor Lillqvist
2014-10-08Store the image bitmaps in MyWorkWindow in the OpenGL caseTor Lillqvist
2014-10-08vcl: make IconTestApp build with gcc 4.6Michael Stahl
2014-10-08ISO C++ forbids in-class initialization of non-const static member 'nRet'Tor Lillqvist
2014-10-08Add a start on a "temporary" test prog for traditional vcl vs. OpenGLTor Lillqvist