diff options
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 |