]> Pileus Git - ~andy/gtk/log
~andy/gtk
11 years agoUpdated German translation
Benjamin Steinwender [Tue, 19 Feb 2013 23:12:17 +0000 (00:12 +0100)]
Updated German translation

11 years agoa11y: Fix copy-paste error in state flag notification
Benjamin Otte [Tue, 19 Feb 2013 22:22:48 +0000 (23:22 +0100)]
a11y: Fix copy-paste error in state flag notification

We weren't checking the removed flag but the added flag for removal
emissions, so what would happen for every state change notification was:
- on state-added, both an "added" and a "removed" event were emitted
- on state-removed, nothing

https://bugzilla.gnome.org/show_bug.cgi?id=694059

11 years agoAvoid loop in paint update cycle
Alexander Larsson [Tue, 19 Feb 2013 20:03:35 +0000 (21:03 +0100)]
Avoid loop in paint update cycle

Commit 1db87c897f930171646351c99af7df09dc7ec949 accidentally removed
a check for !in_paint_idle in maybe_start_idle which causes us
to create a paint loop whenever something requests a phase
inside the paint_idle.

11 years agox11: Handle case where xsettings are NULL
Benjamin Otte [Tue, 19 Feb 2013 18:55:02 +0000 (19:55 +0100)]
x11: Handle case where xsettings are NULL

11 years agox11: Fix introspection build
Benjamin Otte [Tue, 19 Feb 2013 14:37:26 +0000 (15:37 +0100)]
x11: Fix introspection build

File removal in bb4953f3e8e102264a82ea4938b7813b85320b22 wasn't checked
in here.

11 years agotests: #ifdef out unused functions
Benjamin Otte [Tue, 19 Feb 2013 13:44:49 +0000 (14:44 +0100)]
tests: #ifdef out unused functions

... that are only used in that ifdef.

11 years agox11: Get rid of XSettingsClient object
Benjamin Otte [Tue, 19 Feb 2013 13:31:03 +0000 (14:31 +0100)]
x11: Get rid of XSettingsClient object

Instead, store its variables in the GdkX11Screen.

11 years agotests: Add a test for loading images from file
Benjamin Otte [Tue, 19 Feb 2013 13:15:32 +0000 (14:15 +0100)]
tests: Add a test for loading images from file

Strictly, this belongs in gdk-pixbuf, but GtkImage should have this
working, too.

https://bugzilla.gnome.org/show_bug.cgi?id=694148

11 years agox11: Use _gdk_x11_get_xatom_for_display_printf()
Benjamin Otte [Mon, 18 Feb 2013 16:16:57 +0000 (17:16 +0100)]
x11: Use _gdk_x11_get_xatom_for_display_printf()

instead of keeping the atom around all the time

11 years agox11: Introduce _gdk_x11_get_xatom_for_display_printf()
Benjamin Otte [Mon, 18 Feb 2013 15:59:06 +0000 (16:59 +0100)]
x11: Introduce _gdk_x11_get_xatom_for_display_printf()

and use it instead of caching the atom in the GdkScreenX11.

11 years agox11: Don't keep an "in_init" variable
Benjamin Otte [Mon, 18 Feb 2013 14:09:49 +0000 (15:09 +0100)]
x11: Don't keep an "in_init" variable

Instead, track the init state with a boolean argument.

11 years agox11: Clean up xsettings header
Benjamin Otte [Sat, 16 Feb 2013 23:37:09 +0000 (00:37 +0100)]
x11: Clean up xsettings header

- Don't use defines for renames
- Move enum into only source file using it

11 years agox11: Get rid of XSettingsSetting
Benjamin Otte [Sat, 16 Feb 2013 23:30:06 +0000 (00:30 +0100)]
x11: Get rid of XSettingsSetting

Use GValue throughout instead.

11 years agox11: Remove extra variable
Benjamin Otte [Sat, 16 Feb 2013 22:59:07 +0000 (23:59 +0100)]
x11: Remove extra variable

Use a getter instead.

11 years agox11: Split xsettings event filter into 2 functions
Benjamin Otte [Sat, 16 Feb 2013 22:56:10 +0000 (23:56 +0100)]
x11: Split xsettings event filter into 2 functions

One for each type of window we watch.

11 years agox11: Make stored xsettings window a GdkWindow
Benjamin Otte [Sat, 16 Feb 2013 17:36:05 +0000 (18:36 +0100)]
x11: Make stored xsettings window a GdkWindow

