]> Pileus Git - ~andy/gtk/log
~andy/gtk
19 years agoShut up CVS
Manish Singh [Wed, 18 Aug 2004 15:38:21 +0000 (15:38 +0000)]
Shut up CVS

19 years agoLook up icon themes in the directories specified in the icon theme spec:
Matthias Clasen [Tue, 17 Aug 2004 19:51:11 +0000 (19:51 +0000)]
Look up icon themes in the directories specified in the icon theme spec:

2004-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkicontheme.c (gtk_icon_theme_init): Look up icon themes in the
directories specified in the icon theme spec: $HOME/.icons,
$XDG_DATA_DIRS/icons, /usr/share/pixmaps. Note that GTK+ used to also look
in $GTK_DATA_DIR/icons, $GTK_DATA_DIR/pixmaps and /usr/share/icons.  (#148694)

19 years agoTake widget->state into account when painting the shadows. (#150351, Tim
Matthias Clasen [Tue, 17 Aug 2004 19:10:24 +0000 (19:10 +0000)]
Take widget->state into account when painting the shadows. (#150351, Tim

2004-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkframe.c (gtk_frame_paint): Take widget->state into account when
painting the shadows.  (#150351, Tim Janik)

19 years agoNo need for INCLUDE_INTERNAL_SYMBOLS anymore.
Matthias Clasen [Tue, 17 Aug 2004 18:24:06 +0000 (18:24 +0000)]
No need for INCLUDE_INTERNAL_SYMBOLS anymore.

2004-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/abicheck.sh: No need for INCLUDE_INTERNAL_SYMBOLS anymore.

* gdk/gdk.symbols: Don't use #if defined().

* gdk/Makefile.am (gdkalias.h):
* gtk/Makefile.am (gtkalias.h): Don't use cpp to filter gtk.symbols.

* gdk/makegdkalias.pl:
* gtk/makegtkalias.pl: Move the #ifdef processing into the perl script, and
keep the #ifdefs which differentiate between platforms.

* gtk/Makefile.am (gtk_private_h_sources): Remove gtkinternals.h, it is no
longer needed.

19 years agoUse g_message() throughout, add RTL envar for rtl testing.
Matthias Clasen [Tue, 17 Aug 2004 16:52:04 +0000 (16:52 +0000)]
Use g_message() throughout, add RTL envar for rtl testing.

2004-08-17  Matthias Clasen  <mclasen@redhat.com>

* tests/testfilechooserbutton.c: Use g_message() throughout, add RTL envar for
rtl testing.

* gtk/gtkfilechooserbutton.c: Get rid of HAVE_CONFIG_H.
(gtk_file_chooser_button_init): Use gtk_drag_dest_add_text_targets().
(gtk_file_chooser_button_drag_data_received): Use gtk_selection_data_get_text().
(gtk_file_chooser_button_set_dialog): _gtk_file_chooser_entry_set_base_folder()
seems to expect a path, not an uri.
(update_dialog): Handle g_filename_from_uri() returning NULL, don't free
info if it is NULL.

* gtk/gtkfilechooserbutton.h: Minor stylistic changes.

19 years agoADd GtkFileChooserButton docs.
Matthias Clasen [Tue, 17 Aug 2004 16:21:46 +0000 (16:21 +0000)]
ADd GtkFileChooserButton docs.

19 years agoNew widget to go along with GtkFontButton and GtkColorButton for use in
Matthias Clasen [Tue, 17 Aug 2004 16:06:39 +0000 (16:06 +0000)]
New widget to go along with GtkFontButton and GtkColorButton for use in

2004-08-17  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.[hc]: New widget to go along with
GtkFontButton and GtkColorButton for use in preference dialogs.
Replaces GnomeFileEntry.  (#148108, James M. Cape)

* gtk/gtk.h: Include gtkfilechooserbutton.h

* gtk/Makefile.am (gtk_public_h_sources): Add gtkfilechooserbutton.h
(gtk_c_sources): Add gtkfilechooserbutton.c

* gtk/gtk.symbols: Add the GtkFileChooserButton symbols.

* gtk/gtkfilechooserutils.[hc]: Make the delegate quark available.

* gtk/gtkfilechooserentry.[hc] (_gtk_file_chooser_entry_new): Allow
to suppress tab-eating using the new eat_tabs argument. Adjust all
callers.

* tests/testfilechooserbutton.c: Test for GtkFileChooserButton.

* tests/Makefile.am (noinst_PROGRAMS): Add testfilechooserbutton

19 years agoComment out mallinfo stuff. Fix g_print %-strings.
Morten Welinder [Mon, 16 Aug 2004 19:05:58 +0000 (19:05 +0000)]
Comment out mallinfo stuff. Fix g_print %-strings.

2004-08-16  Morten Welinder  <terra@gnome.org>

* tests/testtreemodel.c (test_run): Comment out mallinfo stuff.
Fix g_print %-strings.

19 years agoDoc update.
Matthias Clasen [Mon, 16 Aug 2004 18:38:55 +0000 (18:38 +0000)]
Doc update.

2004-08-16  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkwidget.c (gtk_widget_render_icon): Doc update.

* gtk/gtkiconfactory.c (render_icon_name_pixbuf): When the size is -1,
use the available size closest to 48.  (#150147)

* gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes): Actually return
a pointer to the beginning of the sizes array, not the end.

19 years agoFix C99ism.
Morten Welinder [Mon, 16 Aug 2004 18:33:35 +0000 (18:33 +0000)]
Fix C99ism.

2004-08-16  Morten Welinder  <terra@gnome.org>

* gtk/gtksequence.c (_gtk_sequence_set): Fix C99ism.

19 years agoAdded "bs" to ALL_LINGUAS. Added Bosnian translations by Kenan
Christian Rose [Mon, 16 Aug 2004 17:23:05 +0000 (17:23 +0000)]
Added "bs" to ALL_LINGUAS. Added Bosnian translations by Kenan

2004-08-16  Christian Rose  <menthos@menthos.com>

* configure.in: Added "bs" to ALL_LINGUAS.
* po/bs.po, po-properties/bs.po: Added Bosnian translations
by Kenan Hadžiavdić <kenanh@frisurf.no>.

19 years agoUpdates.
Matthias Clasen [Mon, 16 Aug 2004 05:44:52 +0000 (05:44 +0000)]
Updates.

19 years agoFix #150125:
Matthias Clasen [Mon, 16 Aug 2004 05:43:50 +0000 (05:43 +0000)]
Fix #150125:

Mon Aug 16 01:35:25 2004  Matthias Clasen  <maclas@gmx.de>

Fix #150125:

* gtk/gtkcombobox.[hc]: Add a ::focus-on-click property and
change the default behaviour to focus on click.

* gtk/gtkbutton.c (gtk_button_set_focus_on_click): Typo fix.

19 years agoCount from the beginning of the line, not from the current position.
Matthias Clasen [Mon, 16 Aug 2004 05:06:31 +0000 (05:06 +0000)]
Count from the beginning of the line, not from the current position.

Mon Aug 16 01:03:08 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset):
(gtk_text_iter_set_visible_line_index): Count from the
beginning of the line, not from the current position.  (#150101,
Torsten Schoenfeld)

19 years agoFix typo. The gtk.immodules file had never been included in my
Tor Lillqvist [Sun, 15 Aug 2004 15:05:46 +0000 (15:05 +0000)]
Fix typo. The gtk.immodules file had never been included in my

2004-08-15  Tor Lillqvist  <tml@iki.fi>

* gtk-zip.sh.in: Fix typo. The gtk.immodules file had never been
included in my zipfiles...!

* gtk/gtkfilesystemwin32.c (extract_icon): Improve handling of
icon alpha channel (on Windows XP) and mask (older Windows
versions). (#148641, Tim Evans)

19 years agoUpdated Lithuanian translation.
Žygimantas Beručka [Sun, 15 Aug 2004 09:31:12 +0000 (09:31 +0000)]
Updated Lithuanian translation.

2004-08-15  Žygimantas Beručka  <uid0@akl.lt>

* lt.po: Updated Lithuanian translation.

19 years agoMake the use of S_ISFIFO and S_ISSOCK conditional. (#150146, Gustavo
Matthias Clasen [Sun, 15 Aug 2004 06:36:23 +0000 (06:36 +0000)]
Make the use of S_ISFIFO and S_ISSOCK conditional. (#150146, Gustavo

Sun Aug 15 02:31:55 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkfilesystemunix.c (get_icon_type_from_stat): Make
the use of S_ISFIFO and S_ISSOCK conditional.  (#150146,
Gustavo Carneiro)

19 years agogtk/gtkfilechooserdefault.c (shortcuts_append_home,
Tor Lillqvist [Sat, 14 Aug 2004 16:47:48 +0000 (16:47 +0000)]
gtk/gtkfilechooserdefault.c (shortcuts_append_home,

2004-08-14  Tor Lillqvist  <tml@iki.fi>

* gtk/gtkfilechooserdefault.c (shortcuts_append_home,
shortcuts_append_desktop, set_local_only)
* gtk/gtkfilesystemwin32.c (gtk_file_system_win32_render_icon)
* gtk/gtkpathbar.c (find_button_type, _gtk_path_bar_set_file_system):
Guard against g_get_home_dir() returning NULL. (#150007)

19 years agoNew function.
Soeren Sandmann [Sat, 14 Aug 2004 15:59:39 +0000 (15:59 +0000)]
New function.

Sat Aug 14 17:56:33 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkentry.c (gtk_entry_get_pixel_ranges): New function.

* gtk/gtkentry.c (in_selection): New function using
gtk_entry_get_pixel_ranges() to determine whether a click is in
the selection. Improve entry behavior wrt. dragging and
selecting. Bug #143249.

Sat Aug 14 17:53:46 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

* configure.in: Require glib 2.5.2

* gtk/gtksequence.[ch]: New internal data structure.

* gtk/gtkliststore.[hc]: Reimplement in terms of new data
structure

* tests/Makefile.am (testtreemodel_SOURCES):
* tests/testtreemodel.c: New test program written by Matthias.

19 years agoDon't install the settings_notify_cb from here, since it may be called
Matthias Clasen [Fri, 13 Aug 2004 18:09:29 +0000 (18:09 +0000)]
Don't install the settings_notify_cb from here, since it may be called

* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_style_set):
Don't install the settings_notify_cb from here, since it
may be called before the first screen_changed signal,
confusing the logic in gtk_file_chooser_screen_changed().
(#148803, Abel Daniel)

19 years agodon't draw handle box grippies for GtkPaned
cinamod [Fri, 13 Aug 2004 17:07:17 +0000 (17:07 +0000)]
don't draw handle box grippies for GtkPaned

19 years agoRemove leftover debugging output
Matthias Clasen [Fri, 13 Aug 2004 17:03:13 +0000 (17:03 +0000)]
Remove leftover debugging output

19 years agodraw handle box tearoffs properly now in XP mode
cinamod [Fri, 13 Aug 2004 16:56:30 +0000 (16:56 +0000)]
draw handle box tearoffs properly now in XP mode

19 years agoMake re-sensitivation work in menu mode.
Matthias Clasen [Fri, 13 Aug 2004 16:50:32 +0000 (16:50 +0000)]
Make re-sensitivation work in menu mode.

2004-08-13  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcombobox.c: Make re-sensitivation work
in menu mode.

19 years agomake things etched-in
cinamod [Fri, 13 Aug 2004 15:32:19 +0000 (15:32 +0000)]
make things etched-in

19 years agoFix the docs build.
Matthias Clasen [Fri, 13 Aug 2004 13:48:20 +0000 (13:48 +0000)]
Fix the docs build.

19 years agoMake fixed height mode handle insertions. (135955, Michael Vogt, testcase
Matthias Clasen [Fri, 13 Aug 2004 05:11:24 +0000 (05:11 +0000)]
Make fixed height mode handle insertions. (135955, Michael Vogt, testcase

Fri Aug 13 01:06:56 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktreeview.c (gtk_tree_view_row_inserted):
Make fixed height mode handle insertions.  (135955,
Michael Vogt, testcase by Tim-Philipp Müller, fix by
Pawel Salek)

19 years agoAdd missing include.
Matthias Clasen [Fri, 13 Aug 2004 04:42:10 +0000 (04:42 +0000)]
Add missing include.

19 years agoFix #149547, Markus Lausser:
Matthias Clasen [Fri, 13 Aug 2004 04:00:29 +0000 (04:00 +0000)]
Fix #149547, Markus Lausser:

Thu Aug 12 23:52:12 2004  Matthias Clasen  <maclas@gmx.de>

Fix #149547, Markus Lausser:

* gtk/gtkcombobox.c (gtk_combo_box_size_allocate):
* gtk/gtkcombobox.c (gtk_combo_box_size_request): Don't
crash if size_request or size_allocate are called early.

* gtk/gtkcombobox.c (gtk_combo_box_size_allocate): Protect
against being allocated too small.

19 years agoRemove an accidentally added include.
Matthias Clasen [Fri, 13 Aug 2004 03:18:35 +0000 (03:18 +0000)]
Remove an accidentally added include.

Thu Aug 12 23:18:03 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkhandlebox.c: Remove an accidentally added include.

19 years agoProperly determine the number of colors in an OS/2 BMP file. (#150003,
Matthias Clasen [Fri, 13 Aug 2004 02:26:57 +0000 (02:26 +0000)]
Properly determine the number of colors in an OS/2 BMP file. (#150003,

Thu Aug 12 22:19:12 2004  Matthias Clasen  <maclas@gmx.de>

* io-bmp.c (DecodeHeader): Properly determine the number of
colors in an OS/2 BMP file.  (#150003, Jon-Kare Hellan)

19 years agoAdjust to GtkAboutDialog API changes.
Matthias Clasen [Fri, 13 Aug 2004 01:10:38 +0000 (01:10 +0000)]
Adjust to GtkAboutDialog API changes.

Thu Aug 12 21:02:57 2004  Matthias Clasen  <maclas@gmx.de>

* demos/gtk-demo/appwindow.c (about_cb): Adjust to GtkAboutDialog API changes.

* gtk/gtkaboutdialog.h:
* gtk/gtkaboutdialog.c (gtk_about_dialog_set_email_hook):
(gtk_about_dialog_set_url_hook): Add callback data and destroy notify
for language bindings.  (#149999, Olivier Andrieu)

19 years agoUnderscore-prefix gtk_file_system_module_get_type(). Underscore-prefix
Matthias Clasen [Thu, 12 Aug 2004 21:09:03 +0000 (21:09 +0000)]
Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix

2004-08-12  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilesystem.c: Underscore-prefix gtk_file_system_module_get_type().
* gtk/gtkfilechooserdefault.c: Underscore-prefix shortcuts_model_filter_get_type().

* gtk/gtkimmodule.c: Make gtk_im_module_get_type() static.
* gtk/gtk.symbols:
* gtk/gtkinternals.h: Remove the no longer exported get_type functions.

19 years agoRemove C99-isms. (#149967, Vincent Noel)
Matthias Clasen [Thu, 12 Aug 2004 14:17:30 +0000 (14:17 +0000)]
Remove C99-isms. (#149967, Vincent Noel)

2004-08-12  Matthias Clasen  <mclasen@redhat.com>

* pixops/pixops.c: Remove C99-isms.  (#149967, Vincent Noel)

19 years agoMake the icon view accessible by implementing the necesssary ATK
Matthias Clasen [Thu, 12 Aug 2004 05:37:10 +0000 (05:37 +0000)]
Make the icon view accessible by implementing the necesssary ATK

Thu Aug 12 01:35:46 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkiconview.c: Make the icon view accessible by
implementing the necesssary ATK interfaces.  (#149728,
Padraig O'Briain)

19 years agoLink to information about allowed action names. (#149620, David Malcolm)
Matthias Clasen [Thu, 12 Aug 2004 04:03:54 +0000 (04:03 +0000)]
Link to information about allowed action names. (#149620, David Malcolm)

Thu Aug 12 00:02:29 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkaction.c (gtk_action_new): Link to information about
allowed action names.  (#149620, David Malcolm)

19 years agoAdd setters for the ::sensitive and ::visible properties of GtkAction.
Matthias Clasen [Thu, 12 Aug 2004 03:25:49 +0000 (03:25 +0000)]
Add setters for the ::sensitive and ::visible properties of GtkAction.

Wed Aug 11 23:14:25 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtk.symbols:
* gtk/gtkaction.h:
* gtk/gtkaction.c (gtk_action_set_sensitive):
(gtk_action_set_visible): Add setters for the ::sensitive
and ::visible properties of GtkAction.  (#149622, David Malcolm)

19 years agoFix #149422, #143457:
Federico Mena Quintero [Thu, 12 Aug 2004 03:07:01 +0000 (03:07 +0000)]
Fix #149422, #143457:

2004-08-11  Federico Mena Quintero  <federico@ximian.com>

Fix #149422, #143457:

* gtk/gtkfilechooserdefault.c
(gtk_file_chooser_default_should_respond): Rewrite to take the
current focus into account, the contents of the save entry, and
the last focus for the shortcuts list.
(switch_to_selected_folder): We don't need an assertion on the
action here.

19 years agoCheck all symbols.
Matthias Clasen [Thu, 12 Aug 2004 02:57:20 +0000 (02:57 +0000)]
Check all symbols.

Wed Aug 11 22:56:55 2004  Matthias Clasen  <maclas@gmx.de>

* abicheck.sh: Check all symbols.

19 years agoAdd shortcuts_model_filter_get_type.
Matthias Clasen [Thu, 12 Aug 2004 00:56:32 +0000 (00:56 +0000)]
Add shortcuts_model_filter_get_type.

Wed Aug 11 20:56:00 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkinternals.h:
* gtk/gtk.symbols: Add shortcuts_model_filter_get_type.

* gtk/abicheck.sh: Check all symbols.

19 years agoAdd the XDG_PREFIX to this function as well.
Matthias Clasen [Thu, 12 Aug 2004 00:46:43 +0000 (00:46 +0000)]
Add the XDG_PREFIX to this function as well.

Wed Aug 11 20:44:35 2004  Matthias Clasen  <maclas@gmx.de>

* xdgmime.h (xdg_mime_shutdown): Add the XDG_PREFIX to
this function as well.

19 years agoDon't start a drag if the treeview is only a drag destination. (#149836,
Matthias Clasen [Wed, 11 Aug 2004 23:21:05 +0000 (23:21 +0000)]
Don't start a drag if the treeview is only a drag destination. (#149836,

Wed Aug 11 19:20:34 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):
Don't start a drag if the treeview is only a
drag destination.  (#149836, Pawel Salek)

19 years agoUnderscore-prefix gtk_tree_data_list_compare_func.
Matthias Clasen [Wed, 11 Aug 2004 15:08:24 +0000 (15:08 +0000)]
Underscore-prefix gtk_tree_data_list_compare_func.

2004-08-11  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtktreedatalist.[hc]:
* gtk/gtkliststore.c:
* gtk/gtktreestore.c: Underscore-prefix gtk_tree_data_list_compare_func.

* gtk/gtk.symbols: Remove gtk_tree_data_list_compare_func.

* gtk/makegtkalias.pl: No need to include gtktreedatalist.h any more.

19 years agoMake scaling and compositing functions handle edge pixels consistently.
Matthias Clasen [Wed, 11 Aug 2004 14:47:41 +0000 (14:47 +0000)]
Make scaling and compositing functions handle edge pixels consistently.

2004-08-11  Matthias Clasen  <mclasen@redhat.com>

* pixops/pixops.c: Make scaling and compositing functions handle
edge pixels consistently.  (#111922, Brian Cameron)

19 years agounderscore prefix the mmx implementations, in order to not export them.
Matthias Clasen [Wed, 11 Aug 2004 14:23:31 +0000 (14:23 +0000)]
underscore prefix the mmx implementations, in order to not export them.

2004-08-11  Matthias Clasen  <mclasen@redhat.com>

* pixops/pixops-internal.h:
* pixops/pixops.c:
* pixops/*.S: underscore prefix the mmx implementations, in order
to not export them.

* gdk-pixbuf.symbols: Remove the mmx pixops implementations.

* abicheck.sh: No need to define INCLUDE_MMX_SYMBOLS any more.

19 years agoAdd gdk-pixbuf-alias.h
Matthias Clasen [Wed, 11 Aug 2004 13:59:38 +0000 (13:59 +0000)]
Add gdk-pixbuf-alias.h

2004-08-11  Matthias Clasen  <mclasen@redhat.com>

* gdk-pixbuf/Makefile.am (IGNORE_HFILES): Add gdk-pixbuf-alias.h

19 years agoAdd hidden aliases for exported symbols which are used internally in order
Matthias Clasen [Wed, 11 Aug 2004 04:10:18 +0000 (04:10 +0000)]
Add hidden aliases for exported symbols which are used internally in order

Tue Aug 10 23:53:59 2004  Matthias Clasen  <maclas@gmx.de>

Add hidden aliases for exported symbols which are
used internally in order to get rid of many PLT
entries.  (#145519, Arjan van de Ven)

* gdk/Makefile.am: Add rules to generate gdk_pixbuf.def and
gdk-pixbuf-alias.h from gdk-pixbuf.symbols, and make make
check check the abi with abicheck.sh.

* gdk/gdk-pixbuf.symbols: New file. Definition of the gdk-pixbuf
ABI. The file can be processed by cpp to filter out certain
subsets of symbols.

* gdk/abicheck.sh: New file. Script to check the actually
symbols exported from libgdk_pibuf.2.0.so against the symbols
found in gdk-pixbuf.symbols.

* gdk/makegdkpixbufalias.pl: New file. Perl script to generate the
header containing the alias definitions for internally used
exported symbols from a list of symbols.

* *.c: Include gdk-pixbuf-alias.h

19 years ago*** empty log message ***
Matthias Clasen [Tue, 10 Aug 2004 22:58:59 +0000 (22:58 +0000)]
*** empty log message ***

19 years agoDefine TESTS, not TEST, so that make check actually triggers abicheck.sh.
Matthias Clasen [Tue, 10 Aug 2004 21:18:33 +0000 (21:18 +0000)]
Define TESTS, not TEST, so that make check actually triggers abicheck.sh.

2004-08-10  Matthias Clasen  <mclasen@redhat.com>

* gdk/Makefile.am:
* gtk/Makefile.am: Define TESTS, not TEST, so that make check
actually triggers abicheck.sh.

19 years agoInclude glib.h before using glib symbols. D'oh.
Matthias Clasen [Tue, 10 Aug 2004 20:10:56 +0000 (20:10 +0000)]
Include glib.h before using glib symbols. D'oh.

2004-08-10  Matthias Clasen  <mclasen@redhat.com>

* gdk/makegdkalias.pl:
* gtk/makegtkalias.pl: Include glib.h before using glib symbols. D'oh.

19 years agoProtect gtkalias.h by G_HAVE_GNUC_VISIBILITY.
Matthias Clasen [Tue, 10 Aug 2004 18:57:41 +0000 (18:57 +0000)]
Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.

2004-08-10  Matthias Clasen  <mclasen@redhat.com>

* gdk/makegdkalias.pl:
* gtk/makegtkalias.pl: Protect gtkalias.h by G_HAVE_GNUC_VISIBILITY.

19 years agoInclude gtkalias.h in the generated sources gtkmarhalers.c and
Matthias Clasen [Tue, 10 Aug 2004 17:50:31 +0000 (17:50 +0000)]
Include gtkalias.h in the generated sources gtkmarhalers.c and

2004-08-10  Matthias Clasen  <mclasen@redhat.com>

* gtk/Makefile.am: Include gtkalias.h in the generated
sources gtkmarhalers.c and gtkmarshal.c.

* gtk/makegtkalias.pl: Cosmetic fix.

* gdk/Makefile.am: Remove the . which was accidentally added
to SUBDIRS. Include gdkalias.h in the generated sources
gdkenumtypes.c and gdkmarshalers.c.

* gdk/makegdkalias.pl: Cosmetic fix.

* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.

19 years agoAdd gdkalias.h to BUILT_SOURCES.
Matthias Clasen [Tue, 10 Aug 2004 05:15:33 +0000 (05:15 +0000)]
Add gdkalias.h to BUILT_SOURCES.

2004-08-10  Matthias Clasen  <mclasen@redhat.com>

* gdk/Makefile.am: Add gdkalias.h to BUILT_SOURCES.

19 years agoautogenerate gtk.def, cleanup
Hans Breuer [Mon, 9 Aug 2004 21:32:58 +0000 (21:32 +0000)]
autogenerate gtk.def, cleanup

2004-08-09  Hans Breuer  <hans@breuer.org>

* gtk/makefile.msc.in : autogenerate gtk.def, cleanup

* gdk/win32/gdkwindow-win32.c gdk/win32/gdkevents-win32.c :
removed long time unused ifdef/ed code (WITHOUT_WM_CREATE),
removed duplicated call to gdk_window_set_cursor()

19 years agoUpdated Old English translation
David Lodge [Mon, 9 Aug 2004 20:47:24 +0000 (20:47 +0000)]
Updated Old English translation

2004-08-09  David Lodge <dave@cirt.net>

        * ang.po: Updated Old English translation

19 years agoAdd hidden aliases for exported symbols which are used internally in order
Matthias Clasen [Mon, 9 Aug 2004 20:14:43 +0000 (20:14 +0000)]
Add hidden aliases for exported symbols which are used internally in order

Mon Aug  9 15:41:17 2004  Matthias Clasen  <maclas@gmx.de>

Add hidden aliases for exported symbols which are
used internally in order to get rid of many PLT
entries.  (#145519, Arjan van de Ven)

* gdk/Makefile.am: Add rules to generate gdk.def and
gdkalias.h from gdk.symbols, and make make check check
the abi with abicheck.sh.

* gdk/gdk.symbols: New file. Definition of the GDK ABI.
The file can be processed by cpp to filter out certain
subsets of symbols.

* gdk/abicheck.sh: New file. Script to check the actually
symbols exported from libgdk-x11.2.0.so against the symbols
found in gdk.symbols.

* gdk/makegdkalias.pl: New file. Perl script to generate the
header containing the alias definitions for internally used
exported symbols from a list of symbols.

* gdk/*.c, gdk/x11/*.c: Include gdkalias.h

19 years agoFix C99ism.
Morten Welinder [Mon, 9 Aug 2004 19:58:05 +0000 (19:58 +0000)]
Fix C99ism.

2004-08-09  Morten Welinder  <terra@gnome.org>

* gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): Fix C99ism.

19 years agoAlso revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.
Matthias Clasen [Mon, 9 Aug 2004 19:38:33 +0000 (19:38 +0000)]
Also revert GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.

Mon Aug  9 15:27:01 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/makegtkalias.pl: Also revert
GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API to its old status.

19 years agoAdd the exported functions gdk_rgb_colormap_ditherable(),
Matthias Clasen [Mon, 9 Aug 2004 19:21:42 +0000 (19:21 +0000)]
Add the exported functions gdk_rgb_colormap_ditherable(),

Mon Aug  9 15:19:34 2004  Matthias Clasen  <maclas@gmx.de>

* gdk/gdk.h:
* gdk/gdkrgb.h: Add the exported functions
gdk_rgb_colormap_ditherable(), gdk_pointer_grab_info_libgtk_only(),
gdk_keyboard_grab_info_libgtk_only() to the appropriate
headers.

19 years agoAdd a forgotten file.
Matthias Clasen [Mon, 9 Aug 2004 18:45:48 +0000 (18:45 +0000)]
Add a forgotten file.

19 years agoMake static.
Matthias Clasen [Mon, 9 Aug 2004 18:29:21 +0000 (18:29 +0000)]
Make static.

Mon Aug  9 14:24:46 2004  Matthias Clasen  <maclas@gmx.de>

* gdk/x11/gdkevents-x11.c (gdk_event_send_client_message_to_all_recurse):
Make static.

19 years agoAdd hidden aliases for exported symbols which are used internally in order
Matthias Clasen [Mon, 9 Aug 2004 16:59:53 +0000 (16:59 +0000)]
Add hidden aliases for exported symbols which are used internally in order

Mon Aug  9 12:48:04 2004  Matthias Clasen  <maclas@gmx.de>

Add hidden aliases for exported symbols which are
used internally in order to get rid of many PLT
entries.  (#145519, Arjan van de Ven)

* gtk/Makefile.am: Add rules to generate gtk.def and
from gtk.symbols, and make make check check the abi
with abicheck.sh.
(gtk_private_h_sources): Add gtkinternals.h
(gtk_built_private_headers): Add gtkalias.h
(gtk_extra_sources): Add gtk.symbols
(EXTRA_DIST): Add makegtkalias.pl and abicheck.sh

* gtk/gtk.symbols: New file. Definition of the GTK+ ABI.
The file can be processed by cpp to filter out certain
subsets of symbols.

* gtk/abicheck.sh: New file. Script to check the actually
symbols exported from libgtk-x11.2.0.so against the symbols
found in gtk.symbols.

* gtk/makegtkalias.pl: New file. Perl script to generate the
header containing the alias definitions for internally used
exported symbols from a list of symbols.

* gtk/gtkinternals.h: New file. An uninstalled header listing
symbols which must be exported for some reason and do not appear
in any other header.

* gtk/*.c: Include gtkalias.h

19 years agoOnly undef gtk_init_check and gtk_init on win32.
Matthias Clasen [Mon, 9 Aug 2004 15:50:29 +0000 (15:50 +0000)]
Only undef gtk_init_check and gtk_init on win32.

Mon Aug  9 11:49:46 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.

19 years agoAdd gtk_entry_layout_index_to_text_index() and its inverse. The have
Matthias Clasen [Mon, 9 Aug 2004 15:09:10 +0000 (15:09 +0000)]
Add gtk_entry_layout_index_to_text_index() and its inverse. The have

Mon Aug  9 10:50:05 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
and its inverse. The have always been exported and are meant
to be public.

19 years agoDon't leak the file contents.
Matthias Clasen [Mon, 9 Aug 2004 04:30:26 +0000 (04:30 +0000)]
Don't leak the file contents.

Mon Aug  9 00:28:34 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkicontheme.c (load_svg_at_size): Don't leak the
file contents.

19 years agoDon't leak the icon source.
Matthias Clasen [Mon, 9 Aug 2004 04:13:36 +0000 (04:13 +0000)]
Don't leak the icon source.

Mon Aug  9 00:13:03 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkaboutdialog.c (icon_set_new_from_pixbufs): Don't
leak the icon source.

19 years agoDon't leak a reference to the pixbufs.
Matthias Clasen [Mon, 9 Aug 2004 03:55:00 +0000 (03:55 +0000)]
Don't leak a reference to the pixbufs.

Sun Aug  8 23:46:20 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
leak a reference to the pixbufs.

19 years agoRef and sink the column. (gtk_combo_box_menu_destroy): Unref the column.
Matthias Clasen [Mon, 9 Aug 2004 03:39:06 +0000 (03:39 +0000)]
Ref and sink the column. (gtk_combo_box_menu_destroy): Unref the column.

Sun Aug  8 23:36:55 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_menu_setup): Ref
and sink the column.
(gtk_combo_box_menu_destroy): Unref the column.

Sun Aug  8 23:35:00 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkdnd.c (gtk_drag_source_add_text_targets):
(gtk_drag_dest_add_text_targets): Don't leak a reference
to the target list.

19 years agoDon't stumble over separators which are not backed by model rows.
Matthias Clasen [Mon, 9 Aug 2004 02:53:31 +0000 (02:53 +0000)]
Don't stumble over separators which are not backed by model rows.

Sun Aug  8 22:52:26 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (find_menu_by_path): Don't stumble over
separators which are not backed by model rows.

19 years agoOops.
Matthias Clasen [Mon, 9 Aug 2004 02:46:46 +0000 (02:46 +0000)]
Oops.

19 years agoDon't leak the path.
Matthias Clasen [Mon, 9 Aug 2004 02:45:18 +0000 (02:45 +0000)]
Don't leak the path.

Sun Aug  8 11:01:23 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_set_active): Don't leak
the path.

19 years agotake targets into account again to allow dnd of other things than text
Hans Breuer [Sun, 8 Aug 2004 22:31:12 +0000 (22:31 +0000)]
take targets into account again to allow dnd of other things than text

2004-08-07  Hans Breuer  <hans@breuer.org>

* gtk/gtkdnd.c (gtk_drag_dest_set) : take targets into
account again to allow dnd of other things than text

* gdk/win32/gdkselection-win32.c : offer windows bitmap to
be pasted from clipboard (makes The GIMP 2.1's
"File/Acquire/Paste as New" work, only using gtk+ API)

19 years agoAdd gtk_cell_renderer_progress_get_type.
Matthias Clasen [Sun, 8 Aug 2004 05:33:13 +0000 (05:33 +0000)]
Add gtk_cell_renderer_progress_get_type.

Sun Aug  8 01:32:36 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtk.def: Add gtk_cell_renderer_progress_get_type.

19 years agoReplace duplicate gtk_tree_view_get_hover_expand by
Matthias Clasen [Sun, 8 Aug 2004 05:29:46 +0000 (05:29 +0000)]
Replace duplicate gtk_tree_view_get_hover_expand by

Sun Aug  8 01:29:08 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtk.def: Replace duplicate gtk_tree_view_get_hover_expand
by gtk_tree_view_set_hover_expand.

19 years agoRemove duplicate gtk_tree_view_get_hover_expand.
Matthias Clasen [Sun, 8 Aug 2004 05:28:33 +0000 (05:28 +0000)]
Remove duplicate gtk_tree_view_get_hover_expand.

Sun Aug  8 01:28:06 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtk.def: Remove duplicate gtk_tree_view_get_hover_expand.

19 years agoRemove the static function gtk_menu_get_private.
Matthias Clasen [Sun, 8 Aug 2004 05:27:01 +0000 (05:27 +0000)]
Remove the static function gtk_menu_get_private.

Sun Aug  8 01:23:08 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtk.def: Remove the static function gtk_menu_get_private.

19 years agoDon't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let
Tor Lillqvist [Sat, 7 Aug 2004 23:35:41 +0000 (23:35 +0000)]
Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let

2004-08-07  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkkeys-win32.c (update_keymap): Don't hardcode
mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let ToAsciiEx()
map it to what's printed on the keypad decimal key for the current
input locale (keyboard layout). (#149404)

19 years agoUse GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText.
Matthias Clasen [Sat, 7 Aug 2004 22:21:25 +0000 (22:21 +0000)]
Use GtkTreeViewRowSeparatorFunc instead of GtkCellRendererSepText.

Sat Aug  7 18:19:03 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkfilechooserdefault.c (save_folder_combo_create):
(shortcuts_list_create): Use GtkTreeViewRowSeparatorFunc
instead of GtkCellRendererSepText.  (#147864)

* gtk/gtkcellrendererseptext.[hc]: Removed.

* gtk/Makefile.am: Remove gtkcellrendererseptext.[hc]

Sat Aug  7 18:15:15 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcombobox.c (gtk_combo_box_menu_row_deleted):
(gtk_combo_box_menu_row_inserted):
(gtk_combo_box_menu_row_changed): Correctly handle
insertion and deletion of separators in menu mode.

19 years agoWM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window
Tor Lillqvist [Sat, 7 Aug 2004 21:46:28 +0000 (21:46 +0000)]
WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to top-level window

2004-08-07  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkevents-win32.c (handle_configure_event,
gdk_event_translate:WM_WINDOWPOSCHANGED): Add _gdk_offset_{x,y} to
top-level window coordinates, not just in generated
events. (#148526, Robert Ögren)

19 years agoFix a typo
Matthias Clasen [Sat, 7 Aug 2004 13:16:55 +0000 (13:16 +0000)]
Fix a typo

19 years agoMake the column drag code a bit more robust (still scary, though).
Matthias Clasen [Sat, 7 Aug 2004 05:28:43 +0000 (05:28 +0000)]
Make the column drag code a bit more robust (still scary, though).

Sat Aug  7 01:26:08 2004  Matthias Clasen  <maclas@gmx.de>

Make the column drag code a bit more robust (still scary,
though).  (#106992, Christian Biere)

* gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): Assert
that cur_reorder is NULL here.

* gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
Reset cur_reorder to NULL, and only hide drag_highlight_window
if it exists.

19 years agoFix #144232:
Federico Mena Quintero [Fri, 6 Aug 2004 19:25:25 +0000 (19:25 +0000)]
Fix #144232:

2004-08-06  Federico Mena Quintero  <federico@ximian.com>

Fix #144232:

* gtk/gtkfilechooserdefault.c (save_widgets_create): Use a
GtkFileChooserEntry for the file name, rather than a GtkEntry.
(update_chooser_entry): Set the contents of the file chooser entry
rather than the plain entry's.
(gtk_file_chooser_default_set_current_folder): Set the new folder
on the save entry.
(gtk_file_chooser_default_set_current_name): Set the name on the
file chooser entry.
(check_save_entry): Use the file chooser entry rather than the
plain entry.

* gtk/gtkfilechooserentry.c
(_gtk_file_chooser_entry_set_base_folder): Call
gtk_file_chooser_entry_changed() so that we recompute the current
folder based on the new base folder.

19 years agomake it compile and more similar to the X11 implementation [backward
Hans Breuer [Fri, 6 Aug 2004 19:20:42 +0000 (19:20 +0000)]
make it compile and more similar to the X11 implementation [backward

2004-08-06  Hans Breuer  <hans@breuer.org>

* gdk/win32/gdkwindow-win32.c : make it compile and more
similar to the X11 implementation [backward compatibility
for GDK_WINDOW_TEMP, GDK_INPUT_ONLY (fixes bug #148702),
use the *screen* function variants, dont reparent already
destroyed]
(get_visible_region) : take the win32 part into account
(_gdk_windowing_window_destroy) : remove from handle table

* gdk/win32/gdkdisplay-win32.c : added
gdk_display_(request|supports)_selection_notification ()
with a currently mostly pointless implementation ;-)

* gtk/gtkfilesystemwin32.c (*_to_path) : same changes as on *NIX,
plugs memory leak
(gtk_file_system_win32_render_icon) : use new GTK_STOCK_DIRECTORY

* gtk/makefile.msc.in demos/gtk-demo/makefile.msc.in
  gtk/stock-icons/makefile.msc tests/makefile.msc : updated

* gdk/gdk.def gtk/gtk.def : updated externals

* tests/testiconview.c : remove unneeded dirent.h inclusion

19 years agoupdated
Hans Breuer [Fri, 6 Aug 2004 18:49:35 +0000 (18:49 +0000)]
updated

2004-08-06  Hans Breuer  <hans@breuer.org>

* gdk_pixbuf.def makefile.msc : updated

19 years agoFix an off-by-one error. (#141809, Markku Vire)
Matthias Clasen [Fri, 6 Aug 2004 17:38:51 +0000 (17:38 +0000)]
Fix an off-by-one error. (#141809, Markku Vire)

* gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): Fix
an off-by-one error.  (#141809, Markku Vire)

19 years agoReally fix the initialization of the target list.
Matthias Clasen [Fri, 6 Aug 2004 17:03:52 +0000 (17:03 +0000)]
Really fix the initialization of the target list.

2004-08-06  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkdnd.c (gtk_drag_dest_set, gtk_drag_source_set): Really
fix the initialization of the target list.

Support XDND v5. (#10220, Owen Taylor)

* gdk/x11/gdkdnd-x11.c: Record the XDND version and whether the
drop was successful in the GdkDragContextPrivateX11 struct.
(xdnd_finished_filter): Store the success status of the drop
for an XDND version 5 interaction. For other versions, always
assume the drop was successful.
(xdnd_check_dest): Return the protocol version.
(_gdk_drag_get_protocol_for_display): Return the protocol version.
(gdk_drag_find_window_for_screen): Store the used protocol version
in the GdkDragContext.
(xdnd_send_enter): Send the used protocol version from the context,
instead of hardwiring 3.
(xdnd_enter_filter): Accept protocol versions >= 3 and store the
used protocol version in the context.

* gdk/gdkdnd.h:
* gdk/x11/gdkdnd-x11.c (gdk_drag_drop_succeeded): New function
to find out whether a drop was successful.

19 years agoSet x_root and y_root in button and motion events from the tablet.
Robert Ögren [Fri, 6 Aug 2004 01:56:22 +0000 (01:56 +0000)]
Set x_root and y_root in button and motion events from the tablet.

2004-07-28  Robert Ögren  <gtk@roboros.com>

* gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Set x_root
and y_root in button and motion events from the tablet. (#148715)

19 years agopoznat prevod
Ivan Stojmirov [Thu, 5 Aug 2004 20:54:51 +0000 (20:54 +0000)]
poznat prevod

19 years agoupdated Breton and Walloon files
Pablo Saratxaga [Thu, 5 Aug 2004 20:40:38 +0000 (20:40 +0000)]
updated Breton and Walloon files

19 years agoCall gdk_window_enable_synchronized_configure()
Soeren Sandmann [Thu, 5 Aug 2004 17:58:20 +0000 (17:58 +0000)]
Call gdk_window_enable_synchronized_configure()

Thu Aug  5 19:58:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkplug.c (gtk_plug_realize): Call
gdk_window_enable_synchronized_configure()

* gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Make
noop if gdk_window_enable_synchronized_configure() has not been
called.

19 years agoFix up previous commit.
Matthias Clasen [Wed, 4 Aug 2004 20:53:19 +0000 (20:53 +0000)]
Fix up previous commit.

19 years agoAdd setter and getter for the ::show-hidden property. (#145610, Jeff
Matthias Clasen [Wed, 4 Aug 2004 20:45:23 +0000 (20:45 +0000)]
Add setter and getter for the ::show-hidden property. (#145610, Jeff

2004-08-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooser.[hc]: Add setter and getter for the
::show-hidden property.  (#145610, Jeff Franks)

19 years agoAdd buttons to select and unselect all nodes, make the popup menu actually
Matthias Clasen [Wed, 4 Aug 2004 20:32:26 +0000 (20:32 +0000)]
Add buttons to select and unselect all nodes, make the popup menu actually

2004-08-04  Matthias Clasen  <mclasen@redhat.com>

* tests/testiconview.c: Add buttons to select and unselect all
nodes, make the popup menu actually work.

* gtk/gtkiconview.c: Make GTK_SELECTION_BROWSE work as intended,
let button 3 presses through to the app, to make popup menus
work.

19 years agoAdd testiconview. A test for GtkIconView ...which uses this image.
Matthias Clasen [Wed, 4 Aug 2004 14:32:45 +0000 (14:32 +0000)]
Add testiconview. A test for GtkIconView ...which uses this image.

2004-08-04  Matthias Clasen  <mclasen@redhat.com>

* tests/Makefile.am: Add testiconview.
* tests/testiconview.c: A test for GtkIconView
* tests/gnome-textfile.png: ...which uses this image.

19 years agos/childs/children/g.
Matthias Clasen [Wed, 4 Aug 2004 05:38:58 +0000 (05:38 +0000)]
s/childs/children/g.

Wed Aug  4 01:37:57 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktreeview.c:
* gtk/gtktreestore.c:
* gtk/gtktreemodelfilter.c:
* gtk/gtknotebook.c: s/childs/children/g.

19 years agoFix #133446, noticed by Christian Persch:
Matthias Clasen [Wed, 4 Aug 2004 05:06:59 +0000 (05:06 +0000)]
Fix #133446, noticed by Christian Persch:

Wed Aug  4 01:04:48 2004  Matthias Clasen  <maclas@gmx.de>

Fix #133446, noticed by Christian Persch:

* gtk/gtkaction.c (gtk_action_class_init): Add a new boolean
property ::visible-overflown.
* gtk/gtkaction.c (gtk_action_create_menu_proxy): Don't create
a menu proxy if visible_overflown is FALSE.

19 years agoMake the the GtkAction{Toggle,Radio,}Entry* arguments to the
Matthias Clasen [Wed, 4 Aug 2004 00:19:25 +0000 (00:19 +0000)]
Make the the GtkAction{Toggle,Radio,}Entry* arguments to the

Tue Aug  3 20:16:26 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkactiongroup.[hc]: Make the the GtkAction{Toggle,Radio,}Entry*
arguments to the gtk_action_group_add_..._actions() functions const,
since the most common use case is to use a static array.  (142334,
Mariano Suarez-Alvarez)

19 years agoMake gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077,
Matthias Clasen [Wed, 4 Aug 2004 00:06:30 +0000 (00:06 +0000)]
Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077,

Tue Aug  3 20:03:33 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkuimanager.c (get_node): Make gtk_ui_manager_add_ui()
accept paths with a leading "/ui".  (#149077, David Malcolm)

19 years agoCorrect the return type of gtk_tree_model_filter_get_flags(). (#149195,
Matthias Clasen [Tue, 3 Aug 2004 22:41:31 +0000 (22:41 +0000)]
Correct the return type of gtk_tree_model_filter_get_flags(). (#149195,

Tue Aug  3 18:38:40 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktreemodelfilter.c: Correct the return type
of gtk_tree_model_filter_get_flags().  (#149195, Morten Welinder)

19 years agoFix #149191, reported by Morten Welinder:
Matthias Clasen [Tue, 3 Aug 2004 22:19:37 +0000 (22:19 +0000)]
Fix #149191, reported by Morten Welinder:

Tue Aug  3 18:16:55 2004  Matthias Clasen  <maclas@gmx.de>

Fix #149191, reported by Morten Welinder:

* gtk/gtkmain.c: Include gtkclipboard.h,
* gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
_gtk_widget_emit_grab_notify.