Skip to content
  1. Sep 25, 2017
  2. Sep 05, 2017
  3. Jun 06, 2017
  4. Apr 27, 2017
  5. Apr 04, 2017
  6. Mar 26, 2017
  7. Feb 08, 2017
  8. Dec 22, 2016
  9. Nov 04, 2016
  10. Oct 31, 2016
  11. Mar 17, 2016
  12. Jun 01, 2013
  13. May 09, 2013
  14. Apr 22, 2013
  15. Apr 21, 2013
  16. Feb 26, 2013
  17. Jan 31, 2013
  18. Jan 27, 2013
  19. Jan 26, 2013
  20. Jan 22, 2013
  21. Jan 07, 2013
  22. Jan 04, 2013
  23. Dec 01, 2012
  24. Nov 05, 2012
  25. 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
  26. Sep 04, 2012
    • Sam Spilsbury's avatar
      Remove serialization. · d07669af
      Sam Spilsbury authored
      Serialization was a cool idea for handling the temp load/unload problem,
      however the usecase these days does not often involve that in order
      to justify its continued maintainence.
      d07669af
  27. Sep 01, 2012
  28. Jul 28, 2012
    • MC Return's avatar
      Reduced combined filesizes of Compiz' .png resources from 2.2MB to 1.5MB by... · 2a75d8c6
      MC Return authored
      Reduced combined filesizes of Compiz' .png resources from 2.2MB to 1.5MB by recompression of those with Trimage Image Compressor.
      This will decrease package size, downloading/loading/displaying times without changing appearance in any way, because png is a lossless format and this commit just optimizes compression and filesizes.
      png files with higher compression take less time to display, not only because of reduced loading times, but also because deflation in memory finishes faster as decompression speed is largely uninfluenced by the compression level and thus decompression of better compressed png files is faster.
      
      2a75d8c6