Skip to content
  1. Aug 01, 2015
  2. Jun 01, 2013
  3. May 09, 2013
  4. Feb 07, 2013
  5. Feb 04, 2013
  6. Feb 03, 2013
  7. 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
  8. Sep 07, 2012
  9. Sep 05, 2012
  10. Sep 01, 2012
  11. 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