File tree
8 files changed
+41
-17
lines changed- 3rdparty
- src
- class
- control
- theme
- dark
- light
8 files changed
+41
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
- .github/workflows/doc.yml+2-2
- .github/workflows/lint.yml+4-4
- .github/workflows/linux.yml+1-1
- .github/workflows/macos.yml+1-1
- .github/workflows/scorecard.yml+1-1
- .github/workflows/windows.yml+2-2
- LICENSE-7
- doc/LICENSE-exception+27
- doc/api.md+2-4
- doc/fmt.css+1
- doc/index.md+1-1
- include/fmt/base.h+16-7
- include/fmt/color.h+1-1
- include/fmt/compile.h+1-1
- include/fmt/format-inl.h+658-658
- include/fmt/format.h+14-6
- include/fmt/ostream.h+1-1
- support/python/mkdocstrings_handlers/cxx/__init__.py+251-148
- test/CMakeLists.txt-8
- test/fuzzing/fuzzer-common.h+1-1
- test/gtest/CMakeLists.txt+3-7
- test/no-builtin-types-test.cc+8-2
Submodule qwindowkit updated 20 files
- CMakeLists.txt+3-2
- src/CMakeLists.txt+2-2
- src/core/CMakeLists.txt+23-25
- src/core/contexts/abstractwindowcontext.cpp+2-2
- src/core/contexts/abstractwindowcontext_p.h+1-1
- src/core/contexts/linuxwaylandcontext.cpp+67
- src/core/contexts/linuxwaylandcontext_p.h+37
- src/core/contexts/linuxx11context.cpp+193
- src/core/contexts/linuxx11context_p.h+35
- src/core/contexts/qtwindowcontext.cpp+4-2
- src/core/contexts/qtwindowcontext_p.h+1-1
- src/core/qwindowkit_linux.cpp+85
- src/core/qwindowkit_linux.h+76-1
- src/core/style/styleagent.cpp+24-2
- src/core/style/styleagent.h+3-1
- src/core/style/styleagent_linux.cpp+7-1
- src/core/style/styleagent_mac.mm+20-4
- src/core/style/styleagent_p.h+2-2
- src/core/style/styleagent_win.cpp+3-2
- src/core/windowagentbase.cpp+21-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | | - | |
| 788 | + | |
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
798 | | - | |
| 798 | + | |
799 | 799 | | |
800 | 800 | | |
801 | 801 | | |
| |||
807 | 807 | | |
808 | 808 | | |
809 | 809 | | |
810 | | - | |
| 810 | + | |
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
85 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
| 143 | + | |
145 | 144 | | |
146 | 145 | | |
147 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2823 | 2823 | | |
2824 | 2824 | | |
2825 | 2825 | | |
2826 | | - | |
| 2826 | + | |
2827 | 2827 | | |
2828 | | - | |
| 2828 | + | |
| 2829 | + | |
| 2830 | + | |
| 2831 | + | |
| 2832 | + | |
| 2833 | + | |
2829 | 2834 | | |
2830 | 2835 | | |
2831 | 2836 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2823 | 2823 | | |
2824 | 2824 | | |
2825 | 2825 | | |
2826 | | - | |
2827 | | - | |
| 2826 | + | |
| 2827 | + | |
| 2828 | + | |
2828 | 2829 | | |
2829 | 2830 | | |
2830 | | - | |
2831 | | - | |
| 2831 | + | |
| 2832 | + | |
| 2833 | + | |
2832 | 2834 | | |
2833 | 2835 | | |
2834 | 2836 | | |
| |||
0 commit comments