Age | Commit message (Expand) | Author | Files | Lines |
2010-07-29 | added --zcomp flag to disable wm, fixed border width calculation | angel | 1 | -0/+1 |
2010-07-04 | Install and load local information from XDG_HOME/.compiz-1 to prevent conflic... | Sam Spilsbury | 1 | -1/+1 |
2010-07-02 | Simplify serialization interface | Sam Spilsbury | 1 | -3/+5 |
2010-06-12 | A few big changes: | Sam Spilsbury | 4 | -0/+208 |
2010-05-19 | Return resName as CompString so it can't be modified by the caller. | Danny Baumann | 1 | -1/+1 |
2010-05-18 | add resName getter | Travis Watkins | 1 | -0/+2 |
2010-05-18 | Added DESTDIR support for packaging | Sam Spilsbury | 2 | -2/+2 |
2010-05-02 | Optionally traverse through ancestry when getting the client leader of a | Danny Baumann | 1 | -1/+1 |
2010-04-28 | Add some additional accessor functions for more consistent class usage. | Danny Baumann | 2 | -0/+8 |
2010-03-24 | Documentation update for CompIcon, ModifierHandler, CompOutput, | Sam Spilsbury | 8 | -45/+193 |
2010-03-24 | Fixed some documentation | Sam Spilsbury | 2 | -10/+22 |
2010-03-11 | Merge branch 'master' of /home/kris/workspace/compiz | Kristopher Ives | 15 | -25/+228 |
2010-02-05 | Merge branch 'master' of git+ssh://git.compiz.org/git/compiz/core | Sam Spilsbury | 1 | -1/+3 |
2010-02-04 | place: Improve resolution change handling. | Sam Spilsbury | 2 | -0/+4 |
2010-02-03 | Fix wrappable count. | Danny Baumann | 1 | -1/+1 |
2010-02-03 | Improve API. | Danny Baumann | 1 | -0/+2 |
2010-02-03 | Make addSupportedAtoms wrappable and use std::vector | Sam Spilsbury | 1 | -0/+3 |
2010-01-22 | Add appropriate operator overloads to CompPoint | Sam Spilsbury | 1 | -0/+6 |
2010-01-21 | Add some documentation on how geometry () and serverGeometry () work | Sam Spilsbury | 1 | -0/+7 |
2009-12-18 | Add another contains method to CompRegion. | Erkin Bahceci | 1 | -0/+1 |
2009-12-18 | Add CompWindowGrabExternalAppMask. | Erkin Bahceci | 1 | -5/+5 |
2009-12-16 | Add notification for "before map". | Erkin Bahceci | 1 | -1/+2 |
2009-12-16 | Add CountedList class, a wrapper for std::list. | Erkin Bahceci | 3 | -0/+116 |
2009-11-18 | Avoid unneeded mallocs. | Dennis Kasprzyk | 1 | -2/+1 |
2009-10-28 | Deleted auto backup files again. | Kristopher Ives | 7 | -1827/+0 |
2009-10-25 | Added documentation for some internal classes. | Kristopher Ives | 3 | -22/+31 |
2009-10-25 | Fixed some old comments syntax. | Kristopher Ives | 4 | -40/+61 |
2009-10-25 | Fixed some old /// docs. | Kristopher Ives | 2 | -4/+11 |
2009-10-25 | Added early docs for CompTimer and it's methods. | Kristopher Ives | 1 | -4/+45 |
2009-10-25 | Added some preliminary doc for how CompMatch works. | Kristopher Ives | 1 | -1/+8 |
2009-10-24 | Added some TODO comments for WindowInterface and helper struct/enums. | Kristopher Ives | 1 | -1/+15 |
2009-10-22 | Trying to make sure I'm not versioning autobackup files. | Kristopher Ives | 3 | -229/+0 |
2009-10-22 | Added Doxyfile. | Kristopher Ives | 20 | -15/+2174 |
2009-08-15 | Unsigned int conversions. | Erkin Bahceci | 2 | -2/+2 |
2009-08-02 | Added support for posix 2008 scandir definition | Dennis Kasprzyk | 1 | -0/+7 |
2009-08-01 | Include cstdio and others instead of their C counterparts for g++ 4.4 compati... | Sam Spilsbury | 1 | -0/+1 |
2009-07-30 | More unsigned int to int conversion. | Erkin Bahceci | 1 | -11/+11 |
2009-07-31 | Changed unsigned int to int to fix warnings | Dennis Kasprzyk | 2 | -17/+17 |
2009-07-31 | Handle signed/unsigned correctly | Dennis Kasprzyk | 4 | -11/+11 |
2009-07-23 | Add CompRect::operator= (). | Erkin Bahceci | 1 | -0/+1 |
2009-07-23 | Add CompScreen::normalCursor (). | Erkin Bahceci | 1 | -0/+2 |
2009-07-13 | Add notifications for show desktop mode. | Erkin Bahceci | 1 | -1/+3 |
2009-07-08 | Add hasUnmapReference and use it in decor. | Erkin Bahceci | 1 | -0/+2 |
2009-07-04 | CompRect: add set{Left,Top,Right,Buttom} functions | Joel Bosveld | 1 | -0/+8 |
2009-07-01 | Move modifier handling into a separate top level class exposed to plugins | Sam Spilsbury | 3 | -0/+93 |
2009-07-01 | Make bool CompWindow::isFocussable () wrappable | Sam Spilsbury | 1 | -3/+3 |
2009-07-01 | Make CompWindow::alpha () wrappable | Sam Spilsbury | 1 | -3/+5 |
2009-06-02 | Separate clientList. Add clientList accessor. | Erkin Bahceci | 1 | -0/+3 |
2009-04-19 | Add notifications for (un)minimize, (un)shade, close. | Erkin Bahceci | 1 | -1/+6 |
2009-04-08 | Merge branch 'master' of git+ssh://cornelius@git.compiz-fusion.org/git/compiz... | Erkin Bahceci | 1 | -1/+2 |