gtk2/gtk
Tim Janik 33447a3856 reverted marius change to expose the type systems internal type info data
Mon Dec  7 03:08:39 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtktypeutils.h:
        * gtk/gtktypeutils.c: reverted marius change to expose the type systems
        internal type info data to the user. if such functionality is required
        we should provide wrapped accessors, ala gtk_signal_query().

        * gtk/gtksignal.c (gtk_signal_connect_by_type): reverted marius change,
        since it destroys the possibility to implement automatic marshaller
        lookups some day, and it also disables third party code's ability to
        connect to any signal. also the GtkTypeInfo structures are dynamically
        allocated memory portions, so only the type system is really allowed
        to access that stuff.

Mon Dec  7 01:32:18 1998  Tim Janik  <timj@gtk.org>

        * gtk/gtkfilesel.c (gtk_file_selection_key_press): always intercept the
        Tab key on the entry. the focus shouldn't get lost even if completion
        is attempted from an empty entry, since an empty entry string does
        indeed have a valid completion meaning (complete all).
        (gtk_file_selection_init): cast the gchar array parameter in calls to
        gtk_clist_new_with_titles() to quit compiler warnings.
        (check_dir): the no_stat_dirs struct must not be const, since we do
        indeed modify its contents.

        * gtk/testgtk.c (event_watcher): adapted prototype to fit new emission
        hook semantics.

        * gtk/gtksignal.h:
        * gtk/gtksignal.c:
        changed emission allocation, so we don't use a doubly linked list
        but link ourselfs (singly linked).
        changed emission hooks, they get the emision parameters passed as
        well now and are emitted during the actuall signal emission (after
        the RUN_FIRST class method, but prior to RUN_FIRST handlers).
        the existing restrictions do still apply to signal emission hooks,
        i.e. an emission may not be stopped or restarted from an emission hook.
        due to possibly huge perfomance impacts, frequent use of emision hooks
        is also not recommended.
        (gtk_signal_next_and_invalidate): added an
        assertments which explicits what the code assumes anyways: a
        maximum amount of 65535 signals.

        * gtk/gtkcontainer.h: deprecated gtk_container_foreach_interp(),
        gtk_container_foreach_full() should be used instead.

        * gtk/gtkmain.h:
        deprecated gtk_timeout_add_interp and gtk_idle_add_interp, since
        we provide _full variants.

        * gtk/gtksignal.h: deprecated gtk_signal_connect_interp(), we provide
        gtk_signal_connect_full() for long enough now.
