- 08 Oct, 2006 1 commit
-
-
Matthias Clasen authored
2006-10-08 Matthias Clasen <mclasen@redhat.com> * Apply a cleanup patch by Kjartan Maraas (#341812)
-
- 07 Oct, 2006 1 commit
-
-
Tor Lillqvist authored
2006-10-07 Tor Lillqvist <tml@novell.com> * gtk/gtkcalendar.c (gtk_calendar_init): Use the Win32 thread locale's first day of week setting on Win32. (#339752, Bogdan Nicula) Don't do this if one of the environment variables that affect gettext is set, though. In that case use the week start day from the corresponding message catalog. Unfortunately the same logic isn't possible in the weekday and month name lookup; there even if you have set one of the aforementioned environment variables, you still get the weekday and month names from the Win32 thread locale. Yes, this is inconsistent. Use only wide-character API in the Win32 code in this file, too.
-
- 06 Oct, 2006 2 commits
-
-
Matthias Clasen authored
* gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple): Fix the docs. (#360112)
-
Matthias Clasen authored
2006-10-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellview.c: Don't set the background of the window in a no-window widget. (#359581, Xan Lopez) 2
-
- 05 Oct, 2006 3 commits
-
-
Behdad Esfahbod authored
2006-10-05 Behdad Esfahbod <behdad@gnome.org> * gtk/Makefile.am, gtk/aliasfilescheck.sh: Propagate srcdir into the test correctly. (#359845)
-
Michael Natterer authored
2006-10-05 Michael Natterer <mitch@imendio.com> * gtk/gtkrc.[ch]: added new scanner token "unbind" which gets rid of a key binding (in fact, it only lets it appear unbound). * gtk/gtkbindings.[ch] (struct GtkBindingEntry): added "guint marks_unbound : 1" (gtk_binding_entry_skip): new API which marks the entry as unbound. Changed code so it returns FALSE when "marks_unbound == TRUE" is encountered while activating bindings, effectively letting the binding appear unbound (regardless of still existing bindings in lower binding priority levels). Fixes bug #358329. (gtk_binding_entry_add) (gtk_binding_entry_clear) (gtk_binding_entry_add_signall) (gtk_binding_parse_binding): deprected these functions. (_gtk_binding_parse_binding) (_gtk_binding_entry_add_signall): new internal API. * gtk/gtk.symbols: changed accordingly.
-
Jakub Friedl authored
2006-10-05 Jakub Friedl <jfriedl@suse.cz> * cs.po: Czech translation updated.
-
- 04 Oct, 2006 1 commit
-
-
Matthias Clasen authored
2006-10-03 Matthias Clasen <mclasen@redhat.com> Fix interaction of GtkEntryCompletion with input methods. (#354495, Diego Escalante Urrelo) * gtk/gtkentry.c (gtk_entry_completion_key_press): Only reset the im context if we actually handle the key event. * gtk/gtkentrycompletion.c: Also propagate key release events to the entry.
-
- 03 Oct, 2006 4 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-10-03 Matthias Clasen <mclasen@redhat.com> * gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)
-
Matthias Clasen authored
2006-10-03 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c: Complete the fix for bug 357280.
-
- 02 Oct, 2006 10 commits
-
-
Behdad Esfahbod authored
2006-10-02 Behdad Esfahbod <behdad@gnome.org> * gdk-pixbuf/Makefile.am: * gdk/Makefile.am: * gtk/Makefile.am: Include pltcheck.sh in EXTRA_DIST.
-
Behdad Esfahbod authored
2006-10-02 Behdad Esfahbod <behdad@gnome.org> * gdk/x11/gdkevents-x11.c: Move all includes before including gdkalias.h.
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
2006-10-02 Behdad Esfahbod <behdad@gnome.org> * gtk/Makefile.am: Fix typo in file name. (#358931)
-
Matthias Clasen authored
2006-10-02 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/cups/gtkprintbackendcups.c (available_choices): Only use the group name field if cups is new enough. (#357280)
-
Matthias Clasen authored
2006-10-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtksizegroup.c: Make sure that the quarks are initialized before using them. (#353736)
-
Priit Laes authored
2006-10-02 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
-
Matthias Clasen authored
2006-10-02 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am (stamp-icons): Use rm instead of ln -f to replace existing links. (#354849, James Evans)
-
Matthias Clasen authored
2006-10-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkexpander.c (gtk_expander_realize) (gtk_expander_size_allocate): Make the event_window large enough to cover the full height of the label_widget. (#358351, Scott Horowitz)
-
Matthias Clasen authored
2006-10-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows): Set model in all cases. (#357791, Andreas Köhler)
-
- 01 Oct, 2006 1 commit
-
-
Tor Lillqvist authored
2006-10-01 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c: Same change as to gtkfilesystemunix.c.
-
- 30 Sep, 2006 1 commit
-
-
Matthias Clasen authored
2006-09-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (update_combo_box): Protect against base_path being NULL. (#358405, many reporters)
-
- 29 Sep, 2006 1 commit
-
-
Matthias Clasen authored
2006-09-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystemunix.c: Apply a patch by Padraig O'Briain to avoid a deadlock.
-
- 27 Sep, 2006 5 commits
-
-
Priit Laes authored
2006-09-27 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
-
Kristian Rietveld authored
-
Kristian Rietveld authored
2006-09-26 Kristian Rietveld <kris@imendio.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_free_level), (gtk_tree_model_filter_ref_node), (gtk_tree_model_filter_real_unref_node): bring zero ref count loops in sync with each other and the sort model.
-
Kristian Rietveld authored
2006-09-26 Kristian Rietveld <kris@imendio.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_init), (gtk_tree_model_filter_finalize), (gtk_tree_model_filter_row_deleted), (gtk_tree_model_filter_new): unref the virtual root path once that node (or one if its ancestors) is deleted, set virtual_root_deleted so we only unref it once.
-
Kristian Rietveld authored
2006-09-26 Kristian Rietveld <kris@imendio.com> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed), (gtk_tree_model_sort_sort_level): ref count nodes the proper way, (gtk_tree_model_sort_ref_node), (gtk_tree_model_sort_real_unref_node), (gtk_tree_model_sort_free_level): bring zero ref count loops in sync, (gtk_tree_model_sort_free_level): free child levels before decreasing the zero ref count of the current level, (gtk_tree_model_sort_clear_cache): only clear cache if zero_ref_count is > 0.
-
- 25 Sep, 2006 5 commits
-
-
Matthias Clasen authored
-
Kristian Rietveld authored
2006-09-25 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view has already been realized; scroll to background area instead of cell area. (Fixes #330683, Johan Dahlin, Tommi Komulainen).
-
Kristian Rietveld authored
2006-09-25 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): only attempt to create the GCs if the widget is realized. (Fixes #357578).
-
Matthias Clasen authored
2006-09-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (_gtk_menu_is_empty): Don't leak the list of children (#357454, Paolo Borelli)
-
Michael Natterer authored
2006-09-25 Michael Natterer <mitch@imendio.com> * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): free display->input_windows with g_free(), not g_object_unref() (#357566, Tommi Komulainen).
-
- 24 Sep, 2006 2 commits
-
-
Kristian Rietveld authored
2006-09-24 Kristian Rietveld <kris@gtk.org> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init), (gtk_cell_renderer_text_[sg]et_property): actually add align-set property to the API (left-over patch from #157439).
-
Kristian Rietveld authored
2006-09-24 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): draw the indicator if the column has a sort column id (and the model is sortable) or if the user explicitly requested the indicator to be shown. (Fixes #352738, Chris Vine).
-
- 23 Sep, 2006 2 commits
-
-
Pablo Saratxaga authored
-
Tor Lillqvist authored
2006-09-23 Tor Lillqvist <tml@novell.com> * gtk/Makefile.am: Use EXEEXT.
-
- 22 Sep, 2006 1 commit
-
-
Michael Natterer authored
2006-09-22 Michael Natterer <mitch@imendio.com> * gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories and color hashes. Fixes bug #357132.
-