summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.cxx
AgeCommit message (Expand)Author
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-24convert Link<> to typedNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-21tdf#93547 - add basic lock-down support for OpenGL settings.Michael Meeks
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-11Delete unnecessary global options from Options dialogMihály Palenik
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-06-08add (and call before dtor) Commit to SvtSearchOptionsCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-25related tdf#90127: Simplify setting of the 'auto' icon theme.Jan Holesovsky
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert LANG_LIST constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-17Resolves: tdf#89417 disable hardware accel checkbox if property is readonlyCaolán McNamara
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-09Related: fdo#87876 make checkbox label shorter, move warning into tooltipCaolán McNamara
2015-02-09Resolves: fdo#87876 full text of war and peace used as checkbox labelCaolán McNamara
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2014-12-22remove whitespacesMarkus Mohrhard
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18ifix the OpenGL UI config partMarkus Mohrhard
2014-12-17after resetting the values are not modifiedMarkus Mohrhard
2014-12-17implement the ui part for the OpenGL config variablesMarkus Mohrhard
2014-12-16add two options for OpenGL renderingMarkus Mohrhard
2014-12-15Resolves fdo#87016 Kill "Use system font for user interface" for goodJulien Nabet
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
2014-11-24Make whether to use OpenCL or not a global optionTor Lillqvist
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-23loplugin: cstylecastNoel Grandin
2014-10-16usage info: Checkbox to turn it on and off (Tools -> Options... -> General).Jan Holesovsky
2014-10-01coverity#1242929 Uninitialized scalar fieldCaolán McNamara