applied patch from Guillermo S. Romero that adds missing icons.

2002-03-07  Sven Neumann  <sven@gimp.org>

	* themes/Default/imagerc: applied patch from Guillermo S. Romero that
	adds missing icons.
This commit is contained in:
Sven Neumann 2002-03-07 14:42:45 +00:00 committed by Sven Neumann
parent f811e31a07
commit be592be98d
3 changed files with 79 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2002-03-07 Sven Neumann <sven@gimp.org>
* themes/Default/imagerc: applied patch from Guillermo S. Romero that
adds missing icons.
2002-03-07 Jakub Steiner <jimmac@ximian.com>
* themes/Default/images/tools/stock-tool-*.png: new icon set

4
NEWS
View file

@ -28,13 +28,13 @@ Overview of Changes in GIMP 1.3.4
- Changed tips file format to XML [Sven]
- Added desktop file for GNOME-2 [Sven]
- Added GimpItem class to generalize core code even further [Mitch]
- Improved preferences dialog [Mitch, Sven]
- Improved preferences dialog [Mitch, Sven, Jimmac]
- New tool icons [Jimmac]
- Bugfixes
- More stuff not mentioned here (see the ChangeLog)
Other Contributors:
Manish Singh, Rebecca Walter
Manish Singh, Rebecca Walter, Guillermo S. Romero
Overview of Changes in GIMP 1.3.3

View file

@ -83,6 +83,77 @@ style "gimp-icons"
{ "images/stock-button-visible.png", *, *, * }
}
# Selection tool options window
#
stock["gimp-selection-replace"] =
{
{ "images/stock-button-selection-replace.png", *, *, "gtk-button" },
{ "images/stock-button-selection-replace.png", *, *, * }
}
stock["gimp-selection-add"] =
{
{ "images/stock-button-selection-add.png", *, *, "gtk-button" },
{ "images/stock-button-selection-add.png", *, *, * }
}
stock["gimp-selection-subtract"] =
{
{ "images/stock-button-selection-substract.png", *, *, "gtk-button" },
{ "images/stock-button-selection-substract.png", *, *, * }
}
stock["gimp-selection-intersect"] =
{
{ "images/stock-button-selection-intersect.png", *, *, "gtk-button" },
{ "images/stock-button-selection-intersect.png", *, *, * }
}
# Image window icons
#
stock["gimp-navigation"] =
{
{ "images/stock-menu-navigation.png", *, *, "gtk-menu" },
{ "images/stock-menu-navigation.png", *, *, * }
}
stock["gimp-qmask-off"] =
{
{ "images/stock-menu-qmask-off.png", *, *, "gtk-menu" },
{ "images/stock-menu-qmask-off.png", *, *, * }
}
stock["gimp-qmask-on"] =
{
{ "images/stock-menu-qmask-on.png", *, *, "gtk-menu" },
{ "images/stock-menu-qmask-on.png", *, *, * }
}
# X & Y linked or not
#
stock["gimp-hchain"] =
{
{ "images/stock-button-hchain.png", *, *, "gtk-button" },
{ "images/stock-button-hchain.png", *, *, * }
}
stock["gimp-hchain-broken"] =
{
{ "images/stock-button-hchain-broken.png", *, *, "gtk-button" },
{ "images/stock-button-hchain-broken.png", *, *, * }
}
stock["gimp-vchain"] =
{
{ "images/stock-button-vchain.png", *, *, "gtk-button" },
{ "images/stock-button-vchain.png", *, *, * }
}
stock["gimp-vchain-broken"] =
{
{ "images/stock-button-vchain-broken.png", *, *, "gtk-button" },
{ "images/stock-button-vchain-broken.png", *, *, * }
}
# Wilber *_`@@'
#
stock["gimp-wilber-eek"] =
{
{ "images/stock-wilber-eek.png", *, *, * }
}
# Tool icons
#
stock["gimp-tool-airbrush"] =
@ -277,4 +348,4 @@ style "gimp-icons"
}
}
class "GtkImage" style "gimp-icons"
class "GtkWidget" style "gimp-icons"