all repos — tint2 @ e8c846c259edc0341299a15ebae06a9423f06f6a

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

tint2-0.10-beta1

git-svn-id: http://tint2.googlecode.com/svn/trunk@456 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

e8c846c259edc0341299a15ebae06a9423f06f6a

parent

bb008b121b2802adda74ac214c06c1a7bd5047e6

2 files changed, 12 insertions(+), 1 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,3 +1,14 @@

+2010-05-15 +- added panel theme switcher 'tint2conf' + with preview of each theme based on current config (size of monitor, task opened, ...) +- include tintwizard : theme editor +- autodetect composite manager and switch to real or fake transparency + this feature needed a patch to xcompmgr + see FAQ http://code.google.com/p/tint2/wiki/FAQ#How_to_configure_real_transparency_(xcompmgr) +- added 'strut_policy = none' +- drag n drop task re-ordering + + 2010-01-28 - Battery hide option - bugfixes in task redrawing
M configure.acconfigure.ac

@@ -1,7 +1,7 @@

# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([tint2], [0.9-svn], [http://code.google.com/p/tint2/issues]) +AC_INIT([tint2], [0.10-beta1], [http://code.google.com/p/tint2/issues]) AM_INIT_AUTOMAKE