summaryrefslogtreecommitdiff
path: root/src/mcompositewindow.cpp
AgeCommit message (Expand)Author
2010-10-26Changes: Fix yet another crash when animation object is nullAbdiel Janulgue
2010-10-26Changes: Fix crash on invalid windows when animation object is not presentAbdiel Janulgue
2010-10-22fix a TODO item: update the world matrix of a shader only if it changedKimmo Hämäläinen
2010-10-18Changes: Return an allocated but invalid property object for invald windows i...Abdiel Janulgue
2010-10-18Changes: Don't crash on a null property cache object in composite window cons...Abdiel Janulgue
2010-10-14Fixes: NB#189519 - compositor calls eglSwapBuffers without rendering anythingKimmo Hämäläinen
2010-10-13Changes: Add interface for custom window animation handlerAbdiel Janulgue
2010-10-07Fixes: NB#196316 - Ugly flicker during startup-animationAdam Endrodi
2010-09-30Fixes: NB#195550 - Status Menu opens in background of applicationKimmo Hämäläinen
2010-09-24Fixes: NB#194203 - MCompositor slows down application start from the grid by ...Kimmo Hämäläinen
2010-09-16Make sure we always send synthetic VisibilityNotify for new windowsKimmo Hämäläinen
2010-09-16Don't ping notification windows (makes test20.py pass again).Kimmo Hämäläinen
2010-09-16Changes:Abdiel Janulgue
2010-09-15Changes: Initial commit of a modularized compositing framework to support ext...Abdiel Janulgue
2010-09-09Changes: Ensure window transition state does not get triggered by windows thatAbdiel Janulgue
2010-08-26Fixes: NB#183538 - Blue screen displays for ~2 secs while booting the deviceAbdiel Janulgue
2010-08-26Fixes: NB#180628 - visibility notification coming lateAbdiel Janulgue
2010-08-26Merge commit 'refs/merge-requests/19' of git@gitorious.org:meegotouch/meegoto...Abdiel Janulgue
2010-08-26Fixes: NB#181749 - Window animations feel 'cheap' compared to FremantleAbdiel Janulgue
2010-08-24Fixes: NB#184773 - Application dialog gets stucked when left metakey + backsp...Kimmo Hämäläinen
2010-08-20Fixes: NB#186832 - MCompositor crashes at app terminationAbdiel Janulgue
2010-08-18Changes: Don't minimize to icon geometry on close windowAbdiel Janulgue
2010-08-18Fixes: NB#185979 - Managing separate child window causing mcompositor to crashAbdiel Janulgue
2010-08-17Implement support for (override-redirect) InputOnly windows.Kimmo Hämäläinen
2010-08-15Fixes: NB#171592 - setGlobalAlpha does not workAbdiel Janulgue
2010-08-15Changes: Fix closing windows always being killed instead of WM_DELETEDAbdiel Janulgue
2010-08-15Changes: Fix cases when the icon geometry is empty and the window restoresAbdiel Janulgue
2010-08-15Changes: Fix cases when the icon geometry is empty and the window minimizesAbdiel Janulgue
2010-08-12Fixes: NB#181749 - Window animations feel 'cheap' compared to FremantleAbdiel Janulgue
2010-08-10Implement pinging the topmost application only.Kimmo Hämäläinen
2010-08-10Fix a bunch of Coverity warnings.Kimmo Hämäläinen
2010-07-27Fixes: NB#181926 - Repetitively minimizing/maximizing an app causes mcomposit...Abdiel Janulgue
2010-07-21Changes: merged merge req#9 with improvements and conflict resolutionAbdiel Janulgue
2010-07-20Changes: Move QGraphicsItem::shape() to base class MCompositeWindowAbdiel Janulgue
2010-07-15Changes: merged request #6 with fix for animation regressionAbdiel Janulgue
2010-07-13Changes: Use XCB in MWindowPropertyCache for maximum speed.Kimmo Hämäläinen
2010-07-09Changes: Add new class MWindowPropertyCache to further avoid round trips.Kimmo Hämäläinen
2010-07-07Fixes: NB#178266 - Maximised app viewed briefly minimised when screen gets di...Kimmo Hämäläinen
2010-07-06Fixes: NB#168065 - VisibilityNotify signal received multiple timesKimmo Hämäläinen
2010-06-30Changes: fix regression caused by the isAppWindow() moveKimmo Hämäläinen
2010-06-30Fixes: NB#174193 - MDecorator opens in landscape when device is in portrait o...Abdiel Janulgue
2010-06-28Fixes: NB#175086 - QMenu texts open as black boxesAbdiel Janulgue
2010-06-22Changes: Implemented keyboard shortcut to switcher (ala Exposé) + refactorin...Abdiel Janulgue
2010-06-15Fixes: NB#172937, NB#173375Kimmo Hämäläinen
2010-06-08merged request#27 + fix conflictsAbdiel Janulgue
2010-06-02Fixes: NB#172042 - QEasingCurve destructor causes crash in mcompositor0.4.6rc2Abdiel Janulgue
2010-05-27Fixes NB#171045 - repeatedly locking/unlocking the device crashes mcompositorAbdiel Janulgue
2010-05-26Changes: Removed delay mapping workaround. No more flicker due to KHR image useAbdiel Janulgue
2010-05-25Fixes: NB# 170068 - [Qt 4.7] mcompositor crash starting messaging-uiAbdiel Janulgue
2010-05-21Fixes: NB#Kimmo Hämäläinen