gtk2/gtk
Tim Janik dbce6083ef added a frame with radio buttons to select the resize_mode for the
Wed Jun 24 07:47:29 1998  Tim Janik  <timj@gtk.org>

        * gtk/testgtk.c (create_idle_test): added a frame with radio buttons
        to select the resize_mode for the idle-labels container.

        * gtk/gtkframe.h:
        * gtk/gtkframe.c: GtkType and macro corrections.

        * gtk/gtkradiobutton.c (gtk_radio_button_set_arg): new function to
        support radio grouping.

Tue Jun 23 08:01:09 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkcontainer.c (gtk_container_set_resize_mode): queue a resize
        unconditionally if resize_mode has changed.

        * gtk/gtkscrolledwindow.c (gtk_scrolled_window_init): set
        GTK_RESIZE_QUEUE on the scrolled window.
        (gtk_scrolled_window_construct): set GTK_RESIZE_PARENT for the vieport.

Tue Jun 23 04:20:30 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkcontainer.h:
        * gtk/gtkcontainer.c:
        (GTK_IS_RESIZE_CONTAINER): new macro to find out if
        a given gtkobject is a container with resize_mode==GTK_RESIZE_PARENT.
        (gtk_container_queue_resize): new function to queue a container for
        a *size* reallocation (doesn't affect its position, and thus its
        parent is left untouched usually).
        (gtk_container_get_resize_container): new function to retrive the next
        most resize container which is not itself queued for a resize.
        (gtk_container_idle_sizer): new function to carefully process the
        container_resize_queue since it can change during invokation of
        gtk_container_check_resize().
        (gtk_container_resize_children): total rework of this function to
        properly handle resize containers. makes a lot of assumptions whitch
        are stated in the comments.

        * gtk/gtkcontainer.c:
        (gtk_container_real_check_resize): only requeue ourselves if we are not
        a resize container.
        (gtk_container_clear_resize_widgets): care for automatic deletion of our
        resize_widgets list on size_allocate through a handler connection.

        * gtk/gtkwindow.c (gtk_window_shutdown): new functionm to reset the
        focus and default widget of a window, so to take the burden from
        gtk_widget_unparent.

        * gtk/gtkviewport.c: removed gtk_viewport_check_resize, which tried
        to be clever, but actually messed up the resize_children logic and
        caused unneccessary allocations on its whole branch. besides this,
        it messed up the display by not invoking a redraw after the allocation.

        * gtk/gtktable.c (gtk_table_set_child_arg): reverted recent change, so
        that it is the child again that is queued for a resize.
        (gtk_table_attach): likewise.
        (gtk_table_remove): likewise.
1998-06-24 06:25:14 +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 $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +00:00
gtk-boxed.defs s/GkWidget/GtkWidget/ 1998-06-24 05:23:19 +00:00
gtk.defs added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +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 replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +00:00
gtkbindings.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbox.c added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtkcontainer.h added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtkctree.c new CTree line style GTK_CTREE_LINES_TABBED 1998-06-22 17:00:21 +00:00
gtkctree.h new CTree line style GTK_CTREE_LINES_TABBED 1998-06-22 17:00:21 +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 Export the gtk_entry_adjust_scroll. Required if you change the cursor 1998-06-23 15:55:51 +00:00
gtkentry.h Export the gtk_entry_adjust_scroll. Required if you change the cursor 1998-06-23 15:55:51 +00:00
gtkenums.h removed extra comma at end of enum 1998-06-20 19:59:39 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtkframe.h added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +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 Only respond to selection with button 1. This allows context-sensitive 1998-06-19 03:12:19 +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 Remove $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +00:00
gtkmarshal.h Remove $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +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 replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +00:00
gtkobject.h replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 replaced some gtk_object_data_force_id with g_quark_from_static_string 1998-06-19 02:07:47 +00:00
gtksignal.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkspinbutton.c - Bug fix for precision problem causing occasional double emission of 1998-06-19 17:33:51 +00:00
gtkspinbutton.h - Bug fix for precision problem causing occasional double emission of 1998-06-19 17:33:51 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtktypebuiltins_ids.c added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtktypebuiltins_vars.c added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtktypebuiltins.h added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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 Remove $(srcdir) from, and clean up, the dependencies. Generate to 1998-06-21 22:03:58 +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 added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +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