JoseExposito / eggwm

Automatically exported from code.google.com/p/eggwm
3 stars 1 forks source link

feature: resize window - allow to resize width and height #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
currently eggwm uses vertical or horizontal arrow cusror for window (frame) 
resizing only.

Class ClientFrame
    this->topBorder->setCursor(Qt::SizeVerCursor);
    this->bottomBorder->setCursor(Qt::SizeVerCursor);
    this->leftBorder->setCursor(Qt::SizeHorCursor);
    this->rightBorder->setCursor(Qt::SizeHorCursor);

It would be fine to allow resize window in both directions when user drags 
window in corners (Some Qt apps allow it in the bottom-right corners by 
default, but cusror is changed when I drag eggwm QLabels)

Original issue reported on code.google.com by yarpe...@gmail.com on 29 Jan 2011 at 2:43

GoogleCodeExporter commented 9 years ago
update: in some more apps it does work in all corners (xterm) but the cursor is 
still the same

Original comment by yarpe...@gmail.com on 29 Jan 2011 at 2:48

GoogleCodeExporter commented 9 years ago
Work fine in all apps, but the icon is the same. I need to change the 
configuration themes files to add this feature, next version, please, remember 
that is only a 0.1 version... I haven't got time to fix all!

Thanks for report!

Original comment by jose.exposito89@gmail.com on 29 Jan 2011 at 3:15

GoogleCodeExporter commented 9 years ago

Original comment by jose.exposito89@gmail.com on 31 Jan 2011 at 9:47

GoogleCodeExporter commented 9 years ago

Original comment by jose.exposito89@gmail.com on 9 Feb 2011 at 3:16

GoogleCodeExporter commented 9 years ago
Fixed! Now I'm updating the theme style to  decorate the window corners 
separately ;)

Original comment by jose.exposito89@gmail.com on 10 Feb 2011 at 6:32

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jose.exposito89@gmail.com on 10 Feb 2011 at 6:32