summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/PaletteManager.cxx
AgeCommit message (Expand)Author
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud
2016-11-04unify color selectorsCaolán McNamara
2016-10-13SvxColorToolBoxControl: Some cleanupMaxim Monastirsky
2016-09-01GetPaletteName() may change pColorListStephan Bergmann
2016-08-31loplugin:stringconstantStephan Bergmann
2016-08-31build fixCaolán McNamara
2016-08-31Resolves: tdf#98097 no tooltip for colors in "Recent" colors areaCaolán McNamara
2016-08-19pShell can be null hereStephan Bergmann
2016-08-17convert XPropertyListType to scoped enumNoel Grandin
2016-08-03[GSoC] Rework of color tabRishabh Kumar
2016-07-30Change data type of loop variant to size_typeRishabh Kumar
2016-07-30Use static_cast for type casting and fix loop variant sizeRishabh Kumar
2016-07-29[GSoC] Fix recent colors in color popup widgetRishabh Kumar
2016-07-25[GSoC] Fix palette selection in sidebar/toolbar color widgetRishabh Kumar
2016-06-04Resolves: tdf#100201 crash on apply custom colorCaolán McNamara
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-03Restored missing includes from source files.Ashod Nakashian
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard
2015-07-24svx: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-06-07Resolves: tdf#89905 don't copy palettes from shared to userCaolán McNamara
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-01tdf#84002 Add support for .ase color palettesChris Laplante
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2014-11-22fdo#86517 make predefined palette names localizableAndras Timar
2014-10-28colorwindow: Use exactly one row of recent colorsMaxim Monastirsky
2014-10-28Rename loadColorVector to addEntriesForColorVectorMaxim Monastirsky
2014-10-20fdo#85185 Copy OUString argument to avoid a use after freeMatthew J. Francis
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-25coverity#1241102 Uninitialized pointer fieldCaolán McNamara
2014-09-18callcatcher: update unused codeCaolán McNamara
2014-09-17WaE: passing class rtl::OUString by value, rather pass by referenceTor Lillqvist
2014-09-17Add recent colorsKrisztian Pinter
2014-09-17Change vector<Palette*> to ptr_vector<Palette>Krisztian Pinter
2014-09-17Make color picker apply color immediatelyKrisztian Pinter
2014-09-17Add loading .soc palettesKrisztian Pinter
2014-09-17Change SvxColorWindow_Impl to use ComboBox for palette selectionKrisztian Pinter
2014-09-17Add color picker to color paletteKrisztian Pinter
2014-09-17Add PaletteManager, refactor palette codeKrisztian Pinter