Commit graph

45 commits

Author SHA1 Message Date
drochner
e949e1d59f update to 2.16.1
changes:
-fix bugs and leaks
-translation updates
2006-10-17 16:49:19 +00:00
jmmv
59ecf2bcd0 Update to 2.16.0:
2.16.0
======

 Translators

  - Khandakar Mujahidul Islam (bn)

2.15.92
=======

 Fixes

  - Fix crash when tasklist is destroyed (Vincent)

 Misc

  - Update delete icon for the context menu (Baptiste Mille-Mathias)

 Translators

  - Ivar Smolin (et)
  - Matic Žgur (sl)

2.15.91
=======

 Fixes

  - Changed the glowing code to have less and saner style properties
    (Benjamin Berg) [#350138]

 Translators

  - Runa Bhattacharjee (bn_IN)
  - Ani Peter (ml)

2.15.90
=======

 Features

  - Add move/resize window API (Magnus Therning)

 Fixes

  - Correctly set relief for group buttons in the tasklist (Benjamin Otte)

2.15.4
======

 Fixes

  - Make windows that go to the bottom occupy the last pixel of the pager
    (Benjamin Otte)

 Translators

  - Mahay Alam Khan (bn_IN)
  - Rahul Bhalerao (mr)

2.15.3
======

 Fixes

  - restart activation timeout when the mouse moves to a different
    workspace (Benjamin)
  - new methods to test if the names returned by wnck_window_get_name
    and wnck_window_get_icon_name are real or just FALLBACK_NAME (Dan)
    [#342577]

 Misc

  - don't translate %s (Vincent) [#339069]

 Translations

  - Guillaume Savaton (eo)

2.15.2
======

 Features

  - Improve glowing effect in tasklist and make it themeable (Benjamin Berg)
    [#325176]
  - Use cairo in the pager (Benjamin Otte) [#339293]
  - Improve drag and drop in the pager (Nickolay V. Shmyrev, Benjamin Otte)
    [#96675, #339293]
  - Improve look of the pager (Benjamin Otte) [#339293]
  - Add dragging of windows from the tasklist (Nickolay V. Shmyrev) [#96675]

 Fixes

  - Fix crash when a X resource doesn't exist anymore (Vincent) [#336823]
  - Don't change workspace when releasing the button on another workspace
    (Vincent) [#110510]

 Misc

  - Use po/LINGUAS (Brian Pepple) [#337953]
  - Depends on intltool 0.35.0

 Translations

  - Mindu Dorji (dz)
  - Baptiste Mille-Mathias (fr)
  - GNOME PL Team (pl)
2006-09-15 15:09:45 +00:00
drochner
b052670d0f update to 2.14.3
changes: translation updates
2006-08-03 17:39:29 +00:00
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
wiz
ce75091d93 Update to 2.14.2:
2.14.2
======

 Fixes

  - Fix crash when a X resource doesn't exist anymore (Vincent) [#336823]

 Translations

  - Mindu Dorji (dz)
  - Baptiste Mille-Mathias (fr)
  - Mohammad DAMT (id)
  - GNOME PL Team (pl)
2006-05-31 21:52:12 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
drochner
c9937f96f9 update to 2.14.1
changes:
-bugfixes
-translation updates
2006-04-12 20:04:35 +00:00
jmmv
15d98ee60f Update to 2.14.0:
2.14.0
======

 Fixes

  - Don't minimize the window when it's on another desktop and it was the last
    active window (Vincent) [#331661]
  - Fix C89 compliance (Jens Granseuer) [#332866]

 Translations

  - Rhys Jones (cy)
  - Hendrik Richter (de)
  - Rajesh Ranjan (hi)
  - Raivis Dejus (lv)
  - Mugurel Tudor (ro)
  - Laurent Dhima (sq)
  - Daniel Nylander (sv)
  - Maxim Dziumanenko (uk)

2.13.92
=======

 Fixes

  - Fix window disappearing in workspace switcher after drag and drop (Vincent)
    [#317373]
  - Fix corrupted drawing of windows (Vincent) [#155502]
  - Fix critical warning with action menu of pinned windows (Vincent)

 Translations

  - Lasse Bang Mikkelsen (da)
  - Kostas Papadimas (el)
  - Iñaki Larrañaga (eu)
  - Gabor Kelemen (hu)
  - Aiet Kolkhi (ka)
  - Žygimantas Beručka (lt)
  - Duarte Loreto (pt)
  - Leonid Kanter (ru)
  - Woodman Tuen (zh_HK)
  - Woodman Tuen (zh_TW)

2.13.91
=======

 Misc

  - Automate the creation of some files (Torsten Schoenfeld)
  - Don't redefine the _ macro for translation (Vincent) [#328621]
  - Make the selector widget translations work again (Vincent) [#323181]

 Translations

  - Vladimir Petkov (bg)
  - Miloslav Trmac (cs)
  - Priit Laes (et)
  - Luca Ferretti (it)
  - Takeshi AIHANA (ja)
  - Слободан Д. Средојевић (sr)

2.13.90
=======

 Fixes

  - Fix crash on workspace activation (Elijah, Bart Vanbrabant)
    [#327435]
  - Include demands-attention/urgent windows unconditionally in
    tasklist; this should help users not miss important windows on
    other workspaces (Elijah) [#305979]
  - Synchronize the right-click-menu with that of Metacity's (Srirama
    Sharma, Leena Gunda, Christian Neumair) [#135710]
  - Escape window titles used in pango markup, avoids some crashes too
    (Vincent Noel, jylefort FreeBSD org) [#306289]
  - Correctly catch and handle demands-attention/urgent state changes
    for transients of windows in the tasklist (Elijah) [#317541]
  - Make the pager Fitts's law compliant when shadow type is none
    (Vincent) [#304248]
  - Avoid a compiler warning (Kjartan)

 Translations

  - Jordi Mallach (ca)
  - Adam Weinberger (en_CA)
  - Lucas Vieites (es)
  - Pauli Virtanen (fi)
  - Ignacio Casal Quinteiro (gl)
  - Ankit Patel (gu)
  - Kjartan Maraas (nb)
  - Tino Meinen (nl)
  - Kjartan Maraas (no)
  - Evandro Fernandes Giovanini (pt_BR)
  - Theppitak Karoonboonyanan (th)
  - Clytie Siddall (vi)
  - Wang Jian (zh_CN)

2.13.5
======

 Fixes

  - Correctly specify the source indication (Elijah)
  - Doc generation fixes (Thomas Vander Stichele)

 Translations

  - Abel Cheung (zh_HK)

2.13.4
======

 Features

  - Sort window in a group alphabetically (Xavier Claessens, Vincent)
  - Change active window when scrolling on the selector (Nigel Tao)

 Fixes

  - Remove critical warning (Vincent)
  - Use virtual desktop size when computing size of pager (Loic Minier, Vincent)

2.13.3
=======

 Features

  - Add scrolling support to the tasklist (Xavier Claessens)

 Misc

  - Remove old hack (Vincent)

 Translators

  - Ivar Smolin (et)
  - Kjartan Maraas (nb)
  - Kjartan Maraas (nn)
  - Kjartan Maraas (no)

2.13.1
=======

 Fixes

  - Minor code cleanup (Elijah)

 Translators

  - Erdal Ronahi (ku)
  - Ilyas Bakirov (ky)
2006-03-30 21:10:48 +00:00
drochner
78ba5aa61e update to 2.12.3
changes:
-Use virtual desktop size when computing size of pager
-bugfixes
-translation update
2006-02-08 18:32:07 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jmmv
993b8638fc Update to 2.12.2:
Fixes

  - Minor code cleanup (Elijah)

 Translators

  - Ivar Smolin (et)
  - Erdal Ronahi (ku)
  - Ilyas Bakirov (ky)
2006-01-20 13:30:34 +00:00
wiz
0f55a69df1 Include intltool bl3.mk, configure tests for it. 2005-10-20 00:15:06 +00:00
jmmv
d0a6741c1f Update to 2.12.1:
2.12.1
=======

 Features

  - add a test-selector program for testing. It doesn't get installed.
    (Denis Jacquerye, Elijah) [#165269]

 Fixes

  - Use intltool & various other build enhanements (Rodney Dawes, Vincent)
    [#317190]
  - Detect windows that are removed from the skip_taskbar state (Jochen Baier)
    [#163293]

 Translators

  - Mahay Alam Khan (bn)
  - Iñaki Larrañaga Murgoitio (eu)

2.12.0
=======

 Translators

  - Bryn Salisbury (cy)

2.11.92
=======

 Translators

  - Mişu Moldovan (ro)
  - Maxim Dziumanenko (uk)

2.11.91
=======

 Fixes

  - Have window list tooltips display WM_NAME instead of WM_ICON_NAME
    (Mariano Suarez-Alvarez) [#124463]
  - Zero out unused fields in ClientMessages, as required by the EWMH
    spec (Gregory Merchan) [#135024]
  - Fix an activation/minimization inconsistency (Elijah Newren)
  - Correctly determine the active task when dealing with transients
    (Xavier Claessens) [#310381]
  - Clean up a number of warnings (Philipp Thomas, Benoit Dejean)
    [#140175, #310829]
  - Fix builds that don't disable docs, get make distcheck to work
    (Matthias Clasen) [#302231]
  - Add wnck_window_set_window_type() function (Olivier Andrieu)
    [#133306]
  - Add API for allowing the button relief to be set to
    GTK_RELIEF_NONE for transparent panels (Ryan Lortie) [#167932]
  - Fix workspace switching behavior (revert the stuff related to the
    behavioral change from bug 161361 made in the 2.10 cycle -- Elijah
    Newren)
  - Prevent pager from flickering when moving windows between
    workspaces (Christian Neumair) [#167745]

 Translators

  - Christophe Merlet (RedFox) (fr)
  - Jaydeep Bhusal (ne)

2.11.4
======

 Features

  - Add support for the Urgent hint (Elijah)

 Fixes

  -  Show the mini_icon instead of the regular icon for the selector
     (Vincent Noel)

 Translators

  - Takeshi AIHANA (ja)
  - Abel Cheung (zh_TW)

2.11.3
======

 Features

  - Make windows that demand attention more noticeable by glowing their
    tasklist buttons (Ray Strode)

 Fixes

  - fix possible leak (Benoît Dejean)
  - determine a group leader when the previous one gets removed (Jaap Haitsma)

 Translators

  - Ignacio Casal Quinteiro (gl)

2.11.1
======

 Translators

  - Adam Weinberger (en_CA)
  - Ivar Smolin (et)
  - Steve Murphy (rw)
  - Ivan Noris (sk)
  - Baris Cicek (tr)
  - Canonical Ltd (xh)
2005-10-12 21:50:09 +00:00
drochner
3a63912e66 update to 2.10.3
changes:
- Handle the reversion of changes to _NET_ACTIVE_WINDOW (Elijah)
-translation update
2005-08-26 16:25:05 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
drochner
afc8744f7d update to 2.10.2
changes:
-translation updates
2005-07-27 17:13:16 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
03b8fa636b Update to 2.10.0:
2.10.0
======

 Translations: ca, hu, ro, zh_TW

2.9.92.1
========

 Misc
  - COPYING was wrongly updated during 2.9.92 release. This is now fixed.

2.9.92
======

 Fixes

  - Fix warnings (Kjartan Maraas)
  - Remove hack needed because of a metacity bug (Elijah)
  - Check for whether a window or one of its transients has the demands
    attention hint set (Elijah)
  - Handle the changes to _NET_ACTIVE_WINDOW (Elijah)
  - API change to add a timestamp to _NET_CURRENT_DESKTOP message (Elijah)
  - Plug leak (Vincent)
  - Fix tasklist button not requesting a reasonable size (Vincent)

 Translators

  - Jordi Mallach (ca)
  - Nikos Charonitakis (el)
  - Benoît Dejean (fr)
  - Ankit Patel (gu)
  - Luca Ferretti (it)
  - Takeshi AIHANA (ja)
  - Changwoo Ryu (ko)
  - Tino Meinen (nl)
  - GNOME PL Team (pl)
  - Evandro Fernandes Giovanini (pt_BR)
  - Duarte Loreto (pt)
  - Leonid Kanter (ru)
  - Laurent Dhima (sq)
  - Paisa Seeluangsawat (th)
  - Maxim Dziumanenko (uk)

2.9.91
======

 Features

  - New WnckSelector widget, using code from gnome-panel (Vincent Noel)

 Fixes

  - Correct misleading and inaccurate wording (Elijah)
  - Make the tasklist window menu popup appear near the mouse pointer
    (Vincent Noel)
  - Fix warnings in WnckSelector (Vincent)

 Misc

  - Add MAINTAINERS & HACKING files (Elijah)

 Translators

  - Vladimir Petkov (bg)
  - Miloslav Trmac (cs)
  - Ole Laursen (da)
  - Frank Arnold (de)
  - Adam Weinberger (en_CA)
  - David Lodge (en_GB)
  - Lucas Vieites (es)
  - Priit Laes (et)
  - Pauli Virtanen (fi)
  - Takeshi AIHANA (ja)
  - Changwoo Ryu (ko)
  - Žygimantas Beručka (lt)
  - Kjartan Maraas (nb)
  - Kjartan Maraas (no)
  - Duarte Loreto (pt)
  - Christian Rose (sv)

2.9.90
======

 Fixes

  - Don't check the monitor-change if there's only one monitor (Juerg Billeter)
  - Show "close all" and "(un)minimize all" options in the right click menu for
    grouped windows (Jaap Haitsma)
  - Make the task order in the tasklist intuitive (Elijah Newren)

 Translators

  - Vladimir Petkov (bg)
  - Miloslav Trmac (cs)
  - Frank Arnold (de)
  - Adam Weinberger (en_CA)
  - Francisco Javier F. Serrador (es)
  - Kjartan Maraas (nb)
  - Åsmund Skjæveland (nn)
  - Kjartan Maraas (no)
  - Mişu Moldovan (ro)
  - Christian Rose (sv)
  - Wang Jian (zh_CN)

2.9.4
=====

 Fixes

  - Implemented switching workspaces when doing a DnD operation
    (Carlos Garnacho Parro, Fernando Villacis Postigo)
  - Allow minimizing an app via tasklist even when it has a transient
    (Elijah Newren)
  - Include pinned windows only for the active workspace (Elijah Newren)

 Translators

  - Rajeev Shrestha (ne)

2.9.3
=====

 Fixes

  - Ellipsize labels in tasklist (Benjamin Kahn)
  - Use right icon size in tasklist (Benjamin Kahn)
  - Add a default icon for windows without icon in tasklist (Benjamin Kahn)
  - Fix leak (Benoît Dejean)
  - Do not show windows from all screen when the tasklist is first created (Juerg Billeter)
  -  Show all windows in tasklist with xinerama if there's only one tasklist (Juerg Billeter)
  - Increase padding between text and icon in the tasklist (Benjamin Kahn)
  - Code cleanups (Mark McLoughlin)

 Misc

  - Add a rationales.txt file (Elijah Newren)

 Translators

  - Vladimir Petkov (bg)
2005-03-22 16:05:36 +00:00
jmmv
9dc928c370 Update to 2.8.1:
Fixes
  - Only highlight sticky windows on the current workspace (Elijah Newren)

 Translators
  - Aiet Kolkhi (ka)
2004-10-26 21:04:20 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jmmv
f32f2bc57f Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.7.92

 Fixes

  - Setup gtk-doc to pull out API documentation (J.H.M. Dassen (Ray))

 Translators

  - Laszlo Dvornik (hu)
  - Kjartan Maraas (nb)
  - Laurent Dhima (sq)

2.7.91

 Fixes

  - Fix issue with AtkComponent co-ordinates (Arvind Samptur)
  - Fix window minimization vs. activation for mouse focus (Elijah Newren)
  - Resolve some no-focus-on-map issues (Elijah Newren)
  - Regenerate stale built sources (Torsten Schoenfeld)

 Translators

  - Kemal Sanjta (bs)
  - Pauli Virtanen (fi)
  - Amanpreet Singh Alam (pa)

2.7.90

 Fixes

  - Add support for the _NET_WM_STATE_DEMANDS_ATTENTION hint (Rob Adams)
  - Display shaded windows as "= <name> =" instead of "[ <name> ]" (James M.
    Cape)
  - Desensitize "Move To Workspace" items for sticky windows (Arvind Samptur)

 Translators

  - Vladimir Petkov (bg)
  - Laurent Dhima (sq)
2004-09-21 16:52:05 +00:00
jmmv
eac9eb7366 Update to 2.6.2.1:
Fixes
 - Activate window in workspace switcher only if its on the current workspace
   (Elijah Newren)
 - Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson)

 Translators
 - John C Barstow (mi)
 - Laurent Dhima (sq)
2004-09-03 13:06:25 +00:00
jmmv
d90eb09dcf Update to 2.6.2:
Fixes
- Don't show multi-workspace related menu items if there is only
  a single workspace (Johan Persson)

Translators
- Vladimir Petkov (bg)
- Gil Osher (he)
- Kjartan Maraas (no)
- Mi?u Moldovan (ro)
- Ivan Noris (sk)
2004-06-28 18:39:55 +00:00
jmmv
8215f83c4a Update to 2.6.1:
Fixes

 - Fix icon-reading crash when using enlightenment (Neil Muller)
 - AIX portability fixes (Kjartan Maraas)
 - Don't attempt to center the workspace on the mouse click (Kim Woelders)

 Translators

 - Iñaki Larrañaga Murgoitio (eu)
 - Guntupalli Karunakar (gu)
 - Mohammad DAMT (id)
 - Samúel Jón Gunnarsson (is)
 - Baris Cicek (tr)
2004-05-04 21:33:49 +00:00
jmmv
9e73e4c9dc Update to 2.6.0. Changes since previous version are listed here, but some
may be missing:

- allow building against an uninstalled libwnck build
- add "Move to Workspace" menu
- fix crash with updated allowed actions hint
2004-04-01 18:31:25 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
89fdc0f460 Update to 2.4.0.1, based on work done by xtraeme@ and Min Sik Kim.
2.4.0
- fix workspace name property handling
- fix updating of window/icon names
- fixes to viewport handling
- lots of new translations

2.3.1
- put -lX11 in link flags
- add API to manipulate window fullscreen state
- use an icon from one of the windows in a group, rather than
  the "white piece of paper" icon, if a group doesn't set an icon
- fixes for Cygwin compilation
- add support for viewports in window list and workspace switcher
- fix multihead glitches
- set desktop layout properly on 64-bit platforms
- new/updated translations

2.3.0
- fixed fitt's law for window list applet (Mark McLoughlin)
- incorporated fixes from stable branch
2003-12-14 19:50:21 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
8fdb3630de Depend on startup-notification. Bump PKGREVISION to 2.
Fixes PR pkg/21601 by Benedikt Meurer.
2003-05-22 17:04:39 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
0f74f225d3 Update to 2.2.1. Changes since 0.17:
* libwnck/tasklist.c: (wnck_tasklist_check_end_sequence): Actually end the
  sequnce if we match the wmclass against a window.
* libwnck/tasklist.c: time out startup sequences if we don't see them end, and
  end them if a window is mapped with StartupWMClass.
* libwnck/window.c (_wnck_window_get_resource_class)
  (_wnck_window_get_resource_name): add internal API to get window classes
* configure.in: added 'ro' to ALL_LINGUAS
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Added Amharic (am), Farsi (fa), and Macedonian (mk) to
  ALL_LINGUAS
* README: update README
* libwnck/application.c (get_icons): don't add an extra reference to all
  icons, that was an unfortunate memory leak. Patch from
2003-02-13 22:33:12 +00:00
jmmv
502d4e2e0d Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).
Approved by wiz.
2003-01-03 15:26:54 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
rh
678eededf2 Initial import of libwnck-0.17, a window navigator construction kit for
GNOME2.
Provided by Julio Merino <jmmv@hispabsd.org>.  This closes PR pkg/18202.
2002-09-12 01:41:00 +00:00