summaryrefslogtreecommitdiff
path: root/cui/source/options/optopencl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-09-26now drop TabPageParent intermediateCaolán McNamara1-4/+4
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara1-2/+2
2019-09-23config dialog uses a controller nowCaolán McNamara1-1/+1
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-10/+0
2019-08-01drop newly unused OptHeaderTabListBoxCaolán McNamara1-1/+0
2019-07-27weld SvxOpenCLTabPageCaolán McNamara1-30/+16
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin1-1/+1
2019-01-22tdf#122846: Close option dialog if restart is confirmedXisco Fauli1-2/+3
2018-12-12tdf#104277 follow-up: use svtools::executeRestartDialogMike Kaganski1-15/+4
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-08-09remove Calc's software interpreterLuboš Luňák1-14/+0
2018-07-18tdf#104277 - Added restart buttons to OpenCL restart dialogNickson Thanda1-3/+14
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara1-2/+2
2018-02-22weld native message dialogsCaolán McNamara1-2/+5
2017-08-25Get rid of need to use initial :: for ::opencl to avoid clash with sc::openclTor Lillqvist1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2016-11-04loplugin:unusedmethodsNoel Grandin1-6/+0
2016-10-11loplugin:constantfunctionNoel Grandin1-4/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-21unused headerAndras Timar1-1/+0
2016-09-10check for read-only state of OpenCL settingsAndras Timar1-0/+2
2016-07-06loplugin:vclwidgetsNoel Grandin1-2/+2
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+1
2016-07-01tdf#90336 - further cleanup of OpenCL options page.Michael Meeks1-8/+5
2016-06-29loplugin:staticmethodsStephan Bergmann1-1/+1
2016-06-29tdf#90336, make it visible in options, if openCL will be usedJBurant1-300/+11
2016-06-27tdf#100222: Show the dialog just once even if both toggles were changedTor Lillqvist1-6/+4
2016-06-23tdf#100222: Inform user that a restart is needed after toggling OpenCL useTor Lillqvist1-0/+3
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2015-12-01sc interpreter: Don't hide S/W Interpreter behind an environment variable.Jan Holesovsky1-1/+18
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-12/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin1-5/+3
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-14/+13
2015-05-29loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-15/+50
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks1-2/+2
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks1-2/+2
2015-04-10Lost more cleanup and fixing post re-basing.Michael Meeks1-12/+3
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2