abyss7 / chromium-wm

Automatically exported from code.google.com/p/chromium-wm
1 stars 0 forks source link

Top-level window management support #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The wm component doesn't yet support management of top-level foreign windows. 
This needs to be added before chromium can be used as a real window manager.

Original issue reported on code.google.com by reveman@chromium.org on 4 Mar 2013 at 1:27

GoogleCodeExporter commented 8 years ago

Original comment by reveman@chromium.org on 4 Mar 2013 at 1:27

GoogleCodeExporter commented 8 years ago

Original comment by reveman@chromium.org on 4 Mar 2013 at 1:31

GoogleCodeExporter commented 8 years ago

Original comment by danakj@chromium.org on 4 Mar 2013 at 1:43

GoogleCodeExporter commented 8 years ago
To clarify, this is why my native applications lack things like maximize and 
minimize buttons?

Original comment by anta...@google.com on 16 Jul 2013 at 11:27

GoogleCodeExporter commented 8 years ago
That's a separate issue, I'll file it. I think this one is fixed as it is now 
managing the windows?

Original comment by danakj@chromium.org on 17 Jul 2013 at 4:50

GoogleCodeExporter commented 8 years ago
Yes, this is done. Bug has a somewhat confusing title that basically means: add 
support for management of real windows, not just fake ones for testing purposes.

The maximize/minimize support is really just a matter of flipping a flag in the 
code. I'll get that done asap. Created 
https://code.google.com/p/chromium-wm/issues/detail?id=18 for this.

Original comment by reveman@chromium.org on 17 Jul 2013 at 5:20