gimp/pixmaps/edit.xpm
Michael Natterer 16fa029b28 pixmaps/Makefile.am new pixmap. "Someone" needs to go over the pixmaps one
2001-03-12  Michael Natterer  <mitch@gimp.org>

	* pixmaps/Makefile.am
	* pixmaps/edit.xpm: new pixmap. "Someone" needs to go over the
	pixmaps one day ;)

	* app/gimpdatafactoryview.c
	* app/gimpdrawablelistview.c: use the new icon.

	* app/floating_sel.c: stupid: the new gimp_layer_get_opacity()
	accessor speaks in normalized [0.0..1.0] values, so the
	floating selection was invisible after blindly using it.

	* app/gimpimage.c: more stupid: a totally useless sanity clamping
	made the composite preview ugly. Fixed.

	* app/tools/tool_manager.c: why the heck did this never crash before:
	don't dereference a NULL GDisplay pointer.
2001-03-12 01:21:43 +00:00

54 lines
881 B
C

/* XPM */
static char * edit_xpm[] = {
"16 16 34 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #F0F0F0",
"# c #F6F6F6",
"$ c #CCCCCC",
"% c #F5F5F5",
"& c #F7F7F7",
"* c #F9F9F9",
"= c #EEEEEE",
"- c #E6E6E6",
"; c #DDDDDD",
"> c #DBDBDB",
", c #F2F2F2",
"' c #FAFAFA",
") c #666666",
"! c #F8F8F8",
"~ c #E7E7E7",
"{ c #F3F3F3",
"] c #EFEFEF",
"^ c #E1E1E1",
"/ c #D8D8D8",
"( c #F4F4F4",
"_ c #EBEBEB",
": c #DFDFDF",
"< c #E8E8E8",
"[ c #E5E5E5",
"} c #DADADA",
"| c #C9C9C9",
"1 c #D3D3D3",
"2 c #D2D2D2",
"3 c #CDCDCD",
"4 c #C7C7C7",
"5 c #BDBDBD",
" .. ",
" .+..",
" ........+...",
" ..@++++.++.. ",
" .+.#+++.++.. ",
" .+$.%&*.++.. ",
".....=+.++.. ",
".=-;>,'.+... ",
".++@++....). ",
".++!++..~-). ",
".+#%&{]~^/). ",
".+(#%_-:>/). ",
".+<[~^}/$|). ",
".+^;>12345). ",
".$))))))))). ",
"............ "};