gtk2/gtk
Tim Janik 698c89e5c4 GTK_MENU_DIR_CHILD: check for the existance of
Thu Sep  3 04:22:20 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
        GTK_MENU_DIR_CHILD: check for the existance of
        menu_shell->active_menu_item before accessing its child.
        GTK_MENU_DIR_PREV:
        GTK_MENU_DIR_NEXT: if we haven't had an active item and still
        don't, make a default selection.

Wed Sep  2 00:28:58 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkwidget.c (gtk_widget_propagate_state): iterate
        the children with _forall for sensitivity changes and with
        _foreach on pure state changes. this fixes a lot of the
        old inclusions of internal widgets into _foreach calls.

        * gtk/gtktree.c: removed gtk_tree_foreach, let gtk_tree_forall
        do the work. don't walk the subtrees of first level children.

        * gtk/gtktreeitem.c: provide a _forall implementation,
        which walks the subtrees as well for include_internals.

        * gtk/gtkmenuitem.c: provide a _forall implementation, which walks
        the submenus as well for include_internals.

        * gtk/gtkscrolledwindow.c: removed gtk_scrolled_window_foreach and
        implemented gtk_scrolled_window_forall, which will iterate over
        the viewport and the scrollbars for gtk_container_forall or
        iterate over the viewports children for gtk_container_foreach.

        * gtk/gtktoolbar.c:
        * gtk/gtktable.c:
        * gtk/gtkpaned.c:
        * gtk/gtkpacker.c:
        * gtk/gtkmenushell.c:
        * gtk/gtklist.c:
        * gtk/gtkfixed.c:
        * gtk/gtkclist.c:
        * gtk/gtkbox.c:
        * gtk/gtkbin.c:
        * gtk/gtknotebook.c:
        removed the old gtk_*_foreach functions and provided gtk_*_forall.

        * gtk/gtknotebook.c:
        (gtk_notebook_real_switch_page): expose tabs.
        (gtk_notebook_page_num): new function to return the page number
        of a distinct child.
        (gtk_notebook_focus): minor fixups. foxus handling is still screwed
        under some circumstances.

        * gtk/gtktreeitem.c:
        (gtk_real_tree_item_select):
        (gtk_real_tree_item_deselect): major fixes.
        some general fixups wrt queue_redraw, and tree items not being
        NO_WINDOW widgets.

        * gtk/gtklistitem.c:
        (gtk_real_list_item_select):
        (gtk_real_list_item_deselect):
        (gtk_real_list_item_toggle):
        removed unneccessary queue_redraw calls.

Wed Aug 30 09:42:07 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkoptionmenu.c: allow optionmenus to have the focus and
        automatically popup the menu on space bar.

Wed Aug 26 06:40:34 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkcontainer.h:
        * gtk/gtkcontainer.c: implemented gtk_container_forall() (as a class
        method), which acts similar to gtk_container_foreach(), but iterates
        over internal children. the GtkContainer::foreach signal vanished in
        favour of a new class method ->forall() that optionally includes
        internal widgets.

        * gtk/gtkclist.c (gtk_clist_init): provide no _foreach implementation
        but a _forall implementation, since all child widgets we have are
        internal ones.
        (column_button_create): set the parent window prior
        to gtk_widget_set_parent().

        * gtk/gtkwidget.c:
        exchanged all calls to gtk_container_foreach() with
        gtk_container_forall().

        * gtk/gtkwidget.h:
        * gtk/gtkwidget.c: added the GTK_COMPOSITE_CHILD, exported through
        the GtkWidget::composite_child argument. to have a widget created
        with the flag initially, two new functions got added to wrap a widgets
        creation:
        gtk_widget_push_composite_flag() and gtk_widget_pop_composite_flag().

Wed Aug 25 23:37:39 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtktooltips.h:
        * gtk/gtktooltips.c: exported gtk_tooltips_create_window() as
        gtk_tooltips_force_window(), so tooltips->tip_window can be accessed
        prior to the first tip being set.
        don't put an extra reference on the window, since it is a toplevel,
        it wont get destroyed from anywhere else.

        * overall macro and GtkType fixups.
