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
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oblomov
gtk
Commits
e946fcf6
Commit
e946fcf6
authored
Aug 20, 1998
by
Raph Levien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to testgtk to go along with GdkRgb integration into gtk_preview.
parent
f1a524a2
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
43 additions
and
0 deletions
+43
-0
ChangeLog
ChangeLog
+5
-0
ChangeLog.pre-2-0
ChangeLog.pre-2-0
+5
-0
ChangeLog.pre-2-10
ChangeLog.pre-2-10
+5
-0
ChangeLog.pre-2-2
ChangeLog.pre-2-2
+5
-0
ChangeLog.pre-2-4
ChangeLog.pre-2-4
+5
-0
ChangeLog.pre-2-6
ChangeLog.pre-2-6
+5
-0
ChangeLog.pre-2-8
ChangeLog.pre-2-8
+5
-0
gtk/testgtk.c
gtk/testgtk.c
+4
-0
tests/testgtk.c
tests/testgtk.c
+4
-0
No files found.
ChangeLog
View file @
e946fcf6
1998-08-19 Raph Levien <raph@gimp.org>
* gtk/testgtk.c (create_color_preview): pushed the colormap and
visual so it would work better with GdkRgb.
1998-08-19 Raph Levien <raph@gimp.org>
* gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
...
...
ChangeLog.pre-2-0
View file @
e946fcf6
1998-08-19 Raph Levien <raph@gimp.org>
* gtk/testgtk.c (create_color_preview): pushed the colormap and
visual so it would work better with GdkRgb.
1998-08-19 Raph Levien <raph@gimp.org>
* gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
...
...
ChangeLog.pre-2-10
View file @
e946fcf6
1998-08-19 Raph Levien <raph@gimp.org>
* gtk/testgtk.c (create_color_preview): pushed the colormap and
visual so it would work better with GdkRgb.
1998-08-19 Raph Levien <raph@gimp.org>
* gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
...
...
ChangeLog.pre-2-2
View file @
e946fcf6
1998-08-19 Raph Levien <raph@gimp.org>
* gtk/testgtk.c (create_color_preview): pushed the colormap and
visual so it would work better with GdkRgb.
1998-08-19 Raph Levien <raph@gimp.org>
* gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
...
...
ChangeLog.pre-2-4
View file @
e946fcf6
1998-08-19 Raph Levien <raph@gimp.org>
* gtk/testgtk.c (create_color_preview): pushed the colormap and
visual so it would work better with GdkRgb.
1998-08-19 Raph Levien <raph@gimp.org>
* gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
...
...
ChangeLog.pre-2-6
View file @
e946fcf6
1998-08-19 Raph Levien <raph@gimp.org>
* gtk/testgtk.c (create_color_preview): pushed the colormap and
visual so it would work better with GdkRgb.
1998-08-19 Raph Levien <raph@gimp.org>
* gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
...
...
ChangeLog.pre-2-8
View file @
e946fcf6
1998-08-19 Raph Levien <raph@gimp.org>
* gtk/testgtk.c (create_color_preview): pushed the colormap and
visual so it would work better with GdkRgb.
1998-08-19 Raph Levien <raph@gimp.org>
* gdk/gdkrgb.c: fixed some bugs in the 565_d mode, and added a
...
...
gtk/testgtk.c
View file @
e946fcf6
...
...
@@ -6602,7 +6602,11 @@ create_color_preview (void)
if
(
!
window
)
{
gtk_widget_push_visual
(
gdk_rgb_get_visual
());
gtk_widget_push_colormap
(
gdk_rgb_get_cmap
());
window
=
gtk_window_new
(
GTK_WINDOW_TOPLEVEL
);
gtk_widget_pop_colormap
();
gtk_widget_pop_visual
();
gtk_signal_connect
(
GTK_OBJECT
(
window
),
"destroy"
,
GTK_SIGNAL_FUNC
(
color_preview_destroy
),
...
...
tests/testgtk.c
View file @
e946fcf6
...
...
@@ -6602,7 +6602,11 @@ create_color_preview (void)
if
(
!
window
)
{
gtk_widget_push_visual
(
gdk_rgb_get_visual
());
gtk_widget_push_colormap
(
gdk_rgb_get_cmap
());
window
=
gtk_window_new
(
GTK_WINDOW_TOPLEVEL
);
gtk_widget_pop_colormap
();
gtk_widget_pop_visual
();
gtk_signal_connect
(
GTK_OBJECT
(
window
),
"destroy"
,
GTK_SIGNAL_FUNC
(
color_preview_destroy
),
...
...
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