lp://staging/~vanvugt/compiz/fix-1005569.1
- Get this branch:
- bzr branch lp://staging/~vanvugt/compiz/fix-1005569.1
Branch merges
- Sam Spilsbury: Approve
-
Diff: 74 lines (+20/-15)1 file modifiedsrc/event.cpp (+20/-15)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3236. By Daniel van Vugt
-
Avoid constructing and destructing lots of strings on every single event,
which was wasting lots of CPU (LP: #1005569) - 3234. By Sam Spilsbury
-
Move grid plugin to google test and don't depend on the plugin for the test
(LP: #1005009) - 3233. By Sam Spilsbury
-
Don't read plugin.Initialized and test the value.
The python bindings indicate that all this does is return whether or not
the plugin is loaded, which is user-configurable and not deterministic.property Initialized:
def __get__ (self):
return bool (self.loaded) As such, we shouldn't be testing that value
(LP: #1004848)
- 3232. By Sam Spilsbury
-
libcompizconfig's install () commands were still using the old includedir and
libdir variables rather than their libcompizconfig_* variants. (LP: #1005176) - 3231. By Sam Spilsbury
-
Execute the cmake files separately to ensure that DESTDIR is respected.
(LP: #1005177)The cmake preprocessor does substitution on install (CODE) at configure time
and not install time, when DESTDIR is actually set. In order to read it
correctly, we need to execute the cmake preprocessor in the install cmake
file itself, so that DESTDIR is set when the file is preprocessed. - 3230. By Sam Spilsbury
-
Fixes warnings that happen on clang. Clang picked up a number of things by
default, including:1. Memset by the size of a pointer rather than by the struct itself
2. inline functions in header files declared only
3. needless casting (although a leaked KWinAdapter is just insane, not sure
how to fix that ..)
4. Unnecessary checks for < 0 with unsigned int
5. Member methods hiding virtual functions because they were never overridden
correclty
6. Unused isAncestorTo in decor
7. ; after if statement with block proceeding in some places
8. Incrementing a bool - 3229. By Sam Spilsbury
-
ASSERT_EQ has a NULL expectation that doesn't work on gcc 4.7 so use
EXPECT_FALSE instead - 3227. By Sam Spilsbury
-
Don't allow windows which we weren't even tracking as decoratable to become
decorated if they try and change their hints.For example: unity-2d-panel shouldn't become "decorated" as normal when it
tries to change its decoration hints.Fixes bare type window decorations being added to the draw queue.
(LP: #963794)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/compiz/0.9.8