6377 Commits (c4b279eed512367c8e8c6bd21f0eecf02a59cd65)
 

Author SHA1 Message Date
Andreas Kling c4b279eed5 Fixed two uninitialized reads on startup ({m_,}isShown) 17 years ago
Martin Gräßlin 76f17e6de1 Here comes the new TabBox. It is a complete rewrite using a MVC approach. Here some highlights: 17 years ago
Andreas Kling 00b1ad8e18 Plug an X11 property leak in Client::getSyncCounter() 17 years ago
Andreas Kling 0204c2127c Fixed some uses of uninitialized data (SceneOpenGL::selfCheckDone and TimeLine::m_CurveShape) 17 years ago
Martin Gräßlin faa64877bf Add keybinding for show desktop. 17 years ago
Robin Harold Burchell f585e4e1d9 A number of small warning fixes (bracketing, etc) to help pick up real problems when working. 17 years ago
Robin Harold Burchell f892ffb0e7 Remove flicker when changing effect plugins by not fully reloading compositing plugins anymore. 17 years ago
Matthew Woehlke 35453d1e5b Minor improvements to tab names/tooltips. 17 years ago
Hugo Pereira Da Costa 2a9b681f34 added reimp 'reset' method to update mask when compositing state is changed 17 years ago
Hugo Pereira Da Costa 88dc7eccfd notify decorations when compositing is enabled/disabled 17 years ago
Hugo Pereira Da Costa 3004fba3ce notify decorations when compositing is suspended 17 years ago
Hugo Pereira Da Costa 39731f6d8c added 'SettingCompositing' to notify decorations that compositing state has changed 17 years ago
Michael Jansen 09f7f97831 When removing a desktop set the associated actions global shortcut to empty. 17 years ago
Michael Jansen fdb11557bf Finally fix setting the global shortcuts. That's how it is supposed 17 years ago
Michael Jansen 044acd9591 HINT: It's not the right way to call forgetGlobalShortcut just because you want 17 years ago
Michael Jansen f37efe22c9 Add a undo() method that does what its name suggest for the global shortcuts 17 years ago
Michael Jansen fff3477452 1. Move adding the "Switch to Desktop %1" actions to init() 17 years ago
Michael Jansen 22cb0b0226 Never ever discrespect the users current setting. NEVER 17 years ago
Michael Jansen 6b8a3a61a1 ALLWAYS set isConfigurationAction if you create action just for 17 years ago
Hugo Pereira Da Costa 2371de7ac2 removed from relic code from kde-look times, that 1/ was intended to work with compiz 2/ is useless with kwin 3/ is obsoleted by compiz0.8.3 17 years ago
Hugo Pereira Da Costa 2fcb5767d5 removed unused variables 17 years ago
Hugo Pereira Da Costa c519c41c9f further simplified ::renderWindowBorder, to use ::renderWindowBackground consistently 17 years ago
Hugo Pereira Da Costa 9e1f8372d1 use correct palette for rendering window border 17 years ago
Hugo Pereira Da Costa 4e60677a84 moved backgroundPalette to public (for use by nitrogenbutton) 17 years ago
Hugo Pereira Da Costa 60e95cc624 Used nitrogenclient::renderWindowBackground in place of helper::renderWindowBackground everywhere to honor 'solid color' in title outline. Removed useless white spaces 17 years ago
Marco Martin e35a07a08d reove the window from the ignored list of the fade effect if the sliding 17 years ago
Marco Martin 96f8952062 revert last change, it shouldn't have got in 17 years ago
Marco Martin 282d85e859 proxy() not const 17 years ago
Hugo Pereira Da Costa c66c2f05e5 added 'No Side Border' border side option. It is intermediate between Tiny and No Border. 17 years ago
Hugo Pereira Da Costa 3fde3f12f4 added 'No Side Border' border side option. It is intermediate between Tiny and No Border. 17 years ago
Hugo Pereira Da Costa 4208b2bf54 removed extra spaces 17 years ago
Hugo Pereira Da Costa d403b12336 added proper handling of translation 17 years ago
Hugo Pereira Da Costa b2c993dc3e added i18n to tab names 17 years ago
Hugo Pereira Da Costa ea7eb137e8 handle translation flag properly for exception definition 17 years ago
Hugo Pereira Da Costa 05f86c92fb removed extra space :) 17 years ago
Hugo Pereira Da Costa 4dc99945a7 fixed handling of translation flag 17 years ago
Hugo Pereira Da Costa a092867fe5 added proper flags to handle translations without breaking rc file 17 years ago
Matthew Woehlke af15bebbdd mass whitespace cleanup 17 years ago
Andreas Hartmetz 298dc3051a fix method signature; qreal != double on ARM. 17 years ago
Marco Martin f642eab20b add missing files 17 years ago
Marco Martin f6bf95cb44 add a proxy effect to the fade effect, used to add and remove ignored 17 years ago
Martin Gräßlin 9e3484e2f0 Adding new option to disable the legacy fullscreen mode (borderless, not netwm compliant windows with screen geometry). 17 years ago
Martin Gräßlin 53aaaf471d Adding a new option to disable the cursor pushback for active screen edges. 17 years ago
Martin Gräßlin 754f5d0829 Quick maximize and tiling when moving a window to the left/right or top screen edge. 17 years ago
Hugo Pereira Da Costa 4fa4dbd740 removed unused 'active' parameter do ::shadowPixmap 17 years ago
Hugo Pereira Da Costa d982b5060c removed unused 'active' parameter do ::shadowPixmap; added Qt::insertClip when necessary to honour paintEvent clip 17 years ago
Hugo Pereira Da Costa 51849696d1 changed variables initialization order to avoid compiler warning 17 years ago
Hugo Pereira Da Costa 1de5b831bd initialize titleOutline at startup 17 years ago
Hugo Pereira Da Costa 5a2f9d5319 moved 'outline title' and 'draw separator' from general to advanced tab (suggested by Lucas, and I think it would make Nuno happy, and I like it). Also moved interlock between 'title highlight' and 'draw separator' from config to nitrogenconfigurationui 17 years ago
Hugo Pereira Da Costa e9de48ff50 moved interlock between 'title highlight' and 'draw separator' from config to nitrogenconfigurationui 17 years ago