]> Pileus Git - ~andy/gtk/log
~andy/gtk
22 years agouse gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs
Tim Janik [Tue, 26 Jun 2001 20:57:27 +0000 (20:57 +0000)]
use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs

Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkiconfactory.c:
        * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
        item factory so inlined pixbufs actually work.

22 years agouse gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs
Tim Janik [Tue, 26 Jun 2001 20:56:32 +0000 (20:56 +0000)]
use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs

Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkiconfactory.c:
        * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
        item factory so inlined pixbufs actually work.

Tue Jun 26 09:48:02 2001  Tim Janik  <timj@gtk.org>

        * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf

        * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream()
        instead from gdk_pixbuf_new_from_inline().

        * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public
        installed API for applications that need to serialize/deserialize
        on their own (gimp, BEAST).

        * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed
        program that can dump images in CSource format and Pixbuf
        stream format. supports RLE encoding, MACRO formatting etc...
        invoke with --help.

22 years agoforgot a notification
Havoc Pennington [Tue, 26 Jun 2001 19:30:37 +0000 (19:30 +0000)]
forgot a notification

2001-06-26  Havoc Pennington  <hp@redhat.com>

* gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification

22 years agoadd "resizable" property
Havoc Pennington [Tue, 26 Jun 2001 19:23:46 +0000 (19:23 +0000)]
add "resizable" property

2001-06-26  Havoc Pennington  <hp@redhat.com>

* gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
property

22 years agofix stupid missing statement
Jonathan Blandford [Tue, 26 Jun 2001 17:01:53 +0000 (17:01 +0000)]
fix stupid missing statement

Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
stupid missing statement

* gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
private function for ATK.  It notifies you of how many _visible_
children are deleted when a node is deleted.  Should be used by
atk only.

22 years agoRevert inline-pixbuf changes until Tim comes back to fix missing files
Owen Taylor [Tue, 26 Jun 2001 16:19:01 +0000 (16:19 +0000)]
Revert inline-pixbuf changes until Tim comes back to fix missing files

22 years agoUse new pango_context_get_metrics() to fix problems with font lists in
Owen Taylor [Tue, 26 Jun 2001 15:15:00 +0000 (15:15 +0000)]
Use new pango_context_get_metrics() to fix problems with font lists in

Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
Use new pango_context_get_metrics() to fix problems
with font lists in descriptions. (#56184, reported by
Jonas Borgström)

22 years agoAdded ta.po
Fatih Demir [Tue, 26 Jun 2001 10:22:32 +0000 (10:22 +0000)]
Added ta.po

22 years agohm, second attempt. it's fight CVS time again.
Tim Janik [Tue, 26 Jun 2001 08:34:26 +0000 (08:34 +0000)]
hm, second attempt. it's fight CVS time again.

Tue Jun 26 09:48:02 2001  Tim Janik  <timj@gtk.org>

        * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf

        * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream()
        instead from gdk_pixbuf_new_from_inline().

        * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public
        installed API for applications that need to serialize/deserialize
        on their own (gimp, BEAST).

        * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed
        program that can dump images in CSource format and Pixbuf
        stream format. supports RLE encoding, MACRO formatting etc...
        invoke with --help.

Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkiconfactory.c:
        * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
        item factory so inlined pixbufs actually work.

22 years agouse gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs
Tim Janik [Tue, 26 Jun 2001 08:32:25 +0000 (08:32 +0000)]
use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs

Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkiconfactory.c:
        * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
        item factory so inlined pixbufs actually work.

Tue Jun 26 09:48:02 2001  Tim Janik  <timj@gtk.org>

        * Makefile.am (noinst_PROGRAMS): get rid of make-inline-pixbuf

        * gdk-pixbuf-data.[hc]: provide gdk_pixbuf_new_from_stream()
        instead from gdk_pixbuf_new_from_inline().

        * gdk-pixdata.[hc]: auxillary GdkPixdata structure, public
        installed API for applications that need to serialize/deserialize
        on their own (gimp, BEAST).

        * gdk-pixbuf/gdk-pixbuf-csource.c: provide publically installed
        program that can dump images in CSource format and Pixbuf
        stream format. supports RLE encoding, MACRO formatting etc...
        invoke with --help.

22 years agos/RESIZEABLE/RESIZABLE/
Havoc Pennington [Mon, 25 Jun 2001 23:48:51 +0000 (23:48 +0000)]
s/RESIZEABLE/RESIZABLE/

2001-06-25  Havoc Pennington  <hp@redhat.com>

* gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
s/RESIZEABLE/RESIZABLE/

* gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/

22 years agoAdded --enable-fbmanager. This is some experimental code that lets several
Alexander Larsson [Mon, 25 Jun 2001 23:01:36 +0000 (23:01 +0000)]
Added --enable-fbmanager. This is some experimental code that lets several

2001-06-25  Alexander Larsson  <alexl@redhat.com>

* configure.in:
Added --enable-fbmanager. This is some experimental code
that lets several GtkFB apps coordinate their access to the
framebuffer.

* acconfig.h:
Added ENABLE_FB_MANAGER.

* gdk/linux-fb/Makefile.am:
Added gdkfbmanager and gdkfbswitch.

* gdk/linux-fb/gdkkeyboard-fb.c:
* gdk/linux-fb/gdkmouse-fb.c:
* gdk/linux-fb/gdkprivate-fb.h:
Split device init and open so that
they can be opened and closed while switched
away.

* gdk/linux-fb/gdkmain-fb.c:
Add the basic manager communication.

* gdk/linux-fb/gdkrender-fb.c:
Don't update to the shadow fb if we're
blocked by the fb manager.

22 years agoshut up CVS
Sven Neumann [Mon, 25 Jun 2001 10:32:48 +0000 (10:32 +0000)]
shut up CVS

22 years agoActually update timestamps, so rules don't constantly run.
Owen Taylor [Mon, 25 Jun 2001 04:31:03 +0000 (04:31 +0000)]
Actually update timestamps, so rules don't constantly run.

Mon Jun 25 00:28:11 2001  Owen Taylor  <otaylor@redhat.com>

        * Makefile.am: Actually update timestamps, so rules don't
        constantly run.

22 years agoAdd note about child property changes.
Owen Taylor [Mon, 25 Jun 2001 02:15:50 +0000 (02:15 +0000)]
Add note about child property changes.

Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>

* docs/Changes-2.0.txt: Add note about child property
changes.

22 years agoAdd a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
Owen Taylor [Mon, 25 Jun 2001 01:51:58 +0000 (01:51 +0000)]
Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)

Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)

* gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
with un'reffing wrong list reported by Jeff Franks.

* gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.

* gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
for the default icon. Remove inline XPM.

* gtk/gtkstock.h gtk/gtkiconfactory.c:
Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
is used for GTK_STOCK_DND, but it is a bit too small.)

* gtk/stock-icons/stock_dnd_multiple.png
gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.

* gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
TRUE when starting a drag. In other cases, we are
just observing. (#52995)

* gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add
function to set the icon for a drag from a GdkPixbuf
or stock ID.

* gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}):
Likewise, for drag sources.

* gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
(Now should be done using the stock system.)

22 years agoRemoved - didn't work and not particularly useful anyways if it did.
Owen Taylor [Sun, 24 Jun 2001 16:08:15 +0000 (16:08 +0000)]
Removed - didn't work and not particularly useful anyways if it did.

Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size):
        Removed - didn't work and not particularly useful anyways
if it did.

22 years agoFix stupid error introduced last night that was making things decidedly
Owen Taylor [Sun, 24 Jun 2001 15:34:48 +0000 (15:34 +0000)]
Fix stupid error introduced last night that was making things decidedly

Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
introduced last night that was making things decidedly not work.

* gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
so that we have getter/setter pairing everywhere it makes
sense. (#55767)

* gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
deprecated compat macro. (#55516)

* gtk/gtklabel.[ch]: Add functions
gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
gtk_label_set_label(), which mirror the property API for GtkLabel.
Make gtk_label_get_attributes() only reflect the attributes
set by gtk_label_set_attributes.

* gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
from gtk_notebook_set_page().

23 years agoFix tests for XShm.h.
Owen Taylor [Sat, 23 Jun 2001 22:14:02 +0000 (22:14 +0000)]
Fix tests for XShm.h.

Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Fix tests for XShm.h.

        * gdk/x11/gdkimage-x11.c: Cleanup error handling in
        gdk_image_new() by use of goto, properly use g_object_unref().

23 years agodisabled g_free (image) calls, as GdkImage is an object. these should be
Tim Janik [Sat, 23 Jun 2001 20:26:10 +0000 (20:26 +0000)]
disabled g_free (image) calls, as GdkImage is an object. these should be

Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>

        * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
        calls, as GdkImage is an object. these should be g_obejct_unref()
        instead but that won't work because of the g_error() statement
        in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
        to spot these places.

23 years agoFixup some problems with text length handling in error cases.
Owen Taylor [Sat, 23 Jun 2001 14:32:44 +0000 (14:32 +0000)]
Fixup some problems with text length handling in error cases.

Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>

* modules/input/gtkimcontextxim.c: Fixup some problems with
text length handling in error cases.

* gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
a bit to make test actually warn on attempt to allocation
a negative size. (#56101, Matthias Clasen)

23 years agoFix bug noticed by Brian Cameron. (gtk_tree_view_real_expand_row): Fix bug
Jonathan Blandford [Fri, 22 Jun 2001 18:11:04 +0000 (18:11 +0000)]
Fix bug noticed by Brian Cameron. (gtk_tree_view_real_expand_row): Fix bug

Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
noticed by Brian Cameron.
(gtk_tree_view_real_expand_row): Fix bug noticed by Brian
Cameron.

23 years agoPNGs need to be binary (-kb) to be useable on windoze
Hans Breuer [Fri, 22 Jun 2001 14:09:33 +0000 (14:09 +0000)]
PNGs need to be binary (-kb) to be useable on windoze

2001-06-22  Hans Breuer  <hans@breuer.org>
* gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be
binary (-kb) to be useable on windoze

23 years agoupdated externals
Hans Breuer [Fri, 22 Jun 2001 14:08:51 +0000 (14:08 +0000)]
updated externals

2001-06-22  Hans Breuer  <hans@breuer.org>

* gdk/gdk.def : updated externals

* gdk/win32/gdkdrawable-win32.c : corrected some casts
in GDK_NOTEs

* gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
to translate coordinates to the internal > 16 bit system
Try to handle WM_WINDOWPOSCHANGED to get better performance for
when moving/resizing

* gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
and gdk_keymap_get_direction (). The latter is untested for
the RTL case

* gtk/gtk.def : updated externals

* gtk/gtkmain.c : gtk_get_default_language () should reurn the result
from pango_language_from_string (), not an already freed pointer

* gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be
binary (-kb) to be useable on windoze

23 years agoUpdate to new PangoLanguage changes.
Alexander Larsson [Thu, 21 Jun 2001 21:10:48 +0000 (21:10 +0000)]
Update to new PangoLanguage changes.

2001-06-21  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.

* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()

23 years agoupdated Azeri file
Pablo Saratxaga [Thu, 21 Jun 2001 20:07:21 +0000 (20:07 +0000)]
updated Azeri file

23 years agofile gtkrc.iso-8859-3 was initially added on branch gtk-1-2.
Pablo Saratxaga [Thu, 21 Jun 2001 20:06:14 +0000 (20:06 +0000)]
file gtkrc.iso-8859-3 was initially added on branch gtk-1-2.

23 years agofile gtkrc.iso-8859-7 was initially added on branch gtk-1-2.
Pablo Saratxaga [Thu, 21 Jun 2001 20:06:14 +0000 (20:06 +0000)]
file gtkrc.iso-8859-7 was initially added on branch gtk-1-2.

23 years agofile gtkrc.iso-8859-9 was initially added on branch gtk-1-2.
Pablo Saratxaga [Thu, 21 Jun 2001 20:06:14 +0000 (20:06 +0000)]
file gtkrc.iso-8859-9 was initially added on branch gtk-1-2.

23 years agofile gtkrc.utf-8 was initially added on branch gtk-1-2.
Pablo Saratxaga [Thu, 21 Jun 2001 20:06:14 +0000 (20:06 +0000)]
file gtkrc.utf-8 was initially added on branch gtk-1-2.

23 years agoHandle the case without XKB properly.
Owen Taylor [Thu, 21 Jun 2001 17:45:26 +0000 (17:45 +0000)]
Handle the case without XKB properly.

Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
the case without XKB properly.

* gtk/gtkrc.c (gtk_rc_set_default_files): Remove
unused gtk_rc_auto_parse variable.

* gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
longer needed with GdkPixbuf.

* gtk/gtkrc.c (_gtk_rc_init): Make private.

23 years agoUpdate a bit.
Owen Taylor [Thu, 21 Jun 2001 17:44:27 +0000 (17:44 +0000)]
Update a bit.

Thu Jun 21 12:31:29 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtk-sections.txt: Update a bit.

* Makefile.am: build GTK+ docs.

23 years agoadded gtk_container_child_set_property() and
Tim Janik [Thu, 21 Jun 2001 00:42:46 +0000 (00:42 +0000)]
added gtk_container_child_set_property() and

Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
        gtk_container_child_get_property().

23 years agoclean up (gtk_tree_view_move_cursor_page_up_down): implement.
Jonathan Blandford [Wed, 20 Jun 2001 23:21:46 +0000 (23:21 +0000)]
clean up (gtk_tree_view_move_cursor_page_up_down): implement.

Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
(gtk_tree_view_move_cursor_page_up_down): implement.

23 years agomake maximum digits compile time configurable via MAX_DIGITS and up to 20.
Tim Janik [Wed, 20 Jun 2001 04:13:37 +0000 (04:13 +0000)]
make maximum digits compile time configurable via MAX_DIGITS and up to 20.

Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkspinbutton.c: make maximum digits compile time configurable
        via MAX_DIGITS and up to 20. 5 was just ridiculously small.
        don't use automatic fixed size buffer for printf-ing floats, doubles
        can expand to really _huge_ strings, use g_strdup_printf() instead.

23 years agohum, "adjustment" was a construct property in 1.2 and still needs to be.
Tim Janik [Wed, 20 Jun 2001 02:34:23 +0000 (02:34 +0000)]
hum, "adjustment" was a construct property in 1.2 and still needs to be.

Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
        construct property in 1.2 and still needs to be.

        * gtk/gtkwidget.c: "composite_child" is not a settable property.

23 years agoNew functions to clear a model.
Jonathan Blandford [Tue, 19 Jun 2001 23:15:22 +0000 (23:15 +0000)]
New functions to clear a model.

Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtkliststore.c (gtk_list_store_clear):
* gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
clear a model.

23 years agofix PROP_EVENTS.
Tim Janik [Tue, 19 Jun 2001 12:54:10 +0000 (12:54 +0000)]
fix PROP_EVENTS.

Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>

        * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.

        * gtk/Makefile.am:
        * gtk/gtk.h: disabled GtkPacker compilation.

        * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.

        * gtk/gtknotebook.c:
        * gtk/gtktable.c:
        * gtk/gtkbox.c: ported this over to child properties.

        * gtk/gtksettings.c: fetch class properties via
        g_object_class_list_properties().

        * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
        child arg interface. use gobjectnotifyqueue.c for child property
        notification.

        * gtk/gtkwidget.[hc]: provide necessary means for container child
        properties, i.e. ::child_notify signal,
        gtk_widget_freeze_child_notify(),
        gtk_widget_child_notify(),
        gtk_widget_thaw_child_notify().

        * tests/testgtk.c: removed inferior property handling code, for
        property editing, a generic module should be used, and GLE
        coincidentally fullfills that purpose.

        * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
        needs to be adapted to g_object_class_list_properties() before this
        builds again.

23 years agoNew function to test if a node is expanded.
Jonathan Blandford [Tue, 19 Jun 2001 00:08:48 +0000 (00:08 +0000)]
New function to test if a node is expanded.

Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
test if a node is expanded.

23 years agoFix bug where collapsing a selected row would result in the cursor/anchor
Jonathan Blandford [Mon, 18 Jun 2001 23:44:41 +0000 (23:44 +0000)]
Fix bug where collapsing a selected row would result in the cursor/anchor

Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
where collapsing a selected row would result in the cursor/anchor
getting screwed up.

23 years agoRename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.
Jonathan Blandford [Fri, 15 Jun 2001 23:03:27 +0000 (23:03 +0000)]
Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.

Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
* gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
Now I can really reorder/sort all Store widgets.  treesorttest
seems to just work now.
* gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
testtreesort worked through a big coincidence all this time.
* gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
code.
* tests/testtreecolumns.c: Big 'ol warning at the top letting
people know that this code should never ever ever be copied.

HA!

While everyone else was busy flaming eash other over configuration
engines, I secretly got sorting completely working with store widgets
and GtkTreeView.  GtkTreeModelSort, here I come!!!!!

23 years agoFixed a small typo, it should be GTK_WINDOW_GROUP_GET_CLASS and not
Jonas Borgström [Fri, 15 Jun 2001 18:58:58 +0000 (18:58 +0000)]
Fixed a small typo, it should be GTK_WINDOW_GROUP_GET_CLASS and not

2001-06-15  Jonas Borgström  <jonas@codefactory.se>

* gtk/gtkwindow.h: Fixed a small typo, it should be
GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
on line 134.

23 years agoDocs fixups, and:
Havoc Pennington [Fri, 15 Jun 2001 18:25:42 +0000 (18:25 +0000)]
Docs fixups, and:

2001-06-14  Havoc Pennington  <hp@redhat.com>

        Docs fixups, and:

* gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
GTK_DISABLE_DEPRECATED

23 years agoUpdate to new PangoLanguage changes.
Alexander Larsson [Fri, 15 Jun 2001 15:58:26 +0000 (15:58 +0000)]
Update to new PangoLanguage changes.

2001-06-15  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Update to new PangoLanguage changes.

* gtk/gtkwindow-decorate.c:
* gtk/gtkwindow.[ch]:
Added setting argument to gtk_window_set_has_frame ()

23 years agoWhoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.
Jonathan Blandford [Thu, 14 Jun 2001 23:25:52 +0000 (23:25 +0000)]
Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.

Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
finish it off tonight, though it basically works now when it's a
list.  Also, I have a sinking feeling neither GtkTreeStore or
GtkListStore actually resort when adding a new item.  I'll look
into it.

23 years agofix bug identified by warnings I just added to gtktextbuffer
Havoc Pennington [Thu, 14 Jun 2001 22:29:48 +0000 (22:29 +0000)]
fix bug identified by warnings I just added to gtktextbuffer

2001-06-14  Havoc Pennington  <hp@redhat.com>

* demos/gtk-demo/main.c (load_file): fix bug identified by
warnings I just added to gtktextbuffer

23 years agofix other typo
Havoc Pennington [Thu, 14 Jun 2001 22:25:23 +0000 (22:25 +0000)]
fix other typo

2001-06-14  Havoc Pennington  <hp@redhat.com>

* gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo

* gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo

* gtk/gtktextbtree.c: don't leak node data all over the place.

* demos/gtk-demo/main.c (main): create fontify tags for the right
buffer

* gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
to mention tags in the same table can't have the same name,
suggested by Skip Montanaro

2001-06-11  Havoc Pennington  <hp@redhat.com>

* gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning
for trying to add two tags with same name to the tag table

* demos/gtk-demo/main.c (main): fix colors ;-)

23 years agoAdd a GtkWindowGroup struct that allows grouping together multiple windows
Owen Taylor [Thu, 14 Jun 2001 21:44:01 +0000 (21:44 +0000)]
Add a GtkWindowGroup struct that allows grouping together multiple windows

Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
that allows grouping together multiple windows so that grabs
within that set of windows only affect those windows.

* gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
signal for notification when a widget becomes shadowed
by a grab or is no longer shadowed by a grab.

* gtk/gtkwidget.c (gtk_widget_propagate_state)
  gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
insenstive widgets to maintain a grab.

23 years agoAdd missing gdk_rectangle_get_type() prototype.
Owen Taylor [Thu, 14 Jun 2001 20:41:44 +0000 (20:41 +0000)]
Add missing gdk_rectangle_get_type() prototype.

Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.

* gtk/gtk[hv]scale.c: Include math.h, stdlib.h

* gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
  gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
  gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
  gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
  to recent changes in Pango.

* tests/testgtk.c: Set language tags with gtk_label_set_markup()
  to test whether the basic engine honors them.

23 years agoAdd some example config files that can be used with the URW fonts.
Alexander Larsson [Thu, 14 Jun 2001 18:10:01 +0000 (18:10 +0000)]
Add some example config files that can be used with the URW fonts.

2001-06-14  Alexander Larsson  <alexl@redhat.com>

        * docs/README.linux-fb:
Add some example config files that can be used with the URW fonts.

* gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
Set up the color ramps for DirectColor mode.

23 years agoversion to 1.3.6
Havoc Pennington [Thu, 14 Jun 2001 16:34:21 +0000 (16:34 +0000)]
version to 1.3.6

2001-06-11  Havoc Pennington  <hp@redhat.com>

* configure.in: version to 1.3.6

23 years agoRelease 1.3.6
Havoc Pennington [Wed, 13 Jun 2001 22:25:15 +0000 (22:25 +0000)]
Release 1.3.6

2001-06-11  Havoc Pennington  <hp@redhat.com>

* Release 1.3.6

23 years agoUnify shaped window code and make it repaint the area that used to be part
Alexander Larsson [Wed, 13 Jun 2001 21:40:37 +0000 (21:40 +0000)]
Unify shaped window code and make it repaint the area that used to be part

2001-06-13  Alexander Larsson  <alla@lysator.liu.se>

* gdk/linux-fb/gdkwindow-fb.c:
Unify shaped window code and make it repaint the area that used
to be part of the shape, but isn't anymore.

23 years agoUpdates
Havoc Pennington [Wed, 13 Jun 2001 21:24:09 +0000 (21:24 +0000)]
Updates

2001-06-11  Havoc Pennington  <hp@redhat.com>

* NEWS: Updates

* configure.in (GTK_MINOR_VERSION): bump version to 1.3.6

* gtk/Makefile.am: glib_genmarshal already contains top_builddir

23 years agoDon't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so do
Alexander Larsson [Wed, 13 Jun 2001 16:00:24 +0000 (16:00 +0000)]
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so do

2001-06-13  Alexander Larsson  <alla@lysator.liu.se>

* gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
passes zero instead, so do we.

23 years agoDeep copy dash_list too. (_gdk_fb_gc_new): Set default cap_style before
Alexander Larsson [Wed, 13 Jun 2001 15:02:35 +0000 (15:02 +0000)]
Deep copy dash_list too. (_gdk_fb_gc_new): Set default cap_style before

2001-06-13  Alexander Larsson  <alla@lysator.liu.se>

* gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
Deep copy dash_list too.
(_gdk_fb_gc_new): Set default cap_style before
setting values.

23 years agoshut up CVS
Sven Neumann [Wed, 13 Jun 2001 14:04:16 +0000 (14:04 +0000)]
shut up CVS

23 years agoNew functions.
Alexander Larsson [Tue, 12 Jun 2001 19:22:43 +0000 (19:22 +0000)]
New functions.

2001-06-12  Alexander Larsson  <alla@lysator.liu.se>

* gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
gdk_keymap_get_direction): New functions.

23 years agofurther justify gtk_tree_model_get_flags by adding a second flag for atk.
Jonathan Blandford [Tue, 12 Jun 2001 18:12:08 +0000 (18:12 +0000)]
further justify gtk_tree_model_get_flags by adding a second flag for atk.

Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
gtk_tree_model_get_flags by adding a second flag for atk.

* gtk/gtktreemodel.c: make cursor behavior interact better with
mouse presses.

23 years agochanged expand_row/collapse_row to be 2 signals each -- test_expand_row
Jonathan Blandford [Mon, 11 Jun 2001 16:59:28 +0000 (16:59 +0000)]
changed expand_row/collapse_row to be 2 signals each -- test_expand_row

Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_class_init): changed
expand_row/collapse_row to be 2 signals each -- test_expand_row
and row_expanded as well as test_collapse_row and row_collapsed.

23 years agoUpdate signal name to be changed instead of selection_changed.
Anders Carlsson [Sun, 10 Jun 2001 09:57:55 +0000 (09:57 +0000)]
Update signal name to be changed instead of selection_changed.

2001-06-10  Anders Carlsson  <andersca@codefactory.se>

* demos/gtk-demo/stock_browser.c (do_stock_browser): Update
signal name to be changed instead of selection_changed.

23 years agoadd read-only "scroll_offset" property for notification when the layout
Havoc Pennington [Sat, 9 Jun 2001 00:12:00 +0000 (00:12 +0000)]
add read-only "scroll_offset" property for notification when the layout

2001-06-08  Havoc Pennington  <hp@redhat.com>

* gtk/gtkentry.c (gtk_entry_class_init): add read-only
"scroll_offset" property for notification when the layout offsets
may have changed
(gtk_entry_adjust_scroll): add notify for scroll_offset
(gtk_entry_layout_index_to_text_index): function to compensate for
preedit string when doing coordinate stuff on the entry's layout
(gtk_entry_text_index_to_layout_index): inverse function
(gtk_entry_get_layout_offsets): hook to get current position of
the layout
(gtk_entry_get_layout): hook to get the layout itself.

* gtk/gtklabel.c (gtk_label_get_layout): new function

