gtk2/gtk
Tim Janik f83d57e91b yeppers, accelerator changes to fix the gimp. commit message dedicated to
yeppers, accelerator changes to fix the gimp.
commit message dedicated to sopwith ;)

Thu Jun 18 03:30:06 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkaccellabel.h:
        * gtk/gtkaccellabel.c: new function gtk_accel_label_accelerator_width to
        request the size of the accelerator portion of an accel label.
        (gtk_accel_label_size_request): don't request for the accelerators size.
        (gtk_accel_label_expose_event): only draw the accelerator if we got
        enough extra space.

        * gtk/gtkmenuitem.c (gtk_menu_item_size_request): request accelerator
        width from children.

        * gtk/gtkmenu.c (gtk_menu_key_press): when adding an accelerator to an
        object (after removal has been requested) check if there is still an
        accelerator remaining to avoid adding two accelerators on an object.
        this can happen for locked accelerators (or accelerator-frozen widgets).
        (gtk_menu_size_request): feature childrens accelerator width in size
        requests.

        * gtk/gtknotebook.c (gtk_notebook_menu_item_create): use
        gtk_widget_freeze_accelerators() for dynamically created menu items.

        * gtk/gtksignal.h:
        * gtk/gtksignal.c: new function gtk_signal_handler_pending_by_func()
        which will return a handler_id > 0 if the specified function is pending
        for `signal_id'.

        * gtk/gtkwidget.h:
        * gtk/gtkwidget.c: remove gtk_widget_stop_accelerator, which was just
        a signal handler function to stop accelerator addition.
        added gtk_widget_freeze_accelerators and gtk_widget_thaw_accelerators
        which will prevent (undo) any accelerators from being added to or
        removed from a widget.
1998-06-18 03:22:09 +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 Fixed functions with no arguments 1998-06-17 05:12:27 +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 yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +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 yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +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 boy! did i really modify that many files? 1998-06-16 05:20:05 +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 boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcontainer.h boy! did i really modify that many files? 1998-06-16 05:20:05 +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 Revert, as per Owen's request 1998-05-25 02:41:36 +00:00
gtkeditable.h Added style_set handler. 1998-05-22 07:07:11 +00:00
gtkentry.c gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +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 gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +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 Moved font lists from the klass structure to a static structure in 1998-06-16 03:40:04 +00:00
gtkfontsel.h Moved font lists from the klass structure to a static structure in 1998-06-16 03:40:04 +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 Renamed g_const_pointer => gconstpointer. 1998-06-10 16:59:28 +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 yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +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 new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkpixmap.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +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 configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +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 yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +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 gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +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 yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtktypebuiltins_ids.c yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtktypebuiltins_vars.c Moved font lists from the klass structure to a static structure in 1998-06-16 03:40:04 +00:00
gtktypebuiltins.h Moved font lists from the klass structure to a static structure in 1998-06-16 03:40:04 +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 configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +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 yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +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 boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkwindow.h fixed an assertment. 1998-06-07 06:48:56 +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 yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +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 Basic thread-awareness: 1998-05-16 02:14:09 +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