]>
Dogcows Code - chaz/tint2/log
Thierry Lorthiois [Mon, 19 Jul 2010 07:49:39 +0000 (07:49 +0000)]
fixed issue 273 ?
Andreas Fink [Sat, 3 Jul 2010 07:37:17 +0000 (07:37 +0000)]
*fix* ignore SIGCHLD in way that BSD and linux support
*fix* default background id 0 for panel if not specified in the config file
Andreas Fink [Mon, 28 Jun 2010 10:34:06 +0000 (10:34 +0000)]
*fix* do not multiply max_tick_urgent by 2 because the user should decide whether to end up in the casual state or the urgent state
Andreas Fink [Sat, 26 Jun 2010 16:19:18 +0000 (16:19 +0000)]
*add* use ACPI api for freebsd (thx to yamagi.burmeister)
Andreas Fink [Sat, 26 Jun 2010 12:35:35 +0000 (12:35 +0000)]
*fix* finish dnd problems and autohide
Andreas Fink [Sun, 20 Jun 2010 15:56:04 +0000 (15:56 +0000)]
*fix* start work on autohide+drag'n'drop
*fix* fallback version is 0.11-svn
Thierry Lorthiois [Wed, 16 Jun 2010 15:11:43 +0000 (15:11 +0000)]
tint2conf : add unused code
Andreas Fink [Wed, 16 Jun 2010 15:00:48 +0000 (15:00 +0000)]
*fix* set _NET_WM_ICON_GEOMETRY (fixes issue 36)
*fix* updated ChangeLog
Andreas Fink [Tue, 15 Jun 2010 21:38:14 +0000 (21:38 +0000)]
*fix* abort cmake with an error message if not all dependencies could be found
Thierry Lorthiois [Mon, 14 Jun 2010 15:08:51 +0000 (15:08 +0000)]
add unused code
Andreas Fink [Mon, 14 Jun 2010 13:01:13 +0000 (13:01 +0000)]
*fix* use [ ] instead of [[ ]] because some systems don't know about [[ ]]???
Andreas Fink [Mon, 14 Jun 2010 09:48:40 +0000 (09:48 +0000)]
*fix* use -pthread also for tint2 because we're using processes which starts new threads
Andreas Fink [Mon, 14 Jun 2010 06:20:41 +0000 (06:20 +0000)]
*fix* add -pthread to the compile/link flags since gtk+ needs it
Andreas Fink [Sun, 13 Jun 2010 13:02:53 +0000 (13:02 +0000)]
*fix* IMLIB2_LDFLAGS not FLAGS
*fix* link_directories needs to be called before the target is created
Andreas Fink [Sun, 13 Jun 2010 12:27:56 +0000 (12:27 +0000)]
*fix* use /bin/sh because not every system has /bin/bash
*fix* issue 261
Andreas Fink [Sun, 13 Jun 2010 10:34:03 +0000 (10:34 +0000)]
mv INSTALL to INSTALL.txt because autoconf generated some INSTALL files which makes problems with svn up
Andreas Fink [Sun, 13 Jun 2010 10:30:31 +0000 (10:30 +0000)]
*fix* not possible to include a configure script because it was unversioned before and makes problems for a svn up
Andreas Fink [Sun, 13 Jun 2010 09:51:52 +0000 (09:51 +0000)]
*add* adding a dummy configure file which reports for the user that we've changed to cmake
*add* make_relase.sh convenience script which creates a tarball for release (usage: ./make_release.sh RELEASE_VERSION)
*fix* get_svnrev.sh fixed is the fallback version is produced
Andreas Fink [Sun, 13 Jun 2010 08:19:07 +0000 (08:19 +0000)]
*add* added a minimalistic INSTALL description (lazy people like I am do not check the wiki)
Thierry Lorthiois [Sat, 12 Jun 2010 22:20:03 +0000 (22:20 +0000)]
oups, missing files
Thierry Lorthiois [Sat, 12 Jun 2010 22:17:45 +0000 (22:17 +0000)]
cleanup
Andreas Fink [Sat, 12 Jun 2010 21:21:06 +0000 (21:21 +0000)]
*fix* change the default location of tintwizard.py to ${CMAKE_INSTALL_PREFIX}/bin/tintwizard.py (issue 264)
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
This page took 0.050161 seconds and 4 git commands to generate.