23 years agoNew keybinding. (gtk_tree_view_focus): Fix merge conflict.
Jonathan Blandford [Fri, 8 Jun 2001 23:51:21 +0000 (23:51 +0000)]
New keybinding. (gtk_tree_view_focus): Fix merge conflict.

Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
keybinding.
(gtk_tree_view_focus): Fix merge conflict.

23 years agonew function to clean up cursor handling.
Jonathan Blandford [Fri, 8 Jun 2001 22:59:37 +0000 (22:59 +0000)]
new function to clean up cursor handling.

Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
clean up cursor handling.

Pretty much nailed single selection motion, and multi-selection
focus minus the fact that the anchor isn't quite right.

23 years agoremove bogus g_return_if_fail
Havoc Pennington [Fri, 8 Jun 2001 20:15:49 +0000 (20:15 +0000)]
remove bogus g_return_if_fail

2001-06-08  Havoc Pennington  <hp@redhat.com>

* gdk-pixbuf-loader.c (gdk_pixbuf_loader_load_module): remove
bogus g_return_if_fail

* io-gif.c (gif_get_lzw): if delay time is 0 or smaller than
likely timeout resolution, set it to an arbitrarily-chosen short
delay.
Fixes bug #55953 from warmenhoven@yahoo.com

23 years agoadded this function
Havoc Pennington [Fri, 8 Jun 2001 19:03:23 +0000 (19:03 +0000)]
added this function

