- 20 Dec, 2005 1 commit
-
-
Matthias Clasen authored
-
- 19 Dec, 2005 4 commits
-
-
Matthias Clasen authored
2005-12-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodel.c: * gtk/gtkplug.c: * gtk/gtkwindow.c: Documentation fixes.
-
Matthias Clasen authored
2005-12-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkplug.c: * gtk/gtkwindow.c: Documentation fixes.
-
Michael Natterer authored
2005-12-19 Michael Natterer <mitch@imendio.com> * gtk/gtkentry.c: implement boolean property "truncate-multiline" which, when enabled, truncates multi-line pastes or drops to their first line. Fixes bug #322252. * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable truncate-multiline here.
-
Matthias Clasen authored
-
- 16 Dec, 2005 2 commits
-
-
Matthias Clasen authored
2005-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_system_module_load): * gtk/gtkimmodule.c (gtk_im_module_load): * gtk/gtkthemes.c (gtk_theme_engine_load): * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when opening modules.
-
Matthias Clasen authored
2005-12-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.[hc]: Rework the way the color scheme setting is inherited. Now the overriding is done on a per-color basis, rather than for the setting as a whole. This has the effect that themes can declare defaults for all the symbolic colors they use by specifying a value for the gtk-color-scheme setting in their rc file, while still allowing the XSetting to override "standard" symbolic colors. The hash table is now available through the color-hash property. * gtk/gtkrc.c: Use the new color-hash property.
-
- 14 Dec, 2005 7 commits
-
-
Matthias Clasen authored
2005-12-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized children when doing focus sorting. (#323995, Dan Winship)
-
Rodney Dawes authored
2005-12-14 Rodney Dawes <dobey@novell.com> * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): Default to "drive-harddisk" and then fall back to gnome-dev-harddisk (get_icon_for_mime_type): Look up the mime type icons according to the Icon Naming Specification and then fall back to the gnome-mime- prefix for the mime type icons Fixes #323655
-
Matthias Clasen authored
2005-12-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon cannot be loaded. (#323504, Kjartan Maraas)
-
Matthias Clasen authored
2005-12-14 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs for the row-activated signal. (#324044, Davyd Madeley)
-
Michael Natterer authored
-
Michael Natterer authored
2005-12-14 Michael Natterer <mitch@imendio.com> * gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new utility function which factors out massive code duplication from the commit below.
-
Michael Natterer authored
2005-12-14 Michael Natterer <mitch@imendio.com> * gdk-pixbuf/io-jpeg.c: applied patch from maemo-gtk which avoids the allocation of an intermediate buffer for non-progressive jpegs. Fixed bug #305894. * tests/test-images/valid_jpeg_progressive_test: new test image so we can test both loading code paths in io-jpeg.c
-
- 13 Dec, 2005 1 commit
-
-
Tim Janik authored
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org> * README.in: added a link to the fgloating reference docs in the 2.10 release NEWS section.
-
- 12 Dec, 2005 6 commits
-
-
Matthias Clasen authored
2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): Speed this function up, using the fact that visibility is constant across segments. (#321548, Paolo Borelli)
-
Matthias Clasen authored
2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up stepping backwards. (#320638, Larry Ewing, Paolo Borelli)
-
Matthias Clasen authored
2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast _GTK_LOAD_ICONTHEMES if we detect a real theme change, not upon initial theme load. (#323876, Peter Lund)
-
Matthias Clasen authored
2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register the size-changed signal correctly. (#323848, Murray Cumming)
-
Matthias Clasen authored
2005-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't fall thru to the wrong window types. (#323843)
-
Matthias Clasen authored
2005-12-12 Matthias Clasen <mclasen@redhat.com> Make the gtk-color-scheme setting work. * gtk/gtksettings.h: * gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter that takes care of initializing the color hash if it is not already there. * gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get): And use it here.
-
- 11 Dec, 2005 1 commit
-
-
Matthias Clasen authored
-
- 09 Dec, 2005 2 commits
-
-
Matthias Clasen authored
2005-12-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkselection.c (gtk_selection_data_get_uris): Don't leak list[0]. (#323629, Markku Vire)
-
Matthias Clasen authored
2005-12-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer when freeing the RequestData. (#323577)
-
- 07 Dec, 2005 7 commits
-
-
Matthias Clasen authored
2005-12-07 Matthias Clasen <mclasen@redhat.com> * demos/gtk-demo/iconview_edit.c (set_cell_color): Don't leak text.
-
Matthias Clasen authored
2005-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a variable name clash. (#323475, Ross Burton)
-
Ross Burton authored
-
Matthias Clasen authored
2005-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct window when synthesizing the key event. (#323077, Sadrul Habib Chowdhury) (gtk_tree_view_search_key_press_event): Also listen for GDK_ISO_Left_Tab. (#323077, Sadrul Habib Chowdhury)
-
Matthias Clasen authored
2005-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler): Only scroll if we have focus. (#316310, Paolo Borelli)
-
Matthias Clasen authored
2005-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism, spotted by Crispin Flowerday.
-
Behdad Esfahbod authored
2005-12-06 Behdad Esfahbod <behdad@gnome.org> * gtk/gtksettings.c (settings_update_font_options): Turn metrics hinting on (part of #307196)
-
- 06 Dec, 2005 8 commits
-
-
Matthias Clasen authored
2005-12-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't commit from reset, it upstets GtkTextView. * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more careful when turning blinking on and off. (gtk_text_view_focus_out_event): Make the cursor really invisible when the focus goes away. (#323087, Sadrul Habib Chowdhury) (cursor_blinks): Check the gtk-cursor-blink setting first.
-
Matthias Clasen authored
2005-12-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting issues with new_event and its window.
-
Matthias Clasen authored
2005-12-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL as a detach func. (#323386, Jorn Baayen)
-
Matthias Clasen authored
2005-12-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.c: Avoid conflict with win32 headers in the libdate routines. (#323045, Kazuki Iwamoto)
-
Matthias Clasen authored
2005-12-06 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.c (gdk_parse_args): * gtk/gtkmain.c (gtk_parse_args): Don't ignore errors from g_option_context_parse().
-
Tim Janik authored
Tue Dec 6 11:37:59 2005 Tim Janik <timj@gtk.org> * gdk/gdkevents.c (gdk_event_new): fix missing hash table initialization.
-
Tim Janik authored
Tue Dec 6 10:32:17 2005 Tim Janik <timj@gtk.org> * gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code compiles again.
-
Federico Mena Quintero authored
2005-12-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state & modifiers", not "event->state && modifiers". Patch by Sadrul Habib Chowdhury <imadil@gmail.com>. Fixes bug #323073.
-
- 05 Dec, 2005 1 commit
-
-
Matthias Clasen authored
2005-12-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c: * gtk/gtkuimanager.c: * gtk/gtktreedatalist.c: * gtk/gtktext.c: * gtk/gtkmain.c: * gtk/gtkitemfactory.c: * gtk/gtkseparator.[hc]: * gtk/gtkclist.[hc]: * gtk/gtkctree.c: * gtk/gtkgc.c: Use g_slice instead of mem chunks.
-