summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdkwindow: Don't enforce a native window for a custom visualAlexander Larsson2013-05-081-4/+0
* gdkwindow: Expose all native windowsAlexander Larsson2013-05-071-1/+7
* Add gdk_window_get_children_with_user_dataAlexander Larsson2013-05-071-0/+41
* Add gdk_window_set_invalidate_handlerAlexander Larsson2013-05-071-14/+49
* gdkwindow: Make GdkPaintable normal GdkWindowImpl vfuncsAlexander Larsson2013-05-071-40/+9
* gdkwindow: Change how paints workAlexander Larsson2013-05-071-72/+88
* gdkwindow: Simplify invalidationAlexander Larsson2013-05-071-88/+75
* gdkwindow: Remove implicit paintsAlexander Larsson2013-05-071-397/+31
* Only handle exposes on native window, propagate to children via draw()Alexander Larsson2013-05-071-17/+0
* gdkwindow: Remove ancient USE_BACKING_STORE defineAlexander Larsson2013-05-071-7/+0
* gdkwindow: Simplify clip region calculationsAlexander Larsson2013-05-071-46/+16
* gdkwindow: Simplify clip region handlingAlexander Larsson2013-05-071-211/+64
* gdkwindow: Remove outstanding_moves stuffAlexander Larsson2013-05-071-392/+14
* gdk: Don't ever do copies from the windowAlexander Larsson2013-05-071-276/+9
* gdkwindow: Handle updates created by outstanding moves in same updateAlexander Larsson2013-04-111-1/+9
* Make gdk_flush_outstanding_moves "reentrant"Alexander Larsson2013-04-111-7/+5
* gdkwindow: Apply layered areas to the shape for native windowsAlexander Larsson2013-03-271-2/+9
* gdkwindow: Add alpha_bg to window debug printAlexander Larsson2013-03-271-0/+3
* gdk/gdkwindow.c, gtk/gtkwidget.c: Include fallback-c89.cChun-wei Fan2013-03-131-0/+3
* gdkwindow: Update window debug dump codeAlexander Larsson2013-03-011-1/+6
* GdkWindow: don't leak the newly created frame clockOwen W. Taylor2013-02-181-0/+2
* GdkFrameClock: Clean up the public APIOwen W. Taylor2013-02-141-2/+2
* GdkWindow: make the frame clock an inherent property of the windowOwen W. Taylor2013-02-141-123/+64
* Reimplement _NET_WM_SYNC_REQUEST inside X11 backendOwen W. Taylor2013-02-141-20/+4
* GdkDisplay: handle multiple calls to _gdk_display_pause_events()Owen W. Taylor2013-02-141-2/+2
* Compress motion synchronized with the paint cycleOwen W. Taylor2013-02-141-5/+54
* GdkFrameClock: add freeze/thawOwen W. Taylor2013-02-141-0/+2
* GdkFrameClock: Make the phase explicit when requesting the frameOwen W. Taylor2013-02-141-1/+2
* Add GdkFrameClockOwen W. Taylor2013-02-141-52/+226
* gdkwindow: don't use last_slave for the source device if it is NULLThomas Wood2013-02-121-1/+8
* gdkwindow: Allow gdk_window_set_opacity on non-native childrenAlexander Larsson2013-02-071-20/+113
* gdkwindow: Store the implicit paint in a listAlexander Larsson2013-02-071-8/+11
* gdkwindow: Do not rely on a previous slave device when updating grabRob Bradford2013-02-061-1/+1
* gdk: add gdk_window_set_fullscreen_mode()Olivier Fourdan2013-01-251-0/+62
* gdk: strengthen touch crossing event synthesizing on programmatical crossingsCarlos Garnacho2013-01-151-1/+3
* gdk: API: constify argumentBenjamin Otte2012-12-171-2/+2
* gdk: Add gdk_window_has_alpha helperAlexander Larsson2012-11-091-7/+13
* window: Fail if the parent window and the visual don't matchBenjamin Otte2012-09-281-0/+5
* GdkWindow: remove reference to a long-removed exampleMatthias Clasen2012-09-181-19/+0
* gdk: s/availible/available/Bastien Nocera2012-09-101-1/+1
* Remove gdk_window_flush_if_exposing as its not needed anymoreAlexander Larsson2012-08-231-32/+0
* Fix flashing in non-double-buffered widgetsAlexander Larsson2012-08-231-35/+30
* gdkwindow.c: Fix up window debug codeAlexander Larsson2012-08-231-6/+44
* Avoid unnecessary window flushesAlexander Larsson2012-08-231-2/+3
* Change signal parameter names in GdkWindow to be valid C identifiersPhil Clayton2012-07-111-8/+8
* gdk: annotate the attributes_mask type for gdk_window_newTorsten Schönfeld2012-06-111-1/+2
* Revert "gdk: Don't crash when resetting cursor"Bastien Nocera2012-05-151-2/+1
* gdk: Don't crash when resetting cursorBastien Nocera2012-05-151-1/+2
* Don't force BUTTON1_MASK on non-touch eventsMatthias Clasen2012-04-061-4/+3
* gdk: Remove GdkDisplay->ignore_core_pointerAlexander Larsson2012-04-031-48/+45