- 09 Apr, 2005 6 commits
-
-
Matthias Clasen authored
Add 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of the images were taken from the hicolor icon theme, and were originally created by Jakub Steiner and Tuomas Kuosmanen. (#167515, Vincent Noel) * gtk/stock-icons/stock_index_16.png: * gtk/stock-icons/stock_zoom_1_16.png: * gtk/stock-icons/stock_zoom_fit_16.png: * gtk/stock-icons/stock_zoom_in_16.png: * gtk/stock-icons/stock_zoom_out_16.png: New images. * gtk/stock-icons/Makefile.am: Add the new images.
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-04-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): Don't display too many broken images. (#169870, Roman Kagan, patch by Ivan Wong) * gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging output. (#300013, Tommi Komulainen) * io-bmp.c (gdk_pixbuf__bmp_image_save_to_callback): Don't overflow the stack. (Jakub Jelinek, Arjan van de Ven)
-
Miloslav Trmac authored
2005-04-09 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Matthias Clasen authored
2005-04-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size): If a stock_id is unknown, display the missing image. (#169870, Steven Walter)
-
Matthias Clasen authored
2005-04-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcache.c (icon_name_hash): Use the same function as in updateiconcache.c. (spotted by Morten Welinder)
-
- 08 Apr, 2005 7 commits
-
-
Matthias Clasen authored
2005-04-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this work when called from gtk_combo_box_destroy(). (#172999, Christian Persch)
-
Matthias Clasen authored
2005-04-08 Matthias Clasen <mclasen@redhat.com> * xdgmimecache.c (cache_magic_matchlet_compare_to_data) (cache_magic_matchlet_compare): Use cache->buffer, not cache.
-
Matthias Clasen authored
-
Adam Weinberger authored
2005-04-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Carl Worth authored
* gdk/gdkpango.c: (emboss_context): Simplify matrix manipulation now that cairo exposes the cairo_matrix_t structure. * gdk/gdkpixbuf-render.c: (gdk_pixbuf_set_as_cairo_source): Track cairo API change in signedness of data argument.
-
Matthias Clasen authored
2005-04-08 Matthias Clasen <mclasen@redhat.com> Fix double-click to autosize treeview columns. This was probably broken since 2.2 ! (#169675) * gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the "user-resized" state of the column on a double-click to autosize. (gtk_tree_view_button_press, gtk_tree_view_motion_resize_column): Enter the "user-resized" state of the column only if a drag actually changes the column width, not on any click.
-
Gareth Owen authored
-
- 07 Apr, 2005 17 commits
-
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_paint): Allow setting background images on menus. (#169532, Benjamin Otte)
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores the homogeneous property. (#171412, Morten Welinder)
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c (write_card16, write_card32): Avoid unaligned access. (#172947) * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): Consistently use the term "Bookmarks" in the UI. (#166906, Sebastian Bacher)
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> Some fixes from Morten Welinder (#172947): * gtk/updateiconcache.c (icon_name_hash): Make this compiler- and platform-independent. (is_cache_up_to_date): Don't compare mtimes is a stat call failed. (build_cache): Error out if a stat fails.
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkfilechooser.sgml: Add a paragraph about shortcut terminology. (#166906, Sebastien Bacher)
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them more vague. (#167088, Ken Siersma)
-
Kwok-Koon Cheung authored
* zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_expander_column): Add a hint about hiding expanders.
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkradiobutton.sgml: Add a sentence about toggling. (#159382, Worik Stanton)
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c (is_cache_up_to_date): Return TRUE if the cache is newer than the directory. (#172852, Jacob Kroon)
-
Stepan Kasal authored
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * configure.in: Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * io-bmp.c (DecodeColormap): Initialize the colormap to zero. (#171762, David Costanzo)
-
Matthias Clasen authored
2005-04-07 Matthias Clasen <mclasen@redhat.com> * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Ignore regions which fall completely outside the line. (#165862, Felipe Heidrich)
-
Matthias Clasen authored
2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source) (gtk_tree_view_enable_model_drag_dest): Pass the target list to the underlying dnd implementation, otherwise we miss the target info in the drag-data-received signal. (#164085, Jorn Baayen)
-
Matthias Clasen authored
2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Document -1 as possible value.
-
- 06 Apr, 2005 7 commits
-
-
Matthias Clasen authored
2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column) (gtk_tree_view_bin_expose): Avoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, Billy Biggs)
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrc.c (gtk_rc_parse_style): Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen)
-
Maxim Dziumanenko authored
2005-04-06 Maxim Dziumanenko <mvd@mylinux.com.ua> * Updated Ukrainian translation.
-
Matthias Clasen authored
2005-04-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_grab_focus): * gtk/gtkcombobox.c (gtk_combo_box_grab_focus): Implement grab_focus for GtkComboBox and GtkComboBoxEntry. (#171912, Gustavo Carneiro)
-
Matthias Clasen authored
* gtk/gtkicontheme.c: Store icon caches along with the mtimes of the toplevel directories. The previous mechanism of a hashtable-per-theme caused duplicate icon caches for the same toplevel directory to be created. (#170030)
-
- 05 Apr, 2005 3 commits
-
-
Matthias Clasen authored
2005-04-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_build_level): Fix a typo in a warning.
-
Manish Singh authored
Tue Apr 5 16:00:04 2005 Manish Singh <yosh@gimp.org> * Makefile.am: add xdgmimecache.[ch].
-
Matthias Clasen authored
2005-04-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Protect the license and credits buttons from being affected by gtk_widget_show_all(). (#172724)
-