Sebastian Reichel
46a6d2c2ad
Add Linux kernel event handling code
...
This is a simple handler for uevents send by the Linux
kernel.
2015-08-08 06:29:54 +02:00
Sebastian Reichel
edad9bb7f5
Fix memory leak for battery tooltips
...
Instead of returning a const string, that is fed into strdup, tooltip
functions are now supposed to return allocated strings. This fixes a
memory leak in the battery tooltip.
This is used instead of simply freeing the memory in the battery
tooltip function, since it also avoids a uselesss strdup().
2015-08-07 02:09:53 +02:00
o9000
2799fe9346
Taskbar: better task monitor detection (issue #511 )
2015-08-01 00:21:25 +02:00
o9000
4e3989f9f5
Revert "taskbar: Add logging for window_get_monitor()"
...
This reverts commit 7162c5dea1
.
2015-07-30 22:56:01 +02:00
o9000
7162c5dea1
taskbar: Add logging for window_get_monitor()
2015-07-26 11:51:39 +02:00
o9000
e76202b355
Fix systray rendering when compositor off
2015-07-23 20:38:33 +02:00
o9000
04fe80b498
copy_file(): prevent truncating file if src == dest
2015-07-12 17:01:20 +02:00
o9000
89e4a5a460
Fix crash in tint2conf (wrong string length in allocation)
2015-07-04 18:31:01 +02:00
o9000
9fd9d51010
Fix timer bug (again)
2015-07-04 16:47:29 +02:00
o9000
7cd5c16fca
Fix crash when calling stop_timeout from the callback of a repeated timer
2015-07-04 13:34:09 +02:00
o9000
876cae8239
systray: fix black icon background for 32-bit icons when disable_transparency = 1; fix empty icon detection when disable_transparency = 1; fix icon blinking by delaying rendering less aggressively; removed XClearArea on traywin->win (triggers unnecessary redraws); cache icon names; profiling messages updated
2015-06-21 14:50:08 +02:00
o9000
7c3951e3a0
systray: Profiling code. Export environment variable SYSTRAY_PROFILING=1 when running tint2 to enable it
2015-06-19 10:46:29 +02:00
o9000
f5b2de62b6
systray: reorder operations to prevent the long icon first show delay that occurs sometimes
2015-06-14 10:51:30 +02:00
o9000
df1f2d4e4b
Merge taskbar_alignment from branch
2015-06-12 00:52:10 +02:00
o9000
1b4b0a8d8d
systray: Delay icon rendering only when throttling is necessary
2015-05-30 13:41:29 +02:00
o9000
39e67df44d
Revert "systray: Sort icons in the correct order when an icon is empty and order is right2left"
...
This reverts commit cb17e5a662
.
2015-05-30 13:23:20 +02:00
o9000
cb17e5a662
systray: Sort icons in the correct order when an icon is empty and order is right2left
2015-05-30 13:03:42 +02:00
o9000
e7c3f99e28
Attempt to fix icon rendering problems
2015-05-03 15:36:42 +02:00
o9000
b4f15db397
Use font shadows for all elements except tooltips
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@766 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-04-18 13:22:07 +00:00
o9000
66cae4bb7c
Fix dangling pointers causing erratic timer behaviour (affects taskbar with spacing); use calloc instead of malloc for safer initializations
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@758 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-04-17 20:17:25 +00:00
o9000
af003d0e19
Memory management review: match char-malloc/strdup-free, gchar-g_str*/g_free; set pointers to null after free; initialize fonts/backgrounds correctly when missing from config
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@748 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-04-11 09:51:10 +00:00
o9000
e539c6536f
Sort tasks on taskbar: config + sort by title or center (disabled, work in progress) - issue 478
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@743 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-03-28 22:38:57 +00:00
o9000
5376e09963
Sort tasks on taskbar (disabled, work in progress) - issue 478
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@740 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-03-28 21:07:33 +00:00
o9000
1a41159142
Battery: cleanup code and make detection more resilient
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@739 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-03-28 18:08:44 +00:00
o9000
e113080a0e
Tentative to sort tasks on taskbar (disabled) - issue 478
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@738 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-03-22 16:07:04 +00:00
o9000
ba40b0752f
Expand ~ in launcher_item_app
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@726 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-03-01 10:33:05 +00:00
o9000
4e76c2bb5d
Taskbar: add option to redistribute size in multi-desktop mode (useful especially when the taskbar is getting full on one desktop)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@673 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-01-30 09:53:16 +00:00
o9000
d584d04691
Remove global variables from header files
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@671 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-01-28 15:13:56 +00:00
o9000
54154e8298
util: Initialize color in all cases
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@658 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-01-20 23:45:25 +00:00
o9000
364d0cf703
util: Change misleading variable name "line" to "buffer"
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@657 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2015-01-20 23:43:51 +00:00
thilor77
72435c0743
start tint2conf work
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@632 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2011-06-06 09:16:51 +00:00
o9000
47ce616991
Changed launcher to use Areas for each icon; this allows showing tooltips
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@631 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2011-05-28 22:43:03 +00:00
Andreas.Fink85
cf12f63198
*fix* warning
...
*fix* tint2conf installation directories
git-svn-id: http://tint2.googlecode.com/svn/trunk@604 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-11-18 20:29:30 +00:00
thilor77
2ab0d33ae5
desktop name : last step
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@601 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-11-16 20:00:22 +00:00
thilor77
d94e2a1790
desktop name: first step
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@596 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-11-13 10:27:26 +00:00
thilor77
7c8a31db72
update my contribution to the company
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@585 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-11-02 11:40:50 +00:00
Andreas.Fink85
eae7223ddf
*fix* valgrind invalid read/write and memleaks
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@572 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-10-08 21:45:14 +00:00
thilor77
301aff0f10
cleanup duplicate code and fixed ALLDESKTOP task
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@569 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-26 17:07:33 +00:00
thilor77
c569722617
fixed some bug with rendering engine
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@566 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-26 13:10:37 +00:00
thilor77
60590bf1ac
rendering engine : _on_change_layout() called when pos/size changed
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@565 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-25 21:18:47 +00:00
thilor77
98c3cbe874
cleanup code
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@562 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-23 18:09:30 +00:00
thilor77
e68c361951
cleanup : generic resize function (in area.c)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@561 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-22 22:01:37 +00:00
thilor77
b4fb372f52
panel_items : fixed hide/unhide of baterry and systray
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@560 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-22 19:33:10 +00:00
thilor77
d2d2277bfe
cleanup : Area posx/posy managed by layering engine (area.c)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@558 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-21 09:54:19 +00:00
thilor77
570cf17f4e
panel_items : fixed SINGLE_DESKTOP mode
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@556 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-19 16:54:31 +00:00
thilor77
e022ddda6c
panel_items : fixed vertical panel
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@555 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-19 10:01:06 +00:00
thilor77
ffe45bd7da
panel_items : backward compatibility with 0.11 config file
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@552 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-18 21:22:53 +00:00
thilor77
b98d2001cb
panel_items : fixed segfault (panel without clock, change number desktop)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@550 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-18 18:06:29 +00:00
thilor77
500981b052
panel_items : fixed some segfault.
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@549 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-18 14:58:00 +00:00
thilor77
52eb843047
order of panel items : position of each object is update by layering engine (area)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@547 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-18 10:41:34 +00:00
thilor77
aabe6b11b9
add comment
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@545 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-16 23:24:25 +00:00
Andreas.Fink85
906ee82dbf
*fix* issue 282
...
*fix* correct x/y coordinates for tooltip on multi-head setup
*fix* delete multitimer hashmap
*fix* cleanup_panel() needs to be called after cleanup_launcher()
git-svn-id: http://tint2.googlecode.com/svn/trunk@544 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-09-12 22:00:00 +00:00
thilor77
9e81bcbf6a
revert rev 541 : we don t need to duplicate x,y
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@543 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-19 20:33:42 +00:00
Andreas.Fink85
d7914dd0ad
*fix* issue 272
...
*fix* correct transient window handling (f.ex window3 is transient for window2 and window2 transient for window1 and window1 is already in tint2, so
window3 will not be added)
git-svn-id: http://tint2.googlecode.com/svn/trunk@542 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-18 12:32:08 +00:00
thilor77
ba24db4c6c
code documentation
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@532 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-10 13:18:17 +00:00
thilor77
2af46648fc
reverted r528 : it s breaking amd64/x86_64
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@529 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-08 22:01:39 +00:00
thilor77
937d7faa1f
fixed Issue 282 : third try
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@528 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-08 20:03:09 +00:00
thilor77
9feef39d6f
fixed Issue 282 : second try
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@527 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-08 19:23:54 +00:00
thilor77
3eb1b736e3
fixed Issue 282
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@526 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-08 14:06:15 +00:00
thilor77
c9ca6a4006
adjust tooltip position (mrovi)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@524 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-08-07 12:17:56 +00:00
Andreas.Fink85
5521275bef
*fix* execute an external command by calling fork/execl and do not ignore SIGCHLD (maybe fixes issue 263)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@480 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-06-11 18:47:26 +00:00
Spooky85@gmail.com
9bc512b703
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
git-svn-id: http://tint2.googlecode.com/svn/trunk@441 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-23 17:27:34 +00:00
thilor77
64530181d9
qutodetect composite manager and automaticaly switch real/fake transparency
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@425 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-18 14:49:50 +00:00
thilor77
7ee42e8ca1
SIGUSR1 does now a full restat of tint2
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@424 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-18 14:28:45 +00:00
thilor77
c298a39d00
moved initial values in function default_xxx
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@423 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-04-18 12:07:36 +00:00
Andreas.Fink85
cfff505f75
*fix* again issue 221, but this time with the suggested solution to take 32-bit icons...
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@398 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-02-28 07:58:50 +00:00
Andreas.Fink85
bf1dc33ca7
*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
git-svn-id: http://tint2.googlecode.com/svn/trunk@393 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-02-08 22:44:56 +00:00
thilor77
38ea47cc9e
fixed iconified detection
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@375 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-26 23:00:27 +00:00
Andreas.Fink85
a22041ce09
*fix* removed warnings
...
*fix* removed unneeded code (backwards compatibility to tint2-0.6 and unneccesary XSetWindowsBackground)
*fix* better heuristicMask algorithm
git-svn-id: http://tint2.googlecode.com/svn/trunk@363 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-18 21:11:05 +00:00
Andreas.Fink85
3aa476a248
*fix* missing include
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@347 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-14 12:00:53 +00:00
Andreas.Fink85
06518a0f4b
*fix* 2 memleaks
...
*fix* no more warnings
git-svn-id: http://tint2.googlecode.com/svn/trunk@335 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-10 22:16:27 +00:00
Andreas.Fink85
a20eb44a28
*fix* minor bugfixes
...
*fix* do not use g_ptr_array_unref since not everybody has glib-2.22 ;)
git-svn-id: http://tint2.googlecode.com/svn/trunk@333 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-10 15:00:40 +00:00
Spooky85@gmail.com
62cb64feb5
Fix includes
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@330 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-09 16:43:14 +00:00
Andreas.Fink85
739af13714
*add* more task states (normal, active, iconified, urgent), with each an own background, font and asb
...
*fix* two memleaks
*fix* some code beautification
git-svn-id: http://tint2.googlecode.com/svn/trunk@327 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-09 00:11:01 +00:00
Andreas.Fink85
f76206c63e
*add* interval timeouts are aligned to each other
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@325 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-07 19:51:00 +00:00
Andreas.Fink85
adb784a859
*add* autohide
...
*fix* issue 182 by using select instead of pselect
git-svn-id: http://tint2.googlecode.com/svn/trunk@321 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-05 20:38:49 +00:00
Andreas.Fink85
da8a260659
*fix* memleak
...
*fix* issue 192
git-svn-id: http://tint2.googlecode.com/svn/trunk@319 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-05 11:21:18 +00:00
Andreas.Fink85
6cdf27ddfd
*fix* image rendering in real_transparency mode fixed (imlib_render_image does not work correctly)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@318 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-04 16:25:17 +00:00
Andreas.Fink85
a0cf313f08
*fix* broke systray with last checkin for fake transparency
...
*fix* some real transparency stuff fixed... it seems as if it is done now
git-svn-id: http://tint2.googlecode.com/svn/trunk@312 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-03 09:49:55 +00:00
Andreas.Fink85
3c53d06506
*fix* more systray modifications for nice looking icons in real transparency mode
...
*add* added new options to the sample files
git-svn-id: http://tint2.googlecode.com/svn/trunk@311 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2010-01-03 00:33:07 +00:00
Andreas.Fink85
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
git-svn-id: http://tint2.googlecode.com/svn/trunk@308 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-12-30 23:27:31 +00:00
Andreas.Fink85
7478765723
*add* more real_transparency things added... whole panel works now, but systray still has problems :(
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@306 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-12-30 16:25:19 +00:00
Andreas.Fink85
72bcf623ee
*fix* forward all clicks tint2 does not handle to the window manager, if wm_menu = 1
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@297 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-12-28 15:49:15 +00:00
Andreas.Fink85
3767eb58f1
*fix* use another timer implementation, coz *BSD does not support timerfd :(
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@296 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-12-27 20:33:02 +00:00
Andreas.Fink85
dae6ee07f9
*fix* calculate right struts for multiple monitors. fixes issue 148 and issue 178
...
*fix* uninstall all timers on reconfiguring
git-svn-id: http://tint2.googlecode.com/svn/trunk@291 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-12-22 13:37:13 +00:00
thilor77
e11cb05c96
cleanup
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@288 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-12-17 11:08:14 +00:00
Andreas.Fink85
6c40536d1a
*fix* make timer non-blocking to fix freezing when a timer is resetted in a callback function
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@282 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-11-30 15:36:06 +00:00
Andreas.Fink85
f9ca3a2c0e
*fix* tooltip copys the displayed text
...
*fix* remove urgent windows from list if closed
git-svn-id: http://tint2.googlecode.com/svn/trunk@278 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-11-19 13:53:01 +00:00
thilor77
f43facc277
Scrolling through tasks by schattenprinz
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@275 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-11-18 05:13:38 +00:00
Andreas.Fink85
7fa58c0552
*change* make tooltip more generous, and preparation for setting a tooltip on the clock
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@271 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-11-16 17:17:53 +00:00
Andreas.Fink85
11aa0bdc27
*fix* added missing files
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@267 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-11-15 20:38:24 +00:00
Andreas.Fink85
806451955b
*add* changed everything to kernel timer for easier integration with new timer
...
*todo* adapt tooltip also to the timer syntax
*fix* memory leak
git-svn-id: http://tint2.googlecode.com/svn/trunk@266 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-11-15 16:55:50 +00:00
lorthiois@bbsoft.fr
698f253f96
more tint2conf cleanup
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@234 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-10-25 16:36:40 +00:00
Andreas.Fink85
0867ce743c
*fix* modal windows with hidden parent or no parent are added to the taskbar
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@212 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-30 20:10:24 +00:00
lorthiois@bbsoft.fr
145ce16757
issue 135 and xrandr management (more to come)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@202 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-27 16:57:19 +00:00
lorthiois@bbsoft.fr
2b10ed7460
new solution for omnipresent task
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@198 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-26 11:04:02 +00:00
lorthiois@bbsoft.fr
f81e1b2e90
tried better transient window
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@194 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-21 18:58:31 +00:00
lorthiois@bbsoft.fr
a3177fadd9
fixed indentation inconsistency by dmitry
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@193 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-20 20:48:00 +00:00
lorthiois@bbsoft.fr
b3e399b3d2
lower cpu use with icon. replace HUE by ALPHA on icon (see task_icon_asb).
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@187 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-19 20:56:15 +00:00
lorthiois@bbsoft.fr
babda8e268
support skip_taskbar by Andreas.Fink85
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@169 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-07 21:41:21 +00:00
lorthiois@bbsoft.fr
a17b62f76f
fixed segfault
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@168 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-09-01 15:56:52 +00:00
lorthiois@bbsoft.fr
d99d51d948
cleanup and add desktop_right/desktop_left action on task (by jackp)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@162 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-08-29 15:14:55 +00:00
lorthiois@bbsoft.fr
b9ee10d818
adjust saturation/brightness 2
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@161 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-08-29 12:00:53 +00:00
lorthiois@bbsoft.fr
8eb1d35fc8
adjust saturation/brightness on task icon
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@160 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-08-29 12:00:11 +00:00
lorthiois@bbsoft.fr
dc43c1a563
add some HSB config
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@158 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-08-28 12:14:45 +00:00
lorthiois@bbsoft.fr
fe2111c8fd
add mouse action : maximize_restore, fixed issue 125
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@156 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-08-09 15:57:18 +00:00
lorthiois@bbsoft.fr
0cc577af23
tint2-0.7 released
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@138 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-06-30 19:55:12 +00:00
lorthiois@bbsoft.fr
533ab08523
change systray code. fixed issue 91.
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@118 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-06-19 21:08:34 +00:00
lorthiois@bbsoft.fr
829c910133
fixed issue 56 : with windowmaker
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@89 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-06-06 21:03:00 +00:00
lorthiois@bbsoft.fr
09b95187d3
fixed some bugs
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@69 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-03-07 10:05:15 +00:00
lorthiois@bbsoft.fr
67f875338b
basic systray with some bugs, update tintrc sample file
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@64 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-02-28 23:04:53 +00:00
lorthiois@bbsoft.fr
2121a32916
fixed issue 49 and some systray code (not yet)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@63 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-02-27 22:18:30 +00:00
lorthiois@bbsoft.fr
a08622a70d
fixed issue 48
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@62 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-02-25 20:04:43 +00:00
lorthiois@bbsoft.fr
283a7fe289
tint2 looks good for me. if you see bugs, report it.
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@54 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-02-13 21:54:42 +00:00
lorthiois@bbsoft.fr
077590ffce
fixed issue 14 : no icons
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@53 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-02-11 22:25:53 +00:00
lorthiois@bbsoft.fr
6c57698291
fixed bug : clock resize when date changed, number of desktop changed
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@51 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-02-10 23:16:10 +00:00
lorthiois@bbsoft.fr
7393ceaf20
big change : panel_monitor = all will draw one panel per monitor, panel_size accept percentage or pixel, update documentation, taskbar_mode = single_monitor show tasks of current monitor
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@32 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-02-07 23:28:13 +00:00
lorthiois@bbsoft.fr
e36c729d7b
add another padding parameter in config file, update documentation and sample config file
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@28 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-01-20 21:16:54 +00:00
lorthiois@bbsoft.fr
d818e66097
fixed bug with "task on all desktop" (issue 39), fixed memory corruption
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@26 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-01-18 22:12:41 +00:00
lorthiois@bbsoft.fr
0ecea24ee6
fixed bug with active task
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@24 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-01-17 14:07:56 +00:00
lorthiois@bbsoft.fr
e0a80ef5a2
fixed decorated window with compiz
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@22 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2009-01-05 21:01:05 +00:00
lorthiois@bbsoft.fr
9707ec36d2
WM menu in left and right padding
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@19 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2008-11-12 15:11:39 +00:00
lorthiois@bbsoft.fr
b1c239db22
fixed bugs with new design (first step)
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@18 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2008-11-08 20:23:42 +00:00
lorthiois@bbsoft.fr
c9dc168587
fixed issue and test svn
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@14 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2008-10-30 15:39:24 +00:00
lorthiois@bbsoft.fr
420dd5d1e2
New import
...
git-svn-id: http://tint2.googlecode.com/svn/trunk@13 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
2008-10-02 18:47:02 +00:00