summaryrefslogtreecommitdiff
path: root/vcl/source/app/settings.cxx
AgeCommit message (Expand)Author
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara
2015-08-03tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin
2015-06-09tdf#91462 MenuBarHighlightTextColor should default to MenuHighlightTextColorCaolán McNamara
2015-05-29fix base wizard sizeCaolán McNamara
2015-05-25tdf#90127: Read icon theme from the config when called too early.Jan Holesovsky
2015-05-23Set 'pseudo headlesness' also when being used from LibreOfficeKitTor Lillqvist
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-15gtk3: render native menubar and menubaritemsCaolán McNamara
2015-05-13Slightly darken default workspace again to be easier on the eyesAdolfo Jayme Barrientos
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2014-12-04callcatcher: update unused codeCaolán McNamara
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky
2014-11-01vcl/source: get rid of redundant svsys.h includesDouglas Mencken
2014-10-02Improved striped rows implementationSamuel Mehrbrodt
2014-09-30Improve SvTreeListBox classPalenik Mihály
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17Reduce ColorValueSetMaximumRowCount to 20 from 40Krisztian Pinter
2014-08-14Added feature of clearing the registry in case something goes wrong.Rachit Gupta
2014-08-14Moved the personas installed through extensions handling to 'own'.Rachit Gupta
2014-08-14The Personas can be install through oxt extensions.Rachit Gupta
2014-08-14Added functionality to apply default themes.Rachit Gupta
2014-08-11Resolves fdo#79278: not too dark, not too bright background colorAdolfo Jayme Barrientos
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud
2014-06-28Avoid loading persona images in headless mode.Michael Meeks
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-29Resolves: fdo#72142 darker default workspace colorCaolán McNamara
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-28fdo#68546 Add menubar's text color of persona to StyleSettingsIsamu Mogi
2014-03-04valgrind: remove unused mnOptionsCaolán McNamara
2014-02-27GetContextMenuDown is always trueCaolán McNamara
2014-02-27callcatcher: update unused codeCaolán McNamara
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock
2014-02-26sal_Bool -> bool fixupStephan Bergmann
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-26Remove implementation details from vcl/settings.hxxTobias Lippert
2014-02-24sal_Bool arg of SetUseImagesInMenus was abused to squeeze '2' through itCaolán McNamara
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann