~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to libgimpwidgets/gimpstock.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
#define GIMP_STOCK_GRAVITY_SOUTH_WEST       "gimp-gravity-south-west"
63
63
#define GIMP_STOCK_GRAVITY_WEST             "gimp-gravity-west"
64
64
 
 
65
#define GIMP_STOCK_HCENTER                  "gimp-hcenter"
 
66
#define GIMP_STOCK_VCENTER                  "gimp-vcenter"
 
67
 
65
68
#define GIMP_STOCK_HCHAIN                   "gimp-hchain"
66
69
#define GIMP_STOCK_HCHAIN_BROKEN            "gimp-hchain-broken"
67
70
#define GIMP_STOCK_VCHAIN                   "gimp-vchain"
96
99
#define GIMP_STOCK_TEXT_DIR_RTL             "gimp-text-dir-rtl"
97
100
 
98
101
#define GIMP_STOCK_TOOL_AIRBRUSH            "gimp-tool-airbrush"
 
102
#define GIMP_STOCK_TOOL_ALIGN               "gimp-tool-align"
99
103
#define GIMP_STOCK_TOOL_BLEND               "gimp-tool-blend"
100
104
#define GIMP_STOCK_TOOL_BLUR                "gimp-tool-blur"
101
105
#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"
112
116
#define GIMP_STOCK_TOOL_ERASER              "gimp-tool-eraser"
113
117
#define GIMP_STOCK_TOOL_FLIP                "gimp-tool-flip"
114
118
#define GIMP_STOCK_TOOL_FREE_SELECT         "gimp-tool-free-select"
 
119
#define GIMP_STOCK_TOOL_FOREGROUND_SELECT   "gimp-tool-foreground-select"
115
120
#define GIMP_STOCK_TOOL_FUZZY_SELECT        "gimp-tool-fuzzy-select"
 
121
#define GIMP_STOCK_TOOL_HEAL                "gimp-tool-heal"
116
122
#define GIMP_STOCK_TOOL_HUE_SATURATION      "gimp-tool-hue-saturation"
117
123
#define GIMP_STOCK_TOOL_INK                 "gimp-tool-ink"
118
124
#define GIMP_STOCK_TOOL_ISCISSORS           "gimp-tool-iscissors"
123
129
#define GIMP_STOCK_TOOL_PATH                "gimp-tool-path"
124
130
#define GIMP_STOCK_TOOL_PENCIL              "gimp-tool-pencil"
125
131
#define GIMP_STOCK_TOOL_PERSPECTIVE         "gimp-tool-perspective"
 
132
#define GIMP_STOCK_TOOL_PERSPECTIVE_CLONE   "gimp-tool-perspective-clone"
126
133
#define GIMP_STOCK_TOOL_POSTERIZE           "gimp-tool-posterize"
127
134
#define GIMP_STOCK_TOOL_RECT_SELECT         "gimp-tool-rect-select"
128
135
#define GIMP_STOCK_TOOL_ROTATE              "gimp-tool-rotate"
166
173
#define GIMP_STOCK_LAYER_MASK               "gimp-layer-mask"
167
174
#define GIMP_STOCK_PATH                     "gimp-path"
168
175
#define GIMP_STOCK_TEMPLATE                 "gimp-template"
169
 
#define GIMP_STOCK_INDEXED_PALETTE          "gimp-indexed-palette"
170
176
#define GIMP_STOCK_TRANSPARENCY             "gimp-transparency"
 
177
#define GIMP_STOCK_COLORMAP                 "gimp-colormap"
 
178
 
 
179
#ifndef GIMP_DISABLE_DEPRECATED
 
180
#define GIMP_STOCK_INDEXED_PALETTE          "gimp-colormap"
 
181
#endif /* GIMP_DISABLE_DEPRECATED */
171
182
 
172
183
#define GIMP_STOCK_IMAGES                   "gimp-images"
173
184
#define GIMP_STOCK_LAYERS                   "gimp-layers"
181
192
#define GIMP_STOCK_SELECTION_BORDER         "gimp-selection-border"
182
193
 
183
194
#define GIMP_STOCK_NAVIGATION               "gimp-navigation"
184
 
#define GIMP_STOCK_QMASK_OFF                "gimp-qmask-off"
185
 