11 years agox11: Split function into two
Benjamin Otte [Fri, 15 Feb 2013 21:32:28 +0000 (22:32 +0100)]
x11: Split function into two

Instead of a boolean is_start, have a start and an end function.

11 years agox11: Use gdk_display_flush()
Benjamin Otte [Fri, 15 Feb 2013 21:26:45 +0000 (22:26 +0100)]
x11: Use gdk_display_flush()

11 years agox11: Get selection atom useing GDK functions
Benjamin Otte [Fri, 15 Feb 2013 19:06:56 +0000 (20:06 +0100)]
x11: Get selection atom useing GDK functions

Don't call XInternAtoms ourselves.

11 years agox11: Warning improvements to xsettings code
Benjamin Otte [Fri, 15 Feb 2013 18:18:11 +0000 (19:18 +0100)]
x11: Warning improvements to xsettings code

... and using g_warning() instead of fprintf()

11 years agox11: Use usual Atom handling in xsettings code
Benjamin Otte [Fri, 15 Feb 2013 18:14:25 +0000 (19:14 +0100)]
x11: Use usual Atom handling in xsettings code

11 years agox11: Consolidate root window event setting in one place
Benjamin Otte [Fri, 15 Feb 2013 17:20:18 +0000 (18:20 +0100)]
x11: Consolidate root window event setting in one place

No need to duplicate things in xsettings code.

11 years agox11: Remove unused argument
Benjamin Otte [Fri, 15 Feb 2013 17:02:51 +0000 (18:02 +0100)]
x11: Remove unused argument

11 years agox11: Store GDK name in xsettings hash table
Benjamin Otte [Thu, 14 Feb 2013 16:20:26 +0000 (17:20 +0100)]
x11: Store GDK name in xsettings hash table

The X name is only used while reading the property, so no need to keep
it.

11 years agox11: Remove XSettingsAction type
Benjamin Otte [Thu, 14 Feb 2013 14:10:18 +0000 (15:10 +0100)]
x11: Remove XSettingsAction type

Use GdkSettingAction instead.

11 years agox11: Make xsettings callbacks code go away
Benjamin Otte [Thu, 14 Feb 2013 14:06:56 +0000 (15:06 +0100)]
x11: Make xsettings callbacks code go away

It's the same callbacks every time, so just move them into the source
file.

11 years agox11: Don't store name in XSettingsSetting anymore
Benjamin Otte [Tue, 12 Feb 2013 19:10:23 +0000 (20:10 +0100)]
x11: Don't store name in XSettingsSetting anymore

This is in preparation to switching XSettingsSetting to GValue

11 years agox11: Use boolean instead of enum for errors in xsettings code
Benjamin Otte [Tue, 12 Feb 2013 18:44:28 +0000 (19:44 +0100)]
x11: Use boolean instead of enum for errors in xsettings code

11 years agox11: Move error reporting to where the error happens
Benjamin Otte [Tue, 12 Feb 2013 18:35:46 +0000 (19:35 +0100)]
x11: Move error reporting to where the error happens

Also, use g_warning() instead of fprintf().

11 years agox11: Move length checking into return_if_fail() macro
Benjamin Otte [Tue, 12 Feb 2013 18:28:41 +0000 (19:28 +0100)]
x11: Move length checking into return_if_fail() macro

11 years agox11: Use GDK error trapping code
Benjamin Otte [Tue, 12 Feb 2013 17:48:09 +0000 (18:48 +0100)]
x11: Use GDK error trapping code

11 years agox11: Split out xsettings string reading code
Benjamin Otte [Tue, 12 Feb 2013 17:45:03 +0000 (18:45 +0100)]
x11: Split out xsettings string reading code

11 years agox11: Clean up xsettings header
Benjamin Otte [Tue, 12 Feb 2013 15:47:45 +0000 (16:47 +0100)]
x11: Clean up xsettings header

Move private struct definitions into source file, remove unneeded C++
guards.

11 years agox11: Add debugging output for xsettings code
Benjamin Otte [Tue, 12 Feb 2013 15:31:03 +0000 (16:31 +0100)]
x11: Add debugging output for xsettings code

11 years agogdk: Add a debug category for settings
Benjamin Otte [Tue, 12 Feb 2013 15:11:46 +0000 (16:11 +0100)]
gdk: Add a debug category for settings

11 years agox11: Use glib malloc funcs for XSettings
Benjamin Otte [Tue, 12 Feb 2013 13:58:44 +0000 (14:58 +0100)]
x11: Use glib malloc funcs for XSettings

