summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/PaletteManager.cxx
AgeCommit message (Expand)Author
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-08-06loplugin:flatten in svx/tbxctrlsNoel Grandin
2020-07-06move headers inside modulesNoel Grandin
2020-04-25rename ColorValueSet back to SvxColorValueSetCaolán McNamara
2020-04-24loplugin:unusedmethodsNoel Grandin
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-01-06weld AreaPropertyPanelCaolán McNamara
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen
2019-01-01tdf#105225 Add palette selection to options charts default colorsJim Raykowski
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-10-27tdf#108751 Show currently selected color name in color button tooltipJim Raykowski
2018-06-25Kill the useless PaletteManager "last color" thingMaxim Monastirsky
2018-06-20move SvColorDialog to welded argumentsCaolán McNamara
2018-06-20weld SvxColorTabPageCaolán McNamara
2018-03-09give color picker explicit parentCaolán McNamara
2018-03-06use more Color in svxNoel Grandin
2018-01-17tdf#114935 Move the focus back to the documentMaxim Monastirsky
2017-12-18convert ColorPickerMode to scoped enumNoel Grandin
2017-11-09Resolves: tdf#113695 crash in color picker after parent is closedCaolán McNamara
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-09-28Resolves: tdf#112680 start color picker with currently selected colorCaolán McNamara
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin
2017-08-18Revert "Related tdf#105500: leaks in PaletteManager and SvxColorToolBoxControl"Noel Grandin
2017-08-17Related tdf#105500: leaks in PaletteManager and SvxColorToolBoxControlJulien Nabet
2017-08-01Related: tdf#108655 only write to config if values changedCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-28new loplugin unoanyNoel Grandin
2017-02-24prevent crash in PaletteManagerMarkus Mohrhard
2016-11-23Revert "tdf#104052: Add LibreColor palette"Tor Lillqvist
2016-11-23Clear the color set before setting it upTor Lillqvist
2016-11-23Avoid OUString construction at library load timeTor Lillqvist
2016-11-22tdf#104052: Add LibreColor paletteTor Lillqvist
2016-11-22The Palette subclasses don't need to be publicTor Lillqvist
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