- 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 5 commits
-
-
Kristian Rietveld authored
This was a deprecated function that has been removed.
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
Kristian Rietveld authored
-
- 29 Jun, 2010 5 commits
-
-
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
-
- 28 Jun, 2010 6 commits
-
-
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
-
Colin Walters authored
-
- 27 Jun, 2010 9 commits
-
-
Philip Withnall authored
-
Emmanuele Bassi authored
-
Kristian Rietveld authored
Update includes subsequently where it matters. Fixes build on Mac OS X 10.4. (cherry picked from commit e634f3fb)
-
Kristian Rietveld authored
(cherry picked from commit 3770d914)
-
John Ralls authored
(cherry picked from commit 093a867e)
-
Kristian Rietveld authored
(cherry picked from commit 9f5f47f8)
-
Kristian Rietveld authored
(cherry picked from commit 49f72c1f)
-
Kristian Rietveld authored
(cherry picked from commit 42d07ad6)
-
Matthias Clasen authored
-
- 26 Jun, 2010 2 commits
-
-
Matthias Clasen authored
See bug # 522756
-
Matthias Clasen authored
-
- 25 Jun, 2010 3 commits
-
-
It's in gdkdevice.h now. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622765 Signed-off-by:
Javier Jardón <jjardon@gnome.org>
-
Colin Walters authored
-
Javier Jardón authored
-
- 24 Jun, 2010 2 commits
-
-
Javier Jardón authored
-
Carlos Garnacho authored
This function makes a better replacement for gdk_display_get_core_pointer(), wherever it might yet be needed, for XI2 resorts to XIGetClientPointer(), for the others return the only core pointer. https://bugzilla.gnome.org/show_bug.cgi?id=621685
-
- 23 Jun, 2010 1 commit
-
-
Javier Jardón authored
-
- 22 Jun, 2010 1 commit
-
-
Tor Lillqvist authored
WM_KILLFOCUS means that a keyboard grab (not a pointer grab), if any, has been broken. I don't think this bug has matterd much as gtk generates a grab-broken-event signal for both keybord and pointer grabs being broken anyway.
-
- 20 Jun, 2010 1 commit
-
-
Javier Jardón authored
-
- 19 Jun, 2010 2 commits
-
-
Javier Jardón authored
-
Javier Jardón authored
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619687
-