gtk/gdk
Kristian Rietveld 492aeef41c replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only check
Sat Apr 20 16:49:26 2002  Kristian Rietveld  <kris@gtk.org>

        * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_new): replace GDK_IS_WINDOW
        with GDK_IS_DRAWABLE in the assert, only check GDK_WINDOW_DESTROYED
        if window is a GdkWindow,
        (gdk_bitmap_create_from_data): ditto,
        (gdk_pixmap_create_from_data): ditto
2002-04-20 14:45:28 +00:00
..
linux-fb Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at> 2002-04-05 15:11:00 +00:00
nanox Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
win32 Fixed dashed line issues (#74441) to an IMO reasonable extend. That is: 2002-03-28 23:25:33 +00:00
x11 replace GDK_IS_WINDOW with GDK_IS_DRAWABLE in the assert, only check 2002-04-20 14:45:28 +00:00
.cvsignore removed gdkkeysyms.h from .cvsignore 2002-04-05 15:49:42 +00:00
COPYING [ Merges from gtk-1-2 ] 1999-09-28 20:19:13 +00:00
gdk.c Add some more GdkDebugFlags, for more fine-grained debugging output 2002-02-13 21:59:47 +00:00
gdk.def gdk/gdk.def Add and (trivially) implement 2002-03-02 22:49:45 +00:00
gdk.h Add a function, gdk_threads_init() that must be explicitely called to 2001-10-22 12:59:21 +00:00
gdkcolor.c 1.3.12, interface, binary age 0. 2001-12-23 22:59:30 +00:00
gdkcolor.h Deprecate. (#65851) 2001-12-05 00:06:40 +00:00
gdkconfig.h.win32 Massive changes. Too many to list here, but I'll try a summary: 2002-02-17 00:25:05 +00:00
gdkcursor.c Update to use the new g_boxed_type_register_static API. 2001-09-10 16:54:07 +00:00
gdkcursor.h Directly include the contents of gdkcursors.h in the GdkCursorType enum. 2001-11-28 18:38:43 +00:00
gdkdnd.h Deprecate. 2001-11-30 22:55:28 +00:00
gdkdraw.c Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufs 2002-01-29 22:46:21 +00:00
gdkdrawable.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gdkevents.c Fix typo, where x value was assigned to both x and y. 2002-03-22 17:47:51 +00:00
gdkevents.h !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. 2001-06-28 22:49:20 +00:00
gdkfont.c Forget gdkfont 2001-09-10 16:57:38 +00:00
gdkfont.h get rid of extraneous prototype 2002-01-11 03:47:49 +00:00
gdkgc.c 1.3.12, interface, binary age 0. 2001-12-23 22:59:30 +00:00
gdkgc.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gdkglobals.c File Edit Options Buffers Tools Help Thu Feb 14 21:08:49 2002 Owen Taylor <otaylor@redhat.com> 2002-02-15 02:45:09 +00:00
gdki18n.h Deprecate GtkPreviewType, GtkSignalRunType, GtkSideType, 2002-01-30 02:01:10 +00:00
gdkimage.c make static. 2002-01-31 15:48:58 +00:00
gdkimage.h Fix docs. (#66383) 2001-12-06 21:38:12 +00:00
gdkinput.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkinternals.h Add some more GdkDebugFlags, for more fine-grained debugging output 2002-02-13 21:59:47 +00:00
gdkkeys.c gdk/gdkkeys.c (gdk_keyval_convert_case) If the keyval to be converted is 2002-03-01 22:09:27 +00:00
gdkkeys.h Implement "fuzzy" key binding lookups; allow matches on key and level but 2002-02-21 17:14:10 +00:00
gdkkeysyms.h Directly include the contents of gdkcursors.h in the GdkCursorType enum. 2001-11-28 18:38:43 +00:00
gdkkeyuni.c Shouldn't map KP_Enter to '\n', or KP_Tab to \t' since we don't map the 2002-02-27 02:43:09 +00:00
gdkpango.c Patch from Hidetoshi Tajima to fix bad match error when target drawable is 2001-11-30 21:14:07 +00:00
gdkpango.h Doc fixes 2001-03-04 00:12:55 +00:00
gdkpixbuf-drawable.c create the target pixbuf AFTER filling in width/height, so that passing in 2002-04-13 21:14:57 +00:00
gdkpixbuf-render.c Call _gdk_draw_pixbuf(), thus enabling using this function for pixbufs 2002-01-29 22:46:21 +00:00
gdkpixbuf.h Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove 2001-09-07 22:33:09 +00:00
gdkpixmap.c Private function to tell if we have RENDER extension. 2002-01-04 05:58:01 +00:00
gdkpixmap.h Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and 2001-10-18 20:23:17 +00:00
gdkpoly-generic.h Merge no-flicker branch into HEAD 2000-03-28 01:24:44 +00:00
gdkpolyreg-generic.c Fix some reported (but not significant) UMR's from purify. (#73160, Morten 2002-03-01 22:01:51 +00:00
gdkprivate.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gdkproperty.h Use $PKG_CONFIG, not pkg-config. (#51032) 2001-05-29 21:42:20 +00:00
gdkrectangle.c Update to use the new g_boxed_type_register_static API. 2001-09-10 16:54:07 +00:00
gdkregion-generic.c Released 1.3.14 2002-02-18 03:29:00 +00:00
gdkregion-generic.h (Part 2) Remove gdk_*_lookup() defines, since they are defined by the 2000-07-24 16:19:00 +00:00
gdkregion.h use _gdk_region_get_xrectangles() 2001-03-02 20:02:17 +00:00
gdkrgb.c Fix some bugs, and introduce a minor feature. 2002-04-04 20:23:56 +00:00
gdkrgb.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gdkselection.h these should be 31, not 3. Hooray for Xatoms (and not using the XA_* 2001-10-31 21:52:29 +00:00
gdktypes.h Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. 2002-02-23 00:13:17 +00:00
gdkvisual.h Deprecate. 2001-11-30 22:55:28 +00:00
gdkwindow.c Remove some left over debugging code with a G_BREAKPOINT() in it. 2002-03-21 15:04:41 +00:00
gdkwindow.h ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com> 2002-02-28 00:26:51 +00:00
makeenums.pl Add GdkEventSetting event for notification of changes to system settings, 2001-04-02 23:33:47 +00:00
Makefile.am gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks to 2002-04-18 11:21:21 +00:00
makefile.mingw.in Updates. 2001-10-29 07:06:37 +00:00
makefile.msc Update version to 2.0.0 2002-03-05 21:04:09 +00:00
testgdk.c Update. 2000-10-09 19:49:42 +00:00