o9000
|
97ea370bf6
|
Updated changelog
|
2016-01-10 17:33:22 +01:00 |
|
o9000
|
23e740c7f1
|
Fix compiz support with multiple desktops and monitors
|
2016-01-10 16:38:14 +01:00 |
|
o9000
|
10ca7f0762
|
Limit tooltip width
|
2016-01-10 15:28:00 +01:00 |
|
o9000
|
0f43318798
|
Changed tint2rc
|
2016-01-10 15:13:10 +01:00 |
|
o9000
|
ac5aefb52b
|
New config option: taskbar_always_show_all_desktop_tasks (fixes issue #279)
|
2016-01-10 14:40:24 +01:00 |
|
o9000
|
6ae4c0a9a8
|
tint2conf: leave font setting to default if not set
|
2016-01-10 14:01:08 +01:00 |
|
o9000
|
abbf44bab7
|
Changed tint2rc
|
2016-01-10 13:20:35 +01:00 |
|
o9000
|
af1fe52725
|
Set desktop name font to bold in tint2conf
|
2016-01-10 12:59:51 +01:00 |
|
o9000
|
11b285d045
|
Taskbar: code cleanup (rename task_group -> task_buttons)
|
2016-01-09 14:07:44 +01:00 |
|
o9000
|
650806525a
|
Taskbar: code cleanup
|
2016-01-08 23:53:44 +01:00 |
|
o9000
|
92bd9e9184
|
Taskbar: code cleanup
|
2016-01-08 23:43:53 +01:00 |
|
o9000
|
d08606dc93
|
Allow user to disable mouse effects (workaround for issue #542 no longer needed)
|
2016-01-08 23:02:20 +01:00 |
|
o9000
|
5450f89612
|
Remove double pixmap caching, it is crazy (see issue #542)
|
2016-01-08 22:57:32 +01:00 |
|
o9000
|
dbf065ab12
|
Always enable mouse effects (workaround for issue #542)
|
2016-01-07 19:38:23 +01:00 |
|
o9000
|
79fa4b3ad5
|
Update changelog
|
2016-01-07 13:01:33 +01:00 |
|
o9000
|
228d20a72c
|
Systray: handle changing icon names and reorder if necessary
|
2016-01-07 12:50:54 +01:00 |
|
o9000
|
29a34083c9
|
Remove the sleep at startup since it has side effects and is a poor solution anyways
|
2016-01-07 12:11:09 +01:00 |
|
o9000
|
b3127478d9
|
Updated readme regarding debugging crashes
|
2016-01-05 23:11:47 +00:00 |
|
o9000
|
3994ddf1b4
|
Disable copying of sample themes to ~/.config
|
2016-01-05 23:53:51 +01:00 |
|
o9000
|
b921440d9f
|
Disable backtrace by default
|
2016-01-05 23:46:26 +01:00 |
|
o9000
|
4fb93d1af6
|
Updated changelog
|
2016-01-05 00:41:10 +00:00 |
|
o9000
|
5835eb6f57
|
Always sleep 1s at startup to let the compositor start first
|
2016-01-05 01:36:57 +01:00 |
|
o9000
|
88e1d56a98
|
Reorder some statements
|
2016-01-05 01:33:27 +01:00 |
|
o9000
|
1ae20fa3eb
|
Move backtrace generation behind cmake flag
|
2016-01-05 01:28:12 +01:00 |
|
o9000
|
84df026878
|
Do not restart on crash, it cannot be done reliably from a single process; use instead "while true ; do tint2 ; sleep 1; done"
|
2016-01-05 01:06:40 +01:00 |
|
o9000
|
b8a7304f4b
|
Cleanup restart code
|
2016-01-05 00:18:05 +01:00 |
|
o9000
|
4bf57ce1b0
|
Updated changelog for new dependencies
|
2016-01-03 22:21:23 +00:00 |
|
o9000
|
1013791b35
|
Updated changelog
|
2016-01-03 21:58:13 +00:00 |
|
o9000
|
90521c492f
|
Comment code to trigger a crash
|
2016-01-03 18:05:41 +01:00 |
|
o9000
|
cd863c2819
|
Restart on crash
|
2016-01-03 18:03:36 +01:00 |
|
o9000
|
69f6f65db6
|
Work better without a config file
|
2016-01-03 15:11:41 +01:00 |
|
o9000
|
6fc608f099
|
Work better without a config file
|
2016-01-03 15:09:46 +01:00 |
|
o9000
|
07256c0ed3
|
Attempt to fix compilation on BSD
|
2016-01-03 03:25:40 +01:00 |
|
o9000
|
7079d70e8b
|
Attempt to fix compilation on BSD
|
2016-01-03 03:23:29 +01:00 |
|
o9000
|
da0369492e
|
Attempt to fix compilation on BSD
|
2016-01-03 03:20:41 +01:00 |
|
o9000
|
0a035c9c3b
|
Disable system tray empty icon detection, since it is buggy
|
2016-01-03 02:52:58 +01:00 |
|
o9000
|
1ff868fdb7
|
Do not use negative values for task state since it is used as array index
|
2016-01-03 02:44:14 +01:00 |
|
o9000
|
0992662396
|
Attempt to fix compilation on BSD
|
2016-01-03 02:38:04 +01:00 |
|
o9000
|
9d407eebf0
|
Attempt to fix execinfo lookup on BSD
|
2016-01-03 02:28:51 +01:00 |
|
o9000
|
34c29ea88b
|
Show warning on missing backtrace libs
|
2016-01-03 02:17:44 +01:00 |
|
o9000
|
b210675893
|
Remove abort
|
2016-01-03 01:30:32 +01:00 |
|
o9000
|
fa5137cad8
|
Dump stack trace on crash also on a file in $HOME
|
2016-01-03 01:28:47 +01:00 |
|
o9000
|
76a68fb071
|
Dump stack trace on crash
|
2016-01-03 01:14:51 +01:00 |
|
o9000
|
f511ad2a67
|
Some systray fixes
|
2016-01-02 11:11:07 +01:00 |
|
o9000
|
106471225f
|
Rename dsp -> display
|
2016-01-01 13:49:10 +01:00 |
|
o9000
|
59e56e5310
|
Simplify systray rendering
|
2016-01-01 13:42:01 +01:00 |
|
o9000
|
a6da0186e0
|
Cache pixmaps for mouse effects to improve performance
|
2016-01-01 04:57:08 +01:00 |
|
o9000
|
a38b90dbab
|
Fix battery compilation for DragonFly BSD
|
2015-12-31 16:45:08 +01:00 |
|
o9000
|
54f2b34623
|
Fix battery compilation for DragonFly BSD
|
2015-12-31 16:41:58 +01:00 |
|
o9000
|
82dc07d7c3
|
Sort correctly for primary_monitor_first
|
2015-12-30 12:23:45 +01:00 |
|