summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* wayland: Prevent stale paints and weird artifacts when using WestonJasper St. Pierre2014-06-203-1/+25
* gdkwindow-wayland: Destroy the wl_surface too when hiding a windowJasper St. Pierre2014-06-191-17/+8
* gdkwindow-wayland: Destroy the xdg roles before the wl_surfaceJasper St. Pierre2014-06-191-11/+11
* gdkwindow-wayland: Add a forgotten refJasper St. Pierre2014-06-191-1/+1
* gdkwindow-wayland: Another slight rearrangeJasper St. Pierre2014-06-191-5/+2
* gdkwindow-wayland: Pair a ref with its ownerJasper St. Pierre2014-06-191-3/+1
* gdkwindow-wayland: Don't post CONFIGURE events for the same sizeJasper St. Pierre2014-06-191-3/+3
* Use Adwaita on Windows tooMatthias Clasen2014-06-131-5/+1
* wayland: Ensure the touch sequence pointer value is non-nullSjoerd Simons2014-06-121-1/+1
* Drop GDK_MULTIHEAD_SAFEMatthias Clasen2014-06-1113-50/+2
* GdkDisplay: Remove unused GdkKeyboardGrabInfo structRobert Ancell2014-06-111-11/+1
* GdkOffscreenWindow: Fill in a few more vfuncsMatthias Clasen2014-06-091-2/+2
* GdkDevice: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-2/+2