Change logs for libwnck source package in Gutsy

  • libwnck (2.20.1-0ubuntu1) gutsy-proposed; urgency=low
    
      * New upstream bugfix release:
        - Fix crash when startup notification messages are not encoded in UTF-8
          (Closes LP: #148012).
        - Translations updated.
    
     -- Martin Peeks <email address hidden>   Mon, 22 Oct 2007 12:17:02 +0100
  • libwnck (2.20.0-0ubuntu1) gutsy; urgency=low
    
      * New upstream version
    
     -- Sebastien Bacher <email address hidden>   Mon, 17 Sep 2007 23:30:58 +0200
  • libwnck (2.19.92-0ubuntu2) gutsy; urgency=low
    
      * Add intltool build depencency, so that the .pot file actually gets built.
        (LP: #139139)
    
     -- Martin Pitt <email address hidden>   Wed, 12 Sep 2007 17:37:25 +0200
  • libwnck (2.19.92-0ubuntu1) gutsy; urgency=low
    
      * New upstream version:
        Fixes
        - Add translator comments for wnckprop
    
     -- Sebastien Bacher <email address hidden>   Tue, 04 Sep 2007 23:05:44 +0200
  • libwnck (2.19.90-0ubuntu1) gutsy; urgency=low
    
      * New upstream version:
        Fixes
        - Remove weak pointers on fields in task structure before freeing
          task block
    
     -- Sebastien Bacher <email address hidden>   Tue, 14 Aug 2007 11:37:49 +0200
  • libwnck (2.19.6-0ubuntu1) gutsy; urgency=low
    
      * New upstream version:
        Fixes
        - Make the window action menu work with viewport
        - Correctly draw workspaces with viewport in the pager
        - Fix typo in a string of wnckprop
        Misc
        - Various API documentation improvements
        Translators
      * debian/patches/01_workspaces_default_name.patch:
        - updated
      * debian/patches/90_from_svn_better_viewports_handling.patch:
        - dropped, fixed with the new version
    
     -- Sebastien Bacher <email address hidden>   Tue, 31 Jul 2007 12:22:53 +0200
  • libwnck (2.19.5-0ubuntu3) gutsy; urgency=low
    
      * debian/patches/90_from_svn_better_viewports_handling.patch:
        - patch from SVN, make viewports being handled in a better way
    
     -- Sebastien Bacher <email address hidden>   Wed, 11 Jul 2007 11:16:24 +0100
  • libwnck (2.19.5-0ubuntu2) gutsy; urgency=low
    
      * debian/libwnck-dev.install:
        - install the new wnckprop binary
    
     -- Sebastien Bacher <email address hidden>   Tue, 10 Jul 2007 18:37:33 +0100
  • libwnck (2.19.5-0ubuntu1) gutsy; urgency=low
    
      * New upstream version:
        Features
        - Install wnckprop utility
        - Add tooltips for workspaces in the pager
        - New wnck_screen_get_workspaces() API
        - New wnck_workspace_get_layout_row(), wnck_workspace_get_layout_column()
          and wnck_workspace_get_neighbor() API, to get layout information about a
          workspace (Vincent)
        - New wnck_workspace_get_screen() API
        - New wnck_window_is_below(), wnck_window_make_below() and
          wnck_window_unmake_below() API
        Deprecations
        - Deprecate wnck_screen_get_workspace_index(). wnck_workspace_get_number()
          should be used
        - Deprecate wnck_screen_calc_workspace_layout(),
          wnck_screen_free_workspace_layout() and WnckWorkspaceLayout
        - Deprecate wnck_screen_get_workspace_neighbor().
          wnck_workspace_get_neighbor() should be used
        - Deprecate wnck_tasklist_set_minimum_width(),
          wnck_tasklist_get_minimum_width(), wnck_tasklist_set_minimum_height(),
          wnck_tasklist_get_minimum_height(). They are useless with the new sizing
          algorithm
        Fixes
        - Improve a bit drawing of the pager
        - Fix logic when cleaning up after dragging a window from the pager
        - Use the last allocation of the tasklist as a basis for the fake allocation
          used to compute the size hints. This gives better results.
        - Rationalize the using of icon names/names in the tasklist and the pager
        - Do not put state indicators in the tooltip text of tasklist buttons
        - Fix compilation of wnckprop
        - Import minor fixes from the XFCE fork (small leak, and safety checks)
        - Code cleanups
        - Use g_type_class_add_private() everywhere
        - Use GSlice when it makes sense
        - Probable fix to show windows needing attention not shown in the viewport
        - Make wnckprop able to change properties of windows and screens
        - Make wnckprop translatable
        - Redraw a workspace in the pager when the state of a window changes and is
          relevant
        - Stop the glowing effect in the tasklist for urgent windows after a while
          (LP: #28757)
        - Add new fade-max-loops to control the number of loops before the glowing
          effect stops. Makes it possible to nearly disable the effect.
        - Don't draw dots for group buttons in the tasklist, but use gtk_paint_tab()
        - Make the glowing effect in the tasklist use cairo. This also makes it work
          with RGBA.
        - Makes it possible to drag a window from a grouped task menu of the tasklist
        - Never group together in the tasklist windows without a class
        - Add new mode to wnckprop to interact with a workspace
        - Add new modes to wnckprop to interact with a class group or an application
        - Improve wnckprop command line arguments
        - Add some XSync calls where needed in libwnck for wnckprop to work
        - Make wnckprop use the real X server timestamp when needed
        - Fix size of buttons in tasklist changing with the text. This should be an
          important usability improvement.
        - Fix image of tasklist buttons floating outside of the buttons when buttons
          are small
        - Update the window action menu when a workspace is created/destroyed, and
          when the window has changed workspace
        Misc
        - Improve API documentation
        - Add a --transparent command line for test-tasklist
        Translators
        - es, it, ja, nb, si, sv, vi
      * debian/libwnck22.shlibs:
        - updated
      * debian/patches/01_workspaces_tooltips.patch:
        - dropped, fixed with the new version
    
     -- Sebastien Bacher <email address hidden>   Mon, 09 Jul 2007 14:51:05 +0200
  • libwnck (2.19.4-0ubuntu1) gutsy; urgency=low
    
      * New upstream version:
        Features
        - Show workspace names in the window selector
        - Add support for _NET_FRAME_EXTENTS.
          wnck_window_get_client_window_geometry() is a new API and
          wnck_window_get_geometry() now returns the geometry including the window
          manager decorations
        - Add wnck_screen_get_number() API
        - Add wnck_screen_get_window_manager_name() API and window-manager-changed
          signal
        Deprecations
        - Deprecate wnck_gtk_window_set_dock_type()
        - Deprecate wnck_pager_set_screen()
        - Deprecate wnck_tasklist_set_screen()
        - Deprecate the screen argument of wnck_pager_new() and of
          wnck_tasklist_new()
        Fixes
        - Code cleanups
        - Make wnck_screen_net_wm_supports() work on all screens
        - Do not forget about the "Make below" action for the default possible
          actions
        - Rework selection ownership for the desktop layout: do not steal it and
          release it
        - Do not change the layout shown in the pager if the the pager couldn't
          update the layout hint
        - Make the pager use the real layout of the screen when it cannot set the
          layout
        - Use g_timeout_add_seconds() when possible
        - Migrate to new GtkTooltip API
        - Add some safety guards to the public API
        - Improve position of the drag icon when dragging a window
        - Make wnck_pid_read_resource_usage() work for more X clients
        - Fix a crash happening sometimes when a tasklist is destroyed
        - Be more solid against invalid values for _NET_NUMBER_OF_DESKTOPS
        - Do not skip taskbar for transient windows if the window they're transient
          for don't exist
        - Fix a crash when dragging a window to somewhere like another
          workspace/viewport (LP: #94201)
        - Make WnckSelector and WnckTasklist correctly work from bindings
        - Fix crash on multihead setups introduced in 2.19.3
        - Fix potential invalidity of the previously active window when there are
          multiple screens
        Misc
        - Totally rework API documentation
        - New wnckprop utility, not installed by default
        - Require glib 2.13.0
        - Require GTK+ 2.11.3
      * debian/control.in:
        - updated glib and gtk requirements
      * debian/patches/01_workspaces_tooltips.patch:
        - use the new GTK tooltip API (LP: #63483, #90878)
    
     -- Sebastien Bacher <email address hidden>   Mon, 18 Jun 2007 22:45:20 +0200
  • libwnck (2.19.3.1-0ubuntu1) gutsy; urgency=low
    
      * New Upstream Release
        - Updated soname to 22
        - Updated libwnck22.shlibs file
    
     -- Fernando Ribeiro <email address hidden>   Wed, 06 Jun 2007 11:57:34 -0300
  • libwnck (2.19.2-0ubuntu1) gutsy; urgency=low
    
      * New upstream version:
        Features:
        - Make it possible to drag a window from the window selector
        - Make it possible to reorder tasklist buttons with drag and drop
        Fixes:
        - Add small missing bit forgotten for move/resize window API
        - Plug leak
        - Check whether window manager supports _NET_WM_ACTION_ABOVE and
          _NET_WM_ACTION_BELOW instead of guessing whether these are supported
        - Fix crash on startup in the pager
        - Fix crash when dragging small windows in the pager (Ubuntu: #87466)
        - Fix compilation warnings
        - Update action menu to be the same as the metacity one
        - Fix crash when a menu is opening for a window being destroyed
          (Ubuntu: #86542)
        - Fix crash happening in some cases on drop on the pager (Ubuntu: #90266)
        - Don't reset the drag icon to the default one when dragging and the
          dragged window is destroyed (Ubuntu: #89507)
        - Don't use deprecated functions
    
     -- Sebastien Bacher <email address hidden>   Sun, 13 May 2007 23:06:19 +0200
  • libwnck (2.18.0-2ubuntu1) gutsy; urgency=low
    
      * Sync with Debian
      * debian/control.in:
        - maintained by the Ubuntu Desktop Team
      * debian/patches/01_workspaces_default_name.patch:
        - use "Desk" default name (Ubuntu: #60957)
      * debian/patches/01_workspaces_tooltips.patch:
        - display tooltips on mouseover
      * debian/patches/80_from_bugzilla_add_action_above.patch:
        - patch from http://bugzilla.gnome.org/show_bug.cgi?id=352383,
          useful for compiz (Ubuntu: #63208)
    
     -- Sebastien Bacher <email address hidden>   Sat, 28 Apr 2007 14:58:16 +0200
  • libwnck (2.18.0-0ubuntu1) feisty; urgency=low
    
      * New upstream version
    
     -- Sebastien Bacher <email address hidden>   Tue, 13 Mar 2007 00:22:01 +0100