Owen Taylor
e2a5219220
Merge from themes-2. See the ChangeLog for a somewhat detailed
...
history of the evolution of the changes involved. Most of this
is actually minor painting tweaks.
1998-11-06 22:05:02 +00:00
Raph Levien
ecb9ebbce3
Fixed an alpha bug.
1998-10-05 22:30:08 +00:00
Owen Taylor
eacc9f5d05
Reverted global changes of g_new to malloc(), added back in the one place
...
Tue Sep 15 13:09:24 1998 Owen Taylor <otaylor@redhat.com>
* gdk/gdkimage.c (gdk_image_new): Reverted global changes
of g_new to malloc(), added back in the one place where
it actually mattered. #include <stdlib.h>.
* gdk/gdkrgb.c: g_malloc() to malloc() as above.
1998-09-15 17:08:38 +00:00
Raph Levien
6d13f0f9b3
Checking in minor changes. Now synced with 0.9.0.
1998-09-11 00:11:05 +00:00
Raph Levien
ebe76c752c
Fixed up some of the bigendian 32bpp modes.
1998-09-03 05:47:08 +00:00
Raph Levien
1fe35dda56
Minor improvements to gdkrgb, added testrgb to the gtk directory.
1998-09-01 05:29:45 +00:00
Raph Levien
10dcedad06
Added a gdk_draw_rgb_image_dithalign function.
1998-08-31 22:18:18 +00:00
Manish Singh
b93d689290
removed some unused variables
...
* gdk/gdkrgb.c: removed some unused variables
* gtk/gtkclist.c
* gtk/gtkmain.c: #if 0'd out some unused code
* gtk/gtkobject.c: check for NULL object hash table in gtk_object_debug
-Yosh
1998-08-24 18:13:08 +00:00
Raph Levien
db10ace6c8
Added some calls to gdk_rgb_init, so it's much more likely to correctly
...
initialize now.
1998-08-22 05:41:32 +00:00
Manish Singh
568b42bd52
silly visual fixes
...
* gdk/gdkrgb.c: silly visual fixes
* gtk/testgtk.c: call gdk_rgb_init so color preview test actually works
-Yosh
1998-08-20 20:10:52 +00:00
Raph Levien
f1a524a21e
Minor fixes that were needed for the Gimp/GdkRgb integration.
1998-08-20 06:52:52 +00:00
Tim Janik
49dfa78e74
use g_get_current_dir() instead of getcwd().
...
Tue Aug 18 17:54:40 1998 Tim Janik <timj@gtk.org>
* gtk/gtkrc.c (gtk_rc_parse_file): use g_get_current_dir() instead of
getcwd().
* gdk/gdkprivate.h:
* gdk/gdkglobals.c:
* gdk/gdkwindow.c:
* gdk/gdk.c:
* gtk/gtkwindow.c:
* gtk/gtkitemfactory.c:
dropped gdk_progname, use g_get_prgname()/g_set_prgname() instead.
* gtk/gtkselection.c:
* gtk/gtkpreview.c:
* gtk/gtkobject.c:
* gtk/gtkmain.c:
* gtk/gtktypeutils.c: indentation fixes due to g_message() use.
* gdk/gdkrgb.c: exchanged occourances of g_print with g_message.
1998-08-18 16:58:09 +00:00
Raph Levien
fdc36ada3f
It works better when I actually check the file in :) (I.e. this is the
...
speedup I was trying to check in a minute ago).
1998-08-18 00:34:43 +00:00
Raph Levien
0e563e0064
Committing a patch by Ray Lehtiniemi to speed up 565_d by 25%.
1998-08-14 04:06:42 +00:00
Raph Levien
7ba4ba0d2f
Made some config changes to make it work better both as a standalone
...
module (i.e. with Gtk 1.0) and as a module under Gtk 1.1+, i.e. harmonized
with the separate GdkRgb release.
1998-08-02 05:39:47 +00:00
Manish Singh
3ea4f70fa6
actually builds and runs properly on big endian machines now, because we
...
* gdk/gdkrgb.c: actually builds and runs properly on big endian machines
now, because we #include config.h. Also fixed up a compile error in the
WORDS_BIGENDIAN case in gdk_rgb_convert_565_gray. I made the fix by looking
at patterns in the other code; Raph can you verify this?
* gdk/gdkthreads.c: #include <unistd.h> to quell compiler warnings
-Yosh
1998-07-22 22:22:05 +00:00
Raph Levien
d154bfafd9
More minor config fixes.
1998-07-21 05:53:44 +00:00
Raph Levien
4667d36ccd
Fixed minor config bug.
1998-07-21 05:20:29 +00:00
Raph Levien
23124810d1
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
...
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
1998-07-15 20:25:52 +00:00