Skip to content
  1. Dec 10, 2015
  2. Oct 15, 2015
    • Marco Trevisan's avatar
      Apply ubuntu-config.patch by default · c7c92e37
      Marco Trevisan authored
      In theory we should have used profiles settings for this, providing a proper unity.ini
      But right now there's no reason for that effort.
      In case someone wants to change settings, profiles will fix this.
      c7c92e37
  3. Oct 09, 2015
    • Marco Trevisan's avatar
      Apply ubuntu-config.patch by default · 16460986
      Marco Trevisan authored
      In theory we should have used profiles settings for this, providing a proper unity.ini
      But right now there's no reason for that effort.
      In case someone wants to change settings, profiles will fix this.
      16460986
  4. Mar 18, 2015
  5. Dec 02, 2014
  6. Oct 02, 2014
  7. Oct 01, 2014
  8. Apr 16, 2014
  9. Jan 29, 2013
  10. Oct 15, 2012
    • MC Return's avatar
      Fixed/unified all xml.in headers. · 367fd8dd
      MC Return authored
      Problem: Editors like gedit and others will not recognize *.xml.in files as xml, so if opened there is no syntax highlighting making those files harder to read.
      This commit fixes this by adding <?xml version="1.0" encoding="UTF-8"?> to all *.xml.in files in lp:compiz 
      367fd8dd
  11. Jul 10, 2012
    • Daniel van Vugt's avatar
      Simplify gsettings from: · 2aaeb8c8
      Daniel van Vugt authored
          org.freedesktop.compiz.*
         /org/freedesktop/compiz/*
      to:
          org.compiz.*
         /org/compiz/*
      2aaeb8c8
    • Daniel van Vugt's avatar
      Cleanup: Schema names should match the path. So renamed: · e6ecae78
      Daniel van Vugt authored
          org.freedesktop.compizconfig
          org.freedesktop.compizconfig.profile
      to:
          org.freedesktop.compiz
          org.freedesktop.compiz.profile
      
      Which also required renaming:
          org.freedesktop.compiz.gschema.xml
      to:
          org.freedesktop.compiz.core.gschema.xml
      which is what it's called internally anyway.
      e6ecae78
  12. Jul 07, 2012
  13. May 24, 2012
  14. Mar 13, 2012
  15. Mar 09, 2012
  16. Mar 08, 2012
  17. Mar 07, 2012
  18. Oct 31, 2011
    • Sam Spilsbury's avatar
      Move to a test-driven-development type buildsystem which allows for · 57f93526
      Sam Spilsbury authored
      modules to be build interternally and statically linked to plugins and to
      testcases.
      
      Use compiz_module to add a new module, with the following directory structure:
      
      module/
      	src/
      	include/
      	tests/
      	CMakeLists.txt
      
      Use compiz_test_base to add a library for all tests for that module to
      link to, and add each test in a separate subdirectory in tests/
      
      Use compiz_test to add a new test in a name subdirectory for a module and
      prefix.
      
      prefix: plugin / core
      module: module of functionality
      test: test name
      
      Removed compiz.h and compiz-common.h . Use core/string.h core/timer.h
      core/logmessage.h core/screen.h for timeval diff functionality, CompString,
      compLogMessage and wraparound modulus.
      
      Added workaround for core xml file race condition
      57f93526
  19. Aug 10, 2011
  20. Jul 26, 2011
  21. Nov 11, 2010
  22. Nov 09, 2010
  23. Jun 12, 2010
    • Sam Spilsbury's avatar
      A few big changes: · d383fa59
      Sam Spilsbury authored
       * 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
      d383fa59
  24. May 18, 2010
  25. Apr 27, 2010
  26. Nov 04, 2009
  27. Mar 15, 2009
  28. Mar 08, 2009
  29. Mar 04, 2009