6
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Buffering for the active title. Reduces flicker when resizes make the titlebar resize. More... almost 25 years ago
made it compile More... almost 25 years ago
Kicker is now placed _under_ the Mac menubar - it will not obscure it... except if you press the hide buttons. That needs fixing. More... almost 25 years ago
Kicker now tells kwin when it's scrolled off-screen Commented debug info More... almost 25 years ago
Fixed KWinInterface.h (thanks Simon for the temporary fix :) Reverted the moving of inline functions in workspace.* More... almost 25 years ago
- adding empty KWinInterface.h to make kdebase/kwin compile (rikkus will have to fill it in later ;-) More... almost 25 years ago
Understand more about edge-based clients and act appropriately, passing info along to kdesktop too. More... almost 25 years ago
fix for captionChange with long title More... almost 25 years ago
lowerClient now takes two parameters (an additional 'bool dropFocus=true') if true (default), the lowered client looses focus, and the top of stacking order gets it. Something is not working if one lowers many windows one after another... investigating More... almost 25 years ago
implemented lowerClient(), connected middle-Click to it. Note that it leaves the focus where it was, which may seem strange if the to be lowered window becomes fully obscured, but to change focus would be the purpose of the calling function. To be discussed. More... almost 25 years ago
Big B2/KWin change: * title bar now tries to avoid to become completely obscured by other windows ;) * moving of title bar flicker free (at least on my machine) * all repaint problems fixed (those I knew of course), even the one on resize * mousePosition (those arrowed cursors) now complete More... almost 25 years ago
Fix repainting the handle when shaded. More... almost 25 years ago
Lowcolor version. More... almost 25 years ago
Repaint the frame after color scheme changes. More... almost 25 years ago
Repaint the frame after a color scheme change. More... almost 25 years ago
Final updates for the new button color implementation. The options class now only has one button entry, "ButtonBg", instead of 3. It's up to the client what to do with it. All the clients are updated except mwm. As the author noted in his README, mwm isn't Motif window manager at all but KStep ;-) I disabled it for now until there is new drawing code in there, it would confuse users anyways since were about to release another Krash and it is identical to KStep. More... almost 25 years ago
Update to new color handling and efficency improvements. More... almost 25 years ago
Updated to the new titlebar button color handling. More... almost 25 years ago
Fixes for when active colors != inactive colors && titlebutton colors != frame colors. More... almost 25 years ago
Repaing fix for when inactive != active colors. More... almost 25 years ago
Make it run on lowcolor displays More... almost 25 years ago
Some debug info while I test avoidance of side-hugging windows More... almost 25 years ago
Updated drawing code. The titlebar buttons color setting is being changed from three entries (button fg, bg, and blend) to one - button color. What exactly to do with this is up to the individual style. This is less customizable but a hell of a lot more coherent since the styles all draw their buttons so differently. Right now I'm just using the button background entry. Once all the styles are ported I'll switch to a generic button color entry. More... almost 25 years ago
Don't install the .desktop file. More... almost 25 years ago
Whoops, shouldn't of committed this yet - it's still part of my vast "new stuff that doesn't work" codebase ;-) More... almost 25 years ago
Cool new Kwin C++ style engine - Modern system :) This uses buttons orignally from the KStyle aqua theme - color reduced, converted to bitmaps, and drawn using the color scheme. The buttons in different color schemes shows why it's really cool to support dynamic C++ engines as well as pixmap themes ;-) Also uses a small frame with a resize handle and mac-like (hehe - of course ;-) drawing for everything else. More... almost 25 years ago
Fixed maximisation. Now kwin really does avoid windows which ask to be avoided. It also updates nicely. Just move kicker from the bottom to the left, say, and open a new window. It doesn't cover kicker. Maximise. Still doesn't cover. Seems to work, then. More... almost 25 years ago
Removed a qDebug() message. The others I've put in will go too, as they're not necessary and are only for testing. More... almost 25 years ago
WABA: Grab mouse while in Alt-Tab or Control-Tab mode. This prevents a bug which otherwise would occur when you click on the Alt-Tab-window with the mouse. I hope I didn't break anything because this X-stuff is rather mystical. More... almost 25 years ago
grrr More... almost 25 years ago