#define GIMP_STOCK_QMASK_ON                 "gimp-qmask-on"
 
195
#define GIMP_STOCK_QUICK_MASK_OFF           "gimp-quick-mask-off"
 
196
#define GIMP_STOCK_QUICK_MASK_ON            "gimp-quick-mask-on"
 
197
 
 
198
#ifndef GIMP_DISABLE_DEPRECATED
 
199
#define GIMP_STOCK_QMASK_OFF                "gimp-quick-mask-off"
 
200
#define GIMP_STOCK_QMASK_ON                 "gimp-quick-mask-on"
 
201
#endif /* GIMP_DISABLE_DEPRECATED */
186
202
 
187
203
#define GIMP_STOCK_HISTOGRAM                "gimp-histogram"
188
204
#define GIMP_STOCK_HISTOGRAM_LINEAR         "gimp-histogram-linear"
199
215
#define GIMP_STOCK_TOOLS                    "gimp-tools"
200
216
#define GIMP_STOCK_TOOL_OPTIONS             "gimp-tool-options"
201
217
#define GIMP_STOCK_DEVICE_STATUS            "gimp-device-status"
 
218
#define GIMP_STOCK_CURSOR                   "gimp-cursor"
 
219
#define GIMP_STOCK_SAMPLE_POINT             "gimp-sample-point"
 
220
 
 
221
#define GIMP_STOCK_CONTROLLER               "gimp-controller"
 
222
#define GIMP_STOCK_CONTROLLER_KEYBOARD      "gimp-controller-keyboard"
 
223
#define GIMP_STOCK_CONTROLLER_LINUX_INPUT   "gimp-controller-linux-input"
 
224
#define GIMP_STOCK_CONTROLLER_MIDI          "gimp-controller-midi"
 
225
#define GIMP_STOCK_CONTROLLER_WHEEL         "gimp-controller-wheel"
 
226
 
202
227
#define GIMP_STOCK_DISPLAY_FILTER           "gimp-display-filter"
 
228
#define GIMP_STOCK_DISPLAY_FILTER_COLORBLIND "gimp-display-filter-colorblind"
 
229
#define GIMP_STOCK_DISPLAY_FILTER_CONTRAST  "gimp-display-filter-contrast"
 
230
#define GIMP_STOCK_DISPLAY_FILTER_GAMMA     "gimp-display-filter-gamma"
 
231
#define GIMP_STOCK_DISPLAY_FILTER_LCMS      "gimp-display-filter-lcms"
 
232
#define GIMP_STOCK_DISPLAY_FILTER_PROOF     "gimp-display-filter-proof"
203
233
 
204
234
#define GIMP_STOCK_LIST                     "gimp-list"
205
235
#define GIMP_STOCK_GRID                     "gimp-grid"
213
243
#define GIMP_STOCK_SHAPE_CIRCLE             "gimp-shape-circle"
214
244
#define GIMP_STOCK_SHAPE_DIAMOND            "gimp-shape-diamond"
215
245
#define GIMP_STOCK_SHAPE_SQUARE             "gimp-shape-square"
 
246
 
216
247
#define GIMP_STOCK_CAP_BUTT                 "gimp-cap-butt"
217
248
#define GIMP_STOCK_CAP_ROUND                "gimp-cap-round"
218
249
#define GIMP_STOCK_CAP_SQUARE               "gimp-cap-square"
 
250
 
219
251
#define GIMP_STOCK_JOIN_MITER               "gimp-join-miter"
220
252
#define GIMP_STOCK_JOIN_ROUND               "gimp-join-round"
221
253
#define GIMP_STOCK_JOIN_BEVEL               "gimp-join-bevel"
236
268
 
237
269
#define GIMP_STOCK_BRUSH                    GIMP_STOCK_TOOL_PAINTBRUSH
238
270
#define GIMP_STOCK_BUFFER                   GTK_STOCK_PASTE
 
271
#define GIMP_STOCK_DETACH                   GTK_STOCK_CONVERT
239
272
#define GIMP_STOCK_FONT                     GTK_STOCK_SELECT_FONT
240
273
#define GIMP_STOCK_GRADIENT                 GIMP_STOCK_TOOL_BLEND
241
274
#define GIMP_STOCK_PALETTE                  GTK_STOCK_SELECT_COLOR