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)
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
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)
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
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)
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)
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)
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
* 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