11 years agox11: Call grab functions directly
Benjamin Otte [Sun, 10 Feb 2013 00:24:28 +0000 (01:24 +0100)]
x11: Call grab functions directly

... instead of going via vfuncs.

11 years agox11: Pass the GdkScreen to the XSettingsClient
Benjamin Otte [Sun, 10 Feb 2013 00:20:38 +0000 (01:20 +0100)]
x11: Pass the GdkScreen to the XSettingsClient

11 years agox11: Fold xsettings-common.[ch] into xsettings-client.[ch]
Benjamin Otte [Sun, 10 Feb 2013 00:06:58 +0000 (01:06 +0100)]
x11: Fold xsettings-common.[ch] into xsettings-client.[ch]

11 years agox11: Return XSetting without copying
Benjamin Otte [Sat, 9 Feb 2013 23:02:53 +0000 (00:02 +0100)]
x11: Return XSetting without copying

11 years agox11: Don't store last change serial
Benjamin Otte [Fri, 8 Feb 2013 12:36:16 +0000 (13:36 +0100)]
x11: Don't store last change serial

It's unused anyway

11 years agoxsettings: Remove XSettingsList type
Benjamin Otte [Sat, 2 Feb 2013 18:22:04 +0000 (19:22 +0100)]
xsettings: Remove XSettingsList type

Use GHashTable throughout

11 years agoxsettings: Use glib byte order functions
Benjamin Otte [Sat, 2 Feb 2013 18:10:02 +0000 (19:10 +0100)]
xsettings: Use glib byte order functions

11 years agoxsettings: Remove unused function
Benjamin Otte [Sat, 2 Feb 2013 14:32:23 +0000 (15:32 +0100)]
xsettings: Remove unused function

Remove xsettings_client_new() and rename
xsettings_client_new_with_grab_funcs() to xsettings_client_new()

11 years agowindow: Fix compiler warning when not building for X11
Rob Bradford [Mon, 16 Apr 2012 15:26:19 +0000 (16:26 +0100)]
window: Fix compiler warning when not building for X11

The callback function gtk_window_on_theme_variant_changed is only used on the
X11 backend (where GtkSettings is used for the settings information.)

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=674207
11 years agowayland: Synthesize fullscreen window state change
Rob Bradford [Thu, 31 Jan 2013 11:25:02 +0000 (11:25 +0000)]
wayland: Synthesize fullscreen window state change

11 years agorelease: post-release version bump
Cosimo Cecchi [Tue, 19 Feb 2013 01:50:32 +0000 (20:50 -0500)]
release: post-release version bump

11 years ago3.7.10
Cosimo Cecchi [Tue, 19 Feb 2013 01:12:01 +0000 (20:12 -0500)]
3.7.10

11 years agorelease: update NEWS for 3.7.10
Cosimo Cecchi [Mon, 18 Feb 2013 22:13:46 +0000 (17:13 -0500)]
release: update NEWS for 3.7.10

11 years agodocs: add some missing methods
Cosimo Cecchi [Tue, 19 Feb 2013 00:30:30 +0000 (19:30 -0500)]
docs: add some missing methods

11 years agodocs: add some missing gtk-doc blocks and Since tags for new API
Cosimo Cecchi [Tue, 19 Feb 2013 00:21:22 +0000 (19:21 -0500)]
docs: add some missing gtk-doc blocks and Since tags for new API

11 years agotests: workarounds to keep treeview scrolling tests running
Cosimo Cecchi [Tue, 19 Feb 2013 00:14:13 +0000 (19:14 -0500)]
tests: workarounds to keep treeview scrolling tests running

We can't safely examine allocations synchronously using
gtk_main_iteration(), as there might be not enough time for a new paint
clock tick to have expired and the allocation set on the widget.
Work this around adding g_usleep() calls before processing pending
mainloop events.

11 years agoGtkViewport: annotate the adjustment args of the constructor
Torsten Schönfeld [Sun, 17 Feb 2013 13:00:10 +0000 (14:00 +0100)]
GtkViewport: annotate the adjustment args of the constructor

NULL is accepted here, so add (allow-none).

https://bugzilla.gnome.org/show_bug.cgi?id=694022

11 years agoFix #673243: accelerators not visible on GtkRadioMenu
jjacky [Thu, 14 Feb 2013 18:56:54 +0000 (19:56 +0100)]
Fix #673243: accelerators not visible on GtkRadioMenu

Also fixes a bug in set_property handler, where setting group to NULL would
cause a warning.

