summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add gdk_frame_clock_begin/end_updating()Owen W. Taylor2013-02-185-25/+121
* Remove unnecessary copy of GdkFrameClockIdlePrivateAlexander Larsson2013-02-181-2/+0
* win32: Fix buildAlexander Larsson2013-02-181-1/+0
* GdkWindowX11: the root window is not a toplevelOwen W. Taylor2013-02-161-8/+8
* GdkFrameClockIdle: remove timeouts in disposeOwen W. Taylor2013-02-151-7/+14
* Update gdk.symbolsJasper St. Pierre2013-02-151-0/+20
* gdkframeclockidle: Don't expose sleep_source source funcsJasper St. Pierre2013-02-151-3/+3
* gdkframeclock: Fix doc commentsJasper St. Pierre2013-02-151-1/+1
* Don't compress motion events for different devicesOwen W. Taylor2013-02-141-0/+6
* Ignore window manager protocol messages for destroyed windowsOwen W. Taylor2013-02-141-7/+7
* Small documentation fixes for frame synchronizationOwen W. Taylor2013-02-141-2/+2
* gdk_frame_clock_get_frame_time(): use gint64 for timeOwen W. Taylor2013-02-144-13/+13
* GdkFrameClock: update documentationOwen W. Taylor2013-02-142-103/+198
* GdkFrameTimings: add documentationOwen W. Taylor2013-02-142-0/+124
* GdkFrameClock: Clean up the public APIOwen W. Taylor2013-02-147-122/+24
* GdkFrameTimings: strip down to a minimal public APIOwen W. Taylor2013-02-148-280/+70
* Merge GdkFrameHistory into GdkFrameClockOwen W. Taylor2013-02-149-290/+170
* Change GdkFrameClock from an interface to a classOwen W. Taylor2013-02-146-101/+154
* GdkWindow: make the frame clock an inherent property of the windowOwen W. Taylor2013-02-144-133/+92
* Add gtk_widget_add_tick_callback(), remove GtkTimeline, etc.Owen W. Taylor2013-02-142-33/+0
* GdkX11DeviceManagerXI2: handle focus events not on a known windowOwen W. Taylor2013-02-141-13/+16
* Reimplement _NET_WM_SYNC_REQUEST inside X11 backendOwen W. Taylor2013-02-148-149/+31
* Fix up for newer draft of wm-specOwen W. Taylor2013-02-143-16/+28
* Add gdk_frame_timings_get_predicted_presentation_time()Owen W. Taylor2013-02-149-19/+201
* Add GDK_DEBUG=framesOwen W. Taylor2013-02-147-5/+184
* GdkWindowX11: Communicate gdk_frame_timings_get_slept_before() to the compositorOwen W. Taylor2013-02-141-10/+23
* Add gdk_frame_timings_get/set_slept_before()Owen W. Taylor2013-02-143-1/+85
* GdkFrameClockIdle: don't start the tiemout/idle when in a frameOwen W. Taylor2013-02-141-1/+8
* Add GdkFrameHistory and GdkFrameTimings, handle _NET_WM_FRAME_TIMINGSOwen W. Taylor2013-02-1410-16/+575
* GdkWindowX11: Only start a frame when we emit damageOwen W. Taylor2013-02-142-8/+87
* GdkDisplay: handle multiple calls to _gdk_display_pause_events()Owen W. Taylor2013-02-144-10/+18
* gdk_display_get_event: don't unqueue events from the windowing system when pa...Owen W. Taylor2013-02-142-7/+13
* GdkFrameClock: Reverse order of resume-events and afterpaintOwen W. Taylor2013-02-142-62/+58
* Compress motion synchronized with the paint cycleOwen W. Taylor2013-02-148-37/+299
* Add an UPDATE phase and GdkFrameClockTarget, use for GtkStyleContextOwen W. Taylor2013-02-143-7/+67
* GdkFrameClockIdle: add throttling to 60fpsOwen W. Taylor2013-02-141-10/+36
* GdkWindowX11: start off with an odd frame-counter valueOwen W. Taylor2013-02-141-13/+22
* Freeze the update counter for unmapped windowsOwen W. Taylor2013-02-142-0/+9
* Use _NET_WM_FRAME_DRAWN to synchronize frame drawingOwen W. Taylor2013-02-143-2/+89
* Switch to an extended form of _NET_WM_SYNC_REQUEST_COUNTEROwen W. Taylor2013-02-143-21/+46
* GdkFrameClock: add freeze/thawOwen W. Taylor2013-02-145-14/+110
* GdkFrameClock: Make the phase explicit when requesting the frameOwen W. Taylor2013-02-144-62/+86
* Use GdkFrameClock for relayoutOwen W. Taylor2013-02-142-0/+22
* Add GdkFrameClockOwen W. Taylor2013-02-148-52/+852
* GdkDisplayX11: Don't use substructure events in internal accountingOwen W. Taylor2013-02-141-51/+73
* wayland: Add support for output device removalRob Bradford2013-02-143-6/+24
* wayland: Add basic multiple output supportRob Bradford2013-02-143-3/+5
* settings: add a gtk-recent-files-enabled GtkSettingCosimo Cecchi2013-02-131-1/+2
* wayland: Handle wl_output in GdkWaylandScreenJan Arne Petersen2013-02-133-71/+85
* wayland: skip pointer and keyboard events without a surfaceThomas Wood2013-02-121-0/+12