Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
52776aa6
Commit
52776aa6
authored
Feb 11, 2000
by
Sven Neumann
Browse files
new splash, new logo -- time for a new release
--Sven
parent
3720eaf0
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
52776aa6
Fri Feb 11 15:07:04 CET 2000 Sven Neumann <sven@gimp.org>
* gimp1_1_splash.ppm: sweet new splash created by Raphael Quinet
* gimp_logo.ppm: use "Wilber and Sons" for the About dialog
* app/interface.c: set a reasonable value for the wrapbox's
aspect_ratio, so Gimp becomes useable again
Fri Feb 11 12:40:18 CET 2000 Sven Neumann <sven@gimp.org>
* app/menus.c: Spit out warnings instead of silently ignoring
...
...
app/display/gimpdisplayshell-draw.c
View file @
52776aa6
...
...
@@ -580,7 +580,7 @@ create_toolbox (void)
wbox
=
gtk_hwrap_box_new
(
FALSE
);
gtk_wrap_box_set_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_TOP
);
gtk_wrap_box_set_line_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_LEFT
);
gtk_wrap_box_set_aspect_ratio
(
GTK_WRAP_BOX
(
wbox
),
2
0
);
gtk_wrap_box_set_aspect_ratio
(
GTK_WRAP_BOX
(
wbox
),
2
52
.
0
/
136
.
0
);
/* 9x3 tools */
gtk_container_set_border_width
(
GTK_CONTAINER
(
wbox
),
0
);
gtk_box_pack_start
(
GTK_BOX
(
main_vbox
),
wbox
,
TRUE
,
TRUE
,
0
);
gtk_widget_show
(
wbox
);
...
...
app/display/gimpdisplayshell.c
View file @
52776aa6
...
...
@@ -580,7 +580,7 @@ create_toolbox (void)
wbox
=
gtk_hwrap_box_new
(
FALSE
);
gtk_wrap_box_set_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_TOP
);
gtk_wrap_box_set_line_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_LEFT
);
gtk_wrap_box_set_aspect_ratio
(
GTK_WRAP_BOX
(
wbox
),
2
0
);
gtk_wrap_box_set_aspect_ratio
(
GTK_WRAP_BOX
(
wbox
),
2
52
.
0
/
136
.
0
);
/* 9x3 tools */
gtk_container_set_border_width
(
GTK_CONTAINER
(
wbox
),
0
);
gtk_box_pack_start
(
GTK_BOX
(
main_vbox
),
wbox
,
TRUE
,
TRUE
,
0
);
gtk_widget_show
(
wbox
);
...
...
app/interface.c
View file @
52776aa6
...
...
@@ -580,7 +580,7 @@ create_toolbox (void)
wbox
=
gtk_hwrap_box_new
(
FALSE
);
gtk_wrap_box_set_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_TOP
);
gtk_wrap_box_set_line_justify
(
GTK_WRAP_BOX
(
wbox
),
GTK_JUSTIFY_LEFT
);
gtk_wrap_box_set_aspect_ratio
(
GTK_WRAP_BOX
(
wbox
),
2
0
);
gtk_wrap_box_set_aspect_ratio
(
GTK_WRAP_BOX
(
wbox
),
2
52
.
0
/
136
.
0
);
/* 9x3 tools */
gtk_container_set_border_width
(
GTK_CONTAINER
(
wbox
),
0
);
gtk_box_pack_start
(
GTK_BOX
(
main_vbox
),
wbox
,
TRUE
,
TRUE
,
0
);
gtk_widget_show
(
wbox
);
...
...
data/images/gimp_logo.ppm
View file @
52776aa6
This diff is collapsed.
Click to expand it.
gimp1_1_splash.ppm
View file @
52776aa6
This diff is collapsed.
Click to expand it.
gimp_logo.ppm
View file @
52776aa6
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment