Around a month ago I posted a concept on a Whiteboard window manager. I want to implement this idea, though I would require hardware accelerated compositing, so I decided to use an already fully featured OS and build on top of that (Windows), not to mention I would have access to tablets and the like.
I remember back in the Win 9x days I had a few utilities that add all sorts of animation effects and graphical enhancements to earlier versions, and I was wondering how they did this, and if it's still possible on Windows XP/Vista? I'm not looking at replacing just the shell, because by I want to strip out the window decorations, use my own methods for moving/resizing/rotating windows.
So, I was wondering if it was possible to write a replacement for the window manager in Windows?
The alternative is I run my window manager as a standard application (which you can full screen), and programs run inside of that.
Replacing Windows's Window Manager
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Replacing Windows's Window Manager
My OS is Perception.
-
- Member
- Posts: 199
- Joined: Sat Jun 28, 2008 6:44 pm
Re: Replacing Windows's Window Manager
There's a key in the registry I set when I used Blackbox for Windows.MessiahAndrw wrote:Around a month ago I posted a concept on a Whiteboard window manager. I want to implement this idea, though I would require hardware accelerated compositing, so I decided to use an already fully featured OS and build on top of that (Windows), not to mention I would have access to tablets and the like.
I remember back in the Win 9x days I had a few utilities that add all sorts of animation effects and graphical enhancements to earlier versions, and I was wondering how they did this, and if it's still possible on Windows XP/Vista? I'm not looking at replacing just the shell, because by I want to strip out the window decorations, use my own methods for moving/resizing/rotating windows.
So, I was wondering if it was possible to write a replacement for the window manager in Windows?
The alternative is I run my window manager as a standard application (which you can full screen), and programs run inside of that.
http://www.symatech.net/change-shell
- NickJohnson
- Member
- Posts: 1249
- Joined: Tue Mar 24, 2009 8:11 pm
- Location: Sunnyvale, California
Re: Replacing Windows's Window Manager
I'm not sure how flexible NT-based Windows is in terms of it's window manager. There are definitely programs to redecorate it, but I don't think the functionality can be changed much because the graphics engine runs in kernelmode (and obviously you don't have the source). This is what Wikipedia has to say:
Personally, I would try writing a window manager for X instead, which is much more flexible, and also has hardware acceleration (in theory ). It can also be run within Cygwin, as well as OS X, Linux, *BSD, etc. I've heard the API is strange though - it's actually a client-server setup over loopback internally.Windows XP allows the user to change a limited number of window management options, limited mainly to the classic Windows 95 look and the newer Luna theme. Alternative shells for Microsoft Windows XP and earlier have also emerged. For example, LiteStep can replace the graphical user interface on Windows 95, 98, or NT with an Afterstep style.[4][5]
However the level of customization which is even possible in Windows XP compared to X is severely limited due to the tight integration of the various components.[citation needed]
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Replacing Windows's Window Manager
I would be very open to a replacement for Explorer. She is a coldhearted (which means she freezes a lot, hahaha) beeyawtch.
And yes, I would assume it is possible. With the flameguard active, Game Maker 7 (written in Delphi) has some form of ability to hide its menu bar and controls, so I don't see why it wouldn't be possible hide other programs' controls.
Cheers,
--Troy
And yes, I would assume it is possible. With the flameguard active, Game Maker 7 (written in Delphi) has some form of ability to hide its menu bar and controls, so I don't see why it wouldn't be possible hide other programs' controls.
Cheers,
--Troy
-
- Member
- Posts: 199
- Joined: Sat Jun 28, 2008 6:44 pm
Re: Replacing Windows's Window Manager
Flameguard is like....a temporary shield. When you use it for every single post, it wears off really quickly. Use it wisely.Troy Martin wrote:I would be very open to a replacement for Explorer. She is a coldhearted (which means she freezes a lot, hahaha) beeyawtch.
And yes, I would assume it is possible. With the flameguard active, Game Maker 7 (written in Delphi) has some form of ability to hide its menu bar and controls, so I don't see why it wouldn't be possible hide other programs' controls.
Cheers,
--Troy
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: Replacing Windows's Window Manager
Subclassing and SetWindowLong ftw. The only thing I don't know is if the first works with remote applications. And then you need a way to collect all hWnd's. (start with figuring out how the task manager assigns windows to processes)
-
- Member
- Posts: 204
- Joined: Thu Apr 12, 2007 8:15 am
- Location: Michigan
Re: Replacing Windows's Window Manager
I believe you are looking for documentation on system hooks.
Some people are offended by the verifiable truth; such people tend to remain blissfully unencumbered by fact.
If you are one of these people, my posts may cause considerable discomfort. Read at your own risk.
If you are one of these people, my posts may cause considerable discomfort. Read at your own risk.