a20eb44a28
*fix* minor bugfixes *fix* do not use g_ptr_array_unref since not everybody has glib-2.22 ;)
Andreas.Fink85
2010-01-10 15:00:40 +00:00
c6ff59f9f7
*fix* panel_monitor = n works again, after I've broken it with revision 308 *add* convenience storage for tasks in a hash map (Window is mapped to a GPtrArray of Task*) *fix* bugfix in resize_taskbar when task.area.width/height changes
Andreas.Fink85
2010-01-09 18:29:00 +00:00
451872168c
Fix tint2conf compilation due to missing imlib2 deps
Spooky85@gmail.com
2010-01-09 16:44:10 +00:00
62cb64feb5
Fix includes
Spooky85@gmail.com
2010-01-09 16:43:14 +00:00
8280d4dc87
*fix* only redraw task on state change, if not already drawn
Andreas.Fink85
2010-01-09 09:34:15 +00:00
739af13714
*add* more task states (normal, active, iconified, urgent), with each an own background, font and asb *fix* two memleaks *fix* some code beautification
Andreas.Fink85
2010-01-09 00:11:01 +00:00
6cdf27ddfd
*fix* image rendering in real_transparency mode fixed (imlib_render_image does not work correctly)
Andreas.Fink85
2010-01-04 16:25:17 +00:00
404d84afd3
*add* systray icons can also be adjusted, like task icons
Andreas.Fink85
2010-01-03 20:17:46 +00:00
fad21d3c1c
*fix* issue 175 *fix* a bug I introduced with one of my previous checkins...
Andreas.Fink85
2010-01-03 13:14:25 +00:00
a0cf313f08
*fix* broke systray with last checkin for fake transparency *fix* some real transparency stuff fixed... it seems as if it is done now
Andreas.Fink85
2010-01-03 09:49:55 +00:00
3c53d06506
*fix* more systray modifications for nice looking icons in real transparency mode *add* added new options to the sample files
Andreas.Fink85
2010-01-03 00:33:07 +00:00
009653db34
*fix* clear tooltip window before redrawing *fix* all systray icons should be visible also in real transparency mode
Andreas.Fink85
2009-12-31 14:20:32 +00:00
2506f4045c
*add* real transparency is now supported... most systray applications work out of the box. Some do not work yet, because they do not respect freedesktops standard
Andreas.Fink85
2009-12-30 23:27:31 +00:00
7478765723
*add* more real_transparency things added... whole panel works now, but systray still has problems :(
Andreas.Fink85
2009-12-30 16:25:19 +00:00
c65ad3628d
*add* clock supports timezones *add* first preparations for real transparency (tooltip works already, but panel does not. Therefore it is disabled in the source code)
Andreas.Fink85
2009-12-30 11:27:29 +00:00
527c91f005
*fix* segfault fixed when removing last desktop and we've been on last desktop
Andreas.Fink85
2009-12-29 22:04:24 +00:00
c93bf5e1f3
*fix* better internal urgent task handling *fix* urgent task blinks on all desktops for omnipresent windows *fix* better active window handling on desktop changes *fix* better active window handling if switching omnipresent property
Andreas.Fink85
2009-12-29 19:55:25 +00:00
72bcf623ee
*fix* forward all clicks tint2 does not handle to the window manager, if wm_menu = 1
Andreas.Fink85
2009-12-28 15:49:15 +00:00
3767eb58f1
*fix* use another timer implementation, coz *BSD does not support timerfd :(
Andreas.Fink85
2009-12-27 20:33:02 +00:00
dae6ee07f9
*fix* calculate right struts for multiple monitors. fixes issue 148 and issue 178 *fix* uninstall all timers on reconfiguring
Andreas.Fink85
2009-12-22 13:37:13 +00:00
c46e1341aa
*fix* tooltip fixed *fix* send battery low command if below the value, not exactly the value
Andreas.Fink85
2009-12-17 18:25:51 +00:00
f9ca3a2c0e
*fix* tooltip copys the displayed text *fix* remove urgent windows from list if closed
Andreas.Fink85
2009-11-19 13:53:01 +00:00
f43facc277
Scrolling through tasks by schattenprinz
thilor77
2009-11-18 05:13:38 +00:00
c7346fc56b
tint2conf : custom tree view
thilor77
2009-11-17 10:03:39 +00:00
db83997eae
*add* clock tooltip finished, see issue 115 *fix* reset sigmask before forking
Andreas.Fink85
2009-11-16 17:54:46 +00:00
7fa58c0552
*change* make tooltip more generous, and preparation for setting a tooltip on the clock
Andreas.Fink85
2009-11-16 17:17:53 +00:00
d1e7d189bf
*fix* use XFlush to really make use of the tooltip timeouts and do not rely on some timer running in the background *fix* moved panel_refresh in the mainloop to the top for panels without a clock for updating first and then going to the pselect statement *changed* battery updates every 5 secs (I do not know if this is a good value...) *fix* blinking urgent windows has a panel_refresh now
Andreas.Fink85
2009-11-16 10:06:45 +00:00
12a882e31c
gcc 4.3.2 confusused when var_name identical to type
thilor77
2009-11-16 09:27:44 +00:00
99b045a323
*fix* merged tooltip to the new timer syntax *todo* check what happens if no clock and no battery are on the panel
Andreas.Fink85
2009-11-16 07:27:28 +00:00
806451955b
*add* changed everything to kernel timer for easier integration with new timer *todo* adapt tooltip also to the timer syntax *fix* memory leak
Andreas.Fink85
2009-11-15 16:55:50 +00:00
fb97c28f55
some tint2conf code
lorthiois@bbsoft.fr
2009-10-24 23:23:01 +00:00
2e8fddba60
fixed : changed active task with wm_menu option
lorthiois@bbsoft.fr
2009-10-23 22:20:42 +00:00
cb6ac44a9c
fixed : lost of active task on SIGUSR1
lorthiois@bbsoft.fr
2009-10-23 21:28:44 +00:00
8847de07c1
fixed switch between config with killall -SIGUSR1 tint2
lorthiois@bbsoft.fr
2009-10-23 20:23:11 +00:00
1f42a6b80d
killall -SIGUSR1 tint2 will reload config file. need more fixed.
lorthiois@bbsoft.fr
2009-10-22 20:31:53 +00:00
b6ca6149e5
Add AC_PREREQ for at least autoconf-2.61 (should be a good choice..). Be more verbose when running autogen.sh. Add realloc and alarm check to configure.ac.
Spooky85@gmail.com
2009-10-22 18:26:15 +00:00
c3b63e8c45
fixed segfault with multi-monitor
lorthiois@bbsoft.fr
2009-10-22 17:55:23 +00:00