2001-06-08  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
function

* gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
this function

23 years agoAdded compat macros for all old GTK_TYPE_GDK_xxx types. Fixes bug #52892
Alex Larsson [Fri, 8 Jun 2001 19:00:29 +0000 (19:00 +0000)]
Added compat macros for all old GTK_TYPE_GDK_xxx types. Fixes bug #52892

2001-06-08  Alex Larsson  <alexl@redhat.com>

* gtk/gtkcompat.h.in:
Added compat macros for all old GTK_TYPE_GDK_xxx types.
Fixes bug #52892

23 years agoforgot to save
Havoc Pennington [Fri, 8 Jun 2001 18:11:09 +0000 (18:11 +0000)]
forgot to save

23 years agohad GtkContainerClass as parent still
Havoc Pennington [Fri, 8 Jun 2001 18:10:43 +0000 (18:10 +0000)]
had GtkContainerClass as parent still

2001-06-08  Havoc Pennington  <hp@redhat.com>

* gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
parent still

23 years agogeez, don't call g_list funcs on GSList
Havoc Pennington [Fri, 8 Jun 2001 18:09:34 +0000 (18:09 +0000)]
geez, don't call g_list funcs on GSList

2001-06-08  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
don't call g_list funcs on GSList

* gtk/gtkwidget.c (gtk_widget_child_focus): replaces
gtk_container_focus(), since some widgets have focusable locations
which are not other widgets. These widgets should not have to be
containers just to manage the focus. For example, GtkHSV is
currently a container for no good reason. Also, this cleans
up the "if (is_container && is_sensitive && is_drawable)
container_focus ()" mess in widget implementations.

* gtk/gtkcontainer.c (gtk_container_focus): deprecate this
function, and have it just call gtk_widget_child_focus().

* gtk/gtkhsv.c: derive from widget not container

Throughout: fix to reflect GtkContainer::focus change

23 years agowarn if row/cols are out of range. Fix bug #55921
Jonathan Blandford [Fri, 8 Jun 2001 16:50:58 +0000 (16:50 +0000)]
warn if row/cols are out of range. Fix bug #55921

Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
range.  Fix bug #55921

* gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
(#55920).

Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
range.  Fix bug #55921

* gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
(#55920).

23 years agoAdd a direction-changed signal, and gdk_keymap_get_current_direction().
Owen Taylor [Fri, 8 Jun 2001 16:07:00 +0000 (16:07 +0000)]
Add a direction-changed signal, and gdk_keymap_get_current_direction().

Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkkeys.[ch]: Add a direction-changed signal,
and gdk_keymap_get_current_direction().

* gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
  gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
the current locked group, use it to set the keymap
direction.

* gtk/gtksettings.c: Add a new gtk-split-cursor setting
to determine whether we draw a split cursor or use
a jumping cursor based on the current direction.

* gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
Obey the split cursor setting.

Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkimmulticontext.c (activate_cb): Only activate
when toggling on, not when toggling off... (#55906)

Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.c (gtk_widget_set_double_buffered):
s/gdk_window_begin_paint/gdk_window_begin_paint_region/
in docs. (#55812, Vitaly Tishkov)

23 years agoChanged signal name from selection_changed to changed in signal connection
Anders Carlsson [Fri, 8 Jun 2001 07:09:59 +0000 (07:09 +0000)]
Changed signal name from selection_changed to changed in signal connection

2001-06-08  Anders Carlsson  <andersca@codefactory.se>

* demos/gtk-demo/main.c (create_tree): Changed signal name from
selection_changed to changed in signal connection to GtkTreeSelection,
also used g_signal_connectc since GtkTreeSelection is now a GObject.

23 years agoNow it's a GObject instead of a GtkObject. The
Jonathan Blandford [Thu, 7 Jun 2001 22:33:14 +0000 (22:33 +0000)]
Now it's a GObject instead of a GtkObject. The

Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeselection.c: Now it's a GObject instead of a
GtkObject.  The GtkTreeSelection::selection_changed signal is now
the GtkTreeSelection::changed signal.

* gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
object.

* tests/gtktree*.c: Modified to deal with new GtkTreeSelection
object.

23 years agofix glib-mkenums and glib-genmarshal again
Havoc Pennington [Thu, 7 Jun 2001 22:01:26 +0000 (22:01 +0000)]
fix glib-mkenums and glib-genmarshal again

2001-06-07  Havoc Pennington  <hp@redhat.com>

* gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again

23 years agouse Owen's new way of doing stampfiles/generated sources
Havoc Pennington [Thu, 7 Jun 2001 21:13:11 +0000 (21:13 +0000)]
use Owen's new way of doing stampfiles/generated sources

2001-06-07  Havoc Pennington  <hp@redhat.com>

* Makefile.am: use Owen's new way of doing stampfiles/generated
sources

23 years agofixups for glib-mkenums and glib-genmarshal (not tested yet because with
Havoc Pennington [Thu, 7 Jun 2001 20:43:05 +0000 (20:43 +0000)]
fixups for glib-mkenums and glib-genmarshal (not tested yet because with

2001-06-07  Havoc Pennington  <hp@redhat.com>

* gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
(not tested yet because with absolute path to srcdir I can't build
atk, but it was broken anyway so this may help)

23 years agooutput m4macros/Makefile
Havoc Pennington [Thu, 7 Jun 2001 19:00:41 +0000 (19:00 +0000)]
output m4macros/Makefile

2001-06-07  Havoc Pennington  <hp@redhat.com>

* configure.in: output m4macros/Makefile

23 years agohook up arrow buttons. Fixes #55460 reported by matthiasc@poet.de.
Jonathan Blandford [Thu, 7 Jun 2001 18:06:08 +0000 (18:06 +0000)]
hook up arrow buttons. Fixes #55460 reported by matthiasc@poet.de.

Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
buttons.  Fixes #55460 reported by matthiasc@poet.de.

23 years agocentralize expansion/collapsing so it only happens in one place.
Jonathan Blandford [Thu, 7 Jun 2001 17:22:15 +0000 (17:22 +0000)]
centralize expansion/collapsing so it only happens in one place.

Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@webwynk.net>

* gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
expansion/collapsing so it only happens in one place.
(gtk_tree_view_real_expand_row): ditto.

23 years agosubst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables
Havoc Pennington [Thu, 7 Jun 2001 16:40:01 +0000 (16:40 +0000)]
subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables

2001-06-07  Havoc Pennington  <hp@redhat.com>

* m4macros/glib-2.0.m4: subst GLIB_GENMARSHAL, GOBJECT_QUERY,
GLIB_MKENUMS variables

* gmodule-2.0.pc.in: add gmodule_supported variable

* glib-2.0.pc.in: add glib_genmarshal, gobject_query,
glib_mkenums variables

* configure.in: put G_MODULE_SUPPORTED value into
.pc files

* autogen.sh: support AUTOGEN_SUBDIR_MODE

* Makefile.am: add -uninstalled.pc.in to EXTRA_DIST

2001-06-07  Havoc Pennington  <hp@redhat.com>

* pango/Makefile.am: add libpango.la to _DEPENDENCIES for the
other libs

* configure.in: use AM_PATH_GLIB_2_0

* autogen.sh: support AUTOGEN_SUBDIR_MODE

* Makefile.am: dist the .pc.in files

2001-06-07  Havoc Pennington  <hp@redhat.com>

* atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
glib-genmarshal

* configure.in: rearrange the library checks to support
uninstalled linking

* autogen.sh: add support for AUTOGEN_SUBDIR_MODE

* atk-uninstalled.pc.in: new file, allows linking to uninstalled
ATK in giant GTK tarball

2001-06-07  Havoc Pennington  <hp@redhat.com>

* tests/Makefile.am: add missing -I flag

* gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.

* configure.in: use pkg-config to see if GModule is
supported; fix to properly turn on included loaders
when GModule isn't supported; don't use AC_CHECK_LIB
when libs are not installed yet

* autogen.sh: add support for AUTOGEN_SUBDIR_MODE

* Makefile.am (SUBDIRS): add m4macros subdir

* gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
dependencies also.

23 years agofix silly bug reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
Jonathan Blandford [Thu, 7 Jun 2001 15:34:06 +0000 (15:34 +0000)]
fix silly bug reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.

Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.

23 years agoUpdated Azeri and Walloon files
Pablo Saratxaga [Thu, 7 Jun 2001 15:21:09 +0000 (15:21 +0000)]
Updated Azeri and Walloon files

23 years agoHandle key bindings to expand and collapse rows.
Jonathan Blandford [Thu, 7 Jun 2001 00:07:32 +0000 (00:07 +0000)]
Handle key bindings to expand and collapse rows.

Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c
(gtk_tree_view_real_expand_collapse_cursor_row): Handle key
bindings to expand and collapse rows.
(gtk_tree_view_real_select_cursor_parent): New key binding.
(gtk_tree_view_real_toggle_cursor_row): New key binding.

* gtk/gtkmarshal.list: new
marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)

23 years agoadd "inverted" property
Havoc Pennington [Wed, 6 Jun 2001 20:39:02 +0000 (20:39 +0000)]
add "inverted" property

2001-06-06  Havoc Pennington  <hp@redhat.com>

* gtk/gtkrange.c (gtk_range_class_init): add "inverted" property

* gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
Down to move visually rather than logically, since it confuses
people. Add -/+ and Ctrl--/+ bindings for logical movement.

23 years agoFix up error messages.
Alex Larsson [Wed, 6 Jun 2001 16:20:18 +0000 (16:20 +0000)]
Fix up error messages.

2001-06-06  Alex Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
Fix up error messages.

23 years agoInclude gtkwidget.h (#55798, Karl Nelson)
Owen Taylor [Wed, 6 Jun 2001 14:35:58 +0000 (14:35 +0000)]
Include gtkwidget.h (#55798, Karl Nelson)

Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktooltips.h: Include gtkwidget.h
(#55798, Karl Nelson)

* gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
a valid latin-1 character. (Marc Lehmann, #35467)

* gdk/x11/gdkwindow-x11.c: Fix minor typo in comment.
(Marc Lehmann, #35467)

23 years agoDon't swap the order of the args to gtk_widget_destroyed.
Alex Larsson [Wed, 6 Jun 2001 00:05:52 +0000 (00:05 +0000)]
Don't swap the order of the args to gtk_widget_destroyed.

2001-06-05  Alex Larsson  <alexl@redhat.com>

* demos/gtk-demo/appwindow.c (do_appwindow):
Don't swap the order of the args to gtk_widget_destroyed.

23 years agorename from gtk_text_iter_reorder
Havoc Pennington [Tue, 5 Jun 2001 21:53:56 +0000 (21:53 +0000)]
rename from gtk_text_iter_reorder

2001-06-05  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextiter.c (gtk_text_iter_order): rename from
gtk_text_iter_reorder

23 years agoDon't crash when the properties window is destroyed.
Alex Larsson [Tue, 5 Jun 2001 21:48:24 +0000 (21:48 +0000)]
Don't crash when the properties window is destroyed.

2001-06-05  Alex Larsson  <alexl@redhat.com>

* tests/testgtk.c (destroy_properties):
Don't crash when the properties window is destroyed.

* gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
Use with_mnemonics to handle the case of stock items with
underscores in them.

23 years agorename from gtk_text_iter_reorder
Havoc Pennington [Tue, 5 Jun 2001 21:43:37 +0000 (21:43 +0000)]
rename from gtk_text_iter_reorder

2001-06-05  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextiter.c (gtk_text_iter_order): rename from
gtk_text_iter_reorder

23 years agonew function
Havoc Pennington [Tue, 5 Jun 2001 20:45:33 +0000 (20:45 +0000)]
new function

2001-06-05  Havoc Pennington  <hp@redhat.com>

* gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function

23 years agoclamp the value to the range that was set
Havoc Pennington [Tue, 5 Jun 2001 20:07:02 +0000 (20:07 +0000)]
clamp the value to the range that was set

2001-06-05  Havoc Pennington  <hp@redhat.com>

* gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value
to the range that was set

* gtk/gtkrange.c: add value_changed signal, primarily
intended for use with GtkScale
(gtk_range_set_increments): new function
(gtk_range_set_range): new function with weird name
(gtk_range_set_value): new function
(gtk_range_get_value): new function

* gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename
from gtk_spin_button_get_value_as_float(). Compat #define
added for get_value_as_float.

* gtk/gtkhscale.c (gtk_hscale_new_with_range): new function

* gtk/gtkvscale.c (gtk_vscale_new_with_range): new function

2001-06-05  Havoc Pennington  <hp@redhat.com>

* test-loaders.c (main): use putenv not setenv, reported by
 Armin Theissen

23 years agoFix bug #55573
Jonathan Blandford [Tue, 5 Jun 2001 19:01:30 +0000 (19:01 +0000)]
Fix bug #55573

Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573

23 years agoDeprecate gtk_widget_set().
Owen Taylor [Tue, 5 Jun 2001 18:51:52 +0000 (18:51 +0000)]
Deprecate gtk_widget_set().

Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkwidget.h: Deprecate gtk_widget_set().

* tests/testgtk.c (create_tooltips): Remove usage of
gtk_widget_set().

23 years agoUse new mnemonic convenience functions
Havoc Pennington [Tue, 5 Jun 2001 18:22:30 +0000 (18:22 +0000)]
Use new mnemonic convenience functions

2001-06-05  Havoc Pennington  <hp@redhat.com>

* gtk/gtkcolorsel.c: Use new mnemonic convenience functions

Applying patch from Jeff Franks, with function docs added.

* gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
remove call to set_mnemonic_widget, change docs a bit.

* gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
new function

* gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
new function

* gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function

* gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
function
(gtk_radio_button_new_with_mnemonic_from_widget): new function

* gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
new function

* gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
function

* gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on
auto-selection of mnemonic widget.

23 years agofile testmultidisplaysimple.c was initially added on branch gtk-multihead.
Erwann Chenede [Tue, 5 Jun 2001 16:10:23 +0000 (16:10 +0000)]
file testmultidisplaysimple.c was initially added on branch gtk-multihead.

23 years agoFix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
Jonathan Blandford [Tue, 5 Jun 2001 15:30:53 +0000 (15:30 +0000)]
Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.

Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
(gtk_tree_view_column_set_min_width): ditto.

23 years agos/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
Owen Taylor [Tue, 5 Jun 2001 15:05:21 +0000 (15:05 +0000)]
s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)

Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS):
s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)

Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
gtk_clist_thaw().

23 years agoImprove docs for GtkStateType. (Fixes #55751, among other things.)
Owen Taylor [Tue, 5 Jun 2001 14:55:53 +0000 (14:55 +0000)]
Improve docs for GtkStateType. (Fixes #55751, among other things.)

Tue Jun  5 10:54:48 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/tmpl/gtkenums.sgml: Improve docs for GtkStateType.
(Fixes #55751, among other things.)