gtk2/gtk
Owen Taylor 913831b26f Remove --g-fatal-warnings flag from argv.
Thu Jun 18 21:13:54 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/gtkmain.c (gtk_init): Remove --g-fatal-warnings flag
	  from argv.

Thu Jun 18 20:22:28 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/genmarshal.pl: Modified to be more idiomatic Perl,
	  to be more readable perl, to spit out stuff that looks
	  more like readable C, and to pipe output through indent
	  so output looks a lot like readable C. No functional
	  changes.

Thu Jun 18 17:43:31 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/gtkpixmap.[ch] (gtk_pixmap_set): Clear the background if
	  necessary when switching to a masked pixmap. (Based on a patch
	  from Ullrich Hafner <hafner@informatik.uni-wuerzburg.de>)

Thu Jun 18 16:18:10 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/gtkeditable.[ch]: Added action signals for keyboard
   	  bindings. (move_cursor, kill_word, etc, etc, etc).

          removed the time argument from
	  gtk_editable_cut/copy/paste_clipboard (source but not
          binary incompatible...) Instead get time from
	  gtk_get_current_event ().

	* gtk/gtktext.c gtk/gtkentry.c: Support the new editable
	  signals.

Thu Jun 18 02:52:09 1998  Owen Taylor  <otaylor@gtk.org>

	Patches from Damon Chaplin <DAChaplin@email.msn.com>:

        gtk/gtkfontsel.h: Fixed GtkFontSelectionClass - I forgot to change
	     parent class to GtkNotebookClass when splitting the widget in
	     two.  Also updated some comments.

        gtk/gtkfontsel.c: Fixed bug when toggling 'Allow scaled bitmaps'
               button without a font selected.

             Fixed bug in set_font_name - I hadn't updated the code to
               search for the style in the font_style clist - it was
               still assuming the style row was equal to its index,
               but it isn't any more.

             Changed 'Reset' button on filter page to 'Clear Filter'.
             Deleted old code relating to the old 'Filter Fonts' toggle
             Updated some comments.
             Cleared 'Actual Fontname' if no font is set.

        gtk/testgtk.c: Fixed problem when 'OK' button is pressed - it was
	     destroying the GtkFontSelection instead of the
             GtkFontSelectionDialog.

Thu Jun 18 02:15:31 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/gtkmain.c (gtk_init): Added --g-fatal-warnings
	  flag to make all warnings fatal errors.

	* gtk/testthreads.c: moved <pthreads.h> include inside
	  #ifdef USE_PTHREADS

Thu Jun 18 01:37:31 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/gtkenums.h gtk/gtkcontainer.[ch] gtk/gtkwidget.c
	  gtk/gtkmenu.c gtk/gtkviewport.c gtk/gtkwindow.c:

	- Added new function gtk_container_set_resize_mode() for
	  fine-grained control of where resize-queueing is done.

	- Removed GtkContainer::need_resize and GtkWindow::move_resize
	- Added GtkContainer::check_resize to replace need_resize.

	- Added function gtk_container_check_resize() to trigger
	  queued resizes, and gtk_container_resize_children() to
	  Figure which children need to be size-allocated. (logic
	  moved from gtkwindow.c)

	- Reorganized code in gtkwindow.c

	- Set the resize-mode for viewports so that resizes within
	  a viewport don't propagate out of it.
