Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,655
Issues
2,655
List
Boards
Labels
Service Desk
Milestones
Merge Requests
34
Merge Requests
34
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
faf00e7e
Commit
faf00e7e
authored
Mar 11, 1998
by
Manish Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install-colormap and splash screen goodness
-Yosh
parent
13d0beec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
ChangeLog
ChangeLog
+5
-0
app/app_procs.c
app/app_procs.c
+0
-1
app/colormaps.c
app/colormaps.c
+3
-0
No files found.
ChangeLog
View file @
faf00e7e
Tue Mar 10 17:09:27 PST 1998 Manish Singh <yosh@gimp.org>
* app/app_procs.c
* app/colormaps.c: Do the preview_reset properly this time
Tue Mar 10 00:38:31 PST 1998 Manish Singh <yosh@gimp.org>
* app/transform_core.c: transform tools add alpha channel
...
...
app/app_procs.c
View file @
faf00e7e
...
...
@@ -298,7 +298,6 @@ destroy_initialization_status_window(void)
win_initstatus
=
label1
=
label2
=
pbar
=
logo_area
=
NULL
;
logo_pixmap
=
NULL
;
gtk_idle_remove
(
idle_tag
);
gtk_preview_reset
();
/* so we can reinit the colormaps */
}
}
...
...
app/colormaps.c
View file @
faf00e7e
...
...
@@ -199,6 +199,9 @@ get_standard_colormaps ()
gtk_widget_set_default_visual
(
gtk_preview_get_visual
());
gtk_widget_set_default_colormap
(
gtk_preview_get_cmap
());
/* so we can reinit the colormaps */
gtk_preview_reset
();
info
=
gtk_preview_get_info
();
g_visual
=
info
->
visual
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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