Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xfce4-windowck-plugin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Panel Plugins
xfce4-windowck-plugin
Commits
6f1fdbd2
Commit
6f1fdbd2
authored
11 years ago
by
cedric
Browse files
Options
Downloads
Patches
Plain Diff
update to version 0.0.2
parent
06ade86a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
AUTHORS
+3
-0
3 additions, 0 deletions
AUTHORS
NEWS
+6
-1
6 additions, 1 deletion
NEWS
README
+5
-0
5 additions, 0 deletions
README
TODO
+5
-0
5 additions, 0 deletions
TODO
configure.ac.in
+1
-1
1 addition, 1 deletion
configure.ac.in
with
20 additions
and
2 deletions
AUTHORS
+
3
−
0
View file @
6f1fdbd2
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
NEWS
+
6
−
1
View file @
6f1fdbd2
See debian/changelog
0.0.2
Add shrink, fixed and expand title options.
Add title padding and alignment options.
0.0.1
Initial release.
This diff is collapsed.
Click to expand it.
README
+
5
−
0
View file @
6f1fdbd2
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
TODO
+
5
−
0
View file @
6f1fdbd2
ideas of extra features to implement :
- add contextual menu like on the tasklist applet
- title format (size...)
- add icon
- add window control buttons
This diff is collapsed.
Click to expand it.
configure.ac.in
+
1
−
1
View file @
6f1fdbd2
...
...
@@ -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 ***************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment