- 12 Feb, 2006 1 commit
-
-
Matthias Clasen authored
-
- 11 Feb, 2006 2 commits
-
-
Matthias Clasen authored
2006-02-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix row_spacing/column_spacing confusion. (#330732, Donald Straney)
-
Matthias Clasen authored
-
- 10 Feb, 2006 6 commits
-
-
Matthias Clasen authored
2006-02-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkstyle.c: Add some docs. (#330073, Mart Rautsepp)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-02-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (gtk_entry_completion_match_selected): Guard against NULL. (#330177, Raphael Slinckx)
-
Matthias Clasen authored
2006-02-10 Matthias Clasen <mclasen@redhat.com> * io-jpeg.c: * io-png.c: * io-pnm.c: * io-tiff.c: * io-xbm.c: * io-xpm.c: Always check for NULL when using callbacks. (#330563, Benjamin Otte)
-
Matthias Clasen authored
-
Murray Cumming authored
* gtk/gtkassistant.h: Correct the declaration of the prepare default signal handler to match its registration and use.
-
- 09 Feb, 2006 5 commits
-
-
Ross Burton authored
2006-02-09 Ross Burton <ross@burtonini.com> * gtk/gtkfontbutton.c: Work out the font size in floating point, and display the font size with %g instead of %d (#317590)
-
Sven Neumann authored
-
Tor Lillqvist authored
2006-02-09 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSELEAVE>: If we don't know where we went, and have generated a leave event, set current_window to the root window. This assures we will generate proper enter and leave events for popup windows. (#325521)
-
John Ehresman authored
2006-02-08 John Ehresman <jpe@wingware.com> * gdk/win32/gdkevents-win32.c (gdk_event_translate) <WM_MOUSEACTIVATE> * gdk/win32/gdkwindow-win32.c (show_window_internal) (gdk_window_raise): Call SetWindowPos() instead of SetForegroundWindow() or BringWindowToTop() if the window shouldn't accept focus. (#327375)
-
John Ehresman authored
2006-02-08 John Ehresman <jpe@wingware.com> * gdk/win32/gdkwindow-win32.c: Let gdk_window_set_decorations() take precedence over anything derived from hints. Restructure related code and logic, add some new helper functions. (#327217)
-
- 08 Feb, 2006 4 commits
-
-
Matthias Clasen authored
2006-02-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c: Don't put relevant callss in g_assert(). (#329876, Kristian Rietveld)
-
Tor Lillqvist authored
2006-02-08 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkevents-win32.c (gdk_pointer_grab) (gdk_display_pointer_ungrab, gdk_keyboard_grab) (gdk_display_keyboard_ungrab): Consistenly use assign_object() when assigning GdkWindow pointers so that the ref counting doesn't get off whack. (handle_stuff_while_moving_or_resizing): Don't use deprecated API. (gdk_event_translate) <WM_MOUSEMOVE>: When the pointer is grabbed with owner_events FALSE, generate enter and leave events only for the grab window. (#321054)
-
Kristian Rietveld authored
2006-02-08 Kristian Rietveld <kris@imendio.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_ref_path), (gtk_tree_model_filter_unref_path): free temporary paths after usage (patch from maemo-gtk), (gtk_tree_model_filter_clear_cache): fix little typo in the docs (patch from maemo-gtk). * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): remove stale FIXME.
-
Matthias Clasen authored
2006-02-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c (gtk_file_info_copy): Copy the display_key as well. (#330389, Markku Vire)
-
- 07 Feb, 2006 2 commits
-
-
Tor Lillqvist authored
2006-02-08 Tor Lillqvist <tml@novell.com> * gtk-zip.sh.in: Drop the timestamp from the zipfile names.
-
Sven Neumann authored
2006-02-07 Sven Neumann <sven@gimp.org> * gdk/directfb/AUTHORS: updated mine and Dok's email address.
-
- 06 Feb, 2006 1 commit
-
-
Kristian Rietveld authored
2006-02-06 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_get_search_entry): fix compiler warning.
-
- 05 Feb, 2006 3 commits
-
-
Dom Lachowicz authored
* gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Bug #330022 Wrong pixel values are computed when color = 0xFF and alpha = 0xFF
-
Michael David Emmel authored
-
Michael David Emmel authored
-
- 03 Feb, 2006 3 commits
-
-
https://bugs.freedesktop.org/show_bug.cgi?id=4320Federico Mena Quintero authored
2006-02-03 Federico Mena Quintero <federico@ximian.com> Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320, which used to be our own http://bugzilla.gnome.org/show_bug.cgi?id=314616. If one uses a pixmap for a pattern in Cairo, and sets the pattern to CAIRO_EXTEND_REPEAT; and if the destination surface is also a pixmap, Cairo does a slow copy instead of using XCopyArea(). So, we use the same code that we used in GTK+ 2.6 (pre-cairo), by filling the double-buffer pixmap with a tiled GC and XFillRectangle(). * gdk/gdkwindow.c (BackingRectMethod): New structure with a cairo_t and a GdkGC field. Depending on which of these fields gets filled in, we'll use Cairo or GDK to clear the double-buffer pixmap when painting a window. (setup_backing_rect_method): Fill a BackingRectMethod as appropriate, depending on the window's configuration and our knowledge of whether Cairo is fast or slow when doing repeating patterns. (gdk_window_clear_backing_rect): Call setup_backing_rect_method(). Depending on what it returns, use Cairo to clear the double-buffer pixmap, or plain GDK.
-
Matthias Clasen authored
2006-02-03 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkmenushell.sgml: * gtk/tmpl/gtkmenu.sgml: Add deprecation notes.
-
Matthias Clasen authored
-
- 02 Feb, 2006 2 commits
-
-
Matthias Clasen authored
2006-02-02 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display): Make drops on the root window work again. (#145243, Andrew S. Dixon)
-
Leonid Kanter authored
-
- 01 Feb, 2006 1 commit
-
-
Matthias Clasen authored
-
- 31 Jan, 2006 3 commits
-
-
Matthias Clasen authored
2006-01-31 Matthias Clasen <mclasen@redhat.com> * autogen.sh: Touch README and INSTALL here to pacify automake. (#329124, Kjartan Maraas, Tim Janik)
-
Matthias Clasen authored
2006-01-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkassistant.h: * gtk/gtkassistant.c: Actually implement visibility handling, and add gtk_assistant_update_buttons_state. * tests/testassistant.c: Test visibility handling.
-
Kristian Rietveld authored
2006-01-31 Kristian Rietveld <kris@imendio.com> * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add support for row hinting for the selected state.
-
- 30 Jan, 2006 7 commits
-
-
Matthias Clasen authored
2006-01-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): Make sure the tree view is realized, since we grab the focus to it. (#329144, Wouter Bolsterlee)
-
Matthias Clasen authored
2006-01-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkspinbutton.h: * gtk/gtkspinbutton.c: Add a wrapped signal. (#322933, Carlos Garnacho Parro)
-
Matthias Clasen authored
2006-01-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: More generous spacing. (#328082, Christian Persch, patch by Carlos Garnacho)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-01-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property): Use the setter for active. (#329208, Guillaume Cottenceau)
-
Matthias Clasen authored
2006-01-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c (gtk_assistant_init): Move the last button to the left where it does not affect the positioning of forward/back.
-
Matthias Clasen authored
-