- 25 Aug, 2004 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 24 Aug, 2004 12 commits
-
-
Søren Sandmann authored
Wed Aug 25 00:09:07 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtkliststore.c (gtk_list_store_move_after): Fix logical errors in gtk_list_store_move_before/after(). (#150983, patch by Robert Ögren).
-
Søren Sandmann authored
Wed Aug 25 00:22:48 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtksequence.c: Remove debug spew
-
Matthias Clasen authored
2004-08-24 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_new_with_mime_type): Use the correct index, and compare correctly, reported by Tommi Komulainen.
-
Matthias Clasen authored
2004-08-24 Matthias Clasen <mclasen@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_new_with_mime_type): Use the correct index, reported by Tommi Komulainen.
-
Søren Sandmann authored
Tue Aug 24 21:46:42 2004 Søren Sandmann <sandmann@redhat.com> * gtk/gtksequence.c (_gtk_sequence_move): Just return if the parameters are identical. (#150159, Robert Ögren)
-
Matthias Clasen authored
2004-08-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c (connect_proxy, disconnect_proxy): Handle action_group being NULL. (#150869, Tommi Komulainen)
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-08-24 Matthias Clasen <mclasen@redhat.com> * gdk/gdkimage.c (allocate_scratch_images): Use the correct index variable. (#150941, Tommi Komulainen)
-
Matthias Clasen authored
2004-08-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_node_queue_redraw): Take header height and adjustment into account. (#136496, Pawek Salek)
-
Matthias Clasen authored
2004-08-24 Matthias Clasen <mclasen@redhat.com> * gdk-pixdata.c (gdk_pixdata_from_pixbuf): Work around bugs in the runlength encoder by forcing rowstride * height to be divisible by bpp. (#150882)
-
Matthias Clasen authored
Tue Aug 24 02:28:21 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: Include visual index. * gtk/visual_index.xml: New file listing images for visual index.
-
Matthias Clasen authored
Tue Aug 24 02:26:25 2004 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (HTML_IMAGES): Add visual index images.
-
- 23 Aug, 2004 11 commits
-
-
Jonathan Blandford authored
Mon Aug 23 17:19:19 2004 Jonathan Blandford <jrb@redhat.com> * configure.in: * docs/tools/Makefile.am (clean-local): add the doc shooter to the docs dir as an uninstalled helper tool.
-
Jonathan Blandford authored
Mon Aug 23 16:56:15 2004 Jonathan Blandford <jrb@redhat.com> * gtk/Makefile.am: add images to the doc build.
-
Raymond Penners authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-08-23 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.h (struct _GdkToplevelX11): Add a user_time field. * gdk/x11/gdkwindow-x11.c (gdk_x11_window_set_user_time): Update toplevel->user_time. (show_window_internal): Update the user time when re-mapping a toplevel window. (#150502, Elijah Newren)
-
Soeren Sandmann authored
Mon Aug 23 17:33:52 2004 Soeren Sandmann <sandmann@redhat.com> * ChangeLog: Remove conflict markers.
-
Matthias Clasen authored
2004-08-23 Matthias Clasen <mclasen@redhat.com> Fix #150822, reported by Christian Persch * gtk/gtklabel.c (gtk_label_ensure_layout): Set the layout width appropriately when ellipsized. (gtk_label_size_allocate): Only set the layout width if there is a layout.
-
Matthias Clasen authored
2004-08-23 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Support the latest EWMH additions to the _NET_ACTIVE_WINDOW client message format. (#150668, Elijah Newren)
-
cinamod authored
-
Iñaki Larrañaga authored
2004-08-23 Iñaki Larrañaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
-
Matthias Clasen authored
Mon Aug 23 01:17:59 2004 Matthias Clasen <maclas@gmx.de> * gdk/gdkrgb.c (gdk_rgb_xpixel_from_rgb_internal): Set unused bits in pixel to 1s in case they are used as alpha; copying code from gdk_colormap_alloc_colors(). (#150466, Rich Wareham)
-
- 22 Aug, 2004 13 commits
-
-
Philip Langdale authored
2004-08-22 Philip Langdale <plangdale@vmware.com> * gtk/gtkaction.c (gtk_action_disconnect_proxy): Two signals (gtk_action_sync_property and gtk_action_sync_sensitive) were not being correctly disconnected, leading to actions continuing to affect disconnected proxies. (#150607)
-
Tor Lillqvist authored
2004-08-22 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkwindow-win32.c (gdk_window_new_internal, gdk_window_new, gdk_window_set_skip_taskbar_hint): Don't show TEMP windows in the Task Manager. Implement by calling gdk_window_set_skip_taskbar_hint(TRUE) on them. (#145481, Tim Evans)
-
Tor Lillqvist authored
2004-08-22 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdisplay-win32.c (enum_monitor, gdk_display_open): Report whole of (primary) monitor, including any taskbars. Excluding the taskbar area from the "root window" reported to GDK doesn't seem to be that useful although gdk/win32 had been doing it for a very long time. (#149013, see also #145467 and #148526)
-
Soeren Sandmann authored
Sun Aug 22 16:55:15 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkexpander.c * gtk/gtkalignment.c: * gtk/gtktexttag.c Make enums match property names. Found by a script by Tommi Komulainen. * gtk/gtkpaned.c (gtk_paned_class_init): fix min/max mixup. Sun Aug 22 16:09:49 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkliststore.h (struct _GtkListStore): * gtk/gtkliststore.c (gtk_list_store_init): * gtk/gtkliststore.c (gtk_list_store_insert): * gtk/gtkliststore.c (gtk_list_store_remove): Restore length field; PyGTK and maybe others use it directly.
-
Soeren Sandmann authored
Sun Aug 22 16:09:49 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkliststore.h (struct _GtkListStore): * gtk/gtkliststore.c (gtk_list_store_init): * gtk/gtkliststore.c (gtk_list_store_insert): * gtk/gtkliststore.c (gtk_list_store_remove): Restore length field; PyGTK and maybe others use it directly.
-
Soeren Sandmann authored
Sun Aug 22 15:46:56 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkpaned.c (gtk_paned_class_init): s/CYCLE_HANDLE_FOCUS/CYCLE_CHILD_FOCUS/ * gtk/gtkfontbutton.c (gtk_font_button_class_init): s/PROP_SHOW_SIZE/PROP_SHOW_STYLE/ Both pointed out by Tommi Komulainen.
-
Soeren Sandmann authored
Sun Aug 22 13:44:53 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkpaned.c (gtk_paned_class_init): Use PROP_MAX_POSITION, not PROP_MIN_POSITION for the max_position property. Fix pointet out by Tommi Komulainen.
-
Soeren Sandmann authored
Sun Aug 22 13:32:33 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkliststore.c (gtk_list_store_insert): Normalize the position so we don't create paths with off-list indices. (#150320).
-
Soeren Sandmann authored
Sun Aug 22 12:04:59 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Use the correct tree path (#150289, Morten Welinder).
-
Matthias Clasen authored
Sun Aug 22 03:20:56 2004 Matthias Clasen <maclas@gmx.de> * pixops/pixops.c (pixops_scale_nearest): Fix a mixup in the handling of dest_channels. (#111922, Christophe Fergeau)
-
Matthias Clasen authored
Sun Aug 22 00:08:44 2004 Matthias Clasen <maclas@gmx.de> Fix #150406, reported by Fernando San Martín Woerner, patch by Gustavo Carneiro. * gtk/gtkentrycompletion.c (gtk_entry_completion_default_completion_func): Check that column is of type G_TYPE_STRING before proceeding.
-
Matthias Clasen authored
Sat Aug 21 23:53:39 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreestore.c (gtk_tree_store_swap): Don't use an uninitialized tree iter. (#150414, Torsten Schoenfeld)
-
Matthias Clasen authored
Sat Aug 21 23:29:54 2004 Matthias Clasen <maclas@gmx.de> Fix #150738, Tomislav Jonjic. * gtk/gtktoolitem.h (GTK_IS_TOOL_ITEM_CLASS): * gtk/gtktoolbutton.h (GTK_IS_TOOL_BUTTON_CLASS): * gtk/gtktoggleaction.h (GTK_IS_TOGGLE_ACTION_CLASS): * gtk/gtkseparatortoolitem.h (GTK_IS_SEPARATOR_TOOL_ITEM_CLASS): * gtk/gtkradiotoolbutton.h (GTK_IS_RADIO_TOOL_BUTTON_CLASS): * gtk/gtkradioaction.h (GTK_IS_RADIO_ACTION_CLASS): * gtk/gtkuimanager.h (GTK_IS_UI_MANAGER_CLASS): * gtk/gtkaction.h (GTK_IS_ACTION_CLASS): Fix macro definitions.
-
- 20 Aug, 2004 1 commit
-
-
Owen Taylor authored
Fri Aug 20 11:59:10 2004 Owen Taylor <otaylor@redhat.com> * io-bmp.c: Fix infinite loop that can occur for bad image data (#150601, Chris Evans, Manish Singh)
-
- 19 Aug, 2004 1 commit
-
-
Manish Singh authored
Wed Aug 18 17:25:26 2004 Manish Singh <yosh@gimp.org> * demos/testpixbuf-save.c * demos/gtk-demo/hypertext.c: Get rid of some unnecessary casts. * demos/gtk-demo/appwindow.c: Make activate_email and activate_url match the arguments for GtkAboutDialogActivateLinkFunc.
-