Signed-off-by: jjacky <i.am.jack.mail@gmail.com>
11 years agowayland: attempt to determine the possible parent surface for popups
Thomas Wood [Fri, 15 Feb 2013 11:16:51 +0000 (11:16 +0000)]
wayland: attempt to determine the possible parent surface for popups

Use the surface beneath the device that created the grab as the transient
parent for the popup surfaces.

https://bugzilla.gnome.org/show_bug.cgi?id=693913

11 years agowayland: look further through the hierarchy for the surface with the grab
Thomas Wood [Thu, 14 Feb 2013 14:44:58 +0000 (14:44 +0000)]
wayland: look further through the hierarchy for the surface with the grab

https://bugzilla.gnome.org/show_bug.cgi?id=693912

11 years agoimmodule: fix a GCC warning
Cosimo Cecchi [Tue, 19 Feb 2013 00:37:20 +0000 (19:37 -0500)]
immodule: fix a GCC warning

11 years agoGdkWindow: don't leak the newly created frame clock
Owen W. Taylor [Mon, 18 Feb 2013 20:14:53 +0000 (15:14 -0500)]
GdkWindow: don't leak the newly created frame clock

11 years agogtk_widget_on_frame_clock_update: ref the widget
Owen W. Taylor [Mon, 18 Feb 2013 19:55:03 +0000 (14:55 -0500)]
gtk_widget_on_frame_clock_update: ref the widget

Handle a widget being destroyed while in a tick callback by
referencing the widget while dispatching tick callbacks.

11 years agoUpdated Serbian translation
Мирослав Николић [Mon, 18 Feb 2013 18:15:01 +0000 (19:15 +0100)]
Updated Serbian translation

11 years agoGtkAccelLabel: Don't show "+" if there's no more keys to add
Bastien Nocera [Mon, 18 Feb 2013 10:59:26 +0000 (11:59 +0100)]
GtkAccelLabel: Don't show "+" if there's no more keys to add

With the following code:
    #define INVALID_CHAR GDK_KEY_VoidSymbol - 1
    gtk_accelerator_get_label (INVALID_CHAR, GDK_SHIFT_MASK | GDK_CONTROL_MASK);
we would get this label:
    Shift+Ctrl+
instead of this label:
    Shift+Ctrl

https://bugzilla.gnome.org/show_bug.cgi?id=694075

11 years agowin32: Request higher precision timers during animations
Alexander Larsson [Mon, 18 Feb 2013 14:37:22 +0000 (15:37 +0100)]
win32: Request higher precision timers during animations

The default windows timer resolution is 16msec, which is too little
for fluent animations (say at 60Hz). So, while a paint clock is
active we temporarily raise the timer resolution to 1 msec.

11 years agoAdd gdk_frame_clock_begin/end_updating()
Owen W. Taylor [Fri, 15 Feb 2013 22:04:39 +0000 (17:04 -0500)]
Add gdk_frame_clock_begin/end_updating()

Add an API to start or stop continually updating the frame clock.
This is a slight convenience for applcations and avoids the problem
of getting one more frame run after an animation stops, but the
primary motivation for this is because it looks like we might have
to use timeBeginPeriod()/timeEndPeriod() on Windows to get reasonably
accurate timing, and for that we'll need to know if there is an
animation running.

https://bugzilla.gnome.org/show_bug.cgi?id=693934

11 years ago[l10n] Update Japanese translation
Shushi KUROSE [Mon, 18 Feb 2013 14:36:53 +0000 (23:36 +0900)]
[l10n] Update Japanese translation

11 years ago[l10n] Update Japanese translation
Jiro Matsuzawa [Mon, 18 Feb 2013 14:32:29 +0000 (23:32 +0900)]
[l10n] Update Japanese translation

Merge the latest pot.

11 years agoRemove unnecessary copy of GdkFrameClockIdlePrivate
Alexander Larsson [Mon, 18 Feb 2013 10:23:22 +0000 (11:23 +0100)]
Remove unnecessary copy of GdkFrameClockIdlePrivate

11 years agowin32: Fix build
Alexander Larsson [Mon, 18 Feb 2013 10:20:40 +0000 (11:20 +0100)]
win32: Fix build

gdkwindown-win32.c included windows.h directly rather than via gdkwin32.h
which broke the build for me at least. Instead rely on it being included in
gdkwin32.h and things work right.

11 years agoGtkEntry: Fix text handle painting
Alexander Larsson [Mon, 18 Feb 2013 08:38:11 +0000 (09:38 +0100)]
GtkEntry: Fix text handle painting

