gtk2/gtk
Owen Taylor 3895bea4df #136672, reported by Christian Persch; fixes based on a patch by Soeren
Sun Mar 14 19:26:48 2004  Owen Taylor  <otaylor@redhat.com>

        #136672, reported by Christian Persch; fixes based
        on a patch by Soeren Sandmann.

        * gtk/gtkmenu.c: Change the handling of mixed gridded
        and non-gridded menu items; the old method was causing
        major performance problems even with the "avoid relayout
        on destruction" hack put in recently.

        Now we first lay out the gridded items and then put the
        non-gridded items into empty rows / after the gridded items.
        Layout is done in a central menu_shell_ensure_layout(). Also
        avoid emitting property notifications when we initially
        insert or attach items.

        * gtk/gtkmenushell.[ch] gtk/gtkmenu.c: Stop setting the
        unused menu_shell->menu_flag, and document it as unused
        in the header.

        * tests/testactions.c: Add a test of creating/removing
        lots of items.

        * test/testgtk.c: Add some more cruft to the menu test.
2004-03-15 02:03:59 +00:00
..
stock-icons new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ... 2004-01-28 21:46:02 +00:00
theme-bits Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
xdgmime Make sure to include <config.h> (#137001) 2004-03-12 18:25:01 +00:00
.cvsignore add missing dependency of objects on gtkmarshalers.h. 2002-03-03 15:37:40 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
fnmatch.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtk-win32.rc.in gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION. 2002-03-06 01:50:43 +00:00
gtk.def Update. 2004-03-08 00:41:46 +00:00
gtk.h gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework 2003-10-23 04:22:32 +00:00
gtkaccelgroup.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkaccelgroup.h allow accel activation depending on sensitivity and the attach widget. 2003-11-27 15:51:32 +00:00
gtkaccellabel.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkaccellabel.h Don't recalculate the acceleration label in an idle handler. 2002-12-14 11:01:08 +00:00
gtkaccelmap.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkaccelmap.h Add change notification for GtkAccelMap, by on-demand instantiating a 2004-02-06 23:37:00 +00:00
gtkaccessible.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkaccessible.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkaction.c Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, 2004-02-22 02:06:49 +00:00
gtkaction.h Adjust to the new connect_proxy signals. 2004-01-12 22:45:45 +00:00
gtkactiongroup.c Give each radio action its own value. (#134889, Paolo Borelli) 2004-02-19 20:26:25 +00:00
gtkactiongroup.h Adjust to the new connect_proxy signals. 2004-01-12 22:45:45 +00:00
gtkadjustment.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkadjustment.h Deprecation cleanup 2002-10-09 22:25:18 +00:00
gtkalignment.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkalignment.h Move GET_PRIVATE macros from header to implementation. 2003-10-11 23:12:20 +00:00
gtkarrow.c Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159, 2004-03-12 22:51:13 +00:00
gtkarrow.h Deprecation cleanup 2002-10-10 22:00:09 +00:00
gtkaspectframe.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkaspectframe.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkbbox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkbbox.h New function. (#64562) 2003-07-18 23:08:51 +00:00
gtkbin.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkbin.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkbindings.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkbindings.h === Released 2.3.5 === 2004-03-02 22:57:40 +00:00
gtkbox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkbox.h Documentation fixes. 2002-10-13 17:17:14 +00:00
gtkbutton.c Fix #136614 in a better way: 2004-03-10 00:46:51 +00:00
gtkbutton.h Add new properties, xalign and yalign, with getter and setter 2003-12-15 00:00:19 +00:00
gtkcalendar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcalendar.h Some calendar improvements. 2003-05-08 00:25:51 +00:00
gtkcelleditable.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcelleditable.h Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference 2002-01-09 06:52:19 +00:00
gtkcelllayout.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcelllayout.h Fixes #108458. 2003-12-19 22:47:20 +00:00
gtkcellrenderer.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcellrenderer.h Fix #130969. 2004-01-16 19:18:28 +00:00
gtkcellrendererpixbuf.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcellrendererpixbuf.h deprecation cleanup 2002-10-07 01:38:40 +00:00
gtkcellrendererseptext.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcellrendererseptext.h Duuuh, cvs add the stupid files - Federico 2003-10-09 19:01:34 +00:00
gtkcellrenderertext.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcellrenderertext.h deprecation cleanup 2002-10-07 01:38:40 +00:00
gtkcellrenderertoggle.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcellrenderertoggle.h deprecation cleanup 2002-10-07 01:38:40 +00:00
gtkcellview.c Align this function with gtk_tree_view_column_set_cell_data(); call the 2004-03-14 00:01:23 +00:00
gtkcellview.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcellviewmenuitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcellviewmenuitem.h === Released 2.3.1 === 2003-12-08 22:55:03 +00:00
gtkcheckbutton.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcheckbutton.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkcheckmenuitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcheckmenuitem.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkclipboard.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkclipboard.h Add GtkClipboardTargetReceivedFunc, gtk_clipboard_request_targets() and 2003-12-24 00:14:15 +00:00
gtkclist.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkclist.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorbutton.c Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorbutton.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorsel.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcolorsel.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorseldialog.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcolorseldialog.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkcombo.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcombo.h Deprecate. Ditto. 2003-10-10 17:18:34 +00:00
gtkcombobox.c gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage 2004-03-14 16:02:33 +00:00
gtkcombobox.h A forgotten file. 2004-02-17 20:48:25 +00:00
gtkcomboboxentry.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcomboboxentry.h New convenience API to construct simple text combos, implemented by Damon 2004-02-26 21:40:09 +00:00
gtkcontainer.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcontainer.h Deprecation cleanup 2002-10-07 04:29:52 +00:00
gtkctree.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkctree.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcurve.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkcurve.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkdebug.h Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font() 2002-06-20 19:29:16 +00:00
gtkdialog.c Don't ignore the return value of gtk_widget_activate(). 2004-03-12 20:38:54 +00:00
gtkdialog.h Don't ignore the return value of gtk_widget_activate(). 2004-03-12 20:38:54 +00:00
gtkdnd.c For GTK_IS_PLUG toplevels, call gdk_window_get_origin() not 2004-03-13 16:27:36 +00:00
gtkdnd.h Add gtk_drag_source_set/get_target_list(). (#127499, based on patch from 2004-03-02 00:45:33 +00:00
gtkdrawingarea.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkdrawingarea.h deprecation cleanup 2002-10-05 23:15:39 +00:00
gtkeditable.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkeditable.h Deprecation cleanup 2002-10-09 23:55:27 +00:00
gtkentry.c When an action is selected stop the event to be propagated otherwise the 2004-03-08 14:26:31 +00:00
gtkentry.h Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView 2004-03-01 16:07:45 +00:00
gtkentrycompletion.c Add some docs. 2004-03-15 01:32:20 +00:00
gtkentrycompletion.h Check if the completion is the same one as the old one. 2004-01-23 08:38:47 +00:00
gtkentryprivate.h add _gtk_entry_completion_resize_popup. 2003-11-17 22:02:21 +00:00
gtkenums.h Add a new keybinding signal, move_viewport. (gtk_text_view_move_viewport): 2003-07-18 18:52:03 +00:00
gtkeventbox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkeventbox.h Implement gtk_event_box_get/set_input_only() 2003-09-08 20:04:49 +00:00
gtkexpander.c Create the event_window at the right size using the same logic as in 2004-03-12 20:48:51 +00:00
gtkexpander.h gdk-pixbuf/Makefile.am Use install-data-hook for gdk-pixbuf.loaders and 2003-11-18 00:26:51 +00:00
gtkfilechooser.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfilechooser.h Add gboolean return values and GError arguments to ::set_current_folder() 2004-03-05 20:47:05 +00:00
gtkfilechooserdefault.c Damn cvs. 2004-03-14 19:50:11 +00:00
gtkfilechooserdefault.h Remove old file-system property. Add new file-system-backend string 2004-02-19 07:43:39 +00:00
gtkfilechooserdialog.c Clamp the new size to the screen. Part of bug 129020. 2004-03-12 22:41:32 +00:00
gtkfilechooserdialog.h Remove old file-system property. Add new file-system-backend string 2004-02-19 07:43:39 +00:00
gtkfilechooserembed.c Remove stray 'return' statement. (#136855, David L. Cooper II) 2004-03-11 15:32:01 +00:00
gtkfilechooserembed.h Fixes #136105. 2004-03-08 22:21:47 +00:00
gtkfilechooserentry.c up the width of the entry a tad. 2004-03-11 06:08:28 +00:00
gtkfilechooserentry.h Move interface definition into a private header so it can refer to 2003-04-04 22:43:12 +00:00
gtkfilechooserprivate.h Add gboolean return values and GError arguments to ::set_current_folder() 2004-03-05 20:47:05 +00:00
gtkfilechooserutils.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfilechooserutils.h Handle GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL. 2004-02-29 06:35:15 +00:00
gtkfilechooserwidget.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfilechooserwidget.h removed accidentially committed char which broke the build. 2004-03-01 22:06:04 +00:00
gtkfilefilter.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfilefilter.h File filter objects. 2003-07-23 15:31:10 +00:00
gtkfilesel.c Use a single OK button, not a Close button, as per the HIG. 2004-03-11 18:48:46 +00:00
gtkfilesel.h Add /*< public >*/ and /*< private >*/ as appropriate. (#97211) 2003-01-04 20:44:29 +00:00
gtkfilesystem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfilesystem.h Added a "position" argument. 2004-02-27 20:48:22 +00:00
gtkfilesystemmodel.c If max_depth is 0 then we have a list. 2004-03-08 17:33:26 +00:00
gtkfilesystemmodel.h Added a has_editable field. (_gtk_file_system_model_add_editable): New 2004-01-17 04:34:49 +00:00
gtkfilesystemunix.c Don't turn "/" into "". (gtk_file_system_unix_get_folder): Use the same 2004-03-14 20:20:03 +00:00
gtkfilesystemunix.h auto-ize. 2003-07-16 21:07:38 +00:00
gtkfilesystemwin32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfilesystemwin32.h s/Unix/Win32/g. 2003-12-08 23:13:14 +00:00
gtkfixed.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfixed.h Deprecation cleanup 2002-10-10 01:02:25 +00:00
gtkfontbutton.c Don't leak the font description. (#132168) 2004-01-23 22:55:47 +00:00
gtkfontbutton.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkfontsel.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkfontsel.h Deprecation cleanup 2002-10-09 22:11:08 +00:00
gtkframe.c Fix a typo. 2004-03-09 00:47:30 +00:00
gtkframe.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkgamma.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkgamma.h Deprecation cleanup 2002-10-13 20:44:18 +00:00
gtkgc.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkgc.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhandlebox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhandlebox.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkhbbox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhbbox.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkhbox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhbox.h Deprecation cleanup 2002-10-07 04:29:52 +00:00
gtkhpaned.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhpaned.h Deprecation cleanup 2002-10-08 23:07:02 +00:00
gtkhruler.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhruler.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkhscale.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhscale.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkhscrollbar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhscrollbar.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkhseparator.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhseparator.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkhsv.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkhsv.h Deprecation cleanup 2002-10-09 22:25:18 +00:00
gtkiconfactory.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkiconfactory.h Remove duplicate declaration of gtk_icon_source_set_icon_name(). (#Jeff 2003-12-02 00:18:43 +00:00
gtkicontheme.c hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> 2004-02-26 20:59:01 +00:00
gtkicontheme.h fix GTK_TYPE_ICON_INFO macro, reported by muppet. 2003-12-24 06:32:28 +00:00
gtkiconthemeparser.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkiconthemeparser.h Implement a loader for named themed icon based on from gnome-desktop 2003-07-02 22:44:09 +00:00
gtkiconview.c Use gdk_draw_pixbuf. 2003-08-24 17:28:23 +00:00
gtkiconview.h Changes, bug fixes etc. 2002-07-29 21:11:23 +00:00
gtkimage.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkimage.h deprecation cleanup 2002-10-05 23:15:39 +00:00
gtkimagemenuitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkimagemenuitem.h Deprecation cleanup 2002-10-05 01:51:16 +00:00
gtkimcontext.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkimcontext.h Deprecation cleanup 2002-10-10 22:20:48 +00:00
gtkimcontextsimple.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkimcontextsimple.h Deprecation cleanup 2002-10-10 22:20:48 +00:00
gtkimmodule.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkimmodule.h fix busted /* comment */ 2001-03-06 00:09:28 +00:00
gtkimmulticontext.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkimmulticontext.h Replace client_window field with 'priv' pointer, retaining binary 2003-08-19 19:24:39 +00:00
gtkinputdialog.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkinputdialog.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtkintl.h Split the gtk translations into the domains gtk20 and gtk20-properties. 2004-01-17 22:15:58 +00:00
gtkinvisible.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkinvisible.h Deprecation cleanup 2002-10-10 22:00:09 +00:00
gtkitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkitem.h Deprecation cleanup 2002-10-09 22:11:08 +00:00
gtkitemfactory.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkitemfactory.h Deprecate GtkItemFactory in favor of GtkUIManager. Just leave 2003-09-26 23:59:42 +00:00
gtkkeyhash.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkkeyhash.h We need to pass the unmasked state to 2003-05-21 17:49:49 +00:00
gtklabel.c Fix a missing return value. 2004-03-11 19:10:09 +00:00
gtklabel.h deprecation cleanup 2002-10-05 23:15:39 +00:00
gtklayout.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtklayout.h Deprecation cleanup 2002-10-13 20:44:18 +00:00
gtklist.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +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 Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtklistitem.h Version 1.3.11 Require GLib-1.3.11, Pango-0.22, ATK-0.7. Restore to 2001-11-23 21:46:44 +00:00
gtkliststore.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkliststore.h modify and free tmp instead of path ... (patch from #97927). 2002-11-18 19:33:28 +00:00
gtkmain.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkmain.h Change the return value from gint to gboolean. (#130718, reported by 2004-01-07 22:06:07 +00:00
gtkmarshal.list Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; 2001-11-17 23:28:51 +00:00
gtkmarshalers.list Add change notification for GtkAccelMap, by on-demand instantiating a 2004-02-06 23:37:00 +00:00
gtkmenu.c #136672, reported by Christian Persch; fixes based on a patch by Soeren 2004-03-15 02:03:59 +00:00
gtkmenu.h Changes to improve menu positioning on Xinerama (#108328): 2003-11-12 20:53:03 +00:00
gtkmenubar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkmenubar.h Deprecation cleanup 2002-10-05 01:51:16 +00:00
gtkmenuitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkmenuitem.h Deprecation cleanup 2002-10-05 01:51:16 +00:00
gtkmenushell.c #136672, reported by Christian Persch; fixes based on a patch by Soeren 2004-03-15 02:03:59 +00:00
gtkmenushell.h #136672, reported by Christian Persch; fixes based on a patch by Soeren 2004-03-15 02:03:59 +00:00
gtkmessagedialog.c Back out the put-labels-into-the-standard-focus-chain patches from bug 2004-03-11 19:07:45 +00:00
gtkmessagedialog.h Allow NULL for message_format, as described in the docs and as worked 2003-10-29 20:43:58 +00:00
gtkmisc.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkmisc.h deprecation cleanup 2002-10-05 23:15:39 +00:00
gtknotebook.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtknotebook.h Return the index of the newly inserted page. (#130986, Olexiy Avramchenko) 2004-01-15 23:04:43 +00:00
gtkobject.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkobject.h Remove a couple of obsolete comments, fix another comment. (#109737, 2003-04-21 22:39:43 +00:00
gtkoldeditable.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkoldeditable.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkoptionmenu.c Fix #136614 in a better way: 2004-03-10 00:46:51 +00:00
gtkoptionmenu.h Deprecate. Ditto. 2003-10-10 17:18:34 +00:00
gtkpaned.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkpaned.h Fix #99425, add accessor functions for GtkPaned's children. 2004-01-20 23:07:40 +00:00
gtkpathbar.c Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159, 2004-03-12 22:51:13 +00:00
gtkpathbar.h Support changes in icon themes. 2004-03-10 07:42:20 +00:00
gtkpixmap.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +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 Avoid errors when removing the plug from the socket. (#128546, Christopher 2004-02-18 23:30:53 +00:00
gtkplug.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkpreview.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkpreview.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkprivate.h handle GTK_DATADIR similar as the other filesystem placement 'constants' 2003-12-14 19:03:02 +00:00
gtkprogress.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkprogress.h add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. 2002-11-20 01:07:33 +00:00
gtkprogressbar.c The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and 2004-01-16 23:10:05 +00:00
gtkprogressbar.h Deprecation cleanup 2002-10-08 23:07:02 +00:00
gtkradioaction.c The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and 2004-01-16 23:10:05 +00:00
gtkradioaction.h Add creation functions for actions. 2004-01-07 21:54:33 +00:00
gtkradiobutton.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkradiobutton.h Corrected the group_changed signal vfunc declaration, adding the first 2004-03-03 15:06:49 +00:00
gtkradiomenuitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkradiomenuitem.h Corrected the group_changed signal vfunc declaration, adding the first 2004-03-03 15:06:49 +00:00
gtkradiotoolbutton.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkradiotoolbutton.h Change API so group is a GtkRadioButton, not a GtkWidget. 2004-01-04 20:00:30 +00:00
gtkrange.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkrange.h New internal function returning a good step value for the mouse wheel. For 2004-02-29 18:21:57 +00:00
gtkrbtree.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkrbtree.h include missing #ifdef G_ENA\BLE_DEBUG 2002-05-16 21:37:49 +00:00
gtkrc.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkrc.default Fix use of ! in shell. 2002-02-02 01:00:42 +00:00
gtkrc.h Export gtk_rc_reset_styles(). (Request from Dom Lachowicz, #123769) 2004-02-26 19:51:00 +00:00
gtkrc.key.default Add a function to delete all bindings add by gtk_binding_parse_binding() 2002-02-09 00:19:29 +00:00
gtkrc.key.emacs Add C-u/C-h/C-w. (#72245) 2002-12-12 23:02:40 +00:00
gtkruler.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkruler.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkscale.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkscale.h Fix for #104811, Padraig O'Briain: 2004-02-12 23:58:46 +00:00
gtkscrollbar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkscrollbar.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkscrolledwindow.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkscrolledwindow.h Privately export _gtk_scrolled_window_get_scrollbar_spacing(). 2002-10-10 18:46:10 +00:00
gtkselection.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkselection.h declare gtk_selection_clear in GTK_COMPILATION too, for gtkwidget.c. 2003-01-31 01:20:56 +00:00
gtkseparator.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkseparator.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkseparatormenuitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkseparatormenuitem.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkseparatortoolitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkseparatortoolitem.h Patch from Christian Neumair to make warning string more translator 2004-01-22 23:47:42 +00:00
gtksettings.c don't overwrite application properties. Fixes bug #136802. 2004-03-11 17:54:19 +00:00
gtksettings.h Privately export: _gtk_settings_set_property_value_from_rc() 2002-10-02 14:22:31 +00:00
gtksignal.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtksignal.h Fix prepending at the start of the list. (#56349, Thomas Leonard.) 2002-05-14 22:15:48 +00:00
gtksizegroup.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtksizegroup.h Deprecation cleanup 2002-10-09 23:55:27 +00:00
gtksocket.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtksocket.h docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml 2002-11-08 19:41:50 +00:00
gtkspinbutton.c Use the same logic as GtkEntry when calculating border width. (#116368, 2004-03-11 21:10:49 +00:00
gtkspinbutton.h Deprecation cleanup 2002-10-10 01:02:25 +00:00
gtkstatusbar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkstatusbar.h Deprecation cleanup 2002-10-09 00:38:22 +00:00
gtkstock.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkstock.h new GTK_STOCK_NETWORK ... gtk/gtkstock.[hc] : ... define ... 2004-01-28 21:46:02 +00:00
gtkstyle.c Use the PRELIGHT fg color for drawing the expander when prelit. Fixes 2004-03-11 08:19:34 +00:00
gtkstyle.h hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com> 2004-02-26 20:59:01 +00:00
gtktable.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktable.h Deprecation cleanup 2002-10-10 01:02:25 +00:00
gtktearoffmenuitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktearoffmenuitem.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtktext.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktext.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtktextbtree.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktextbtree.h Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView 2004-03-01 16:07:45 +00:00
gtktextbuffer.c Revert last change; it causes problems for pastes from other applications; 2004-03-13 15:37:18 +00:00
gtktextbuffer.h Implement a utility function proposed in #102534: 2003-01-06 22:34:23 +00:00
gtktextchild.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktextchild.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktextchildprivate.h add insert_child_anchor signal, bug #50245 2001-02-19 23:27:27 +00:00
gtktextdisplay.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktextdisplay.h expose the child widgets in here (gtk_text_view_realize): set parent 2001-11-06 00:54:24 +00:00
gtktextiter.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktextiter.h Document new properties as 2.4 additions. 2003-06-14 22:27:14 +00:00
gtktextiterprivate.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextlayout.c When not wrapping, do the offset of the line for justification ourselves. 2004-03-13 23:28:14 +00:00
gtktextlayout.h Patch from Dov Grobgeld to implement auto-bidi-direction for GtkTextView 2004-03-01 16:07:45 +00:00
gtktextmark.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktextmark.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktextmarkprivate.h fix constness warning 2000-10-26 23:50:57 +00:00
gtktextsegment.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktextsegment.h Massive reindentation and reformatting. Arg alignment and comments still 2000-10-30 17:03:00 +00:00
gtktexttag.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktexttag.h Deprecation cleanup 2002-10-10 21:45:41 +00:00
gtktexttagprivate.h remove g_assert_not_reached() that was bogus, since we demand-create the 2001-12-05 01:43:48 +00:00
gtktexttagtable.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktexttagtable.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktexttypes.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktexttypes.h Changes by Hans Breuer: 2000-11-30 23:39:50 +00:00
gtktextutil.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktextutil.h Add Unicode control char menu, based on patch from Dov. Bug #63495 2001-12-17 16:46:08 +00:00
gtktextview.c Revert last change; it causes problems for pastes from other applications; 2004-03-13 15:37:18 +00:00
gtktextview.h rename property tab_moves_focus to accepts_tab. (#122709 again). 2003-09-27 14:13:12 +00:00
gtkthemes.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkthemes.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtktipsquery.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktipsquery.h Massive padding addition to class structures. 2002-02-23 20:22:05 +00:00
gtktoggleaction.c The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and 2004-01-16 23:10:05 +00:00
gtktoggleaction.h Add creation functions for actions. 2004-01-07 21:54:33 +00:00
gtktoggleactionprivate.h Changes to make cross-process merging feasible: 2003-09-21 22:04:48 +00:00
gtktogglebutton.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktogglebutton.h Deprecation cleanup 2002-10-11 22:57:11 +00:00
gtktoggletoolbutton.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktoggletoolbutton.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktoolbar.c Swap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DIR_LTR. (#129159, 2004-03-12 22:51:13 +00:00
gtktoolbar.h Add boolean destroying (gtk_menu_destroy): Set priv->destroying 2004-03-09 01:21:45 +00:00
gtktoolbutton.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktoolbutton.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktoolitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktoolitem.h Update my e-mail address. 2003-12-29 10:55:53 +00:00
gtktooltips.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktooltips.h New function to improve the accessibility of tooltips. (#114851, Padraig 2004-02-12 22:57:56 +00:00
gtktree.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +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 Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreedatalist.h [ merge from stable ] 2002-05-27 22:42:08 +00:00
gtktreednd.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreednd.h Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference 2002-01-09 06:52:19 +00:00
gtktreeitem.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreeitem.h bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktreemodel.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreemodel.h now deprecated (#106953, reported by Matthias Clasen). 2003-12-17 23:09:27 +00:00
gtktreemodelfilter.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreemodelfilter.h Patch from Christian Neumair to make warning string more translator 2004-01-22 23:47:42 +00:00
gtktreemodelsort.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreemodelsort.h Deprecation cleanup 2002-10-07 19:10:39 +00:00
gtktreeprivate.h Add init_hadjust_value and prev_width. Initialize them here. ...and here. 2004-02-02 23:20:42 +00:00
gtktreeselection.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreeselection.h Deprecation cleanup 2002-10-07 19:10:39 +00:00
gtktreesortable.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreesortable.h Deprecation cleanup 2002-10-07 19:10:39 +00:00
gtktreestore.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreestore.h modify and free tmp instead of path ... (patch from #97927). 2002-11-18 19:33:28 +00:00
gtktreeview.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktreeview.h add a gtk_list_store_sort_iter_changed line for some special case ... 2002-11-26 21:28:01 +00:00
gtktreeviewcolumn.c Keep the cell_list in a consistent state while iterating over it, since 2004-03-12 23:23:28 +00:00
gtktreeviewcolumn.h handle rtl code. 2003-03-03 04:51:42 +00:00
gtktypeutils.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtktypeutils.h brooooooooken pipe. 2003-09-03 19:57:05 +00:00
gtkuimanager.c Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, 2004-02-22 02:06:49 +00:00
gtkuimanager.h Add default handlers for all signals; for consistency and for the benefit 2004-02-19 00:38:23 +00:00
gtkvbbox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkvbbox.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkvbox.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkvbox.h Deprecation cleanup 2002-10-07 04:29:52 +00:00
gtkversion.h.in [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:27:21 +00:00
gtkviewport.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkviewport.h Deprecation cleanup 2002-10-09 00:38:22 +00:00
gtkvpaned.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkvpaned.h Deprecation cleanup 2002-10-08 23:07:02 +00:00
gtkvruler.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkvruler.h Deprecation cleanup 2002-10-04 23:50:27 +00:00
gtkvscale.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkvscale.h Deprecation cleanup 2002-10-04 22:49:28 +00:00
gtkvscrollbar.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkvscrollbar.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkvseparator.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkvseparator.h Deprecation cleanup 2002-10-04 08:02:14 +00:00
gtkwidget.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkwidget.h Fixes from Torsten Schoenfeld. 2004-02-26 21:43:19 +00:00
gtkwindow-decorate.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkwindow-decorate.h Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. Forgot this 2003-11-03 21:46:51 +00:00
gtkwindow.c Remove the window from the toplevel_list here rather in destroy. While 2004-03-13 20:45:15 +00:00
gtkwindow.h expose gtk_bindings_activate_event(), changed callers. 2004-03-02 00:04:36 +00:00
gtkxembed.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gtkxembed.h Send the focus on to the parent when there was no focus widget before and 2003-08-25 21:46:57 +00:00
line-arrow.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
line-wrap.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
makeenums.pl use more elaborate variable names. 2001-04-03 04:29:58 +00:00
Makefile.am New private interface to help negotiate the default size of the widget. 2004-02-27 23:51:16 +00:00
makefile.msc.in gtk/gtkcombobox.c : prototype cell_view_sync_cells() before first usage 2004-03-14 16:02:33 +00:00
queryimmodules.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
tree_minus.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_minus.xpm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_plus.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_plus.xpm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
xembed.h Send the focus on to the parent when there was no focus widget before and 2003-08-25 21:46:57 +00:00