- 28 Oct, 2005 9 commits
-
-
Erdal Ronahi authored
-
Matthias Clasen authored
2005-10-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup window to the toplevels window group. (#319912, Christian Persch)
-
Kristian Rietveld authored
2005-10-28 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix stupid thinko.
-
Matthias Clasen authored
2005-10-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default drag cursors. (#319200, Federico Mena Quintero)
-
Matthias Clasen authored
2005-10-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle Shift-G to go to the previous match, like firefox. (#320061, Christian Neumair)
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-10-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a C99ism. (#320000, Kazuki Iwamoto)
-
Matthias Clasen authored
2005-10-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little stars. (#319985, Bastien Nocera)
-
Matthias Clasen authored
2005-10-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson)
-
- 27 Oct, 2005 10 commits
-
-
Dan Damian authored
-
Vincent van Adrighem authored
2005-10-27 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
Norayr Chilingaryan authored
them and that translations doesn't correspond original english words. So I removed or changed them.
-
Michael Natterer authored
2005-10-26 Michael Natterer <mitch@imendio.com> Fix bug #319974: * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property): make sure that setting any of pixbuf/stock-id/icon-name resets the others because they are mutually exclusive, and that unsetting any of them only resets the pixbuf and nothing else. Also added some missing g_object_notify(). (gtk_cell_renderer_pixbuf_get_property): simplified calls to g_value_set_object(). (gtk_cell_renderer_pixbuf_create_stock_pixbuf) (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added g_object_notify ("pixbuf").
-
Norayr Chilingaryan authored
-
Norayr Chilingaryan authored
-
Matthias Clasen authored
2005-10-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more careful about initializing cell_area. (#319382, Tommi Komulainen)
-
Matthias Clasen authored
2005-10-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat Ctrl-PageUp/PageDown. (#318670, Christian Neumair)
-
Matthias Clasen authored
2005-10-27 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/clipboard.c (paste_received): Only set the text if it is not NULL. (#319930, Thomas Klausner) * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the loader before trying to get the pixbuf. (#319930, Thomas Klausner)
-
Matthias Clasen authored
2005-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_system_module_load): * gtk/gtkthemes.c (gtk_theme_engine_load): * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY when dlopening modules. (#319557, Laszlo Peter)
-
- 26 Oct, 2005 10 commits
-
-
Matthias Clasen authored
* gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text segments when determining text direction. (#319065, Tommi Komulainen)
-
Matthias Clasen authored
2005-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash on duplicate destroy. (#318953, Gustavo Carneiro)
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-10-26 Matthias Clasen <mclasen@redhat.com> * */Makefile.am: use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery)
-
Matthias Clasen authored
2005-10-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify docs. (#317682, Christian - Manny Calavera - Neumair)
-
Takeshi AIHANA authored
2005-10-26 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Fixed typos reported by kano@na.rim.or.jp.
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): Fix some issues with background drawing in RTL. (#318781, Eric Cazeaux)
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 25 Oct, 2005 6 commits
-
-
Kristian Rietveld authored
2005-10-25 Kristian Rietveld <kris@gtk.org> Fixes #311955, reported by Markku Vire; and a lot more. * gtk/gtktreemodelfilter.c: Made this thing work correctly. Levels can now have invisible nodes cached, functions have been rewritten/refactored to take this into account; also the logic in some functions has been corrected. Each referenced node now references all visible children or a single invisible child, in order to be able to monitor all changes in the child model required for correct operation. When a virtual root is set, all nodes on the virtual root level are referenced. At last, a bunch of random bug fixes and comment updates.
-
Matthias Clasen authored
2005-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some more docs. (#319722, Paolo Borelli)
-
Matthias Clasen authored
2005-10-25 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the initialization of screen_x11->xft_rgba more explicit. (#319627, Bogdan Nicula)
-
Matthias Clasen authored
2005-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkfilechooser.sgml: Don't use deprecated functions in examples. (#319524, Vincent Untz) * gtk/gtk-update-icon-cache.xml: Fix a typo. (#319524, Vincent Untz)
-
Matthias Clasen authored
2005-10-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace in a blurb. (#319499, Francisco Javier F. Serrador)
-
Funda Wang authored
-
- 24 Oct, 2005 2 commits
-
-
Matthias Clasen authored
2005-10-24 Matthias Clasen <mclasen@redhat.com> Add settings to hide the input method and Unicode control character submenus in the context menus of GtkEntry and GtkTextView. * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings. * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here. * gtk/gtktextview.c (popup_targets_received): * gtk/gtkentry.c (popup_targets_received): Use the settings here.
-
Kristian Rietveld authored
2005-10-24 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting row-has-child-toggled when the level is not in the cache does not make sense. (This bug probably crept in during the early stages of GtkTreeModelSort when there wasn't a correct row-has-child-toggled implementation yet), (gtk_tree_model_sort_real_unref_node): only get the child iter when we will actually also use it.
-
- 22 Oct, 2005 3 commits
-
-
Francisco Javier F. Serrador authored
2005-10-23 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Francisco Javier F. Serrador authored
2005-10-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
-
Michael Natterer authored
2005-10-22 Michael Natterer <mitch@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the widget being realized, in addition to being visible, to avoid running into precondition check in gtk_tree_view_get_cell_area(). (approved by Kris).
-