- 02 Jul, 2010 1 commit
-
-
- 01 Jul, 2010 2 commits
-
-
Javier Jardón authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622677
-
-
- 30 Jun, 2010 7 commits
-
-
-
Kristian Rietveld authored
This was a deprecated function that has been removed.
-
Kristian Rietveld authored
-
Ignacio Casal Quinteiro authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
- 29 Jun, 2010 8 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
Remove the deprecated region APIs completely from GTK. https://bugzilla.gnome.org/show_bug.cgi?id=613284
-
-
-
Benjamin Otte authored
Includes fixing all callers to use the cairo region API instead. This is usually just replacing the function names, the only difference is gdk_region_get_rectangles() being replaced by cairo_region_num_rectangles() and cairo_region_get_rectangle() which required a bit more work. https://bugzilla.gnome.org/show_bug.cgi?id=613284
-
Benjamin Otte authored
It was an internal function and we can use cairo_region_create_rectangles() instead. https://bugzilla.gnome.org/show_bug.cgi?id=613284
-
Benjamin Otte authored
Only changes in headers: GdkRegion and GdkRectangle are typedeffed to cairo_region_t and cairo_rectangle_int_t respectively. The region type was opaque anyway so it doesn't matter and the rectangle types are identical. https://bugzilla.gnome.org/show_bug.cgi?id=613284
-
Matthias Clasen authored
This is needed since we include gdk-pixbuf.h in public gdk headers
-
- 28 Jun, 2010 19 commits
-
-
Colin Walters authored
gnome-common's autogen.sh uses NOCONFIGURE to skip running configure. Support that in addition to the current AUTOGEN_SUBDIR_MODE.
-
Javier Jardón authored
-
Javier Jardón authored
-
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=604196 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Javier Jardón authored
-
Javier Jardón authored
-
Javier Jardón authored
-
Javier Jardón authored
-
Matthias Clasen authored
-
Colin Walters authored
This reverts commit eebb16eb. Was an accidental commit.
-
Colin Walters authored
-
Colin Walters authored
The old version wasn't introspectable as it didn't have a length return parameter. Also, delete gtk_tree_path_get_indices_with_depth, since it's no longer needed.
-
Matthias Clasen authored
The corresponding AC_MSG_CHECKING line got lost
-
Benjamin Otte authored
The row values are 1-indexed not 0-indexed, this has to be taken into account when producing the new_order array. https://bugzilla.gnome.org/show_bug.cgi?id=621414
-
Benjamin Otte authored
-
Benjamin Otte authored
This completes the move to get rid of using a GdkRegion for the navigation region and the only user of gdk_region_polygon(). We keep track of the triangle and compute in/out points ourselves now. Unfortunately the DRAW_STAYUP_TRIANGLES debugging code doesn't work using cairo, so I removed it completely.
-
Benjamin Otte authored
Gets rid of some code in preparation to switching to do the computation completely without GdkRegion.
-
Yaron Shahrabani authored
-
Yaron Shahrabani authored
-
- 27 Jun, 2010 3 commits
-
-
Tor Lillqvist authored
-
Tor Lillqvist authored
(For X11, we link with gio-unix which takes care of it.)
-
Tor Lillqvist authored
Ha, pango_win32_font_logfontw hasn't been exported from libpangowin32 after all due to a typo. This will have to wait. And actually libpangowin32 is supposed to be deprecated surely, so that functionality should be moved to libpangocairo or something. This reverts commit 804effba.
-