Skip to content
Snippets Groups Projects
Commit 6f1fdbd2 authored by cedric's avatar cedric
Browse files

update to version 0.0.2

parent 06ade86a
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,6 @@ Andrej Belcijan <andrejx@gmail.com>
Alessio Piccoli <alepic@geckoblu.net>
Author of the porting to XFCE.
Cedric Leporcq <cedl38 at gmail dot com>
Adding extra options.
See debian/changelog
0.0.2
Add shrink, fixed and expand title options.
Add title padding and alignment options.
0.0.1
Initial release.
......@@ -3,6 +3,11 @@ What is it?
Xfce panel plugin which allows to put the maximized window title on the panel.
It's main features are:
- Show the title of the maximized window on the panel.
- Clicking on it focus the maximized windows.
This code is heavily based on original 'Window Applets' code of Andrej Belcijan.
See http://gnome-look.org/content/show.php?content=103732 for details.
......
ideas of extra features to implement :
- add contextual menu like on the tasklist applet
- title format (size...)
- add icon
- add window control buttons
......@@ -10,7 +10,7 @@ dnl *** Version information ***
dnl ***************************
m4_define([windowck_version_major], [0])
m4_define([windowck_version_minor], [0])
m4_define([windowck_version_micro], [1])
m4_define([windowck_version_micro], [2])
m4_define([windowck_version], [windowck_version_major().windowck_version_minor().windowck_version_micro()])
dnl ***************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment