[gtk-vnc] Created tag v0.3.4



The signed tag 'v0.3.4' was created.

Tagger: Daniel P. Berrange <berrange redhat com>
Date: Wed Mar 5 19:21:30 2008 -0600

    Release 0.3.4

Changes since the last tag 'v0.3.3':

Anthony Liguori (28):
      Added tag release-0.3.3 for changeset 784fc0419a5e
      Support for OpenGL scaling
      Support VNC Scancode extension.
      Add the new symbol
      Make sure to flush the gl buffer.  This fixes updates on some graphics cards.     This patch was originally from Dan Berrange.
      Update cursor grab to have the following behavior:
      SetActive has the behavior we want so let's use that.
      Revert e65d8e4758b3eed4ae7b3a225c2d5a35d9de146b until we figure out what the     regression it introduced with UltraVNC.
      Always emit signals from system coroutine.
      on_resize() is called based on some events which aren't in a coroutine.  So     we need to supress the signals when called like this to avoid yielding to a     non-existent coroutine.
      Make sure to support key break when using raw keycodes
      Add interface to force pointer grab.
      Make sure to draw something to the widget even when not connected.
      Make sure to free image data on close.
      Fix compile warnings introduced by previous commit.
      Branch merge
      Remove debug printf.
      Remove unused function
      For the Hardy release cycle, Ubuntu seems to be building some versions of GTK     with G_ENABLE_DEBUG.  When G_ENABLE_DEBUG is set, the marshal functions use     g_value_get_XXX() instead of directly accessing the members.  This function     will validate that the parameter holds the exact type of value being requested.     Without G_ENABLE_DEBUG set, no parameter type checking is done.
      Fixup cursor grab so that it works properly in relative mode.
      Added tag release-0.3.4 for changeset 09836ab4d17a
      Added tag release-0.3.4 for changeset 7ea3a341f452
      Prepare for release and also make gtkgl usage transparent.
      Added tag release-0.3.4 for changeset fa6db40bad43
      We don't use tex_max so let's not query it for now.
      Added tag release-0.3.4 for changeset 96433efe0e7d
      Added tag release-0.3.4 for changeset a1fb42cb7694
      Update news for release

Atsushi SAKAI (4):
      Just remove redundunt code.     (same action is doing on coroutine_swap())
      This patch clean up all compilation warning     except vncmarshal.c
      This is compilation warning fix for Cset153.
      This patch removes redundunt headers from examples/gvncviewer.c.     Currently network is handled on src/gvnc.c

Daniel P. Berrange (7):
      Fix big endian color conversion (Hiroyuki Kaguchi)
      Merge heads
      Added missing variable
      Re-add bits of big endian fix which got lost in merge
      Do key event tracking based on scancode instead of keyval to ensure matching press & release events
      Make configure.ac check for mozilla-plugin pkgconfig file for Firefox 3 build compatabiltiy
      Add missing BuildRequires for gnutls/gtkglext. Add sub-package for mozilla plugin (disabled by default)

Hiroyuki Kaguchi (1):
      When the endian between VNC server and X server is different, the displayed color is abnormal.     This is because the endian conversion of the pixel data is not done .

Jonh Wendell (3):
      Focus the widget on mouse click
      Show 'support scaling?' in configure summary
      Added lots of debug messages where we set the flag has_error to TRUE

Marton Balint (1):
      A break statement is missing from the key event handler, where the     keypress event of an already pressed key is sent as a key release     and a key press event.

Saori Fukuta (1):
      At Cset:127, Anthony changed the c_marshaller of vnc-auth-credentials     from PARAM to POINTER, and also the parameter types changed from     G_TYPE_VALUE_ARRAY to G_TYPE_POINTER.     http://gtk-vnc.codemonkey.ws/hg/outgoing.hg/rev/a720c8172a85     Do we need to change the parameter type ?

Stefano Stabellini (1):
      Hi all,     I am attaching a simple patch to add support for WMVi in gtk-vnc. Seems to work well with xen-unstable.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]