gtk/gdk
Matthias Clasen 083c3aef51 Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)
* gdk/gdkdraw.c (gdk_drawable_get_type):
	* gdk/gdkgc.c (gdk_gc_get_type):
	* gtk/gtkmenushell.c (gtk_menu_shell_get_type):
	* gtk/gtkimcontext.c (gtk_im_context_get_type):
	* gtk/gtkprogress.c (gtk_progress_get_type):
	* gtk/gtkoldeditable.c (gtk_old_editable_get_type):
	* gtk/gtkcellrenderer.c (gtk_cell_renderer_get_type):
	* gtk/gtkwidget.c (gtk_widget_get_type):
	* gtk/gtkseparator.c (gtk_separator_get_type):
	* gtk/gtkscrollbar.c (gtk_scrollbar_get_type):
	* gtk/gtkscale.c (gtk_scale_get_type):
	* gtk/gtkrange.c (gtk_range_get_type):
	* gtk/gtkpaned.c (gtk_paned_get_type):
	* gtk/gtkmisc.c (gtk_misc_get_type):
	* gtk/gtkitem.c (gtk_item_get_type):
	* gtk/gtkcontainer.c (gtk_container_get_type):
	* gtk/gtkbbox.c (gtk_button_box_get_type):
	* gtk/gtkbox.c (gtk_box_get_type):
	* gtk/gtkbin.c (gtk_bin_get_type):
	* gtk/gtkobject.c (gtk_object_get_type): Mark abstract types as
	G_TYPE_FLAG_ABSTRACT.  (#72383)
2002-09-21 23:26:14 +00:00
..
linux-fb Patch from Eric Warmonhoven to get linux-fb compiling with multihead 2002-09-10 15:19:13 +00:00
nanox
win32 Copy from X11 backend. The old version mishandled consecutive newlines. 2002-09-21 12:59:31 +00:00
x11 Fix usage of compat GTK_TYPE_ macros without including gtkobject.h. 2002-09-19 20:52:42 +00:00
.cvsignore Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, Gareth 2002-05-14 23:57:40 +00:00
COPYING
gdk.c Remove references to gdk_initialized (#81060, Jacob Berkman) 2002-08-02 20:25:38 +00:00
gdk.def Delete leftover declarations of the obsolete Win32-only functions 2002-09-19 23:27:10 +00:00
gdk.h Add a singleton object that we can use to get notification when displays 2002-06-20 23:29:19 +00:00
gdkcolor.c Renames: 2002-06-20 23:59:27 +00:00
gdkcolor.h Changes multihead reorganizing code for win32 support, mostly from a patch 2002-06-06 00:26:42 +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 Renames: 2002-06-20 23:59:27 +00:00
gdkcursor.h Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display(). 2002-06-18 20:59:44 +00:00
gdkdisplay.c Remove gdk_screen_close, add a section for GdkDisplayManager, add 2002-08-12 21:34:45 +00:00
gdkdisplay.h Fri Sep 6 15:59:54 2002 Owen Taylor <otaylor@redhat.com> * gdk/gdkdisplay.h: Remove unused prototype for gdk_set_default_display (=> gdk_display_manager_set_default_display) (#90616, Matthias Clasen) 2002-09-06 20:01:06 +00:00
gdkdisplaymanager.c Remove gdk_screen_close, add a section for GdkDisplayManager, add 2002-08-12 21:34:45 +00:00
gdkdisplaymanager.h Renames: 2002-06-20 23:59:27 +00:00
gdkdnd.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkdraw.c Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) 2002-09-21 23:26:14 +00:00
gdkdrawable.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkevents.c gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move the 2002-08-24 22:03:46 +00:00
gdkevents.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkfont.c Renames: 2002-06-20 23:59:27 +00:00
gdkfont.h Delete leftover declarations of the obsolete Win32-only functions 2002-09-19 23:27:10 +00:00
gdkgc.c Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) 2002-09-21 23:26:14 +00:00
gdkgc.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkglobals.c Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdki18n.h Deprecate GtkPreviewType, GtkSignalRunType, GtkSideType, 2002-01-30 02:01:10 +00:00
gdkimage.c Changes multihead reorganizing code for win32 support, mostly from a patch 2002-06-06 00:26:42 +00:00
gdkimage.h Fix docs. (#66383) 2001-12-06 21:38:12 +00:00
gdkinput.h Make the core pointer object per-display. (#85698) 2002-06-18 23:23:30 +00:00
gdkinternals.h gdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents-x11.c Move the 2002-08-24 22:03:46 +00:00
gdkintl.h Add a singleton object that we can use to get notification when displays 2002-06-20 23:29:19 +00:00
gdkkeys.c Renames: 2002-06-20 23:59:27 +00:00
gdkkeys.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +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
gdkmarshalers.list New demo for window migration between different displays and screens. 2002-08-01 23:43:13 +00:00
gdkpango.c Renames: 2002-06-20 23:59:27 +00:00
gdkpango.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkpixbuf-drawable.c fixed my latest change. 2002-09-14 17:10:49 +00:00
gdkpixbuf-render.c Mention in the docs that @pixmap_return and @mask_return can be %NULL. 2002-08-11 02:20:16 +00:00
gdkpixbuf.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkpixmap.c Changes multihead reorganizing code for win32 support, mostly from a patch 2002-06-06 00:26:42 +00:00
gdkpixmap.h removed that function as gdk_drawable_get_screen does the job. #79964 2002-05-01 17:42:08 +00:00
gdkpoly-generic.h
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
gdkproperty.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkrectangle.c
gdkregion-generic.c ----:---F1 gdkregion-generic.c (CGTK CVS:1.11 Abbrev)--L1696--96%---------Fri Aug 2 16:38:34 2002 Owen Taylor <otaylor@redhat.com> 2002-08-02 20:39:40 +00:00
gdkregion-generic.h
gdkregion.h
gdkrgb.c Changes to support depth 8 StaticColor visuals. (#81631) 2002-08-09 23:25:48 +00:00
gdkrgb.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkscreen.c Start implementing display/screen closing scheme; keep a flag for whether 2002-08-01 15:28:40 +00:00
gdkscreen.h Start implementing display/screen closing scheme; keep a flag for whether 2002-08-01 15:28:40 +00:00
gdkselection.c Start implementing display/screen closing scheme; keep a flag for whether 2002-08-01 15:28:40 +00:00
gdkselection.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdktypes.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
gdkvisual.c Renames: 2002-06-20 23:59:27 +00:00
gdkvisual.h Changes multihead reorganizing code for win32 support, mostly from a patch 2002-06-06 00:26:42 +00:00
gdkwindow.c Renames: 2002-06-20 23:59:27 +00:00
gdkwindow.h Start of integration of Erwann Chenede's multihead work from the 2002-04-25 22:29:14 +00:00
makeenums.pl
Makefile.am Move GDK_DEP_LIBS from LDFLAGS to each of the libgdk_*_LIBADD, to fix 2002-08-21 18:50:15 +00:00
makefile.mingw.in Updates. 2001-10-29 07:06:37 +00:00
makefile.msc added gdkdisplay and gdkscreen 2002-06-10 21:58:00 +00:00
testgdk.c