Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-12 | A few big changes: | Sam Spilsbury | 1 | -0/+6 | |
* Rewrite PropertyWriter, move it out of compiztoolbox * Added CompPluginStateWriter, a serialization interface, which plugins inherit, and specify how to serialize their class members, which will be automatically unloaded and reloaded as plugins unload and reload. * Currently there are bugs with this interface, so it is disabled by default (mostly bugs to do with boost and libdl) * Depend on libboost-serialization * A few bugfixes | |||||
2010-05-18 | Added DESTDIR support for packaging | Sam Spilsbury | 1 | -1/+1 | |
2009-11-04 | Reorganize core options | Scott Moreau | 1 | -212/+224 | |
2009-03-15 | Use bcop in core. | Dennis Kasprzyk | 1 | -1/+1 | |
2009-03-15 | Moved all not yet ported files into legacy directory. | Dennis Kasprzyk | 12 | -746/+0 | |
2009-03-15 | New generalized build system. | Dennis Kasprzyk | 24 | -2010/+44 | |
2009-03-08 | Load scale after fade. | Danny Baumann | 1 | -0/+3 | |
2009-03-08 | Added 'obs' plugin that handles bindings and matches for changing | Danny Baumann | 2 | -0/+162 | |
opacity, brightness and saturation of a window. | |||||
2009-03-04 | Added missing metadata for new options. | Danny Baumann | 1 | -3/+39 | |
2009-03-04 | Added opengl plugin requirement. | Danny Baumann | 1 | -0/+3 | |
2009-03-04 | Fix option tags. | Danny Baumann | 2 | -4/+4 | |
2009-03-04 | C++ port of fade plugin. | Danny Baumann | 1 | -2/+2 | |
2009-02-28 | Merge branch 'master' of git+ssh://maniac@git.compiz-fusion.org/git/compiz/core | Danny Baumann | 1 | -0/+1 | |
2009-02-26 | Remove key binding support from core. | Danny Baumann | 1 | -108/+0 | |
2009-02-26 | Add missing metadata for gnomecompat plugin. | Danny Baumann | 1 | -0/+52 | |
2009-02-26 | Add commands plugin which provides bindings for arbitrary commands. | Danny Baumann | 2 | -0/+226 | |
2009-02-26 | Adapt core for gnomecompat plugin addition. | Danny Baumann | 1 | -39/+0 | |
2009-02-26 | Add Gnome compatibility plugin that receives key bindings only relevant | Danny Baumann | 1 | -0/+1 | |
for Gnome. | |||||
2009-02-25 | Re-sync place plugin to 0.8 branch. | Danny Baumann | 1 | -34/+48 | |
2009-02-23 | Add directory hint to screenshot metadata | Patrick Niklaus | 1 | -0/+1 | |
2009-02-22 | Scale plugin API improvements: | Danny Baumann | 1 | -1/+0 | |
- Provide getters for state, grab, window list and custom (user provided) match - Provide getter for "window has slot" information - Make relayoutSlots () a method instead of an action and allow a match being passed to it. If a match is provided, it overrides scale's own match. | |||||
2009-02-02 | Fix plugin names in metadata. | Danny Baumann | 2 | -2/+2 | |
2009-02-02 | Rename metadata files of imgpng and imgsvg plugins correctly. | Danny Baumann | 3 | -3/+3 | |
2008-12-22 | Added opengl dependency. | Dennis Kasprzyk | 1 | -0/+5 | |
2008-12-22 | Added opengl dependency. | Dennis Kasprzyk | 1 | -0/+5 | |
2008-12-17 | Fixed plugin dependencies in metadata. | Dennis Kasprzyk | 8 | -2/+34 | |
2008-12-16 | No special handling of core metadata. | Dennis Kasprzyk | 1 | -2/+2 | |
2008-12-15 | Initial C++ port of the blur plugin. | Dennis Kasprzyk | 1 | -4/+2 | |
2008-11-04 | C++ port of scale plugin (unfinished plugin plugin interface). | Dennis Kasprzyk | 1 | -6/+2 | |
2008-10-14 | C++ port of switcher plugin. | Dennis Kasprzyk | 1 | -4/+2 | |
2008-10-09 | Drop KDE3 configuration plugin. | Dennis Kasprzyk | 4 | -386/+0 | |
2008-10-09 | Drop autoconf/make build system. | Dennis Kasprzyk | 1 | -131/+0 | |
2008-10-08 | C++ port of water plugin. | Dennis Kasprzyk | 1 | -2/+2 | |
2008-10-07 | C++ port of zoom plugin. | Dennis Kasprzyk | 1 | -4/+2 | |
2008-10-06 | Initial version of CMake build system. | Dennis Kasprzyk | 1 | -0/+71 | |
2008-10-03 | Improve focus stealing prevention. | Danny Baumann | 1 | -2/+6 | |
- Allow window focus if currently no window or only the desktop window is focussed. - Rename mode "High" to "Normal" and introduce "High" mode that denies focus attempts of windows not belonging to the active application. - Allow focus attempts of windows of the same application in Low, Normal, High modes. | |||||
2008-10-02 | Copy pixmap to texture plugin. | Dennis Kasprzyk | 2 | -1/+13 | |
2008-09-16 | Apply core changes to metadata convertors. | Dennis Kasprzyk | 2 | -13/+4 | |
2008-09-16 | Fixed composite plugin metadata. | Dennis Kasprzyk | 1 | -1/+1 | |
2008-09-16 | Merged display and screen in resize plugin. | Dennis Kasprzyk | 1 | -2/+2 | |
2008-09-16 | Merged core, display and screen in decoration plugin. | Dennis Kasprzyk | 1 | -2/+2 | |
2008-09-16 | Merged display and screen in move plugin. | Dennis Kasprzyk | 1 | -2/+2 | |
2008-09-16 | Merge display and screen in opengl plugin. | Dennis Kasprzyk | 1 | -4/+2 | |
2008-09-16 | Merge display and screen in composite plugin. | Dennis Kasprzyk | 1 | -4/+2 | |
2008-09-15 | Merge CompCore and CompDisplay into CompScreen class. | Dennis Kasprzyk | 1 | -4/+2 | |
2008-08-28 | C++ port of the decoration plugin. | Dennis Kasprzyk | 2 | -2/+2 | |
2008-08-27 | Moved composite handling and opengl painting into separate plugins. | Dennis Kasprzyk | 4 | -61/+83 | |
2008-08-24 | Save ABI in global map. | Dennis Kasprzyk | 1 | -1/+0 | |
2008-08-06 | Conversion ob main classes to C++. | Dennis Kasprzyk | 1 | -30/+1 | |
2008-06-09 | Revert "Update default window match to account for panel selection mode." | Danny Baumann | 1 | -1/+1 | |
This reverts commit 61ae58d463aa9478b282bebc62d3586a25319322. |