summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-15 14:43:19 +0000
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2013-01-15 14:43:19 +0000
commit0dea8f3339599dc7ca831a3cbc9c3f1ac7535003 (patch)
treeacb64a30abd2655a4f4095151d5b9447e619fee5 /NEWS
parenta37c6ca20fb4a62a1ed5dd6694e0f5cfe4228b51 (diff)
downloadenlightenment-0dea8f3339599dc7ca831a3cbc9c3f1ac7535003.tar.gz
small improvement to window dragging: when allowing drag of maximized windows, changing the screen of a window will automatically attempt to resize the window so as to better fit the screen
exploring this change led to the discovery of a default theme bug: maximizing a window blocks events to resize hotspots on the bottom part of the window regardless of config settings SVN revision: 82813
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a3124c4a9f..d40540a106 100644
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,7 @@ Improvements:
* added focus-out color class and functionality to default theme
* added fallback timer for system actions
* compositor now applies focus/urgency state to windows on first show
+ * prevent windows dragged from one screen to another from being larger than the destination screen
Fixes:
* Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that.