1998-06-19 01:26:24 +00:00
..
.cvsignore Added maintainer-rule autogened files 1998-06-16 01:17:43 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
fnmatch.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
fnmatch.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
genmarshal.pl Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtk-boxed.defs new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtk.defs Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtk.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkaccelgroup.c Renamed g_const_pointer => gconstpointer. 1998-06-10 16:59:28 +00:00
gtkaccelgroup.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkaccellabel.c Use pointer<->int conversion macros to avoid warnings. 1998-06-18 22:32:36 +00:00
gtkaccellabel.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkadjustment.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkadjustment.h Merges from the gtk-1-0 branch 1998-05-04 02:10:36 +00:00
gtkalignment.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkalignment.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkarrow.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkarrow.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkaspectframe.c reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkaspectframe.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkbbox.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbbox.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbin.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkbin.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkbindings.c heal gtk. ;) 1998-06-14 14:37:39 +00:00
gtkbindings.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbox.c new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkbutton.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkbutton.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkcheckbutton.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckbutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckmenuitem.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckmenuitem.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkclist.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkclist.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcolorsel.c wrapped enum definitions with glib macros. 1998-06-08 03:38:24 +00:00
gtkcolorsel.h wrapped enum definitions with glib macros. 1998-06-08 03:38:24 +00:00
gtkcombo.c Removed g_object_pointer_hash, which was just g_direct_hash. 1998-06-09 23:18:11 +00:00
gtkcombo.h Allow the user to use the popup list like a menu. 1998-04-30 15:18:19 +00:00
gtkcontainer.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkcontainer.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkctree.c adapted clist pixmap clipping 1998-06-10 21:48:21 +00:00
gtkctree.h Started documentation of GtkCTree. 1998-05-10 17:05:39 +00:00
gtkcurve.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkcurve.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkdata.c reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkdata.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkdebug.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkdialog.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkdialog.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkdrawingarea.c Try to figure out if this is Digital Unix and we need -std1 to get the 1998-05-10 02:46:20 +00:00
gtkdrawingarea.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkeditable.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkeditable.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkentry.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkentry.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkenums.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkeventbox.c Reformat two function prototypes for cosmetics 1998-06-14 16:50:48 +00:00
gtkeventbox.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfeatures.h.in #define GTK_HAVE_ACCEL_GROUP 1998-06-11 01:45:22 +00:00
gtkfilesel.c g_strdup() the text retrived from GtkEntry. only intercept the Tab key if 1998-05-16 07:22:00 +00:00
gtkfilesel.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfixed.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkfixed.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfontsel.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkfontsel.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkframe.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkframe.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkgamma.c Fixed up a stat() that Sopwith missed when changing stat => lstat. 1998-05-13 00:24:57 +00:00
gtkgamma.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkgc.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkgc.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhandlebox.c Now accepts an extra "clip" parameter, which is the clipping rectangle to 1998-06-17 03:34:22 +00:00
gtkhandlebox.h Removed the fleur_cursor field. Now the cursor is created/destroyed on 1998-06-09 21:01:45 +00:00
gtkhbbox.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkhbbox.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhbox.c new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkhbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkhpaned.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkhpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhruler.c A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkhruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscale.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkhscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscrollbar.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkhscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhseparator.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkhseparator.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkimage.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkimage.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkinputdialog.c Fixed up a stat() that Sopwith missed when changing stat => lstat. 1998-05-13 00:24:57 +00:00
gtkinputdialog.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitem.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkitem.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitemfactory.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkitemfactory.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtklabel.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtklabel.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtklist.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtklist.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtklistitem.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtklistitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkmain.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkmain.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkmarshal.c Added maintainer-rule autogened files 1998-06-16 01:17:43 +00:00
gtkmarshal.h Added maintainer-rule autogened files 1998-06-16 01:17:43 +00:00
gtkmarshal.list Start of marshalling centralization. 1998-06-08 01:37:27 +00:00
gtkmarshalers.list Start of marshalling centralization. 1998-06-08 01:37:27 +00:00
gtkmenu.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkmenu.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenubar.c further additions to fit the gimp's code. additions to the dumping code to 1998-06-07 12:22:45 +00:00
gtkmenubar.h further additions to fit the gimp's code. additions to the dumping code to 1998-06-07 12:22:45 +00:00
gtkmenufactory.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenufactory.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenuitem.c yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkmenuitem.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkmenushell.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkmenushell.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmisc.c new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkmisc.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtknotebook.c yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtknotebook.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkobject.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkobject.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkoptionmenu.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkoptionmenu.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpacker.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpacker.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpaned.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpaned.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpixmap.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkpixmap.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkpreview.c The commit to the stable branch is on its way... 1998-05-12 03:15:45 +00:00
gtkpreview.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkprivate.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkprogressbar.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkprogressbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkradiobutton.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkradiobutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkradiomenuitem.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkradiomenuitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkrange.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkrange.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkrc.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkrc.h I should have named it gtk_rc_set_image_loader() initially - fixed 1998-05-21 19:26:19 +00:00
gtkruler.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkruler.h A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkscale.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrollbar.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrolledwindow.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkscrolledwindow.h Merged changes from gtk-1-0. Check ChangeLog for details. 1998-05-01 04:23:59 +00:00
gtkselection.c new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkselection.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkseparator.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkseparator.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtksignal.c yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtksignal.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkspinbutton.c Changed GtkSpinButtonUpdatePolicy enum, added keyboard 1998-06-17 20:07:31 +00:00
gtkspinbutton.h Changed GtkSpinButtonUpdatePolicy enum, added keyboard 1998-06-17 20:07:31 +00:00
gtkstatusbar.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkstatusbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkstyle.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkstyle.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktable.c new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtktable.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktext.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtktext.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktipsquery.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktipsquery.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtktogglebutton.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktogglebutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktoolbar.c (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtktoolbar.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtktooltips.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktooltips.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktree.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktree.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktreeitem.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktreeitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktypebuiltins_evals.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtktypebuiltins_ids.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtktypebuiltins_vars.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtktypebuiltins.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtktypeutils.c boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktypeutils.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkvbbox.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkvbbox.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkvbox.c new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkvbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkviewport.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkviewport.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvpaned.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkvpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvruler.c A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkvruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscale.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkvscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscrollbar.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkvscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvseparator.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkvseparator.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkwidget.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkwidget.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkwindow.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkwindow.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
line-arrow.xbm Initial revision 1997-11-24 22:37:52 +00:00
line-wrap.xbm Initial revision 1997-11-24 22:37:52 +00:00
makeenums.awk renamed the newly created gtk_enum_get_values and gtk_enum_set_values to 1998-06-09 08:21:20 +00:00
makeenums.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
makeenums.pl boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
Makefile.am Made the gtkmarshal.* generation rules maintainer-only. 1998-06-16 00:13:04 +00:00
Makefile.in Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libs 1998-05-22 23:43:03 +00:00
maketypes.awk gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
parent Initial revision 1997-11-24 22:37:52 +00:00
simple.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
testgtkrc fixed an assertment. 1998-06-07 06:48:56 +00:00
testgtkrc2 Merged changes from gtk-1-0. Check ChangeLog for details. 1998-05-01 04:23:59 +00:00
testinput.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testselection.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testthreads.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
tree_minus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_minus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00