]> Pileus Git - ~andy/gtk/history - gdk
Broadway/Quartz/Win32: make event source prepare()/check() note paused status
[~andy/gtk] / gdk /
2013-02-21 Owen W. TaylorBroadway/Quartz/Win32: make event source prepare()...
2013-02-21 Thomas Woodwayland: don't attempt to unqueue events when events...
2013-02-19 Alexander LarssonAvoid loop in paint update cycle
2013-02-19 Benjamin Ottex11: Handle case where xsettings are NULL
2013-02-19 Benjamin Ottex11: Fix introspection build
2013-02-19 Benjamin Ottex11: Get rid of XSettingsClient object
2013-02-19 Benjamin Ottex11: Use _gdk_x11_get_xatom_for_display_printf()
2013-02-19 Benjamin Ottex11: Introduce _gdk_x11_get_xatom_for_display_printf()
2013-02-19 Benjamin Ottex11: Don't keep an "in_init" variable
2013-02-19 Benjamin Ottex11: Clean up xsettings header
2013-02-19 Benjamin Ottex11: Get rid of XSettingsSetting
2013-02-19 Benjamin Ottex11: Remove extra variable
2013-02-19 Benjamin Ottex11: Split xsettings event filter into 2 functions
2013-02-19 Benjamin Ottex11: Make stored xsettings window a GdkWindow
2013-02-19 Benjamin Ottex11: Split function into two
2013-02-19 Benjamin Ottex11: Use gdk_display_flush()
2013-02-19 Benjamin Ottex11: Get selection atom useing GDK functions
2013-02-19 Benjamin Ottex11: Warning improvements to xsettings code
2013-02-19 Benjamin Ottex11: Use usual Atom handling in xsettings code
2013-02-19 Benjamin Ottex11: Consolidate root window event setting in one place
2013-02-19 Benjamin Ottex11: Remove unused argument
2013-02-19 Benjamin Ottex11: Store GDK name in xsettings hash table
2013-02-19 Benjamin Ottex11: Remove XSettingsAction type
2013-02-19 Benjamin Ottex11: Make xsettings callbacks code go away
2013-02-19 Benjamin Ottex11: Don't store name in XSettingsSetting anymore
2013-02-19 Benjamin Ottex11: Use boolean instead of enum for errors in xsetting...
2013-02-19 Benjamin Ottex11: Move error reporting to where the error happens
2013-02-19 Benjamin Ottex11: Move length checking into return_if_fail() macro
2013-02-19 Benjamin Ottex11: Use GDK error trapping code
2013-02-19 Benjamin Ottex11: Split out xsettings string reading code
2013-02-19 Benjamin Ottex11: Clean up xsettings header
2013-02-19 Benjamin Ottex11: Add debugging output for xsettings code
2013-02-19 Benjamin Ottegdk: Add a debug category for settings
2013-02-19 Benjamin Ottex11: Use glib malloc funcs for XSettings
2013-02-19 Benjamin Ottex11: Call grab functions directly
2013-02-19 Benjamin Ottex11: Pass the GdkScreen to the XSettingsClient
2013-02-19 Benjamin Ottex11: Fold xsettings-common.[ch] into xsettings-client...
2013-02-19 Benjamin Ottex11: Return XSetting without copying
2013-02-19 Benjamin Ottex11: Don't store last change serial
2013-02-19 Benjamin Ottexsettings: Remove XSettingsList type
2013-02-19 Benjamin Ottexsettings: Use glib byte order functions
2013-02-19 Benjamin Ottexsettings: Remove unused function
2013-02-19 Rob Bradfordwayland: Synthesize fullscreen window state change
2013-02-19 Cosimo Cecchidocs: add some missing gtk-doc blocks and Since tags...
2013-02-19 Thomas Woodwayland: attempt to determine the possible parent surfa...
2013-02-19 Thomas Woodwayland: look further through the hierarchy for the...
2013-02-18 Owen W. TaylorGdkWindow: don't leak the newly created frame clock
2013-02-18 Alexander Larssonwin32: Request higher precision timers during animations
2013-02-18 Owen W. TaylorAdd gdk_frame_clock_begin/end_updating()
2013-02-18 Alexander LarssonRemove unnecessary copy of GdkFrameClockIdlePrivate
2013-02-18 Alexander Larssonwin32: Fix build
2013-02-16 Owen W. TaylorGdkWindowX11: the root window is not a toplevel
2013-02-16 Owen W. TaylorGdkFrameClockIdle: remove timeouts in dispose
2013-02-16 Jasper St. PierreUpdate gdk.symbols
2013-02-16 Jasper St. Pierregdkframeclockidle: Don't expose sleep_source source...
2013-02-16 Jasper St. Pierregdkframeclock: Fix doc comments
2013-02-14 Owen W. TaylorDon't compress motion events for different devices
2013-02-14 Owen W. TaylorIgnore window manager protocol messages for destroyed...
2013-02-14 Owen W. TaylorSmall documentation fixes for frame synchronization
2013-02-14 Owen W. Taylorgdk_frame_clock_get_frame_time(): use gint64 for time
2013-02-14 Owen W. TaylorGdkFrameClock: update documentation
2013-02-14 Owen W. TaylorGdkFrameTimings: add documentation
2013-02-14 Owen W. TaylorGdkFrameClock: Clean up the public API
2013-02-14 Owen W. TaylorGdkFrameTimings: strip down to a minimal public API
2013-02-14 Owen W. TaylorMerge GdkFrameHistory into GdkFrameClock
2013-02-14 Owen W. TaylorChange GdkFrameClock from an interface to a class
2013-02-14 Owen W. TaylorGdkWindow: make the frame clock an inherent property...
2013-02-14 Owen W. TaylorAdd gtk_widget_add_tick_callback(), remove GtkTimeline...
2013-02-14 Owen W. TaylorGdkX11DeviceManagerXI2: handle focus events not on...
2013-02-14 Owen W. TaylorReimplement _NET_WM_SYNC_REQUEST inside X11 backend
2013-02-14 Owen W. TaylorFix up for newer draft of wm-spec
2013-02-14 Owen W. TaylorAdd gdk_frame_timings_get_predicted_presentation_time()
2013-02-14 Owen W. TaylorAdd GDK_DEBUG=frames
2013-02-14 Owen W. TaylorGdkWindowX11: Communicate gdk_frame_timings_get_slept_b...
2013-02-14 Owen W. TaylorAdd gdk_frame_timings_get/set_slept_before()
2013-02-14 Owen W. TaylorGdkFrameClockIdle: don't start the tiemout/idle when...
2013-02-14 Owen W. TaylorAdd GdkFrameHistory and GdkFrameTimings, handle _NET_WM...
2013-02-14 Owen W. TaylorGdkWindowX11: Only start a frame when we emit damage
2013-02-14 Owen W. TaylorGdkDisplay: handle multiple calls to _gdk_display_pause...
2013-02-14 Owen W. Taylorgdk_display_get_event: don't unqueue events from the...
2013-02-14 Owen W. TaylorGdkFrameClock: Reverse order of resume-events and after...
2013-02-14 Owen W. TaylorCompress motion synchronized with the paint cycle
2013-02-14 Owen W. TaylorAdd an UPDATE phase and GdkFrameClockTarget, use for...
2013-02-14 Owen W. TaylorGdkFrameClockIdle: add throttling to 60fps
2013-02-14 Owen W. TaylorGdkWindowX11: start off with an odd frame-counter value
2013-02-14 Owen W. TaylorFreeze the update counter for unmapped windows
2013-02-14 Owen W. TaylorUse _NET_WM_FRAME_DRAWN to synchronize frame drawing
2013-02-14 Owen W. TaylorSwitch to an extended form of _NET_WM_SYNC_REQUEST_COUNTER
2013-02-14 Owen W. TaylorGdkFrameClock: add freeze/thaw
2013-02-14 Owen W. TaylorGdkFrameClock: Make the phase explicit when requesting...
2013-02-14 Owen W. TaylorUse GdkFrameClock for relayout
2013-02-14 Owen W. TaylorAdd GdkFrameClock
2013-02-14 Owen W. TaylorGdkDisplayX11: Don't use substructure events in interna...
2013-02-14 Rob Bradfordwayland: Add support for output device removal
2013-02-14 Rob Bradfordwayland: Add basic multiple output support
2013-02-13 Cosimo Cecchisettings: add a gtk-recent-files-enabled GtkSetting
2013-02-13 Jan Arne Petersenwayland: Handle wl_output in GdkWaylandScreen
2013-02-12 Thomas Woodwayland: skip pointer and keyboard events without a...
2013-02-12 Thomas Woodgdkwindow: don't use last_slave for the source device...
2013-02-12 Thomas Woodwayland: set the "transient inactive" flag on tooltip...
next