aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-05-20 21:45:51 (GMT)
committermarkt <markt>2007-05-20 21:45:51 (GMT)
commitcb3f9ed28a1f6972c83d116aa5e9c7f93f2d742a (patch)
tree5e9191a4607c9ff2b726b63c710c53ac60f3b56d /ChangeLog
parentff5a2559184f68f4c8ac98125b7e3a5845765e41 (diff)
downloadfluxbox-cb3f9ed28a1f6972c83d116aa5e9c7f93f2d742a.zip
fluxbox-cb3f9ed28a1f6972c83d116aa5e9c7f93f2d742a.tar.bz2
added session.screen<N>.maxDisableMove/Resize, plus some other cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f6f4b6..a5ec168 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1: 2Changes for 1.1:
3*07/05/20: 3*07/05/20:
4 * Added resources session.screen<N>.maxDisable{Move,Resize}: <boolean>, which
5 prevent maximized windows from being moved/resized (Mark)
6 Window.cc Screen.cc/hh nls/fluxbox-nls.hh
4 * Fixed bug #1717782, Bad fullscreen in ooimpress2 ( Henrik ) 7 * Fixed bug #1717782, Bad fullscreen in ooimpress2 ( Henrik )
5 mwm hint had no-resize which made resizing with 8 mwm hint had no-resize which made resizing with
6 FluxboxWindow::setFullscreen impossible. 9 FluxboxWindow::setFullscreen impossible.