summaryrefslogtreecommitdiff
path: root/include/svx/PaletteManager.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara1-6/+5
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud1-5/+6
2016-11-04unify color selectorsCaolán McNamara1-6/+5
2016-08-31Resolves: tdf#98097 no tooltip for colors in "Recent" colors areaCaolán McNamara1-2/+3
2016-08-03[GSoC] Rework of color tabRishabh Kumar1-1/+5
2016-07-29[GSoC] Fix recent colors in color popup widgetRishabh Kumar1-1/+1
2016-07-25[GSoC] Fix palette selection in sidebar/toolbar color widgetRishabh Kumar1-0/+2
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin1-1/+1
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard1-0/+5
2015-07-24svx: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+5
2015-03-09V801: Decreased performanceCaolán McNamara1-1/+1
2014-09-18callcatcher: update unused codeCaolán McNamara1-1/+0
2014-09-17WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist1-2/+2
2014-09-17Add recent colorsKrisztian Pinter1-4/+13
2014-09-17Change vector<Palette*> to ptr_vector<Palette>Krisztian Pinter1-2/+4
2014-09-17Make color picker apply color immediatelyKrisztian Pinter1-1/+10
2014-09-17Add loading .soc palettesKrisztian Pinter1-1/+3
2014-09-17Change SvxColorWindow_Impl to use ComboBox for palette selectionKrisztian Pinter1-2/+4
2014-09-17Add color picker to color paletteKrisztian Pinter1-0/+7
2014-09-17Add PaletteManager, refactor palette codeKrisztian Pinter1-0/+45