- 30 Dec, 2005 1 commit
-
-
Matthias Clasen authored
2005-12-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.c: * gtk/gtktreestore.c: Always call the get_path and get_iter implementations directly, rather than the current mixture whith some calls going through the GtkTreeModel interface.
-
- 29 Dec, 2005 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-12-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtkliststore.c: * gtk/gtktreestore.c: Remove excessive g_return_if_fail() checks in static functions.
-
Matthias Clasen authored
2005-12-29 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreedatalist.c: Use the slice allocater for GtkTreeDataSortHeader. * gtk/gtktreedatalist.h: * gtk/gtktreedatalist.c (_gtk_tree_data_list_set_header): New function. * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): * gtk/gtkliststore.c (gtk_list_store_set_sort_func): * gtk/gtktreestore.c (gtk_tree_store_set_sort_func): Use it here.
-
- 28 Dec, 2005 1 commit
-
-
Matthias Clasen authored
2005-12-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbindings.h (GtkBindingSignal): * gtk/gtkbindings.c (binding_signal_new): Make the args a flexible array inside the struct, and allocate them together.
-
- 27 Dec, 2005 9 commits
-
-
Tim Janik authored
Wed Dec 28 00:45:46 2005 Tim Janik <timj@gtk.org> * gtk/gtkctree.c (row_delete): delete GtkCTreeRow as GtkCTreeRow, not clist rows which crashes in gslice later on.
-
Federico Mena Quintero authored
2005-12-27 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilefilter.c (gtk_file_filter_filter): In the case for FILTER_RULE_PIXBUF_FORMATS, check that filter_info->mime_type is not NULL. Fixes bug #317687.
-
Matthias Clasen authored
2005-12-27 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo. (gdk_screen_get_setting): Avoid relocations for the settings map.
-
Matthias Clasen authored
2005-12-27 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
-
Matthias Clasen authored
2005-12-27 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list of standard atoms.
-
Matthias Clasen authored
2005-12-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbindings.c (gtk_binding_set_new): Avoid copying the set_name by interning it.
-
Matthias Clasen authored
2005-12-26 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Precache atoms before calling gdk_window_new().
-
Matthias Clasen authored
2005-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextbtree.c: Use the slice allocator for some other small auxiliary structures as well.
-
Matthias Clasen authored
2005-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify docs. (#324996)
-
- 26 Dec, 2005 5 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-12-26 Matthias Clasen <mclasen@redhat.com> * README.in: Mention the stripping of (_F) suffixes. * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of the form " (_<single character>)", since this is the preferred way for some languages to indicate accelerators. (#323956, Yang Hong)
-
Matthias Clasen authored
2005-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_class_init): Add a gtk-label-select-on-focus setting. (gtk_label_grab_focus): And use it here to select the contents of the label when appropriate. (gtk_label_class_init): Use the same keybindings for select all/ unselect all as GtkEntry and GtkTextView. * gtk/gtkdialog.c (gtk_dialog_map): When looking for the initial focus, avoid leaving a selection in a label.
-
Matthias Clasen authored
2005-12-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c: Documentation fixes. (#324815, Ross Burton)
-
Matthias Clasen authored
2005-12-25 Matthias Clasen <mclasen@redhat.com> * configure.in: Require GLib 2.9.2
-
- 24 Dec, 2005 2 commits
-
-
Matthias Clasen authored
2005-12-24 Matthias Clasen <mclasen@redhat.com> * gdk/gdkregion-generic.c: * gdk/gdkpolyreg-generic.c: * gdk/gdkregion.h: * gdk/gdkrectangle.c: Inline docs, use g_assert(), avoid extra allocation for rectangular regions.
-
Matthias Clasen authored
2005-12-24 Matthias Clasen <mclasen@redhat.com> * gdk/gdkrectangle.c: Inline docs.
-
- 22 Dec, 2005 3 commits
-
-
Tim Janik authored
Thu Dec 22 18:53:14 2005 Tim Janik <timj@gtk.org> * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
-
Tim Janik authored
Thu Dec 22 17:55:11 2005 Tim Janik <timj@gtk.org> * gtk/gtkobject.h: parent type fixups in structure declarations.
-
Tim Janik authored
Thu Dec 22 16:01:27 2005 Tim Janik <timj@imendio.com> * gtk/gtkobject.c: derive GtkObject from GUnowned, so it initially has a floating reference count. gtk_object_class_init(): installa floating flag handler with libgobject, so for GtkObjects the flag is stored as GTK_FLOATING in the ->flags member. * tests/floatingtest.c: test floating flag uses.
-
- 21 Dec, 2005 3 commits
-
-
Matthias Clasen authored
2005-12-21 Matthias Clasen <mclasen@redhat.com> * gdk/gdkregion-generic.c: Use the slice allocator for regions. Still todo: avoid extra allocations for the single-rectangle case.
-
Matthias Clasen authored
2005-12-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c (gtk_settings_class_init): Update class_n_properties after installing color-hash, since other classes install settings, too. * gtk/gtkctree.c: * gtk/gtkclist.c: Fix some mistakes in the conversion from mem chunks to slice allocator.
-
Matthias Clasen authored
2005-12-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (adjust_wrap_width): Adjust the wrap-width also if an explicit item width is set. (#322475, Alex Graveley)
-
- 20 Dec, 2005 7 commits
-
-
Matthias Clasen authored
2005-12-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_button_press): Reset pressed_button to -1 after handling a double click, so that motion events occurring between here and the release event don't trigger DND. (#324588, Dave Andreoli)
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
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.
-