summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Released GTK+ 1.2.1GTK_1_2_1CST 1999 Shawn T. Amundson1999-03-2527-36/+124
| | | | | | | | | | | | | | | | Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.2.1 * INSTALL: README: sanity_check: Updated. * docs/gtk-config.1.in: docs/Makefile.am: configure.in: gtk-config is now generated. * docs/gtk-config.1: Removed, now generated.
* type/macro fixups.Tim Janik1999-03-2410-9/+39
| | | | | | Wed Mar 24 09:24:03 1999 Tim Janik <timj@gtk.org> * gtk/gtkdrawingarea.[hc]: type/macro fixups.
* Added missing "%" to "prefix"Stefan Jeske1999-03-241-5/+5
|
* 1112: add missing . after @xrefKjartan Maraas1999-03-221-1/+1
| | | | | | 1999-03-22 Kjartan Maraas <kmaraas@online.no> * gtk.texi:1112: add missing . after @xref
* grrr, stupid cvs, try grasp the meaning of "abort"!Tim Janik1999-03-227-28/+28
| | | | | | | | | | | | | | | | | | | | Mon Mar 22 05:51:34 1999 Tim Janik <timj@gtk.org> * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible *and* mapped (i.e. drawable). (gtk_bin_expose): only send exposes to drawable children. * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable. (gtk_box_expose): only send exposes to drawable children. * gtk/gtkhscale.c (gtk_hscale_draw): * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area which is parent relative because we're a NO_WINDOW widget, so we need to offset the trough area by allocation.x and allocation.y before the check. (this must not be done for the background area though, since that's already computed parent relative).
* only redraw children that are visible *and* mapped (i.e. drawable).Tim Janik1999-03-2211-11/+142
| | | | | | | | | | | | | | | | | | | | Mon Mar 22 05:51:34 1999 Tim Janik <timj@gtk.org> * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible *and* mapped (i.e. drawable). (gtk_bin_expose): only send exposes to drawable children. * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable. (gtk_box_expose): only send exposes to drawable children. * gtk/gtkhscale.c (gtk_hscale_draw): * gtk/gtkvscale.c (gtk_vscale_draw): hm, this is an ugly one. we first compute the size of our trough area here (window relative) and then check intersection with the draw_area which is widget relative, so we need to offset the trough area by allocation.x and allocation.y before the check. (this must not be done for the background area though, sicne that's already computed parent relative).
* unmap clist if neccessary, unrealize title buttons.Lars Hamann1999-03-218-12/+56
| | | | | | | Mon Mar 22 00:41:39 1999 Lars Hamann <lars@gtk.org> * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary, unrealize title buttons.
* shut up cvsManish Singh1999-03-211-0/+2
| | | | -Yosh
* acinclude.m4 config.guess config.sub ltconfig upgrade to libtool 1.2fManish Singh1999-03-2014-1740/+3393
| | | | | | | | | | | | | | * acinclude.m4 * config.guess * config.sub * ltconfig * ltmain.sh: upgrade to libtool 1.2f * autogen.sh: libtool is not required to autogen gtk+ * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly needed) -Yosh
* only connect/disconnect to GtkWidgetClass::event to block mouse events.Lars Hamann1999-03-199-94/+116
| | | | | | | | | | | | | | | Fri Mar 19 00:00:22 1999 Lars Hamann <lars@gtk.org> * gtk/gtkclist.c (gtk_clist_column_title_passive) (gtk_clist_column_title_active): only connect/disconnect to GtkWidgetClass::event to block mouse events. * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): zero initialize event, removed superfluous gdk_window_get_pointer call * gtk/gtklist.c (gtk_list_vertical_timeout) (gtk_list_horizontal_timeout): removed superfluous gdk_window_get_pointer call
* plugging problems reported by "Bruce Mitchener, Jr." <bruce@puremagic.com>Tim Janik1999-03-1719-215/+508
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Mar 17 09:00:00 1999 Tim Janik <timj@gtk.org> * plugging problems reported by "Bruce Mitchener, Jr." <bruce@puremagic.com> due to a purify session. * gtk/gtkstyle.c: (gtk_style_ref): (gtk_style_unref): assert ref_count to be > 0. * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize the requisition. (gtk_clist_set_shift): likewise. * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the adjustments. * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t), then reset it to NULL. * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the event before sending it and set send_event to TRUE (which needs to be done for *all* synthesized events). (gtk_list_vertical_timeout): likewise. * gdk/gdkcolor.c: (gdk_colors_free): (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the key for g_hash_table_remove() in both functions, this prevents us from accessing possibly uninitialized portions of a GdkColor structure where we are only interested in its pixel value. * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory leaks. * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event to TRUE when synthesizing events.
* make sure gtk_style_copy copies theme informationStuart Parmenter1999-03-171-12/+13
|
* updates.Tim Janik1999-03-178-0/+24
| | | | * NEWS: updates.
* bumped version number to Gtk+1.2.1, interface 0, binary 1.Tim Janik1999-03-179-2/+106
| | | | | | | | | | | | | | | | Wed Mar 17 00:44:23 1999 Tim Janik <timj@gtk.org> * configure.in: bumped version number to Gtk+1.2.1, interface 0, binary 1. * gtk/gtkfeatures.h.in: added GTK_CHECK_VERSION(major,minor,micro) macro to test for specific gtk versions, e.g. #if GTK_CHECK_VERSION (1,2,1) gtk_menu_ensure_uline_accel_group (menu); #endif /* Gtk+1.2.1 */ this macro will return whether the Gtk+ header files are from version major.minor.micro or _newer_, as opposed to gtk_check_version() which requires an exact match for binary compatibility.
* ensure the item factory class has been created.Tim Janik1999-03-1615-233/+743
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the item factory class has been created. (gtk_item_factory_parse_rc): likewise. * gtk/gtkmenu.c: keep proper references for old_active_menu_item. (gtk_menu_reparent): unset the usize of the new parent, so the menu can sanely be size requested and we don't get nasty screen artefacts upon next reparentation. (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an enter notify. only synthesize enter notifies if the pointer really is inside the event window. (gtk_menu_popdown): use gtk_menu_shell_deselect(). (gtk_menu_popup): move the background setting stuff into gtk_menu_tearoff_bg_copy() so it can be called from other places as well. * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use gtk_menu_shell_select_item() to select the new item. (gtk_menu_shell_deselect): export this function, so gtkmenu.c can do the right thing for deselection as well. Sat Mar 15 20:10:33 1999 Tim Janik <timj@gtk.org> * gtk/gtkwidget.[hc]: (gtk_widget_accelerators_locked): return whether a widget's accelerators are locked. * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or existing accelerators if the widget's accelerators are locked. Sat Mar 14 19:44:05 1999 Tim Janik <timj@gtk.org> * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items. * gtk/gtkmenu.c: truely forward key press and key release events to the menu widget from the toplevel or tearoff window. we can't simply connect to that, we need to stop further processing of the events as well. Sat Mar 13 13:14:17 1999 Tim Janik <timj@gtk.org> * gtk/gtkmenu.c: (gtk_menu_key_press): pass event->keyval, event->state to gtk_accelerator_valid, instead of event->keyval twice. refuse to install single letter accelerators for menus that use single letter shortcuts. * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use gtk_menu_ensure_uline_accel_group(). * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group() which will always return an uline accel group, made gtk_menu_get_uline_accel_group() return NULL if the group isn't yet created.
* added button_passive flag.Lars Hamann1999-03-159-112/+270
| | | | | | | | | | | | | Mon Mar 15 01:03:27 1999 Lars Hamann <lars@gtk.org> * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag. * gtk/gtkclist.c (gtk_clist_column_title_passive): Leave button sensitive, trap button_press, button_release, motion_notify, enter_notify and leave_notify events instead. (gtk_clist_column_title_active): disconnect event handler. (gtk_clist_drag_data_get): fixed memory leak. Reported by Guillaume Laurent <glaurent@worldnet.fr>
* swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since itGeorge Lebl1999-03-158-2/+51
| | | | | | | | | Mon Mar 15 03:39:47 1999 George Lebl <jirka@5z.com> * gtk/gtkdnd.c: (gtk_drag_highlight) swap the gtk_drag_highlight_expose and gtk_drag_highlight_paint since it was connecting a void function to expose_event and the int returning function to the draw signal
* fixed a few width/height mixups.Lars Hamann1999-03-109-21/+60
| | | | | | | | | | Wed Mar 10 23:49:55 1999 Lars Hamann <lars@gtk.org> * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few width/height mixups. * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal if needed.
* Significantly reduced the number of calls to gdk_draw_point() (and thus toFederico Mena Quintero1999-03-109-18/+136
| | | | | | | | | | | | | | | | Wed Mar 10 02:07:31 1999 Tim Janik <timj@gtk.org> * merged from 1.3: 1999-03-09 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced the number of calls to gdk_draw_point() (and thus to X) by clipping the points by hand. * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of the clip parameter. (gtk_handle_box_paint): Only paint the handle if the expose area intersects it.
* unref the item factory after window's destruction.Tim Janik1999-03-1014-140/+505
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Mar 10 00:11:32 1999 Tim Janik <timj@gtk.org> * gtk/testgtk.c (create_item_factory): unref the item factory after window's destruction. * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference count on the menu shell around the menu item's activation, since the signal emission may cause menu shell destruction. * gtk/gtkitemfactory.c: the previous code leaked one accel group per menu. we use gtk_menu_get_uline_accel_group() now to fix that, and with that also create the underline accelerator group of the menus only if required (i.e. an underline accelerator has been specified). (gtk_item_factory_construct): (gtk_item_factory_create_item): removed code that would create an extra accel group for the menu (and leak references). (gtk_item_factory_create_item): adapted the underline accelerator installation code to properly feature gtk_menu_get_uline_accel_group(). * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive menu->accel_group, this may return NULL if the accelerator group hasn't been set yet. added gtk_menu_get_uline_accel_group() to retrive the underline accelerator group of the menu, this will be created on demand and proper care is taken about its reference count. * gtk/gtkitemfactory.h: * gtk/gtkitemfactory.c: dumped the approach of keeping a widgets by action list on the factory since the factory<->widget destroy negotiation didn't work and would be hard to get going at all. instead we keep a list of GtkItemFactoryItem items on the factory (GtkItemFactoryItems are persistant throughout a program's life time). also, i removed the static const gchar *key_* variables, and made them inline strings (they weren't actually used anyways). (gtk_item_factory_add_item): update ifactory->items. (gtk_item_factory_destroy): destroy ifactory->items (and remove the item factory pointer from the remaining ifactory widgets). (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem list to find the widget. (gtk_item_factory_get_item): new function that works around gtk_item_factory_get_widget() limitations, this function will only return menu items, even for <Branch> entries.
* first lookup the xfont ID in our font hash table, if we have aTim Janik1999-03-0910-24/+115
| | | | | | | | | | | | Tue Mar 9 01:01:28 1999 Tim Janik <timj@gtk.org> * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our font hash table, if we have a GdkFontPrivate entry for this font already, simply increment its reference count, provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>. * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
* before adding a child to a conatiner, make sure it is (default)Tim Janik1999-03-078-0/+76
| | | | | | | | | | | | Sun Mar 7 06:13:29 1999 Tim Janik <timj@gtk.org> * gtk/gtkcontainer.c: (gtk_container_add_with_args): (gtk_container_addv): (gtk_container_add): before adding a child to a conatiner, make sure it is (default) constructed, this is neccessary because under certain circumstances the child will get relized and mapped immediatedly, in which case it has to be constructed already.
* count object_signal values > 1 as TRUE also.Tim Janik1999-03-018-1/+36
| | | | | | | Mon Mar 1 17:58:21 1999 Tim Janik <timj@gtk.org> * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal values > 1 as TRUE also.
* minor fix.Tim Janik1999-02-2710-1420/+1
|
* Incremented version to 1.2.0. -Shawn <amundson@gtk.org>GTK_1_2_0CST 1999 Shawn T. Amundson1999-02-2532-1429/+1594
| | | | | | | | | | | | | | | | | Incremented version to 1.2.0. -Shawn <amundson@gtk.org> Also: Wed Feb 24 05:26:20 CST 1999 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkitemfactory.h: added a dummy gpointer to GtkItemFactoryClass for Tim Janik. Mon Feb 22 21:22:11 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkcontainer.h gtk/gtkwidget.h: Added some padding to class structures to allow addition of signals without breaking binary compatibility.
* still request the extra width or height if the corresponding scrollbar isTim Janik1999-02-258-4/+53
| | | | | | | | | Thu Feb 25 13:38:38 1999 Tim Janik <timj@gtk.org> * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): still request the extra width or height if the corresponding scrollbar is already visible (the change from 09:50 needs to apply to policy == GTK_POLICY_AUTOMATIC only).
* updates, i left the text widget related portions in there, to serve as aTim Janik1999-02-258-75/+49
| | | | | | | | Thu Feb 25 11:27:36 1999 Tim Janik <timj@gtk.org> * TODO: updates, i left the text widget related portions in there, to serve as a guide line for things to watch out for when it gets reimplemented.
* don't add extra width or height if the requested size is mandatory (i.e.Tim Janik1999-02-258-10/+59
| | | | | | | | Thu Feb 25 09:50:38 1999 Tim Janik <timj@gtk.org> * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): don't add extra width or height if the requested size is mandatory (i.e. set through child->usize).
* New function gtk_menu_reorder_child() from Tim Janik.CST 1999 Shawn T. Amundson1999-02-259-0/+57
| | | | | | | | | Thu Feb 25 02:13:20 CST 1999 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkmenu.[ch]: New function gtk_menu_reorder_child() from Tim Janik. This will be used in GIMP, so it is tested there.
* removed bogus lineTim Janik1999-02-257-14/+0
|
* Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out byOwen Taylor1999-02-258-14/+59
| | | | | | | | Thu Feb 25 00:48:51 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkfontsel.c: Don't access *bitmapped_sizes if nbitmapped_sizes == 0. (Pointed out by zucchi@zedzone.fsi.com.au (Michael Zucchi))
* Make prototypes for drag_data_get and drag_data_received handlers matchOwen Taylor1999-02-259-4/+53
| | | | | | | | | Wed Feb 24 23:12:09 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwidget.h gtk/gtkclist.c: Make prototypes for drag_data_get and drag_data_received handlers match the types used for gtk_singal_new; time needs to be a uint, not a uint32.
* Changed bug reporting instructions to describe using the GNOME bugOwen Taylor1999-02-258-5/+66
| | | | | | | Wed Feb 24 20:34:59 1999 Owen Taylor <otaylor@redhat.com> * README: Changed bug reporting instructions to describe using the GNOME bug tracking system.
* Unset the clip mask for the GC if we set it. (Patch from Lars HamannOwen Taylor1999-02-258-0/+44
| | | | | | | | Wed Feb 24 19:08:51 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkclist.c (draw_cell_pixmap): Unset the clip mask for the GC if we set it. (Patch from Lars Hamann <lars@gtk.org>)
* added function to check if a specific signal handler connection existsTim Janik1999-02-249-44/+162
| | | | | | | | | | | | | Thu Feb 24 23:58:44 1999 Tim Janik <timj@gtk.org> * gtk/gtksignal.c (gtk_signal_handler_pending_by_id): added function to check if a specific signal handler connection exists (similar to gtk_signal_handler_pending_by_func). and yes, this is a neccessary addition, since without this function, signal handlers can not be (un)blocked or disconnected in a generic fashion without producing g_warnings(). made gtk_signal_get_handlers() an inline function since it's used in a lot of places, especially within signal emission.
* Updated translation. (monospaced is still missing)Kjartan Maraas1999-02-242-116/+120
| | | | | | 1999-02-25 Kjartan Maraas <kmaraas@fib.hl.no> * Updated translation. (monospaced is still missing)
* if the widget is not editable, don't silently eat up GDK_Return, GDK_HomeTim Janik1999-02-248-1/+49
| | | | | | | | Wed Feb 24 19:35:15 1999 Tim Janik <timj@gtk.org> * gtk/gtktext.c (gtk_text_key_press): if the widget is not editable, don't silently eat up GDK_Return, GDK_Home and GDK_End, return FALSE instead so the user can still hook up key bindings.
* warn about &widget->requisition, even for toplevels.Tim Janik1999-02-2414-28/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Feb 24 11:19:12 1999 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c (gtk_widget_size_request): warn about &widget->requisition, even for toplevels. * gtk/gtkwindow.c (gtk_window_move_resize): request size into an automatic variable and check if our size has changed. when we decide to reallocate everything, we need to resize our own GdkWindow as well. * gtk/gtkmain.c: * gtk/gtkobject.c: hack time, make --gtk-debug=objects work even after gtk_type_init(), this is to "fix" gnome's arg parsing oddities. * gtk/gtktypeutils.h: don't segfault in GTK_CHECK_CLASS_TYPE and GTK_CHECK_TYPE upon NULL pointers. * gtk/gtklayout.c: removed bogus prototypes of gtk_layout_gravity_works, gtk_layout_set_static_gravity, gtk_layout_add_child_cb and gtk_layout_remove_child_cb to shut up compiler. * gtk/Makefile.am: added an empty rule gtkrc: : so make doesn't try to "update" gtkrc from gtkrc.c.
* removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. WeCST 1999 Shawn T. Amundson1999-02-248-1/+43
| | | | | | | | Wed Feb 24 05:53:15 CST 1999 Shawn T. Amundson <amundson@gtk.org> * gtk/Makefile.am: removed gtkrc rule added by Sergey Panov, because GTK+ no longer built. We don't need to install an empty gtkrc anyway.
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-24289-2/+2233
| | | | | | | Wed Feb 24 01:22:39 CST 1999 Shawn T. Amundson <amundson@gtk.org> * *.[ch]: Added notice to look in AUTHORS and ChangeLog files for a list of changes.
* fix implicit branch creation, we need the *real* parent path for this andTim Janik1999-02-238-1/+57
| | | | | | | | | Tue Feb 23 17:52:37 1999 Tim Janik <timj@gtk.org> * gtk/gtkitemfactory.c (gtk_item_factory_create_item): fix implicit branch creation, we need the *real* parent path for this and gtk_item_factory_parse_path() only returns the parent path with "_?" stripped off.
* You don't need to check one variable twice (trivial bugfix).Pavel Machek1999-02-238-1/+28
|
* When sending events to windows with a proxy, set the window field in theOwen Taylor1999-02-2310-29/+268
| | | | | | | | | | | | | | | | | | | Mon Feb 22 19:06:30 1999 Owen Taylor <otaylor@redhat.com> * gdk/gdkdnd.c (xdnd_send_*): When sending events to windows with a proxy, set the window field in the sent event to the original window, not to the proxy. (This gives consistency with Motif, and also provides information to the destination that it wouldn't have otherwise). * gtk/gtkdnd.c: Fixed some refcount leaks for windows. * gdk/gdkdnd.c (xdnd_send_xevent): When sending Xdnd event to the root window, set the event mask to ButtonPressMask. Hopefully, this should give us compatibility with kfm, if it uses the Qt style of root window drops.
* - Complete the ProgressBar API - Fix the CList example codeGMT 1999 Tony Gale1999-02-2211-313/+530
| | | | | | | | | | | Mon Feb 22 08:45:10 GMT 1999 Tony Gale <gale@gtk.org> * docs/gtk_tut.sgml: - Complete the ProgressBar API - Fix the CList example code * examples/clist/clist.c, examples/progressbar/progressbar.c: Update from tutorial
* Removed check-y/check-n backgrounds - the effect looked like a bug.Owen Taylor1999-02-219-4/+39
| | | | | | | Sun Feb 21 17:44:52 1999 Owen Taylor <otaylor@redhat.com> * gtk/testgtkrc: Removed check-y/check-n backgrounds - the effect looked like a bug.
* Always set the max width or height to at least 1, since 0 triggers bugs inOwen Taylor1999-02-219-4/+53
| | | | | | | | | Sun Feb 21 17:14:44 1999 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Always set the max width or height to at least 1, since 0 triggers bugs in some window managers. (The window "pops out" of the frame in fvwm)
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-2114-30/+98
| | | | | | | | | | | | | Sun Feb 21 16:16:22 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkscrolledwindow.c gdk/gdkfont.c gdk/gdkim.c: Changed warnings from g_message() to g_warning(). * gdk/gdkim.c (gdk_ic_destroy): Changed g_print to g_message within GDK_NOTE() * gtk/gtkcolorsel.c gtk/gtkhandlebox.c: Removed some leftover debugging printfs.
* I've made the spec file autogenerated and I updated the file listMichael Fulbright1999-02-213-3/+12
| | | | Dr Mike <drmike@redhat.com>
* Account for the fact that Xlib expects format == 32 to be a long, even onOwen Taylor1999-02-2116-53/+218
| | | | | | | | | | Sun Feb 21 15:59:55 1999 Owen Taylor <otaylor@redhat.com> * gdk/MwmUtil.h gdk/gdkwindow.c: Account for the fact that Xlib expects format == 32 to be a long, even on 64-bit architectures. [ patch from George Lebl (jirka@5z.com) ]
* removed debugging statements about embedded XID's. They could have beenOwen Taylor1999-02-2115-49/+389
| | | | | | | | | | | | | | | | Sun Feb 21 14:21:46 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.c: removed debugging statements about embedded XID's. They could have been moved to the new PLUGSOCKET debug key, but they weren't really useful anyways. * gdk/gdk.h: Added gdk_error_trap_push/pop to provide a clean interface to the gdk_error_code functionality of trapping X errors. * gtk/gtkplug.c gtk/gtksocket.c: Add error traps around accesses to foreign windows.