summaryrefslogtreecommitdiffstats
path: root/vcl/workben
Commit message (Expand)AuthorAgeFilesLines
* GetCommandLineParamCount() returns sal_uInt16Matteo Casalin2015-09-122-2/+2
* coverity#1323758 Uninitialized pointer fieldCaolán McNamara2015-09-101-0/+1
* tdf#94006 - re-factor to use rtl::Reference for OpenGLContexts.Michael Meeks2015-09-081-5/+5
* Resolve merge failure: an OutputDevice parameter not WorkWindow.Michael Meeks2015-09-021-1/+1
* Add another vcldemo OpenGL test to try to catch another Windows nasty.Michael Meeks2015-09-021-4/+43
* loplugin:staticmethodsStephan Bergmann2015-08-311-1/+1
* tdf#93772 - handle framebuffer unbinding on GL context switch.Michael Meeks2015-08-311-2/+84
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-2/+2
* vcldemo: quit popup on mouse click.Michael Meeks2015-08-271-0/+5
* Add menubar to vcldemo --widgets test.Michael Meeks2015-08-261-0/+13
* add ppt to fftesterCaolán McNamara2015-08-261-1/+13
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-262-10/+6
* tdf#93614 - detect hanging OpenGL drivers with a watchdog.Michael Meeks2015-08-251-1/+68
* fail on exceptionCaolán McNamara2015-08-231-6/+2
* coverity#1317301 Uncaught exceptionCaolán McNamara2015-08-231-258/+268
* add lwp to fftesterCaolán McNamara2015-08-211-0/+14
* add hwp to fftesterCaolán McNamara2015-08-211-0/+14
* allow differentiation between ww6 and ww8Caolán McNamara2015-08-211-3/+11
* loplugin:externandnotdefinedStephan Bergmann2015-08-211-5/+5
* loplugin:implicitboolconversionNoel Grandin2015-08-201-18/+18
* more config skipping stuff and a tester toolCaolán McNamara2015-08-201-0/+346
* Put Polygon from tools under tools:: namespaceNorbert Thiebaud2015-08-172-19/+17
* vcldemo: fix --widgets crash-on-exitMiklos Vajna2015-08-141-2/+2
* vcldemo: make --widgets handle rendercontextMiklos Vajna2015-08-141-6/+6
* vcl:: replace boost::function with std::functionMichael Stahl2015-08-031-2/+3
* convert WALLPAPER constants to scoped enumNoel Grandin2015-07-241-1/+1
* drop old makefileDavid Tardon2015-07-221-147/+0
* coverity#1308569 Uncaught exceptionCaolán McNamara2015-06-291-0/+5
* coverity#1308563 Uncaught exceptionCaolán McNamara2015-06-281-0/+5
* Fix typosAndrea Gelmini2015-06-161-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* convert B2DLineJoin to scoped enumNoel Grandin2015-06-041-4/+4
* loplugin:loopvartoosmallNoel Grandin2015-06-021-2/+2
* convert INVALIDATE constants to scoped enumNoel Grandin2015-05-261-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-251-2/+2
* convert SHOW constants to scoped enumNoel Grandin2015-05-251-1/+1
* Remove include stdio (part6)Julien Nabet2015-05-231-4/+1
* convert ANTIALIASING constants to scoped enumNoel Grandin2015-05-201-2/+2
* convert GRID constants to scoped enumNoel Grandin2015-05-201-1/+1
* convert COPYAREA constant to bool flagNoel Grandin2015-05-201-1/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-202-3/+3
* refactor "workben" classes to use RenderContextTomaž Vajngerl2015-05-113-106/+112
* cppcheck: unnecessaryQualificationCaolán McNamara2015-05-101-1/+1
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-101-1/+1
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-081-2/+2
* convert BMP_SCALE constant to scoped enumNoel Grandin2015-05-061-4/+4
* loplugin:staticmethodsNoel Grandin2015-05-053-10/+10
* fix compile: delegate RenderContext parameter to superTomaž Vajngerl2015-04-295-11/+11
* replace Paint calls to Invalidate + fix compilationTomaž Vajngerl2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-297-15/+15