diff --git a/ChangeLog b/ChangeLog index 5e67f8b866699fd8fc3645a7c2b3bf19664546a0..7cf98fb097d9ffb321552e84eacf56369c8e265f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-07 Sven Neumann + + * themes/Default/imagerc: applied patch from Guillermo S. Romero that + adds missing icons. + 2002-03-07 Jakub Steiner * themes/Default/images/tools/stock-tool-*.png: new icon set diff --git a/NEWS b/NEWS index 58f2a792ca458fc98be36ddf04f6a0273b2be1e0..a698d10f7d8d8c7511c7981ea3120bf73ee9be8c 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/themes/Default/imagerc b/themes/Default/imagerc index 7c3d6d4906ae27f8b493c84a0f9dd606c63e8421..3d2fafa5310419929edf7c1a7267028d69b75763 100644 --- a/themes/Default/imagerc +++ b/themes/Default/imagerc @@ -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"