- 26 Aug, 2004 5 commits
-
-
Matthias Clasen authored
Thu Aug 26 01:23:16 2004 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf-core.h: * gdk-pixbuf.symbols: * gdk-pixbuf-io.c (gdk_pixbuf_new_from_file_at_scale): Add gdk_pixbuf_new_from_file_at_scale(), which is just like gdk_pixbuf_new_from_file_at_size(), but optionally ignores the aspect ratio. (#136395, Dom Lachowicz)
-
Robert Ögren authored
2004-08-22 Robert Ögren <gtk@roboros.com> On Win32, make graphical tablets work on multi-monitor systems. (#145467, reported by buttknock1@ya...) * gdk/win32/gdkinput-win32.c (gdk_input_translate_coordinates): Use dimensions of _gdk_parent_root as screen size. (gdk_input_get_root_relative_geometry): Get coordinates relative to GDK root window instead of Win32 coordinates. (_gdk_input_other_event): Updated accordingly.
-
Manish Singh authored
Wed Aug 25 17:24:17 2004 Manish Singh <yosh@gimp.org> * gdk/x11/gdkfont-x11.c: remove unused gdk_font_charset_for_locale() function. * gdk/x11/gdkinput-x11.c (_gdk_input_common_init): remove unused variables num_extensions and extensions. * gtk/gtkhsv.c: remove unused gtk_hsv_get_focus_gc() function.
-
Manish Singh authored
Wed Aug 25 17:23:23 2004 Manish Singh <yosh@gimp.org> * io-gif.c: remove unused set_need_recomposite() function.
-
Manish Singh authored
Wed Aug 25 17:14:58 2004 Manish Singh <yosh@gimp.org> * gtk/gtktreeview.c (gtk_tree_view_search_activate): initialize path so we don't potentially use an undefined pointer. * gtk/gtkfilechooserdefault.c (shortcuts_list_create): add G_CALLBACK cast for tree_view_keybinding_cb. * gtk/gtkfilechooserdefault.c (location_entry_create): cast to GTK_FILE_CHOOSER_ENTRY for _gtk_file_chooser_entry_set_file_part() calls. * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_start_editing): cast to GTK_COMBO_BOX for gtk_combo_box_set_active_iter() call. * gtk/gtkselection.c (selection_get_text_plain): make len a gsize, since that's what g_convert_with_fallback() expects.
-
- 25 Aug, 2004 11 commits
-
-
David Lodge authored
2004-08-25 David Lodge <dave@cirt.net> * ang.po: Updated Old English translation
-
Jonathan Blandford authored
Wed Aug 25 16:14:34 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_search_activate): activate the typeahead entry on enter.
-
Matthias Clasen authored
2004-08-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Steal ATTACHED_MENUS list so its tail isn't freed when we re-set it, noticed by Hans Petter Jansson.
-
Matthias Clasen authored
2004-08-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix a typo, noticed by Tim Janik.
-
Jonathan Blandford authored
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com> * gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down button to be end-justified, so that clicking on it is a stable operation.
-
Jonathan Blandford authored
Tue Aug 24 02:06:37 2004 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeview.c (gtk_tree_view_real_expand_collapse_cursor_row): Don't handle the event if we have no children. * gtk/gtkfilechooserdefault.c (trap_activate_cb): (tree_view_keybinding_cb):Since GtkTreeView has a keybinding attached to '/', we need to catch keypresses before the TreeView gets them. (gtk_file_chooser_default_class_init): add '/' to be a keybinding to the C-l dialog. (location_entry_create): Clear the text to "" when loading a file. This has a much better feel than putting the currently selected in. * #include <errno.h>
-
Gustavo M. D. Vieira authored
2004-08-25 Gustavo Maciel Dias Vieira <gustavo@sagui.org> * pt_BR.po: Some consistency fixes.
-
Matthias Clasen authored
2004-08-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c (check_is_folder): Use get_file_info() rather than trying get_folder() and checking for an error directly because older versions of the gnome-vfs backend don't return an error immediately. (#150852, Zack Cerza )
-
Matthias Clasen authored
-
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 1 commit
-
-
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)
-