Skip to content
  1. Jun 01, 2013
  2. May 09, 2013
  3. Feb 27, 2013
  4. 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
  5. 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
  6. Sep 01, 2012
  7. Jul 30, 2012
  8. 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
  9. Jul 20, 2012
  10. May 27, 2012