- 04 Jan, 2006 5 commits
-
-
Matthias Clasen authored
2006-01-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Don't return a list of NULLs. (#325723, Steve Chaplin)
-
Rodrigo Moya authored
2006-01-04 Rodrigo Moya <rodrigo@novell.com> * gtk/gtkbindings.c (binding_signal_new): guard against multiplying by -1 (when n_args is 0).
-
Michael Natterer authored
2006-01-04 Michael Natterer <mitch@imendio.com> * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_set_menu) (gtk_menu_tool_button_destroy): use gtk_menu_attach_to_widget() and gtk_menu_detach() instead of reffing/unreffing the menu manually. Also fixes brokenness on screen change (bug #85715).
-
Matthias Clasen authored
2006-01-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaccelmap.c: * gtk/gtkactiongroup.c: * gtk/gtkdialog.c: * gtk/gtkfilesystemunix.c: * gtk/gtkgc.c: * gtk/gtkkeyhash.c: * gtk/gtkplug.c: * gtk/gtktextiter.c: * gtk/gtktextlayout.c: * gtk/gtkuimanager.c: * gtk/gtkwidget.c: * gtk/gtkwindow.c: * gtk/gtkxembed.c: Use the slice allocator for many small allocations. * gtk/gtkcolorsel.c: * gtk/gtktreeview.c: Use IPN. * gtk/gtkwidget.c: Remove an unused field from the AccelPath struct.
-
Tor Lillqvist authored
2006-01-04 Tor Lillqvist <tml@novell.com> * gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
-
- 03 Jan, 2006 4 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update for non-motion events. (#325443, Peter Harvey)
-
Matthias Clasen authored
2006-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c: Avoid connecting to notify on our own properties.
-
Matthias Clasen authored
2006-01-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (gtk_entry_delete_from_cursor): When deleting words, delete preceding whitespace as well. (#325358, Akkana Peck)
-
- 02 Jan, 2006 3 commits
-
-
Anders Carlsson authored
2006-01-02 Anders Carlsson <andersca@imendio.com> * gdk/quartz/GdkQuartzWindow.c: (-[GdkQuartzWindow canBecomeMainWindow]): (-[GdkQuartzWindow canBecomeKeyWindow]): Have these return TRUE * gdk/quartz/gdkevents-quartz.c: (pointer_grab_internal): Remove FIXME (find_child_window_by_point_helper): Fix bug in offset calculation (find_window_for_event): Use grab window toplevel when a grab is in effect (gdk_event_translate): Don't call _gdk_event_button_generate on mouse up * gdk/quartz/gdkgc-quartz.c: (_gdk_quartz_gc_new): Fix indentation * gdk/quartz/gdkwindow-quartz.c: (gdk_window_new): Make TEMP windows borderless (gdk_window_hide): Hide window (gdk_window_get_origin): Implement
-
Tor Lillqvist authored
2006-01-02 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_get_visible_region): Make identical to the X11 implementation. (#322264, John Ehresman)
-
Tor Lillqvist authored
2006-01-02 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): Get the invalidated region from ScrollWindowEx() instead of an incorrect attempt to calculate it ourselves. Fix by John Ehresman. (#323666) * gdkevents-win32.c: Make _gdk_win32_hrgn_to_region() non-static. * gdkprivate-win32.h: Declare it.
-
- 31 Dec, 2005 1 commit
-
-
Matthias Clasen authored
2005-12-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c: * gtk/gtkentry.c: Connect to notify instead of multiple detailed signals.
-
- 30 Dec, 2005 4 commits
-
-
Matthias Clasen authored
2005-12-30 Matthias Clasen <mclasen@redhat.com> * gdk/gdk.symbols: * gdk/gdkcairo.h: * gdk/gdkcairo.c: Add gdk_cairo_set_source_pixmap. (#318805, Alexander Larsson)
-
Matthias Clasen authored
2005-12-30 Matthias Clasen <mclasen@redhat.com> * gdk/gdkdisplaymanager.c (gdk_display_manager_set_property): Call gdk_display_manager_set_default_display() to change the default display. (#153623, Stefan Kost)
-
Matthias Clasen authored
2005-12-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmessagedialog.c (gtk_message_dialog_init): (setup_type): Alert dialogs should not have titles and should not be displayed in the taskbar. (#310443, Carlos Garnacho Parro, Dennis Cranston)
-
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.
-