diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-01-15 14:43:19 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2013-01-15 14:43:19 +0000 |
commit | 0dea8f3339599dc7ca831a3cbc9c3f1ac7535003 (patch) | |
tree | acb64a30abd2655a4f4095151d5b9447e619fee5 /NEWS | |
parent | a37c6ca20fb4a62a1ed5dd6694e0f5cfe4228b51 (diff) | |
download | enlightenment-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |