blob: 34438a3ac6de35ca9a0b5dfef6e3ae2467080e05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
## Makefile.am fragment sourced by src/Makefile.am.
ink_common_sources += \
ui/widget/anchor-selector.h \
ui/widget/anchor-selector.cpp \
ui/widget/attr-widget.h \
ui/widget/button.h \
ui/widget/button.cpp \
ui/widget/color-picker.cpp \
ui/widget/color-picker.h \
ui/widget/color-preview.cpp \
ui/widget/color-preview.h \
ui/widget/color-slider.cpp \
ui/widget/color-slider.h \
ui/widget/combo-enums.h \
ui/widget/dock.h \
ui/widget/dock.cpp \
ui/widget/dock-item.h \
ui/widget/dock-item.cpp \
ui/widget/entity-entry.cpp \
ui/widget/entity-entry.h \
ui/widget/entry.cpp \
ui/widget/entry.h \
ui/widget/filter-effect-chooser.h \
ui/widget/filter-effect-chooser.cpp \
ui/widget/gimpspinscale.c \
ui/widget/gimpspinscale.h \
ui/widget/gimpcolorwheel.c \
ui/widget/gimpcolorwheel.h \
ui/widget/frame.cpp \
ui/widget/frame.h \
ui/widget/imageicon.cpp \
ui/widget/imageicon.h \
ui/widget/imagetoggler.cpp \
ui/widget/imagetoggler.h \
ui/widget/labelled.cpp \
ui/widget/labelled.h \
ui/widget/layer-selector.cpp \
ui/widget/layer-selector.h \
ui/widget/licensor.cpp \
ui/widget/licensor.h \
ui/widget/notebook-page.cpp \
ui/widget/notebook-page.h \
ui/widget/object-composite-settings.cpp \
ui/widget/object-composite-settings.h \
ui/widget/page-sizer.cpp \
ui/widget/page-sizer.h \
ui/widget/panel.cpp \
ui/widget/panel.h \
ui/widget/point.cpp \
ui/widget/point.h \
ui/widget/preferences-widget.cpp \
ui/widget/preferences-widget.h \
ui/widget/random.cpp \
ui/widget/random.h \
ui/widget/registered-widget.cpp \
ui/widget/registered-widget.h \
ui/widget/registered-enums.h \
ui/widget/registry.cpp \
ui/widget/registry.h \
ui/widget/rendering-options.cpp \
ui/widget/rendering-options.h \
ui/widget/rotateable.h \
ui/widget/rotateable.cpp \
ui/widget/scalar-unit.cpp \
ui/widget/scalar-unit.h \
ui/widget/scalar.cpp \
ui/widget/scalar.h \
ui/widget/selected-style.h \
ui/widget/selected-style.cpp \
ui/widget/spinbutton.h \
ui/widget/spinbutton.cpp \
ui/widget/spin-scale.h \
ui/widget/spin-scale.cpp \
ui/widget/spin-slider.h \
ui/widget/spin-slider.cpp \
ui/widget/style-subject.h \
ui/widget/style-subject.cpp \
ui/widget/style-swatch.h \
ui/widget/style-swatch.cpp \
ui/widget/text.cpp \
ui/widget/text.h \
ui/widget/tolerance-slider.cpp \
ui/widget/tolerance-slider.h \
ui/widget/unit-menu.cpp \
ui/widget/unit-menu.h \
ui/widget/unit-tracker.h \
ui/widget/unit-tracker.cpp \
ui/widget/clipmaskicon.cpp \
ui/widget/clipmaskicon.h \
ui/widget/highlight-picker.cpp \
ui/widget/highlight-picker.h \
ui/widget/layertypeicon.cpp \
ui/widget/layertypeicon.h \
ui/widget/insertordericon.cpp \
ui/widget/insertordericon.h \
ui/widget/addtoicon.cpp \
ui/widget/addtoicon.h
|