diff options
author | fluxgen <fluxgen> | 2005-04-29 03:01:14 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2005-04-29 03:01:14 (GMT) |
commit | e108c5cac0e12c323b4a730201748ee96455125e (patch) | |
tree | f10bc82b496ba512988b1016db82c30cf32d8f7e /ChangeLog | |
parent | 7e11e99f79b1308931985c3726c8febdab1da2c4 (diff) | |
download | fluxbox_pavel-e108c5cac0e12c323b4a730201748ee96455125e.zip fluxbox_pavel-e108c5cac0e12c323b4a730201748ee96455125e.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-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.13 | 2 | Changes for 0.9.13 |
3 | *05/04/29: | ||
4 | * Fixed transient bug. (Henrik) | ||
5 | #1157361 inconsistent behavior of Java dialogs. | ||
6 | Transients that are created before the transient_for window | ||
7 | gets copied to a transient_for waiting list and when the | ||
8 | transient_for window is created the transients are updated, | ||
9 | When raising a transient window the window gets placed last | ||
10 | in the transient list so it gets raised last and thus gets | ||
11 | places above. | ||
12 | WinClient.hh/cc, Window.cc | ||
3 | *05/04/28: | 13 | *05/04/28: |
4 | * Revert Mathias's little change to my patch, and fix it properly :) (Simon) | 14 | * Revert Mathias's little change to my patch, and fix it properly :) (Simon) |
5 | FbTk/FbWindow.cc/hh FbWinFrame.cc | 15 | FbTk/FbWindow.cc/hh FbWinFrame.cc |