new splash, from Shaw Terwilliger <sterwill@io.nu>

* gimp1_1_splash.ppm: new splash, from Shaw Terwilliger <sterwill@io.nu>

* modules/colorsel_triangle.c: turn DITHER_MAX on

-Yosh
This commit is contained in:
Manish Singh
1999-01-22 07:01:30 +00:00
parent a40810992d
commit 2bdd456f6b
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Thu Jan 21 22:58:00 PST 1999 Manish Singh <yosh@gimp.org>
* gimp1_1_splash.ppm: new splash, from Shaw Terwilliger
<sterwill@io.nu>
* modules/colorsel_triangle.c: turn DITHER_MAX on
Thu Jan 21 15:16:18 PST 1999 Manish Singh <yosh@gimp.org>
* app/bucket_fill.c: correct typo in pdb invoker
@ -47,6 +54,7 @@ Wed Jan 20 20:45:23 PST 1999 Manish Singh <yosh@gimp.org>
(GCGMAKEDEPEND): Likewise.
Wed Jan 20 19:57:34 EST 1999 Mandrake <mandrake@mandrake.net>
* app/gradients.c
app/menus.c:
s/gtk_check_menu_item_set_state/gtk_check_menu_item_set_active/

Binary file not shown.

View File

@ -645,6 +645,7 @@ create_color_preview (ColorSelectP coldata)
GtkWidget *preview;
preview = gtk_preview_new (GTK_PREVIEW_COLOR);
gtk_preview_set_dither (GTK_PREVIEW (preview), GDK_RGB_DITHER_MAX);
gtk_widget_set_events( GTK_WIDGET(preview), PREVIEW_MASK );
gtk_preview_size (GTK_PREVIEW (preview), PREVIEWSIZE, PREVIEWSIZE + 30 /* BAD! */);