1998-12-07 02:31:19 +00:00
..
.cvsignore gtk/genmarshal.pl check for unchanged autogenerated files, so we don't 1998-11-17 09:59:26 +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 Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the 1998-11-24 05:58:53 +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 Put output files in the current directory and not in the $(srcdir) since 1998-11-17 20:47:33 +00:00
gtk-boxed.defs define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead of 1998-11-26 18:47:58 +00:00
gtk.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkaccelgroup.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkaccelgroup.h deprecated gtk_widget_freeze_accelerators and 1998-11-28 01:56:09 +00:00
gtkaccellabel.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkaccellabel.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkadjustment.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkadjustment.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkalignment.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkalignment.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkarg.c added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkarg.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkargcollector.c for unknown foreign fundamental types, collect an argument of the type 1998-10-03 17:04:41 +00:00
gtkarrow.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkarrow.h GtkType and macro fixups. widget argument implementation: 1998-06-29 11:41:46 +00:00
gtkaspectframe.c Fixed long-standing typo in aspect ratio computation code. (pointed out by 1998-12-06 02:08:28 +00:00
gtkaspectframe.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkbbox.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkbbox.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkbin.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkbox.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkbox.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkbutton.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkbutton.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkcalendar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkcalendar.h deprecated gtk_widget_freeze_accelerators and 1998-11-28 01:56:09 +00:00
gtkcheckbutton.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkcheckbutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckmenuitem.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkcheckmenuitem.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkclist.c call toggle_row with valid row numbers only (toggle_row): check if 1998-12-04 01:11:46 +00:00
gtkclist.h s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkcolorsel.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkcolorsel.h wrapped enum definitions with glib macros. 1998-06-08 03:38:24 +00:00
gtkcombo.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkcombo.h Allow the user to use the popup list like a menu. 1998-04-30 15:18:19 +00:00
gtkcompat.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkcontainer.c reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtkcontainer.h reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtkctree.c fixed for-loop. 1998-12-04 00:04:31 +00:00
gtkctree.h reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 1998-11-26 03:43:24 +00:00
gtkcurve.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkcurve.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkdata.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkdata.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkdebug.h Added a modular client-message-filter mechanism, that is used for the DND 1998-10-18 22:51:24 +00:00
gtkdialog.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkdialog.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkdnd.c Changed to 5 min from 10 seconds, so it doesn't abort while users have an 1998-12-03 21:50:20 +00:00
gtkdnd.h New function to get the source widget of a drag. 1998-11-27 17:16:36 +00:00
gtkdrawingarea.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkdrawingarea.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkdrawwindow.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkdrawwindow.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gtkeditable.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkeditable.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkentry.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkentry.h deprecated gtk_widget_freeze_accelerators and 1998-11-28 01:56:09 +00:00
gtkenums.h fixed a stupid error of mine about the run type values. 1998-12-01 01:22:37 +00:00
gtkeventbox.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkeventbox.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkfeatures.h.in lets #define GTK_HAVE_FEATURES_1_1_6 before we release it this time 1998-12-02 09:38:31 +00:00
gtkfilesel.c reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtkfilesel.h GtkType and macro fixups set a pattern for the file selection widget to 1998-10-22 00:54:57 +00:00
gtkfixed.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkfixed.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkfontsel.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkfontsel.h renamed from gtk_object_data_set_destroy to fit the gtkobject.h API. 1998-10-30 01:34:06 +00:00
gtkframe.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkframe.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkgamma.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkhandlebox.h Add shadow_type and gtk_handle_box_set_shadow_type function (plus a 1998-11-21 10:08:41 +00:00
gtkhbbox.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkhbbox.h fixed an #include statement (reported by Eric Kidd). 1998-08-10 10:52:08 +00:00
gtkhbox.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkhbox.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkhpaned.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkhscale.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkhscrollbar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkhscrollbar.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkhseparator.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkhseparator.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkimage.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkimage.h deprecated gtk_widget_freeze_accelerators and 1998-11-28 01:56:09 +00:00
gtkinputdialog.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkinputdialog.h deprecated gtk_widget_freeze_accelerators and 1998-11-28 01:56:09 +00:00
gtkinvisible.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkinvisible.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gtkitem.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkitem.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkitemfactory.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkitemfactory.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtklabel.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtklabel.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gtklayout.c s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtklayout.h s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtklist.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtklist.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtklistitem.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtklistitem.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkmain.c reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtkmain.h reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtkmarshal.list Change signal for drag_data_get to match the use that was being made of it 1998-10-19 00:51:21 +00:00
gtkmarshalers.list Change signal for drag_data_get to match the use that was being made of it 1998-10-19 00:51:21 +00:00
gtkmenu.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkmenu.h Added a modular client-message-filter mechanism, that is used for the DND 1998-10-18 22:51:24 +00:00
gtkmenubar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkmenubar.h added shadow_type setting and gtk_menu_bar_set_shadow_type function to 1998-11-16 09:05:26 +00:00
gtkmenufactory.c changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkmenufactory.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkmenuitem.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkmenuitem.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkmenushell.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkmenushell.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkmisc.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkmisc.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtknotebook.c s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtknotebook.h s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkobject.c s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkobject.h remove extraneous comma 1998-11-23 04:37:57 +00:00
gtkoptionmenu.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkoptionmenu.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkpacker.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkpacker.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkpaned.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkpaned.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkpixmap.c Fixes for low-color displays and a slight enhancement for true-color 1998-12-03 05:52:19 +00:00
gtkpixmap.h Pixmaps now grey out when insensitive, code thanks to GNOME stock by 1998-11-17 01:34:07 +00:00
gtkplug.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkplug.h Added layout widget for scrolling arbitrarily big areas. Added plug/socket 1998-11-24 04:45:29 +00:00
gtkpreview.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkpreview.h Minor fixes that were needed for the Gimp/GdkRgb integration. 1998-08-20 06:52:52 +00:00
gtkprivate.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkprogress.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkprogress.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkprogressbar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkprogressbar.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkradiobutton.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkradiobutton.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkradiomenuitem.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkradiomenuitem.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkrange.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkrange.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkrc.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkrc.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkruler.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkruler.h A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkscale.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkscale.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkscrollbar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkscrollbar.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkscrolledwindow.c s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkscrolledwindow.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkselection.c Always send "drag_leave" to dests without GTK_DEST_DEFAULT_MOTION. 1998-10-20 18:43:54 +00:00
gtkselection.h Added a modular client-message-filter mechanism, that is used for the DND 1998-10-18 22:51:24 +00:00
gtkseparator.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkseparator.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtksignal.c reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtksignal.h reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtksocket.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtksocket.h Added layout widget for scrolling arbitrarily big areas. Added plug/socket 1998-11-24 04:45:29 +00:00
gtkspinbutton.c Grey out arrows if wrap == FALSE and interval borders are reached. 1998-12-06 14:18:46 +00:00
gtkspinbutton.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkstatusbar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkstyle.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtktable.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtktable.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtktearoffmenuitem.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtktearoffmenuitem.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtktext.c s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtktext.h s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkthemes.c changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
gtkthemes.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gtktipsquery.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtktipsquery.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtktogglebutton.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtktogglebutton.h Merge from themes-2. See the ChangeLog for a somewhat detailed 1998-11-06 22:05:02 +00:00
gtktoolbar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtktooltips.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtktree.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtktree.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtktreeitem.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtktreeitem.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtktypebuiltins_evals.c Destroy the cursor after we have assigned it to the window -- there is no 1998-11-13 23:10:53 +00:00
gtktypeutils.c reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtktypeutils.h reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
gtkvbbox.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkvbbox.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkvbox.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkvbox.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkviewport.c s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkviewport.h s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkvpaned.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkvscale.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkvscrollbar.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkvscrollbar.h added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. 1998-11-23 01:54:45 +00:00
gtkvseparator.c I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
gtkvseparator.h removed all occourances of #pragma } and #pragma { which were in place to 1998-10-07 04:21:19 +00:00
gtkwidget.c moved checks upon focus setting from gtk_window_real_set_focus to 1998-12-03 06:52:48 +00:00
gtkwidget.h s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/. 1998-12-02 03:40:03 +00:00
gtkwindow.c moved checks upon focus setting from gtk_window_real_set_focus to 1998-12-03 06:52:48 +00:00
gtkwindow.h changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +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 I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
Makefile.am configure.in gdk/Makefile.am Put -DFOO stuff into Makefile.am INCLUDES. 1998-12-01 10:42:01 +00:00
maketypes.awk reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 1998-11-26 03:43:24 +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
testdnd.c changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c reverted marius change to expose the type systems internal type info data 1998-12-07 02:31:19 +00:00
testgtkrc merged testgtkrc with the pre-themes one, removed system specific 1998-11-30 10:38:29 +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 Fixed an alpha bug. 1998-10-05 22:30:08 +00:00
testselection.c changed scrolled window inheritance, it inherits from GtkBin now. 1998-11-28 07:42:37 +00:00
testthreads.c Removed DEFS "+=" mess that breaks recent automakes. INCLUDES is the 1998-11-24 05:58:53 +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