We only draw the main entry on should_draw (widget->window), because
otherwise we also draw it on the GtkTextHandle widgets.

This is necessary due to the recent change for that to not return
TRUE and swallow the rest of the drawing operation.

11 years agoAdd a few missing gtk_widget_unregister_window calls
Alexander Larsson [Mon, 18 Feb 2013 08:35:58 +0000 (09:35 +0100)]
Add a few missing gtk_widget_unregister_window calls

This was causing warnings on widget unparent like:

Gdk-CRITICAL **: gdk_window_has_native: assertion `GDK_IS_WINDOW (window)' failed

Becasue the window was not properly removed from the lists on unrealize.

11 years agoUpdated Czech translation
Marek Černocký [Sun, 17 Feb 2013 19:06:53 +0000 (20:06 +0100)]
Updated Czech translation

11 years agoUpdated Polish translation
Piotr Drąg [Sun, 17 Feb 2013 18:48:15 +0000 (19:48 +0100)]
Updated Polish translation

11 years agoGdkWindowX11: the root window is not a toplevel
Owen W. Taylor [Sat, 16 Feb 2013 16:54:12 +0000 (11:54 -0500)]
GdkWindowX11: the root window is not a toplevel

The macros we had for checking for toplevel windows were passing
through the root window, which was not intentional and meant that
for the root window WINDOW_IS_TOPLEVEL() returned TRUE but
window->impl->toplevel was NULL, causing gdk_window_create_cairo_surface()
to crash.

11 years ago[entry] unregister icon windows
Paolo Borelli [Sat, 16 Feb 2013 15:28:45 +0000 (16:28 +0100)]
[entry] unregister icon windows

11 years agoGdkFrameClockIdle: remove timeouts in dispose
Owen W. Taylor [Sat, 16 Feb 2013 03:21:21 +0000 (22:21 -0500)]
GdkFrameClockIdle: remove timeouts in dispose

When a frame clock is disposed, remove active timeouts; also get
rid of the last traces of an unused GTimer.

11 years agoGtkScrolledWindow: use gtk_widget_add_tick_callback()
Owen W. Taylor [Sat, 16 Feb 2013 02:58:34 +0000 (21:58 -0500)]
GtkScrolledWindow: use gtk_widget_add_tick_callback()

This is slightly simpler and more robust than direct use of
GdkFrameClock.

11 years agoimmodule: Fix context ID lookup on module with multiple contexts
Changwoo Ryu [Wed, 13 Feb 2013 02:44:00 +0000 (02:44 +0000)]
immodule: Fix context ID lookup on module with multiple contexts

https://bugzilla.gnome.org/show_bug.cgi?id=690247

11 years agoUpdate gtk.symbols
Jasper St. Pierre [Sat, 16 Feb 2013 00:47:46 +0000 (19:47 -0500)]
Update gtk.symbols

11 years agoUpdate gdk.symbols
Jasper St. Pierre [Sat, 16 Feb 2013 00:45:45 +0000 (19:45 -0500)]
Update gdk.symbols

11 years agogdkframeclockidle: Don't expose sleep_source source funcs
Jasper St. Pierre [Sat, 16 Feb 2013 00:42:32 +0000 (19:42 -0500)]
gdkframeclockidle: Don't expose sleep_source source funcs

11 years agogtkplug: Remove a no-op func
Jasper St. Pierre [Sat, 16 Feb 2013 00:40:46 +0000 (19:40 -0500)]
gtkplug: Remove a no-op func

11 years agoFix deprecations for GtkIconInfo
Jasper St. Pierre [Sat, 16 Feb 2013 00:35:44 +0000 (19:35 -0500)]
Fix deprecations for GtkIconInfo

11 years agogtkicontheme: Mark copy/free compat symbols as skip
Jasper St. Pierre [Sat, 16 Feb 2013 00:48:48 +0000 (19:48 -0500)]
gtkicontheme: Mark copy/free compat symbols as skip

11 years agogdkframeclock: Fix doc comments
Jasper St. Pierre [Sat, 16 Feb 2013 00:33:01 +0000 (19:33 -0500)]
gdkframeclock: Fix doc comments

11 years agoDon't crash if inhibit is called with an unrealized window
William Jon McCann [Fri, 15 Feb 2013 21:21:09 +0000 (16:21 -0500)]
Don't crash if inhibit is called with an unrealized window

11 years agoUpdated Lithuanian translation
Aurimas Černius [Fri, 15 Feb 2013 19:52:54 +0000 (21:52 +0200)]
Updated Lithuanian translation

11 years agoUpdated Kazakh translation.
Baurzhan Muftakhidinov [Fri, 15 Feb 2013 14:53:49 +0000 (20:53 +0600)]
Updated Kazakh translation.

11 years agoFix gtk_widget_add_tick_callback sometimes not working
Alexander Larsson [Fri, 15 Feb 2013 14:46:33 +0000 (15:46 +0100)]
Fix gtk_widget_add_tick_callback sometimes not working

We clear GtkTickCallbackInfo on creation to ensure all fields start
as 0. Before we sometimes ended up with destroyed being 1
so the tick was never called.

11 years agoFix up s/gtk_frame_clock/gdk_frame_clock/ in docs
Alexander Larsson [Fri, 15 Feb 2013 13:02:02 +0000 (14:02 +0100)]
Fix up s/gtk_frame_clock/gdk_frame_clock/ in docs

11 years agoFix GtkIconInfo docs
Alexander Larsson [Fri, 15 Feb 2013 10:07:51 +0000 (11:07 +0100)]
Fix GtkIconInfo docs

gtk_icon_info_copy and gtk_icon_info_free are deprecated for
the corresponding GObject methods.

We set correct transfer markup for the GtkIconInfo returning methods
to fix the introspection of them.

gtk_icon_info_load_symbolic_for_context_async had the wrong method
name in its documentation block.

11 years ago[l10n] Updated Catalan (Valencian) translation
Carles Ferrando [Fri, 15 Feb 2013 00:30:17 +0000 (01:30 +0100)]
[l10n] Updated Catalan (Valencian) translation

11 years ago[l10n] Updated Catalan translation
Gil Forcada [Fri, 15 Feb 2013 00:30:07 +0000 (01:30 +0100)]
[l10n] Updated Catalan translation

11 years agoFix a typo in the README
Cosimo Cecchi [Thu, 14 Feb 2013 23:23:47 +0000 (18:23 -0500)]
Fix a typo in the README

11 years agoGtkContainer: fix disconnection from frame clock
Owen W. Taylor [Thu, 14 Feb 2013 22:11:28 +0000 (17:11 -0500)]
GtkContainer: fix disconnection from frame clock

We need to disconnect the frame clock when we unrealize (at which
point the old clock is still alive) not in destroy(). Since there
is no common unrealize for containers, trigger this from GtkWidget.

11 years agoGtkTickCallback: document use of G_SOURCE_CONTINUE/REMOVE for return value
Owen W. Taylor [Thu, 14 Feb 2013 21:24:27 +0000 (16:24 -0500)]
GtkTickCallback: document use of G_SOURCE_CONTINUE/REMOVE for return value

Document that G_SOURCE_CONTINUE and G_SOURCE_REMOVE are the preferred
return values from a tick callback.

11 years agoDon't compress motion events for different devices
Owen W. Taylor [Thu, 14 Feb 2013 19:51:33 +0000 (14:51 -0500)]
Don't compress motion events for different devices

A switch of device may be significant for an application, so don't
compress motion events if they are for different devices. This simple
handling isn't sufficient if we have competing event streams from
two different pointer events, but we don't expect this case to be
common.

11 years agoIgnore window manager protocol messages for destroyed windows
Owen W. Taylor [Thu, 14 Feb 2013 18:52:09 +0000 (13:52 -0500)]
Ignore window manager protocol messages for destroyed windows

If we get, for example, a _NET_WM_FRAME_DRAWN or _NET_WM_PING
message on a destroyed window, then we should just ignore it.

11 years agoSmall documentation fixes for frame synchronization
Owen W. Taylor [Thu, 14 Feb 2013 18:50:55 +0000 (13:50 -0500)]
Small documentation fixes for frame synchronization

Found by Benjamin Otte

11 years agogdk_frame_clock_get_frame_time(): use gint64 for time
Owen W. Taylor [Wed, 13 Feb 2013 13:35:05 +0000 (08:35 -0500)]
gdk_frame_clock_get_frame_time(): use gint64 for time

11 years agoMerge with Merge GdkFrameHistory into GdkFrameClock
Owen W. Taylor [Wed, 13 Feb 2013 06:03:52 +0000 (01:03 -0500)]
Merge with Merge GdkFrameHistory into GdkFrameClock

11 years agoGdkFrameClock: update documentation
Owen W. Taylor [Wed, 13 Feb 2013 02:42:49 +0000 (21:42 -0500)]
GdkFrameClock: update documentation