diff options
author | fluxgen <fluxgen> | 2006-05-13 16:24:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-05-13 16:24:14 (GMT) |
commit | bce70c6714ff85336693d3366549c9974c302ef0 (patch) | |
tree | ae9e77249ba0cca7baab67a519218b9937af02ca | |
parent | 004d4469da027223d478181fe8e8e2c47f17c48a (diff) | |
download | fluxbox_lack-bce70c6714ff85336693d3366549c9974c302ef0.zip fluxbox_lack-bce70c6714ff85336693d3366549c9974c302ef0.tar.bz2 |
added support for _NET_WM_STATE_DEMANDS_ATTENTION
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.16: | 2 | Changes for 0.9.16: |
3 | *06/05/13: | ||
4 | * Added support for _NET_WM_STATE_DEMANDS_ATTENTION . (Henrik) | ||
5 | When this state is set fluxbox will start flashing | ||
6 | the titlebar and button in the toolbar. It will stop when the window | ||
7 | is focused. | ||
8 | The blink rate can be configured with the following resource: | ||
9 | session.screen0.demandsAttentionTimeout: <timeout in milliseconds> | ||
10 | Default value is 500. | ||
11 | If the value is zero this feature will be disabled. | ||
12 | Ewmh.hh/cc, IconbarTool.cc, AttentionNoticeHandler.hh/cc, Window.hh/cc | ||
3 | *06/05/07: | 13 | *06/05/07: |
4 | * Handle EMWH window and icon titles, plus localise workspace names (Simon) | 14 | * Handle EMWH window and icon titles, plus localise workspace names (Simon) |
5 | - FbTk::FbWindow::textProperty now handles utf8 type, and always | 15 | - FbTk::FbWindow::textProperty now handles utf8 type, and always |