aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e9cb034c107e8e955007695b78b06fdc10155538 (plain)
1
2
3
4
5
6
7
8
9
10
11
# backup and temporary files
*~
.*.sw[op]

# the build directories
/*/unxlng??
/*/unxlng??.pro
/*/wntmsc???
/*/wntmsc???.pro
/*/unxmac??.pro
/*/unxmac??
ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/dialog/ThemeDialog.cxx
AgeCommit message (Expand)Author
2023-08-02Prevent to open multiple Theme Color Edit dialogGülşah Köse
2023-07-24fix COOL crash in theme dialogNoel Grandin
2023-07-17Prevent to open multiple Theme Color Edit dialogGülşah Köse
2023-06-08lok: send theme palette after the change in ThemeDialogTomaž Vajngerl
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-09change model::ColorSet to be stored in a shared_ptr in model::ThemeTomaž Vajngerl
2023-04-28disable dbl-click in ThemeDialog in LOK, remove the dialog sizeTomaž Vajngerl
2023-04-25svx: rework the theme dialog to allow editing theme colorsTomaž Vajngerl
2023-03-01create a default theme when SdrPage and SdrModel are createdTomaž Vajngerl
2023-01-27move Theme class to own file inside docmodelTomaž Vajngerl
2023-01-27move ColorSet class to own file inside docmodelTomaž Vajngerl
2023-01-14ThemeDialog added which allows to change the theme used by the doc.Tomaž Vajngerl