- 18 Jul, 2004 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Sat Jul 17 23:11:04 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_class_init): * gtk/gtkiconview.c (gtk_icon_view_set_orientation): * gtk/gtkiconview.c (gtk_icon_view_get_orientation): * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Add a new :orientation property to determine whether text is positioned below or beside icons. (#147463)
-
Matthias Clasen authored
Sat Jul 17 23:03:30 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconview.c (gtk_icon_view_paint_item): * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Draw focus indicator outside the selection, respect focus line width. (#147460)
-
- 17 Jul, 2004 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
Sat Jul 17 00:48:27 2004 Matthias Clasen <maclas@gmx.de> Support text/plain selection target (#55117, Owen Taylor) * gtk/gtkselection.h: * gtk/gtkdnd.h: * gtk/gtkselection.c (gtk_target_list_add_text_targets): * gtk/gtkdnd.c (gtk_drag_dest_add_text_targets): * gtk/gtkdnd.c (gtk_drag_source_add_text_targets): New functions to facilitate handling of text targets. * gtk/gtkentry.c: * gtk/gtktextview.c: Use the new text target handling functions instead of hardwiring the list of supported text targets everywhere. * gtk/gtkselection.c (gtk_selection_data_get_text): (gtk_selection_data_set_text): Support the targets text/plain, text/plain?charset=utf-8 and text/plain?charset=<LOCALE-CHARSET> as outlined in #55117: For text/plain send only ASCII, but accept 8-bit text and treat it as ISO-8859-1 as specified by the Xdnd spec. Always send CRLF terminators. Accept either and convert into the native terminator for the platform.
-
Matthias Clasen authored
-
- 16 Jul, 2004 7 commits
-
-
Matthias Clasen authored
2004-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_scroll_event): Make scrolling work if no item is selected. (gtk_cell_editable_key_press): Don't eat space.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_forall): Don't iterate multiple times over some of the children.
-
Matthias Clasen authored
2004-07-16 Matthias Clasen <mclasen@redhat.com> * POTFILES.in: Add missing files. (#147688, Christian Rose)
-
Matthias Clasen authored
Thu Jul 15 22:19:40 2004 Matthias Clasen <maclas@gmx.de> Fix #60128, #58307, #144706: * gtk/gtkstyle.c (gtk_style_real_copy): Handle references to bg_pixmaps properly. (gtk_style_real_unrealize): Don't keep dangling references to the bg_pixmaps. (gtk_style_attach): Split the loop into two loops, first looking for a matching style, then for an empty one. (gtk_style_finalize): (gtk_style_duplicate): Add comments explaining the handling of style->styles.
-
Matthias Clasen authored
Thu Jul 15 20:31:28 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkspinbutton.c (start_spinning): Install the timeout before changing the value, so that a ::value_changed handler has a chance to remove it. (#122427, Elke Meier)
-
- 15 Jul, 2004 7 commits
-
-
Matthias Clasen authored
Thu Jul 15 19:20:05 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): * gtk/gtkcalendar.c (gtk_calendar_class_init): Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)
-
Matthias Clasen authored
2004-07-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_class_init): * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Correct the declared default values of several properties to be in sync with the actual initial values.
-
Matthias Clasen authored
2004-07-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): Correct the declared default values of several properties to be in sync with the actual initial values.
-
Matthias Clasen authored
2004-07-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Make spacing a property, correct the declared default values of several properties to be in sync with the actual initial values. (#147654, Matthias Clasen)
-
Matthias Clasen authored
2004-07-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Don't reparent back to menu->toplevel if it is already gone because we're shutting down. (#147656, John Cupitt)
-
Pawan Chitrakar authored
2004-07-15 Pawan Chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali Translation
-
Federico Mena Quintero authored
2004-07-14 Federico Mena Quintero <federico@ximian.com> Fix #126295: * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw a focus indicator along the edge of the bin_window when the tree is empty. (grab_focus_and_unset_draw_keyfocus): New helper function. (gtk_tree_view_button_press): Remove a bit of superfluous code. Use the helper function to save on duplicated code. (gtk_tree_view_button_press): Grab the focus if the tree is empty. (gtk_tree_view_focus): Allow focusing into an empty tree.
-
- 14 Jul, 2004 3 commits
-
-
Matthias Clasen authored
2004-07-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (add_credits_page): Don't use gcc extensions for the ternary ?: operator. (#147590, Damien Carbery)
-
Federico Mena Quintero authored
2004-07-14 Federico Mena Quintero <federico@ximian.com> Fix #144405, patch by Padraig O'Briain <padraig.obriain@sun.com>: * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Set the accessible object name for the tree view. (create_file_list): Likewise.
-
Matthias Clasen authored
Tue Jul 13 21:53:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkicontheme.c (free_unthemed_icon): Don't leak no_svg_filename. (#147399, Kjartan Maraas)
-
- 13 Jul, 2004 13 commits
-
-
Matthias Clasen authored
2004-07-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): Make this work in RTL context.
-
Matthias Clasen authored
-
Federico Mena Quintero authored
2004-07-13 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Set a busy cursor while mounting the volume. Also, ref the chooser while mounting, as we may re-enter. Fixes #139376.
-
Matthias Clasen authored
2004-07-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Prepare to handle composite implementations of GtkCellEditable, but recursively poking at allocation->y (hack stolen from GtkCList).
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-07-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't crash if unrealized.
-
Amanpreet Singh Alam authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Tue Jul 13 01:50:06 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkaboutdialog.c (display_credits_dialog): Don't display untranslated translator credits.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 12 Jul, 2004 4 commits
-
-
Soeren Sandmann authored
Tue Jul 13 00:40:29 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gdk/gdkwindow.c (gdk_window_process_updates_internal): Do an empty begin_paint_region()/end_paint() for windows without EXPOSURE_MASK. * gdk/x11/gdkwindow-x11.c (_gdk_x11_window_tmp_unset_bg, _gdk_x11_window_tmp_reset_bg): Remove checks for EXPOSURE_MASK.
-
Matthias Clasen authored
* demos/gtk-demo/appwindow.c: Use a GtkAboutDialog.
-
Federico Mena Quintero authored
2004-07-12 Federico Mena Quintero <federico@ximian.com> * gtk/glossary.xml: Start of the GTK+ glossary. * gtk/Makefile.am (content_files): Added glossary.xml. * gtk/gtk-docs.sgml: Likewise.
-
Matthias Clasen authored
-