index
:
~tuxmarkv/zcomp
master
compiz without wm
Audrius Šaikūnas
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
match.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-14
Fix some compiler warnings.
Erkin Bahceci
1
-0
/
+2
2009-03-16
Whitespace fixes.
Danny Baumann
1
-6
/
+6
2009-03-16
Auto-update matches when needed.
Danny Baumann
1
-2
/
+8
2009-02-26
Coding style improvements.
Danny Baumann
1
-17
/
+13
2009-02-26
Pass reference instead of copying list.
Danny Baumann
1
-1
/
+1
2009-02-25
Use references to pass around strings.
Danny Baumann
1
-5
/
+5
2009-02-25
Fix &=, |=, | and & operators.
Danny Baumann
1
-6
/
+14
2009-02-22
Match API improvements:
Danny Baumann
1
-3
/
+17
2008-10-20
Remove debug output.
Danny Baumann
1
-5
/
+0
2008-10-14
Fixed match handling.
Dennis Kasprzyk
1
-54
/
+102
2008-10-10
Avoid exception if match is empty.
Danny Baumann
1
-1
/
+2
2008-10-03
Typo & build fixes.
Danny Baumann
1
-1
/
+1
2008-10-03
Add support for matching a window's alpha channel availability.
Danny Baumann
1
-0
/
+9
2008-09-17
Move core headers into core subdirectory.
Dennis Kasprzyk
1
-3
/
+3
2008-09-17
Cleanup CompWindow public API and move header to core/window.h
Dennis Kasprzyk
1
-2
/
+3
2008-09-17
Cleanup CompScreen public API and move header to core/screen.h
Dennis Kasprzyk
1
-2
/
+3
2008-09-16
Fixed wrap system indices.
Dennis Kasprzyk
1
-3
/
+3
2008-09-16
Drop never finished object handling.
Dennis Kasprzyk
1
-1
/
+1
2008-09-15
Merge CompCore and CompDisplay into CompScreen class.
Dennis Kasprzyk
1
-39
/
+16
2008-09-15
Remove getter for w->attrib and use member getters instead.
Danny Baumann
1
-1
/
+1
2008-08-28
More flexible and ABI stable wrap system.
Dennis Kasprzyk
1
-3
/
+3
2008-08-25
Shut up compiler warnings.
Dennis Kasprzyk
1
-0
/
+2
2008-08-21
Cleanup compiz[-core].h
Dennis Kasprzyk
1
-0
/
+3
2008-08-20
Move Plugin related function into CompPlugin header.
Dennis Kasprzyk
1
-4
/
+2
2008-08-20
Store Screens in a STL list.
Dennis Kasprzyk
1
-2
/
+1
2008-08-20
Port of CompOption and CompAction to C++.
Dennis Kasprzyk
1
-30
/
+22
2008-08-14
Implementation of CompMatch as C++ class.
Dennis Kasprzyk
1
-500
/
+426
2008-08-06
Conversion ob main classes to C++.
Dennis Kasprzyk
1
-25
/
+18
2008-07-25
Switch to c++ and compile with a basic set of plugins.
Dennis Kasprzyk
1
-0
/
+773