summaryrefslogtreecommitdiff
path: root/vcl/source/app/settings.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-2/+2
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-2/+2
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-16/+0
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-1/+1
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-2/+23
2015-08-03tdf#92788 - Middle Button on Mouse Paste Option Broken for X11Noel Grandin1-1/+12
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-7/+0
2015-06-09tdf#91462 MenuBarHighlightTextColor should default to MenuHighlightTextColorCaolán McNamara1-1/+1
2015-05-29fix base wizard sizeCaolán McNamara1-6/+6
2015-05-25tdf#90127: Read icon theme from the config when called too early.Jan Holesovsky1-0/+13
2015-05-23Set 'pseudo headlesness' also when being used from LibreOfficeKitTor Lillqvist1-2/+4
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-45/+45
2015-05-15gtk3: render native menubar and menubaritemsCaolán McNamara1-0/+16
2015-05-13Slightly darken default workspace again to be easier on the eyesAdolfo Jayme Barrientos1-1/+1
2015-04-30gtk3: Set tab normal/rollover/hightlight text colorsCaolán McNamara1-0/+51
2015-04-28allow a different notebook tab font than the rest of the uiCaolán McNamara1-0/+17
2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann1-3/+3
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann1-3/+3
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-19loplugin:constantfunction: vclNoel Grandin1-5/+0
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-495/+490
2015-01-25fdo#84592 Improve SvTreeListBox class with alternating rows.Palenik Mihály1-16/+0
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-47/+16
2014-12-04callcatcher: update unused codeCaolán McNamara1-34/+0
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky1-1/+1
2014-11-01vcl/source: get rid of redundant svsys.h includesDouglas Mencken1-1/+4
2014-10-02Improved striped rows implementationSamuel Mehrbrodt1-12/+12
2014-09-30Improve SvTreeListBox classPalenik Mihály1-0/+32
2014-09-29fdo#59299 Personas for bottom toolbarsMichael Jaumann1-2/+9
2014-09-18fdo#82577: Handle FontNoel Grandin1-40/+40
2014-09-17Reduce ColorValueSetMaximumRowCount to 20 from 40Krisztian Pinter1-1/+1
2014-08-14Added feature of clearing the registry in case something goes wrong.Rachit Gupta1-0/+10
2014-08-14Moved the personas installed through extensions handling to 'own'.Rachit Gupta1-2/+2
2014-08-14The Personas can be install through oxt extensions.Rachit Gupta1-1/+1
2014-08-14Added functionality to apply default themes.Rachit Gupta1-7/+1
2014-08-11Resolves fdo#79278: not too dark, not too bright background colorAdolfo Jayme Barrientos1-1/+1
2014-06-30use VCL_HIDE_WINDOWS env on Mac to 'simulate' headless mode on MacNorbert Thiebaud1-0/+9
2014-06-28Avoid loading persona images in headless mode.Michael Meeks1-0/+4
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-29Resolves: fdo#72142 darker default workspace colorCaolán McNamara1-1/+1
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock1-7/+7
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-16/+0
2014-03-28fdo#68546 Add menubar's text color of persona to StyleSettingsIsamu Mogi1-5/+15
2014-03-04valgrind: remove unused mnOptionsCaolán McNamara1-5/+3
2014-02-27GetContextMenuDown is always trueCaolán McNamara1-10/+0
2014-02-27callcatcher: update unused codeCaolán McNamara1-333/+0