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
use KGlobal::menuFont() More... almost 25 years ago
Added separator in workspace list More... almost 25 years ago
small fixes More... almost 25 years ago
WABA: Build kwin as a kdeinit module. More... almost 25 years ago
CVS_SILENT simplifying make messages More... almost 25 years ago
Name the interface object - I can logout ! More... almost 25 years ago
CJM - fixed pid problem in main --->register kwin More... almost 25 years ago
added kwiniface iface in main for logout More... almost 25 years ago
Build a kwiniface + fixed compiler warning More... almost 25 years ago
Added kwininface:logout code. Still needs revisions - Chris M. More... almost 25 years ago
removed some obsolete Qt functions (mostly QString::data()) More... about 25 years ago
CT: erase crash in tabbox thanks to Malte Starostik More... about 25 years ago
Opps, I had a couple styles in the SUBDIRS like I hadn't committed yet ;-) More... about 25 years ago
My weekly big ass style commit ;-) This implements what I discussed earlier today. More... about 25 years ago
Don't use a bottom gradient, just a top one. There isn't enough space on the bottom to get a smooth gradient that is noticeable and it doesn't blend properly. More... about 25 years ago
Making this style ultra-cool ;-) If you are on a highcolor display the frame top and bottom automatically gradient bevels according to the color scheme. Very cool looking, and no configuration required. If you want to see a pic look at http://www.mosfet.org/system-gr.gif. More... about 25 years ago
More I18N_NOOP stuff More... about 25 years ago
Did a real implementation for the question mark button for the standard style. KPixmap2Bitmap is really useful for this type of thing :) More... about 25 years ago
KWin plugins require -rdynamic because they need to resolve symbols in KWin. The other plugins (kicker, widget themes, etc...) don't need this. More... about 25 years ago
WABA: Use KCmdLineArgs More... about 25 years ago
new transients as well More... about 25 years ago
make transients sticky when their main window becomes sticky More... about 25 years ago
some write more portable Makefiles than others :) More... about 25 years ago
Opps, forgot to get rid of an annoying warning :P More... about 25 years ago
Use kdrawutil and committing my initial implementation of the kwm theme compatible style. This isn't done but currently reads most of the entries. It requires you use kwinrc and kdeglobals so kthememgr will need to be updated if you don't want to apply things manually ;-) I also have to add custom cursor positioning and some other small things. Also, KWM used a bitmap to set the mask and I do for now as well. This needs to change into regions as it is *really* inefficent with KWin. For now installing the .desktop for the plugin is disabled. I will provide some screenshots for the curious when I launch mosfet.org ;-) More... about 25 years ago
fixed typo More... about 25 years ago
using KWM::title() instead of XFetchName() to get a window's name. More... about 25 years ago
Bye bye, you are plugins now. More... about 25 years ago
Implemented plugins :) This was a huge pain in the arse because a) I am stupid and it kept segfaulting because I wasn't releasing windows, and b) The plugins didn't want to resolve anything in the kwin executable, only to the other libs. I finally solved this by using -rdynamic in kwin's LDFLAGS, which I hope is okay ;-) More... about 25 years ago
Re-enabling sticky button. More... about 25 years ago