summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* window: Use CAIRO_OPERATOR_SOURCE to clear to backgroundJasper St. Pierre2014-07-141-0/+1
* Revert "wayland: Prevent stale paints and weird artifacts when using Weston"Jasper St. Pierre2014-07-143-25/+1
* Don't use guint32 with XChangePropertyMatthias Clasen2014-07-131-2/+2
* Handle resolution changes in the GDK backend codeOwen W. Taylor2014-07-136-2/+82
* Correctly generate def files againРуслан Ижбулатов2014-07-111-3/+7
* Revert "win32: Drop remnants of def files"Ignacio Casal Quinteiro2014-07-111-6/+17
* Cosmetic formatting fixesMatthias Clasen2014-07-102-3/+4
* GdkScreen: Set reasonable limis for ::resolutionMatthias Clasen2014-07-041-2/+2
* wayland: Add some dumb support for the TARGETS selectionJasper St. Pierre2014-07-031-7/+10
* gdkwindow: Don't queue a redraw when calling gdk_window_raise with no effectJasper St. Pierre2014-07-031-9/+17
* gdkwindow: Apply the 0x0 size bump to 1x1 before checking for the bailJasper St. Pierre2014-07-031-4/+5
* win32: fix the buildMatthias Clasen2014-07-031-3/+2
* wayland: Make sure to notify the capability settings when we get capabilitiesJasper St. Pierre2014-07-011-1/+6
* gdkwindow: Fix an accidental code out-of-orderingJasper St. Pierre2014-06-291-1/+1
* gdkdevicemanager-xi2: Add debug output for key eventsJasper St. Pierre2014-06-291-0/+11
* gdkdevicemanager-xi2: Fix debug outputs for button eventsJasper St. Pierre2014-06-291-4/+8
* wayland: don't change the cursor if there is no pointerEmilio Pozuelo Monfort2014-06-281-0/+4
* gdkwindow: Don't leak the surface in gdk_cairo_create()Colomban Wendling2014-06-231-0/+2
* Revert "gtkwidget: Widgets are now always double-buffered"Jasper St. Pierre2014-06-231-1/+3
* gdkwindow: Allow calling gdk_cairo_create outside of a "paint"Jasper St. Pierre2014-06-231-19/+7
* gdkwindow: Remove extra arguments from process_updates_recurse_helperJasper St. Pierre2014-06-231-5/+7
* gdkwindow: Don't do some extra workJasper St. Pierre2014-06-231-4/+7
* gdkwindow: Remove an unused variableJasper St. Pierre2014-06-231-11/+2
* gdkwindow: Make the precondition of gdk_window_add_damage clearerJasper St. Pierre2014-06-231-0/+5
* gdkwindow: Simplify check for damaging offscreen windowsJasper St. Pierre2014-06-231-3/+2
* gdkwindow: Make gdk_window_add_damage more privateJasper St. Pierre2014-06-232-19/+16
* win32: Drop remnants of def filesMatthias Clasen2014-06-221-17/+6
* gdkwindow: Provide a default implementation of process_updates_recurseJasper St. Pierre2014-06-226-40/+8
* gdkwindow-broadway: Move the dirty flag setting to end_paintJasper St. Pierre2014-06-221-5/+8
* gdkwindow: Move a variable closer to where it's usedJasper St. Pierre2014-06-221-1/+1
* gdkwindow: Remove an unused variableJasper St. Pierre2014-06-221-2/+0
* gdkwidow: Make queue_antiexpose optionalJasper St. Pierre2014-06-215-29/+4
* gdkwindow-win32: Remove queue_antiexpose implementationJasper St. Pierre2014-06-211-9/+0
* gdkevents-win32: Remove dead codeJasper St. Pierre2014-06-211-41/+2
* gdkwindow: Don't bother with a return parameter for queue_antiexposeJasper St. Pierre2014-06-219-26/+15
* gdkwindow-broadway: Squash memory leakJasper St. Pierre2014-06-211-1/+1
* gdkwindow-broadway: Make queue_antiexpose implementation privateJasper St. Pierre2014-06-212-6/+4
* gdkwindow-wayland: Attach new buffers and submit damage in end_paintJasper St. Pierre2014-06-211-16/+20
* gdkwindow-wayland: Rename listener -> frame_listenerJasper St. Pierre2014-06-211-2/+2
* gdkwindow: Correct a signatureJasper St. Pierre2014-06-211-2/+1
* gdkwindow: Remove an extra region copyJasper St. Pierre2014-06-211-10/+3
* gdkwindow: Clean up codeJasper St. Pierre2014-06-211-2/+7
* gdkwindow: Clean up formattingJasper St. Pierre2014-06-211-9/+10
* gdkwindow: Add some extra documentation to gdk_cairo_createJasper St. Pierre2014-06-211-0/+5
* gdkwindow: Squash a leak in the subsurface caseJasper St. Pierre2014-06-201-7/+10
* gdkwindow: Don't create a subsurface if we don't need toJasper St. Pierre2014-06-201-5/+12
* gdkwindow: Remove the ability to call begin_paint_region more than onceJasper St. Pierre2014-06-204-166/+68
* gdkwindow: Remove the internal cairo_surface used for out-of-band paintingJasper St. Pierre2014-06-209-202/+63
* gtkwidget: Widgets are now always double-bufferedJasper St. Pierre2014-06-201-3/+1
* gdkwindow: Deprecate gdk_window_flushJasper St. Pierre2014-06-202-14/+4