CIA.vc
pfalkner
Real-time open source activity stats
Stats » Authors » pfalkner
informationsyndicateUTC clock
18:52 on May 26, 2012
event counters
The last message was received 4.84 years ago at 03:07 on Jul 25, 2007
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
40 messages since the first one, 5.38 years ago, for an average of 1.64 months between messages
recent messages
dateReversed sort columnprojectcontentlink
03:07 on Jul 25, 2007KDE
Commit by pfalkner :: r692105 workspace/trunk/KDE/kdebase/workspace/kwin/tabbox.cpp:
Make the tabbox work with the new KDED global shortcuts server.
#
16:51 on Jul 12, 2007KDE
Commit by pfalkner :: r686998 workspace/trunk/KDE/kdebase/workspace/kwin/ (3 files):
Zack's receent patch to Qt defaulting to ARGB visuals where possible
exposed a bug in our (ab)use of QX11Info::appDepth(). Make sure that
our buffers match the depth of the root window.

Thanks to Fredrik for the hint about DefaultDepth().
#
21:06 on Jul 09, 2007KDE
Commit by pfalkner :: r685844 workspace/trunk/KDE/kdebase/workspace/kwin/effects/boxswitch.cpp:
Make BoxSwitch follow the KDE colour scheme.
#
21:05 on Jul 09, 2007KDE
Commit by pfalkner :: r685843 workspace/trunk/KDE/kdebase/workspace/kwin/effects/ (boxswitch.cpp boxswitch.h):
Add support for window/desktop captions to BoxSwitch.
#
01:12 on Jul 09, 2007KDE
Commit by pfalkner :: r685472 workspace/trunk/KDE/kdebase/workspace/kwin/effects/ (13 files):
Make use of the effects loading order capability; effect interaction
should be a little nicer now.
#
20:19 on Jul 05, 2007KDE
Commit by pfalkner :: r683983 workspace/trunk/KDE/kdebase/workspace/kwin/effects/ (fade.cpp fade.h):
Experimental fade effect, blatantly inspired by compiz.

Note that this while this can reliably fade opened/closed windows, it
will only fade opacity/brightness/saturation changes from previously
loaded effects. Until we can specify effects' loading order, the
results may not be what you expect. Don't be too surprised if this
gets reverted.
#
20:00 on Jul 05, 2007KDE
Commit by pfalkner :: r683977 workspace/trunk/KDE/kdebase/workspace/kwin/ (6 files):
Make sure to unbind the texture in tfp_mode when the underlying pixmap
is discarded. Windows that have previously been mapped and unmapped now
update properly when mapped again.
#
21:23 on Apr 29, 2007KDE
Commit by pfalkner :: r659274 workspace/trunk/KDE/kdebase/workspace/kwin/ (COMPOSITE_TODO scene_opengl.cpp):
Update SHM mode.

For 16bpp pixmaps, we use GL_RGB and GL_UNSIGNED_SHORT_5_6_5 with
glTex(Sub)Image2D, which means that SHM mode works with 16bpp X
servers.

Also, only create one XShmPixmap per damaged pixmap, instead of one
per (optimised) damage rectangle. Now we can use GL_RGB textures for
24bpp pixmaps, just like fallback mode does and tfp mode can.
#
17:16 on Mar 30, 2007KDE
Commit by pfalkner :: r648171 /branches/work/kwin_composite/effects/presentwindows.cpp:
Don't crash when activating a window on another desktop.
#
20:30 on Mar 28, 2007KDE
Commit by pfalkner :: r647594 /branches/work/kwin_composite/ (5 files in 2 dirs):
Some updates to the tabbox.

Provide a pair of methods, setCurrentClient() and setCurrentDesktop(),
to allow effects to select items in the tabbox without activating them.

Insulate effects from having to know the order of desktops, with
currentDesktopList(). DesktopMode and DesktopListMode should be
effectively identical as far as how effects work.

Some changes to how the tabbox refcounting is done, should work a little
better. Other small cosmetic changes.

Update BoxSwitchEffect.
#
18:14 on Mar 21, 2007KDE
Commit by pfalkner :: r645125 /branches/work/kwin_composite/ (8 files in 2 dirs):
Add GLTexture class. This is a convenient wrapper around managing an OpenGL texture, as well as loading an image into it. Includes support for loading from QImage, QPixmap, and a file. Defaults to a GL_TEXTURE_2D target, and will scale image if necessary.

Also add SceneOpenGL::Texture class, based on GLTexture. Optimised for SceneOpenGL::Window, this adds support for loading from an X Pixmap, as well as taking advantage of texture_from_pixmap/shm when available. Automatically detects what texture target should be used, so be sure to enableUnnormalizedTexCoords() before painting.

Make SceneOpenGL::Window, BoxSwitchEffect, and ExplosionEffect use the new classes.
#
21:19 on Mar 11, 2007KDE
Commit by pfalkner :: r641579 /branches/work/kwin_composite/effects/boxswitch.cpp:
Show effect even when only one option is available, like the default tabbox does.
#
22:13 on Mar 08, 2007KDE
Commit by pfalkner :: r640729 /branches/work/kwin_composite/effects/ (boxswitch.cpp boxswitch.h):
Add XRender support to BoxSwitch.

This includes icon support for XRender.
#
16:54 on Mar 08, 2007KDE
Commit by pfalkner :: r640631 /branches/work/kwin_composite/effects/ (boxswitch.cpp boxswitch.h):
Actually add BoxSwitch effect.
#
16:52 on Mar 08, 2007KDE
Commit by pfalkner :: r640630 /branches/work/kwin_composite/ (CMakeLists.txt effects.cpp):
Add BoxSwitch effect: a tabbox replacement. It's still rough, but works reasonably well.
#
16:49 on Mar 08, 2007KDE
Commit by pfalkner :: r640628 /branches/work/kwin_composite/ (5 files):
Allow effects to replace the tabbox.
#
16:48 on Mar 08, 2007KDE
Commit by pfalkner :: r640626 /branches/work/kwin_composite/ (tabbox.cpp tabbox.h workspace.cpp):
Make the tabbox update if windows are added/removed while the tabbox is active.
#
04:44 on Mar 08, 2007KDE
Commit by pfalkner :: r640446 /branches/work/kwin_composite/ (tabbox.cpp tabbox.h):
Port tabbox from QFrame to Q3Frame.
#
23:37 on Feb 14, 2007KDE
Commit by pfalkner :: r633714 /branches/work/kwin_composite/ (composite.cpp deleted.cpp):
Fix some memory leaks.
#
23:28 on Feb 13, 2007KDE
Commit by pfalkner :: r633387 /branches/work/kwin_composite/ (11 files in 2 dirs):
Add build checks for XComposite, XDamage, XRender, OpenGL, and XShm.

KWin should now build and run with/without any or all of the above.
#