]>
Dogcows Code - chaz/tint2/log
Thierry Lorthiois [Sat, 12 Jun 2010 12:25:21 +0000 (12:25 +0000)]
strut_policy=minimum possible even if autohide disabled
Andreas Fink [Sat, 12 Jun 2010 09:27:18 +0000 (09:27 +0000)]
*fix* use relative path for DOCDIR/MANDIR/DATADIR (a change in CMAKE_INSTALL_PREFIX works now)
Thierry Lorthiois [Sat, 12 Jun 2010 08:55:58 +0000 (08:55 +0000)]
removed cmake CACHE : it s not reliable.
Andreas Fink [Sat, 12 Jun 2010 07:45:16 +0000 (07:45 +0000)]
*fix* do not set LDFLAGS to --as-needed because this changes building behaviour which the user is not aware of
*fix* link librt only if it is found (issue 261)
Andreas Fink [Fri, 11 Jun 2010 18:47:26 +0000 (18:47 +0000)]
*fix* execute an external command by calling fork/execl and do not ignore SIGCHLD (maybe fixes issue 263)
Andreas Fink [Fri, 11 Jun 2010 15:37:53 +0000 (15:37 +0000)]
*del* autoconf files not used anymore
*add* install tint2conf .desktop and pixmaps
*fix* tint2conf warnings
Thierry Lorthiois [Fri, 11 Jun 2010 12:21:30 +0000 (12:21 +0000)]
add icon for panel switcher. needed *.png in /usr/share/pixmaps and *.desktop in /usr/share/applications
Andreas Fink [Wed, 9 Jun 2010 21:44:41 +0000 (21:44 +0000)]
*fix* install man file too
Andreas Fink [Wed, 9 Jun 2010 15:31:18 +0000 (15:31 +0000)]
*add* include svn revision in the VERSION_STRING if building with cmake
Andreas Fink [Wed, 9 Jun 2010 13:50:22 +0000 (13:50 +0000)]
*fix* update dependencies for tint2 in README.source
*fix* install default_icon.png
*fix* correct checking if imlib2 is built with x support
*fix* use ENABLE_feature, rather than DISABLE_feature
Andreas Fink [Wed, 9 Jun 2010 09:14:56 +0000 (09:14 +0000)]
*add* make CMakeLists.txt equivalent to the autoconf behaviour
Andreas Fink [Tue, 8 Jun 2010 20:18:13 +0000 (20:18 +0000)]
*add* tint2conf cmake file
Andreas Fink [Tue, 8 Jun 2010 20:03:38 +0000 (20:03 +0000)]
*fix* battery needs to add definition of course
Andreas Fink [Tue, 8 Jun 2010 19:56:22 +0000 (19:56 +0000)]
*add* first cmake based implementation (compiles already tint2, but needs more love for installing everything correctly)
This is just a test whether cmake can become an alternative to the current build process (I prefer cmake, because it is much faster and offers more
possiblities)
Thierry Lorthiois [Tue, 8 Jun 2010 15:56:04 +0000 (15:56 +0000)]
fixed segfault with monitor detection
Andreas Fink [Tue, 8 Jun 2010 14:14:57 +0000 (14:14 +0000)]
*fix* issue 259
Andreas Fink [Tue, 8 Jun 2010 14:08:42 +0000 (14:08 +0000)]
*fix* issue 260 the third
Andreas Fink [Tue, 8 Jun 2010 07:58:45 +0000 (07:58 +0000)]
*fix* issue 260 the second
Andreas Fink [Mon, 7 Jun 2010 20:40:25 +0000 (20:40 +0000)]
*fix* issue 260
Thierry Lorthiois [Sun, 30 May 2010 15:01:09 +0000 (15:01 +0000)]
tint2-0.10 final release
Thierry Lorthiois [Tue, 18 May 2010 16:03:54 +0000 (16:03 +0000)]
etend OpenBSD patch to FreeBSD and NetBSD
Thierry Lorthiois [Tue, 18 May 2010 08:50:17 +0000 (08:50 +0000)]
fixed for issue 32
Christian Ruppert [Mon, 17 May 2010 13:21:24 +0000 (13:21 +0000)]
Fix installation of examples.
Thierry Lorthiois [Sat, 15 May 2010 23:35:57 +0000 (23:35 +0000)]
battery patch for Openbsd by vext01
Thierry Lorthiois [Sat, 15 May 2010 14:57:55 +0000 (14:57 +0000)]
tint2-0.10-beta1
Thierry Lorthiois [Sat, 15 May 2010 14:43:01 +0000 (14:43 +0000)]
tint2conf : possibility to change property tool tintwizard/gedit/...
Thierry Lorthiois [Sun, 9 May 2010 19:38:01 +0000 (19:38 +0000)]
use tintwizard and format sample files with tintwizard
Thierry Lorthiois [Sun, 9 May 2010 19:00:13 +0000 (19:00 +0000)]
added some config sample (thanks to users)
Thierry Lorthiois [Tue, 4 May 2010 20:15:46 +0000 (20:15 +0000)]
fixed : config file use . as decimal separator even when LOCALE is different
Thierry Lorthiois [Tue, 4 May 2010 18:47:34 +0000 (18:47 +0000)]
panel switcher : sorted by name
Thierry Lorthiois [Tue, 4 May 2010 16:39:22 +0000 (16:39 +0000)]
fixed segfault when remove desktop with task
Christian Ruppert [Fri, 23 Apr 2010 17:30:49 +0000 (17:30 +0000)]
Add preprocessor statements to check if battery support has been enabled before using "default_battery()".
Christian Ruppert [Fri, 23 Apr 2010 17:27:34 +0000 (17:27 +0000)]
Move function declarations to fix compiler warning:
util/timer.c:81: warning: conflicting types for ‘stop_multi_timeout’
util/timer.c:61: note: previous implicit declaration of ‘stop_multi_timeout’ was here
Thierry Lorthiois [Fri, 23 Apr 2010 14:37:39 +0000 (14:37 +0000)]
little cleanup
Thierry Lorthiois [Thu, 22 Apr 2010 15:08:21 +0000 (15:08 +0000)]
cleanup code
Thierry Lorthiois [Tue, 20 Apr 2010 17:22:05 +0000 (17:22 +0000)]
fixed : battery disabled when needed
Thierry Lorthiois [Tue, 20 Apr 2010 15:14:37 +0000 (15:14 +0000)]
reverted Rev 407 because here it s breaking alls icon with systray + xcompmgr
Thierry Lorthiois [Mon, 19 Apr 2010 22:06:23 +0000 (22:06 +0000)]
cleanup
Thierry Lorthiois [Mon, 19 Apr 2010 21:44:40 +0000 (21:44 +0000)]
back to ELLIPSIZE_END and multi-line task name. multi-line depend on task vertical_padding and size of font
Thierry Lorthiois [Mon, 19 Apr 2010 18:15:42 +0000 (18:15 +0000)]
tint2conf enabled by default, and switch ELLIPSIZE_END to ELLIPSIZE_MIDDLE
Thierry Lorthiois [Sun, 18 Apr 2010 20:31:20 +0000 (20:31 +0000)]
look like autohide need minimal height
Thierry Lorthiois [Sun, 18 Apr 2010 14:49:50 +0000 (14:49 +0000)]
qutodetect composite manager and automaticaly switch real/fake transparency
Thierry Lorthiois [Sun, 18 Apr 2010 14:28:45 +0000 (14:28 +0000)]
SIGUSR1 does now a full restat of tint2
Thierry Lorthiois [Sun, 18 Apr 2010 12:07:36 +0000 (12:07 +0000)]
moved initial values in function default_xxx
Thierry Lorthiois [Sun, 18 Apr 2010 10:35:25 +0000 (10:35 +0000)]
fixed systray_asb in fake transparency (see r407)
Thierry Lorthiois [Fri, 16 Apr 2010 18:50:03 +0000 (18:50 +0000)]
cleanup default value on SIGUSR1
Thierry Lorthiois [Sat, 3 Apr 2010 22:54:51 +0000 (22:54 +0000)]
tint2conf : cleanup
Thierry Lorthiois [Sat, 3 Apr 2010 22:52:52 +0000 (22:52 +0000)]
tint2conf : cleanup and asynchronous panel preview
Thierry Lorthiois [Sat, 3 Apr 2010 15:56:34 +0000 (15:56 +0000)]
tint2conf : add theme menu
Thierry Lorthiois [Fri, 2 Apr 2010 20:02:41 +0000 (20:02 +0000)]
tint2conf : save/restore window size, save as menu.
Thierry Lorthiois [Thu, 1 Apr 2010 21:25:11 +0000 (21:25 +0000)]
tint2conf : store/load selected theme
Thierry Lorthiois [Wed, 31 Mar 2010 22:13:24 +0000 (22:13 +0000)]
tint2conf : cleanup and rotate vertical panel snapshot
Andreas Fink [Tue, 30 Mar 2010 18:47:11 +0000 (18:47 +0000)]
*fix* issue 241
Thierry Lorthiois [Sun, 28 Mar 2010 22:50:26 +0000 (22:50 +0000)]
some changed in tint2conf theme switcher. not yet ready.
Thierry Lorthiois [Sat, 27 Mar 2010 16:51:12 +0000 (16:51 +0000)]
fixed resize_clock() and snapshot
Thierry Lorthiois [Fri, 26 Mar 2010 23:16:25 +0000 (23:16 +0000)]
fixed snapshot command (-s). more needed.
Andreas Fink [Sat, 20 Mar 2010 08:30:41 +0000 (08:30 +0000)]
*add* allow xrandr names (hopefully works)
Thierry Lorthiois [Sun, 7 Mar 2010 11:03:10 +0000 (11:03 +0000)]
update tintwizard-0.3.1 by Euan Freeman
Thierry Lorthiois [Sun, 7 Mar 2010 09:14:45 +0000 (09:14 +0000)]
update tintwizard by Euan Freeman
Thierry Lorthiois [Sat, 6 Mar 2010 08:54:12 +0000 (08:54 +0000)]
fixed issue 232
Andreas Fink [Sun, 28 Feb 2010 07:58:50 +0000 (07:58 +0000)]
*fix* again issue 221, but this time with the suggested solution to take 32-bit icons...
Andreas Fink [Sat, 27 Feb 2010 19:25:51 +0000 (19:25 +0000)]
*fix* issue 221
Andreas Fink [Sat, 20 Feb 2010 10:08:56 +0000 (10:08 +0000)]
*add* strut_policy = none
Thierry Lorthiois [Tue, 9 Feb 2010 20:19:49 +0000 (20:19 +0000)]
consistency : drag n drop task between desktop will not change active desktop (as before)
Andreas Fink [Mon, 8 Feb 2010 22:44:56 +0000 (22:44 +0000)]
*add* drag'n'drop task reordering
*fix* autohide and tooltip after SIGUSR1
*fix* send low_battery_cmd only once
*fix* update clock if time difference > 60 sec (after hibernation or supsension)
*fix* changed transient window behaviour
Thierry Lorthiois [Wed, 3 Feb 2010 12:05:16 +0000 (12:05 +0000)]
applied patch to synchronize clock by wim.speek@orange.nl
Andreas Fink [Sun, 31 Jan 2010 16:56:54 +0000 (16:56 +0000)]
*fix* issue 217
Andreas Fink [Sun, 31 Jan 2010 15:10:38 +0000 (15:10 +0000)]
*fix* reverted Thierry's last change
Andreas Fink [Sun, 31 Jan 2010 14:49:26 +0000 (14:49 +0000)]
*fix* typo
Andreas Fink [Sun, 31 Jan 2010 14:04:58 +0000 (14:04 +0000)]
*fix* hopefully fixed issue 212 (thx to l_man for testing)
Thierry Lorthiois [Sun, 31 Jan 2010 10:17:20 +0000 (10:17 +0000)]
improve systray drawing when screen depth = 24
Christian Ruppert [Sun, 31 Jan 2010 10:06:25 +0000 (10:06 +0000)]
Add missing xrender dependency to configure.ac.
Some build system clean up.
Andreas Fink [Sat, 30 Jan 2010 23:06:07 +0000 (23:06 +0000)]
*fix* maybe issue 212
Andreas Fink [Sat, 30 Jan 2010 08:30:02 +0000 (08:30 +0000)]
*fix* correct comparison whether task_icon_asb is set
Andreas Fink [Sat, 30 Jan 2010 08:24:25 +0000 (08:24 +0000)]
*fix* issue 215
Andreas Fink [Fri, 29 Jan 2010 18:13:01 +0000 (18:13 +0000)]
*fix* issue 213
Andreas Fink [Thu, 28 Jan 2010 11:16:34 +0000 (11:16 +0000)]
removed real_transparency from all config files
updated changelog
Thierry Lorthiois [Tue, 26 Jan 2010 23:00:27 +0000 (23:00 +0000)]
fixed iconified detection
Thierry Lorthiois [Tue, 26 Jan 2010 18:32:00 +0000 (18:32 +0000)]
should fixed issue 208
Thierry Lorthiois [Fri, 22 Jan 2010 19:51:09 +0000 (19:51 +0000)]
cleanup comment
Thierry Lorthiois [Fri, 22 Jan 2010 19:49:24 +0000 (19:49 +0000)]
fixed : redraw all task state when background changed
Thierry Lorthiois [Tue, 19 Jan 2010 20:08:04 +0000 (20:08 +0000)]
update config
Thierry Lorthiois [Tue, 19 Jan 2010 19:29:28 +0000 (19:29 +0000)]
lower battery drawing : update to 10s and battery_hide config
Andreas Fink [Mon, 18 Jan 2010 21:11:05 +0000 (21:11 +0000)]
*fix* removed warnings
*fix* removed unneeded code (backwards compatibility to tint2-0.6 and unneccesary XSetWindowsBackground)
*fix* better heuristicMask algorithm
Andreas Fink [Mon, 18 Jan 2010 20:16:32 +0000 (20:16 +0000)]
*fix* bug fixed (multi-desktop and taskbar_active_id != taskbar_id)
Thierry Lorthiois [Mon, 18 Jan 2010 10:05:05 +0000 (10:05 +0000)]
cleanup
Andreas Fink [Sun, 17 Jan 2010 20:02:56 +0000 (20:02 +0000)]
reverted my last checkin, because I forgot that XCopyArea only works if src.depth == dest.depth
minor bugfix if in hidden mode a new tray icon appears
Thierry Lorthiois [Sun, 17 Jan 2010 13:43:44 +0000 (13:43 +0000)]
detect start/stop composite manager. and answer to question.
Andreas Fink [Sat, 16 Jan 2010 18:58:31 +0000 (18:58 +0000)]
*fix* set window background on trayicon parents
Andreas Fink [Sat, 16 Jan 2010 15:42:02 +0000 (15:42 +0000)]
*fix* unmap traywin (part of issue 205)
Andreas Fink [Sat, 16 Jan 2010 09:44:11 +0000 (09:44 +0000)]
*fix* include file fix
Thierry Lorthiois [Fri, 15 Jan 2010 22:23:00 +0000 (22:23 +0000)]
replace real_transparency option with an autodetect of composite manager.
Christian Ruppert [Fri, 15 Jan 2010 20:51:10 +0000 (20:51 +0000)]
Autocreate src/version.h.
Thierry Lorthiois [Fri, 15 Jan 2010 20:09:35 +0000 (20:09 +0000)]
central version.h. the build system could overwrite it...
Thierry Lorthiois [Fri, 15 Jan 2010 15:31:07 +0000 (15:31 +0000)]
fixed : update tooltip when title change (downloading file)
Thierry Lorthiois [Thu, 14 Jan 2010 23:38:48 +0000 (23:38 +0000)]
cleanup
Thierry Lorthiois [Thu, 14 Jan 2010 22:55:08 +0000 (22:55 +0000)]
fixed bad background with fake transparency+hidden panel
Thierry Lorthiois [Thu, 14 Jan 2010 21:24:03 +0000 (21:24 +0000)]
fixed left click on clock
Thierry Lorthiois [Thu, 14 Jan 2010 21:05:42 +0000 (21:05 +0000)]
fixed black windows drawing in fake transparency (flush before drawing window)
Andreas Fink [Thu, 14 Jan 2010 12:00:53 +0000 (12:00 +0000)]
*fix* missing include
This page took 0.054946 seconds and 4 git commands to generate.