1998-09-03 02:38:53 +00:00
..
.cvsignore I should have added testrgb to the .cvsignore last time. Now I have. 1998-09-01 06:01:30 +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 genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtk-boxed.defs s/GkWidget/GtkWidget/ 1998-06-24 05:23:19 +00:00
gtk.defs GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtk.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkaccelgroup.c quell some warnings with g_hash_table_new 1998-08-29 22:27: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 removed gtk_input_add_interp. 1998-08-17 14:48:51 +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 Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkadjustment.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkalignment.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkalignment.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkarg.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkarg.h begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkargcollector.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkarrow.c use misc->xpad for x calculation instead of ypad (typo). (gtk_arrow_set): 1998-07-17 00:03:35 +00:00
gtkarrow.h GtkType and macro fixups. widget argument implementation: 1998-06-29 11:41:46 +00:00
gtkaspectframe.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkbbox.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbin.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkbin.h GtkType and macro fixups. 1998-06-28 10:07:37 +00:00
gtkbindings.c fixup, so that enum values are looked up. 1998-07-27 01:50:16 +00:00
gtkbindings.h introduce testbindings on C-1 for buttons, to check out binding 1998-07-22 22:29:10 +00:00
gtkbox.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +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 Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkbutton.h totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkcheckbutton.c totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkcheckbutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkclist.h new class methods: (sort_list) (insert_row) (remove_row) 1998-08-17 23:48:04 +00:00
gtkcolorsel.c Replaced "foo == TRUE" and "foo == FALSE" constructs by more forgiving 1998-09-02 21:46:49 +00:00
gtkcolorsel.h wrapped enum definitions with glib macros. 1998-06-08 03:38:24 +00:00
gtkcombo.c reset drag_pos after abort removed a few unneeded lines fixed compiler 1998-08-02 22:18:20 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkcontainer.h GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkctree.c new class methods: (sort_list) (insert_row) (remove_row) 1998-08-17 23:48:04 +00:00
gtkctree.h new class methods: (sort_list) (insert_row) (remove_row) 1998-08-17 23:48:04 +00:00
gtkcurve.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkcurve.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkdata.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +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 macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkdialog.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkdrawingarea.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtkeditable.h signdness corrections all ove the place. implementation of object 1998-07-16 20:23:12 +00:00
gtkentry.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtkentry.h signdness corrections all ove the place. implementation of object 1998-07-16 20:23:12 +00:00
gtkenums.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkeventbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkeventbox.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkfeatures.h.in added GTK_HAVE_FEATURES_1_1_2 1998-08-21 17:07:11 +00:00
gtkfilesel.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkfixed.h GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkfontsel.c restricted the --g*fatal-* arguments to --g-fatal-warnings again. this 1998-08-18 03:59:41 +00:00
gtkfontsel.h removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtkframe.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 Do not do anything if the event's window is not the bin window. 1998-08-20 16:55:16 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhbbox.h fixed an #include statement (reported by Eric Kidd). 1998-08-10 10:52:08 +00:00
gtkhbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +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 macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkhseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkimage.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkitem.h GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkitemfactory.c quell some warnings with g_hash_table_new 1998-08-29 22:27:47 +00:00
gtkitemfactory.h export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtklabel.c quell some warnings with g_hash_table_new 1998-08-29 22:27:47 +00:00
gtklabel.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtklist.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtklist.h Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtklistitem.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtklistitem.h Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtkmain.c removed some unused variables 1998-08-24 18:13:08 +00:00
gtkmain.h added a function to perform a binary version check, returning a static 1998-08-21 02:22:06 +00:00
gtkmarshal.c genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshal.h genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshal.list genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshalers.list genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmenu.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkmenu.h Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtkmenubar.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkmenuitem.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenushell.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkmenushell.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmisc.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtknotebook.h GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkobject.c removed some unused variables 1998-08-24 18:13:08 +00:00
gtkobject.h begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkoptionmenu.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkoptionmenu.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpacker.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkpacker.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkpaned.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkpaned.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpixmap.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkpixmap.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkpreview.c Minor fixes that were needed for the Gimp/GdkRgb integration. 1998-08-20 06:52:52 +00:00
gtkpreview.h Minor fixes that were needed for the Gimp/GdkRgb integration. 1998-08-20 06:52:52 +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
gtkprogress.c Unref the adjustment. 1998-09-01 18:41:26 +00:00
gtkprogress.h Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkprogressbar.c Fixed wrong size of activity indicator. It is settable now as a fraction 1998-07-21 04:49:01 +00:00
gtkprogressbar.h Fixed wrong size of activity indicator. It is settable now as a fraction 1998-07-21 04:49:01 +00:00
gtkradiobutton.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkradiobutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkradiomenuitem.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkradiomenuitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkrange.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +00:00
gtkrc.h introduce testbindings on C-1 for buttons, to check out binding 1998-07-22 22:29:10 +00:00
gtkruler.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkruler.h A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkscale.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkscrolledwindow.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkselection.c use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +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 macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtksignal.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtksignal.h missed this 1998-07-21 05:01:37 +00:00
gtkspinbutton.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkspinbutton.h - Bug fix for precision problem causing occasional double emission of 1998-06-19 17:33:51 +00:00
gtkstatusbar.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +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 export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtktable.h Empty rows/columns of the table should not have been marked as being able 1998-08-04 14:55:04 +00:00
gtktearoffmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktearoffmenuitem.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktext.c Make sure the mark we pass to line start is the beginning of a real line, 1998-08-25 22:22:12 +00:00
gtktext.h Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktipsquery.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +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 Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtktogglebutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktoolbar.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +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 GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtktooltips.h GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtktree.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtktree.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktreeitem.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtktreeitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktypebuiltins_evals.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtktypebuiltins_ids.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktypebuiltins_vars.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktypebuiltins.h Updated the stupid builtins file, again - Federico 1998-08-25 16:44:03 +00:00
gtktypeutils.c use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +00:00
gtktypeutils.h Changed GtkSignalFunc back to () from (void). (again!) 1998-08-13 21:00:43 +00:00
gtkvbbox.c Fixed wrong allocation for GTK_BUTTONBOX_END. 1998-07-26 14:44:36 +00:00
gtkvbbox.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkvbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkviewport.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkvpaned.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +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 Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +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 macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkvseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkwidget.c GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkwidget.h GTK_MENU_DIR_CHILD: check for the existance of 1998-09-03 02:38:53 +00:00
gtkwindow.c use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +00:00
gtkwindow.h Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +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 fatal warning option is split up now, "--g-fatal-warnings" causes fatal 1998-08-16 21:15:11 +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
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 Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
testgtkrc Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
testgtkrc2 fixed lookup order for rc styles. the latest defined rc set pattern is 1998-06-30 12:34:36 +00:00
testinput.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
testrgb.c Minor improvements to gdkrgb, added testrgb to the gtk directory. 1998-09-01 05:29:45 +00:00
testselection.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testthreads.c quell some warnings with g_hash_table_new 1998-08-29 22:27:47 +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