gtk2/gtk
Owen Taylor 21457ced17 Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow
Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
        for use in "shallow invalidation" of a widget. (Windows belonging
        to the widget, but not to the widget's children)

        * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
        flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
        up on ancestors up to the resize container on queue_resize. Size
        requests only actually take place if GTK_REQUEST_NEEDED, size
        allocations only take place if GTK_ALLOC_NEEDED or the size
        changed.

        * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
        container->resize_widgets and the RESIZE_NEEDED flag since the
        above flags are sufficient to figure out what needs to be
        resized/reallocated. Remove code manipulating
        container->resize_widget.

        * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
        allows widgets to turn off being automatically invalidated is when
        they are resized.

        * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
        a widget is resized or moved is "shallow" as described above -
        only the windows that need to be invalidated are invalidated.

        * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt:
        Make these widget's init functions call
        gtk_widget_set_redraw_on_allocate(widget,FALSE).

        * gtk/gtkwindow.c (gtk_window_configure_event): Call
        _gtk_container_queue_resize(), since we don't want
        redrawing. (Probably could be done for other
        calls to gtk_widget_queue_resize() in gtkwindow.c,
        but this is the most important one.)

        * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
        gtk_widget_queue_draw() - size_allocate() handles
        that as appropriate.

        * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
        of queue_clear() to avoid invalidating children.
2001-11-04 22:57:03 +00:00
..
stock-icons Actually add the missing/broken image icon as the image for the "missing 2001-11-02 00:48:28 +00:00
.cvsignore [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
circles.xbm
fnmatch.c Make gdk_colormap_sync private since it was never exported in a header 2001-02-02 22:19:31 +00:00
fnmatch.h
genmarshal.pl
gtk-boxed.defs add default icon 2001-08-29 02:20:02 +00:00
gtk-win32.rc.in Updates. 2001-10-29 07:06:37 +00:00
gtk.def Correct some renamed functions. 2001-11-03 00:44:35 +00:00
gtk.h Export GtkIMContextSimple publically. (#61862) 2001-10-19 19:46:49 +00:00
gtkaccelgroup.c move some of the accel group functions into a Private subsection 2001-09-08 20:40:58 +00:00
gtkaccelgroup.h commiting patch after comments from Alex on IRC 2001-07-25 13:36:02 +00:00
gtkaccellabel.c refetch the accelerator when the accel object is changed. Fixes bug 2001-08-07 01:05:50 +00:00
gtkaccellabel.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gtkaccessible.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkaccessible.h Add dependency on Atk for accessibility support. 2001-05-03 20:11:14 +00:00
gtkadjustment.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkadjustment.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkalignment.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkalignment.h
gtkarrow.c coalescing property notifies 2001-08-11 20:27:36 +00:00
gtkarrow.h Convert to new property API, patch from Lee Mallabone 2001-02-21 00:29:03 +00:00
gtkaspectframe.c coalescing property notifies 2001-08-11 20:27:36 +00:00
gtkaspectframe.h Convert to new property API, patch from Lee Mallabone 2001-02-21 00:29:03 +00:00
gtkbbox.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtkbbox.h Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773) 2001-07-12 21:46:32 +00:00
gtkbin.c Use GtkType/GType instead of uint. 2001-09-06 21:51:35 +00:00
gtkbin.h New function 2001-05-25 03:42:40 +00:00
gtkbindings.c Remove G_DISABLE_CONST_RETURNS. 2001-10-23 16:02:23 +00:00
gtkbindings.h changed gtk_item_factory_dump_items() and gtk_item_factory_dump_rc() 2001-04-03 13:18:00 +00:00
gtkbox.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkbox.h Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which 2001-07-06 02:10:32 +00:00
gtkbutton.c Oct 26 20:55:57 2001 Owen Taylor <otaylor@redhat.com> 2001-10-27 00:59:51 +00:00
gtkbutton.h gtk/gtkbutton.[ch] fixed inline comments 2001-10-26 15:44:20 +00:00
gtkcalendar.c Use the current day, as well as the current month and year. 2001-09-20 19:35:08 +00:00
gtkcalendar.h Applied patch from Nils Barth (bug # 51041) to replace "gint" with 2001-03-16 20:12:40 +00:00
gtkcelleditable.c docs 2001-10-03 04:44:13 +00:00
gtkcelleditable.h centralize all the editing code 2001-09-18 22:49:02 +00:00
gtkcellrenderer.c gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers are noe const gchar*. 2001-10-31 10:27:17 +00:00
gtkcellrenderer.h Add GTK_SELECTION_NONE enum, #61695 2001-10-31 20:20:12 +00:00
gtkcellrendererpixbuf.c 2 new signals; is_expander/is_expanded. 2001-08-19 04:19:56 +00:00
gtkcellrendererpixbuf.h 2 new signals; is_expander/is_expanded. 2001-08-19 04:19:56 +00:00
gtkcellrenderertext.c don't know why this didn't commit 2001-10-31 22:57:51 +00:00
gtkcellrenderertext.h gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers are noe const gchar*. 2001-10-31 10:27:17 +00:00
gtkcellrenderertoggle.c Add GTK_SELECTION_NONE enum, #61695 2001-10-31 20:20:12 +00:00
gtkcellrenderertoggle.h gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers are noe const gchar*. 2001-10-31 10:27:17 +00:00
gtkcheckbutton.c Applied patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically 2001-10-01 05:20:43 +00:00
gtkcheckbutton.h Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE 2001-04-02 15:51:28 +00:00
gtkcheckmenuitem.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkcheckmenuitem.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gtkclipboard.c Add a "menu" property and notify on it. (#62798, Padraig O'Briain) 2001-10-31 23:49:09 +00:00
gtkclipboard.h Fixing popup menus to have "Paste" sensitized correctly. Original patches 2001-10-22 20:47:01 +00:00
gtkclist.c Add GTK_SELECTION_NONE enum, #61695 2001-10-31 20:20:12 +00:00
gtkclist.h i2001-04-24 Alexander Larsson <alexl@redhat.com> 2001-04-24 14:58:33 +00:00
gtkcolorsel.c do not call gtk_settings_get_default() here as that requires an X 2001-10-28 16:49:56 +00:00
gtkcolorsel.h gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead of 2001-07-19 18:58:53 +00:00
gtkcolorseldialog.c Go to the GUP proposed ordering of buttons with [OK] in the lower right 2001-11-02 20:02:44 +00:00
gtkcolorseldialog.h
gtkcombo.c Remove G_DISABLE_CONST_RETURNS. 2001-10-23 16:02:23 +00:00
gtkcombo.h Applied patch from Nils Barth (bug # 51041) to replace "gint" with 2001-03-16 20:12:40 +00:00
gtkcontainer.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkcontainer.h Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkctree.c Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxed 2001-11-04 19:57:17 +00:00
gtkctree.h add marshal function types. 2001-09-25 01:12:08 +00:00
gtkcurve.c coalescing property notifies 2001-08-11 20:27:36 +00:00
gtkcurve.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkdebug.h gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 2001-08-15 06:52:19 +00:00
gtkdialog.c remove totally broken unused, non-compiling, static function. 2001-11-02 14:49:37 +00:00
gtkdialog.h Clip the retrieved image data to the screen, using a server grab to avoid 2001-06-29 01:59:02 +00:00
gtkdnd.c gtk/gtkbutton.[ch] fixed inline comments 2001-10-26 15:44:20 +00:00
gtkdnd.h Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32) 2001-06-25 01:51:58 +00:00
gtkdrawingarea.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkdrawingarea.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkeditable.c move insert_text and delete_text virtual functions to do_insert_text and 2001-10-03 21:50:58 +00:00
gtkeditable.h move insert_text and delete_text virtual functions to do_insert_text and 2001-10-03 21:50:58 +00:00
gtkentry.c Add: - A ::retrieve_surrounding signal that asks the widget for context 2001-11-01 21:50:58 +00:00
gtkentry.h Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov) 2001-10-22 14:31:06 +00:00
gtkenums.h Add GTK_SELECTION_NONE enum, #61695 2001-10-31 20:20:12 +00:00
gtkeventbox.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkeventbox.h
gtkfilesel.c chain finalize to parent class to get removed from the toplevel_list. 2001-11-03 20:47:50 +00:00
gtkfilesel.h Apply property patch from Lee Mallabone 2001-03-23 23:39:24 +00:00
gtkfixed.c fix a typo. 2001-08-10 03:46:08 +00:00
gtkfixed.h fix a typo. 2001-08-10 03:46:08 +00:00
gtkfontsel.c Go to the GUP proposed ordering of buttons with [OK] in the lower right 2001-11-02 20:02:44 +00:00
gtkfontsel.h Remove G_DISABLE_CONST_RETURNS. 2001-10-23 16:02:23 +00:00
gtkframe.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkframe.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkgamma.c Go to the GUP proposed ordering of buttons with [OK] in the lower right 2001-11-02 20:02:44 +00:00
gtkgamma.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkgc.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gtkgc.h
gtkhandlebox.c slight fix for g_object_set() not usable for nesting anymore. 2001-09-10 18:54:20 +00:00
gtkhandlebox.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkhbbox.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtkhbbox.h new function, turns off decorations for a window. 2001-03-07 21:10:44 +00:00
gtkhbox.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkhbox.h
gtkhpaned.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkhpaned.h
gtkhruler.c Fix up for changes to PangoFontDescription. 2001-09-18 20:06:48 +00:00
gtkhruler.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkhscale.c Add missing gdk_rectangle_get_type() prototype. 2001-06-14 20:41:44 +00:00
gtkhscale.h clamp the value to the range that was set 2001-06-05 20:07:02 +00:00
gtkhscrollbar.c make this special-case hscale/vscale details, so we can use it for 2001-06-04 02:31:12 +00:00
gtkhscrollbar.h
gtkhseparator.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkhseparator.h
gtkhsv.c gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these 2001-08-07 20:28:44 +00:00
gtkhsv.h forgot to save 2001-06-08 18:11:09 +00:00
gtkiconfactory.c Actually add the missing/broken image icon as the image for the "missing 2001-11-02 00:48:28 +00:00
gtkiconfactory.h get sizes an icon set can render without falling back to missing image 2001-05-25 20:41:46 +00:00
gtkimage.c put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put 2001-09-08 06:24:46 +00:00
gtkimage.h add default icon 2001-08-29 02:20:02 +00:00
gtkimagemenuitem.c Documentation updates. 2001-10-28 21:15:36 +00:00
gtkimagemenuitem.h Use new mnemonic convenience functions 2001-06-05 18:22:30 +00:00
gtkimcontext.c Add: - A ::retrieve_surrounding signal that asks the widget for context 2001-11-01 21:50:58 +00:00
gtkimcontext.h Pad the structure for future expansion. 2001-11-02 20:54:18 +00:00
gtkimcontextsimple.c Documentation updates. 2001-10-28 21:15:36 +00:00
gtkimcontextsimple.h add gdkkeys.[hc] 2000-12-06 05:31:30 +00:00
gtkimmodule.c Can't include gtkprivate.h (I added the include yesterday, without really 2001-11-03 23:26:03 +00:00
gtkimmodule.h fix busted /* comment */ 2001-03-06 00:09:28 +00:00
gtkimmulticontext.c Patch from HideToshi Tajima (#51922) 2001-11-02 20:48:15 +00:00
gtkimmulticontext.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkinputdialog.c Fixed some parameter types in calls to g_signal_new(). 2001-10-15 13:52:13 +00:00
gtkinputdialog.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkintl.h
gtkinvisible.c Make the default default colormap the GdkRGB colormap, not the system 2001-09-07 23:11:17 +00:00
gtkinvisible.h Make gdkx.h the only installed header from gdk/x11. All structures in 2001-09-07 21:50:20 +00:00
gtkitem.c Enforce the widget/child realization/mapping invariants. 2001-07-19 14:57:15 +00:00
gtkitem.h
gtkitemfactory.c Call setlocale (LC_ALL, ""). (#60606) 2001-10-10 16:56:54 +00:00
gtkitemfactory.h Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov) 2001-10-22 14:31:06 +00:00
gtklabel.c remove extraneous gtk_label_clear_layout (label) 2001-11-02 17:18:01 +00:00
gtklabel.h Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed a 2001-10-16 23:28:45 +00:00
gtklayout.c default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful 2001-09-08 19:33:06 +00:00
gtklayout.h default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful 2001-09-08 19:33:06 +00:00
gtklist.c Small warning cleanups. 2001-09-20 15:08:00 +00:00
gtklist.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtklistitem.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtklistitem.h
gtkliststore.c rename gtk_selection_data_set_tree_row, #60218 2001-10-31 21:55:55 +00:00
gtkliststore.h Write documentation Write documentation 2001-09-08 18:23:47 +00:00
gtkmain.c don't free the module name until after we load the module 2001-11-04 20:14:41 +00:00
gtkmain.h Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov) 2001-10-22 14:31:06 +00:00
gtkmarshal.list Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxed 2001-11-04 19:57:17 +00:00
gtkmarshalers.list Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxed 2001-11-04 19:57:17 +00:00
gtkmenu.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtkmenu.h fix compat macros for gtk_menu_<prepend|insert> 2001-09-22 19:37:41 +00:00
gtkmenubar.c Fix #56586 2001-10-04 06:48:09 +00:00
gtkmenubar.h Fix a cuple of typos in compat macros. (#59624, Skip Montaro) 2001-08-27 18:22:31 +00:00
gtkmenuitem.c Add missing cast. 2001-09-19 21:29:57 +00:00
gtkmenuitem.h Add missing cast. 2001-09-19 21:29:57 +00:00
gtkmenushell.c Add missing cast. 2001-09-19 21:29:57 +00:00
gtkmenushell.h GdkEventButton->button can occupy significantly more than 2 bits. Besides, 2000-11-22 01:00:26 +00:00
gtkmessagedialog.c Go to the GUP proposed ordering of buttons with [OK] in the lower right 2001-11-02 20:02:44 +00:00
gtkmessagedialog.h
gtkmisc.c coalescing property notifies 2001-08-11 20:27:36 +00:00
gtkmisc.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtknotebook.c Fix problem where menmonic wasn't removed properly when setting a label 2001-09-26 20:33:23 +00:00
gtknotebook.h Add a compat macro that got lost. 2001-09-24 16:54:41 +00:00
gtkobject.c Remove G_DISABLE_CONST_RETURNS. 2001-10-23 16:02:23 +00:00
gtkobject.h Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov) 2001-10-22 14:31:06 +00:00
gtkoldeditable.c Add a "menu" property and notify on it. (#62798, Padraig O'Briain) 2001-10-31 23:49:09 +00:00
gtkoldeditable.h move insert_text and delete_text virtual functions to do_insert_text and 2001-10-03 21:50:58 +00:00
gtkoptionmenu.c Add a "menu" property and notify on it. (#62798, Padraig O'Briain) 2001-10-31 23:49:09 +00:00
gtkoptionmenu.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkpaned.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtkpaned.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gtkpixmap.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkpixmap.h Applied patch from Nils Barth (bug # 51041) to replace "gint" with 2001-03-16 20:12:40 +00:00
gtkplug.c Fix problem with g_return_if_fail return value. 2001-10-22 04:34:42 +00:00
gtkplug.h Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not 2001-07-05 02:58:34 +00:00
gtkpreview.c do not call gtk_settings_get_default() here as that requires an X 2001-10-28 16:49:56 +00:00
gtkpreview.h do not call gtk_settings_get_default() here as that requires an X 2001-10-28 16:49:56 +00:00
gtkprivate.h Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkprogress.c coalescing property notifies 2001-08-11 20:27:36 +00:00
gtkprogress.h Handle quoting of / with \; properly handle __ in paths, quote " and \n in 2001-03-19 21:06:38 +00:00
gtkprogressbar.c gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting 2001-08-28 19:54:52 +00:00
gtkprogressbar.h Handle quoting of / with \; properly handle __ in paths, quote " and \n in 2001-03-19 21:06:38 +00:00
gtkradiobutton.c Add a utility function to translate coordinates relative to one widget's 2001-10-16 21:02:24 +00:00
gtkradiobutton.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkradiomenuitem.c set radio_menu_item->group to NULL after removing it from the list, as it 2001-09-21 15:23:14 +00:00
gtkradiomenuitem.h Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) 2001-07-12 22:45:05 +00:00
gtkrange.c Patch from George Lebl to fix division by zero for full scroll bars. 2001-11-02 01:13:31 +00:00
gtkrange.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkrbtree.c Clean up height code a bit. I don't think it's completely correct yet, but 2001-11-02 21:47:27 +00:00
gtkrbtree.h Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto. 2001-10-25 20:32:40 +00:00
gtkrc.c Use -no-undefined on Windows. Look for .dll or .so as appropriate as 2001-11-02 22:56:59 +00:00
gtkrc.h Replace uses of GBSearchArray with GArray and bsearch(), to remove 2001-09-08 17:55:02 +00:00
gtkruler.c coalescing property notifies 2001-08-11 20:27:36 +00:00
gtkruler.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkscale.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtkscale.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gtkscrollbar.c make this special-case hscale/vscale details, so we can use it for 2001-06-04 02:31:12 +00:00
gtkscrollbar.h
gtkscrolledwindow.c Add property support. (#51858) 2001-07-19 19:49:01 +00:00
gtkscrolledwindow.h put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put 2001-09-08 06:24:46 +00:00
gtkselection.c Add a "menu" property and notify on it. (#62798, Padraig O'Briain) 2001-10-31 23:49:09 +00:00
gtkselection.h Add a "menu" property and notify on it. (#62798, Padraig O'Briain) 2001-10-31 23:49:09 +00:00
gtkseparator.c
gtkseparator.h
gtkseparatormenuitem.c Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code. 2001-10-30 00:24:08 +00:00
gtkseparatormenuitem.h Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code. 2001-10-30 00:24:08 +00:00
gtksettings.c Fix #56586 2001-10-04 06:48:09 +00:00
gtksettings.h Allow %NULL for style to mean "revert to default style" 2001-06-30 16:08:25 +00:00
gtksignal.c Remove G_DISABLE_CONST_RETURNS. 2001-10-23 16:02:23 +00:00
gtksignal.h Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov) 2001-10-22 14:31:06 +00:00
gtksizegroup.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtksizegroup.h Fix incorrect parameter to compute_double_length (#58680, patch from 2001-09-19 00:58:09 +00:00
gtksocket.c unset the GTK_REALIZED flag so we don't re-enter when we are destroyed 2001-10-31 23:58:31 +00:00
gtksocket.h Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not 2001-07-05 02:58:34 +00:00
gtkspinbutton.c Clarify that we're returning a spin button in the _new function. This 2001-10-27 01:17:38 +00:00
gtkspinbutton.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkstatusbar.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkstatusbar.h *** empty log message *** 2001-03-29 21:17:45 +00:00
gtkstock.c fix typo to make it compile 2001-10-31 23:33:22 +00:00
gtkstock.h Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32) 2001-06-25 01:51:58 +00:00
gtkstyle.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtkstyle.h Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov) 2001-10-22 14:31:06 +00:00
gtktable.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtktable.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtktearoffmenuitem.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtktearoffmenuitem.h
gtktext.c handle -1 argument in order to remove a workaround in Nautilus that forced 2001-11-02 05:22:07 +00:00
gtktext.h Applied patch from Nils Barth (bug # 51041) to replace "gint" with 2001-03-16 20:12:40 +00:00
gtktextbtree.c add assertion that #58290 would trigger if it reappeared, I think 2001-10-22 22:28:27 +00:00
gtktextbtree.h fix test case, it previously verified incorrect behavior 2001-10-04 00:22:13 +00:00
gtktextbuffer.c Add a "menu" property and notify on it. (#62798, Padraig O'Briain) 2001-10-31 23:49:09 +00:00
gtktextbuffer.h Instead of always mirroring the selection to a single PRIMARY selection, 2001-08-31 01:33:11 +00:00
gtktextchild.c add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so 2001-10-22 21:52:47 +00:00
gtktextchild.h add insert_child_anchor signal, bug #50245 2001-02-19 23:27:27 +00:00
gtktextchildprivate.h add insert_child_anchor signal, bug #50245 2001-02-19 23:27:27 +00:00
gtktextdisplay.c add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so 2001-10-22 21:52:47 +00:00
gtktextdisplay.h ue Sep 25 12:41:17 2001 Owen Taylor <otaylor@redhat.com> 2001-09-25 20:40:20 +00:00
gtktextiter.c Fix docs to say previous instead of next. 2001-10-27 00:18:23 +00:00
gtktextiter.h Clarify behavior in docs, #61777 (gtk_text_iter_forward_search) 2001-10-22 19:13:28 +00:00
gtktextiterprivate.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextlayout.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtktextlayout.h add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so 2001-10-22 21:52:47 +00:00
gtktextmark.c add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so 2001-10-22 21:52:47 +00:00
gtktextmark.h offset the current invalid region, fixes redraw bug while scrolling the 2001-01-12 23:23:40 +00:00
gtktextmarkprivate.h
gtktextsegment.c add a #error unless you define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so 2001-10-22 21:52:47 +00:00
gtktextsegment.h
gtktexttag.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtktexttag.h Fix up for changes to PangoFontDescription. 2001-09-18 20:06:48 +00:00
gtktexttagprivate.h uscore-prepend all the stuff in here. 2001-01-01 20:26:10 +00:00
gtktexttagtable.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtktexttagtable.h Rename from gtk_text_tag_table_size(). (#59366) 2001-08-23 22:51:58 +00:00
gtktexttypes.c change "offset" to "rise" 2000-11-15 03:41:45 +00:00
gtktexttypes.h Changes by Hans Breuer: 2000-11-30 23:39:50 +00:00
gtktextview.c Add: - A ::retrieve_surrounding signal that asks the widget for context 2001-11-01 21:50:58 +00:00
gtktextview.h scroll to cursor on grab focus, unless it's caused by button click, #59708 2001-10-23 16:07:05 +00:00
gtkthemes.c improve error message to contain the word "theme" 2001-03-24 16:35:20 +00:00
gtkthemes.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtktipsquery.c Use GtkType/GType instead of uint. 2001-09-06 21:51:35 +00:00
gtktipsquery.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtktogglebutton.c Add properties for labels, mnemonics and stock items. Added C accessor 2001-08-27 01:05:07 +00:00
gtktogglebutton.h [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:26:49 +00:00
gtktoolbar.c Fixed signal marshaller in GtkToolbar. 2001-10-15 13:59:34 +00:00
gtktoolbar.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtktooltips.c gtk/gtktooltips.c tests/testtreesort.c inserted some casts to get rid of 2001-08-19 11:48:32 +00:00
gtktooltips.h Add missing cast. 2001-09-19 21:29:57 +00:00
gtktree.c deprecate GTK_SELECTION_EXTENDED. 2001-08-27 18:25:49 +00:00
gtktree.h Applied patch from Nils Barth (bug # 51041) to replace "gint" with 2001-03-16 20:12:40 +00:00
gtktreedatalist.c after allocating the treedatalist, zero it to make sure the values are 2001-10-31 18:54:20 +00:00
gtktreedatalist.h Initial work on implementing the GtkTreeSortable interface. Basicaly a big 2001-04-01 05:52:23 +00:00
gtktreednd.c rename gtk_selection_data_set_tree_row, #60218 2001-10-31 21:55:55 +00:00
gtktreednd.h rename gtk_selection_data_set_tree_row, #60218 2001-10-31 21:55:55 +00:00
gtktreeitem.c Enforce the widget/child realization/mapping invariants. 2001-07-19 14:57:15 +00:00
gtktreeitem.h bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktreemodel.c fix infinite loop noticed by yosh. 2001-11-01 00:06:32 +00:00
gtktreemodel.h cvs got a broken pipe signal, missed these two. ChangeLog is already there. 2001-10-10 19:21:41 +00:00
gtktreemodelsort.c chain finalize to parent class to get removed from the toplevel_list. 2001-11-03 20:47:50 +00:00
gtktreemodelsort.h we probably have rows_reordered nailed down now (this code is not yet 2001-10-19 20:53:08 +00:00
gtktreeprivate.h Remove handle_box from App demo. 2001-10-22 18:24:29 +00:00
gtktreeselection.c Fix reorder_fixup, #59583 2001-11-02 00:13:30 +00:00
gtktreeselection.h new function, #61923 (gtk_tree_selection_path_is_selected): Ditto 2001-10-10 05:35:12 +00:00
gtktreesortable.c Minor documentation fix 2001-10-15 18:06:50 +00:00
gtktreesortable.h fix initial val for sort column. 2001-09-04 22:15:18 +00:00
gtktreestore.c rename gtk_selection_data_set_tree_row, #60218 2001-10-31 21:55:55 +00:00
gtktreestore.h handle default sort feature 2001-09-03 23:37:39 +00:00
gtktreeview.c Clean up height code a bit. I don't think it's completely correct yet, but 2001-11-02 21:47:27 +00:00
gtktreeview.h Clean up height code a bit. I don't think it's completely correct yet, but 2001-11-02 21:47:27 +00:00
gtktreeviewcolumn.c don't know why this didn't commit 2001-10-31 22:57:51 +00:00
gtktreeviewcolumn.h Removed (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 2001-09-25 19:38:18 +00:00
gtktypeutils.c Update to use the new g_boxed_type_register_static API. 2001-09-10 16:54:07 +00:00
gtktypeutils.h Make GtkFunction return boolean, not gint. (Daniel Elstner). 2001-11-01 21:54:52 +00:00
gtkvbbox.c to simplify parsing for exported functions: - made implementation 2001-10-27 00:41:12 +00:00
gtkvbbox.h new function, turns off decorations for a window. 2001-03-07 21:10:44 +00:00
gtkvbox.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkvbox.h
gtkversion.h.in [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:27:21 +00:00
gtkviewport.c Remove random + 5 for width and height. If people want padding, they 2001-11-02 21:16:54 +00:00
gtkviewport.h Fix stupid error introduced last night that was making things decidedly 2001-06-24 15:34:48 +00:00
gtkvpaned.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkvpaned.h
gtkvruler.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkvruler.h CVS is doing its broken pipe thing, this is more of the previous commit 2001-02-03 01:09:41 +00:00
gtkvscale.c Add missing gdk_rectangle_get_type() prototype. 2001-06-14 20:41:44 +00:00
gtkvscale.h clamp the value to the range that was set 2001-06-05 20:07:02 +00:00
gtkvscrollbar.c make this special-case hscale/vscale details, so we can use it for 2001-06-04 02:31:12 +00:00
gtkvscrollbar.h
gtkvseparator.c Patch from Matthias Clasen to remove remove all instances of 2001-07-18 23:39:26 +00:00
gtkvseparator.h
gtkwidget.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkwidget.h Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkwindow-decorate.c Use GtkWindow* as first signal argument (was GtkWidget*). 2001-11-03 23:02:40 +00:00
gtkwindow-decorate.h New files. Contains an implementation of a minimal WM for linux-fb. 2001-01-08 17:04:17 +00:00
gtkwindow.c Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow 2001-11-04 22:57:03 +00:00
gtkwindow.h Use GtkWindow* as first signal argument (was GtkWidget*). 2001-11-03 23:02:40 +00:00
line-arrow.xbm
line-wrap.xbm
makeenums.awk
makeenums.h
makeenums.pl use more elaborate variable names. 2001-04-03 04:29:58 +00:00
Makefile.am automake doesn't support conditionalized LDFLAGS, so put win32 flags in 2001-10-29 21:50:06 +00:00
makefile.mingw.in Updates. 2001-10-29 07:06:37 +00:00
makefile.msc.in Removed -DGTK_DISABLE_COMPAT_H. 2001-11-02 15:39:04 +00:00
maketypes.awk Updates. 2001-10-29 07:06:37 +00:00
oldest-source-stamp
queryimmodules.c Implement a search path for GTK+ modules. 2001-09-11 20:24:40 +00:00
simple.c marshaller fixes. 2001-03-07 14:49:21 +00:00
tree_minus.xbm
tree_minus.xpm
tree_plus.xbm
tree_plus.xpm
treestoretest.c fixes to compile with G_DISABLE_COMPAT 2001-06-29 16:30:25 +00:00
xembed.h For XEMBED embedding add a _XEMBED_INFO property to the client with 2001-07-03 14:14:30 +00:00