Skip to content
  1. Nov 16, 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. Apr 17, 2014
  5. Apr 15, 2014
  6. Apr 07, 2014
  7. Apr 04, 2014
  8. Mar 04, 2014
  9. Feb 17, 2014
  10. Feb 15, 2014
  11. Nov 11, 2013
  12. May 12, 2013
  13. May 11, 2013
  14. May 09, 2013
  15. Apr 28, 2013
    • MC Return's avatar
      Ring, Shift and Stack Window Switcher: · 01bd6d2b
      MC Return authored
      Increased the non-power-of-2 icon texture resolution from 96x96 to 256x256 pixels,
      in the case of the ring switcher from 64 to 256
      
      Compiztoolbox:
      
      Increased the non-power-of-2 icon texture resolution const unsigned short ICON_SIZE
      from 48 to 256 and const unsigned short MAX_ICON_SIZE from 256 to 512
      01bd6d2b
  16. Apr 17, 2013
    • Sam Spilsbury's avatar
      Added some new hooks to PluginClassHandler to allow a VTable to specify if loaded. · 267f124c
      Sam Spilsbury authored
      PluginClassHandler::get () was designed to simply instantiate an instance of that
      class for the core structure, but it did this without checking if the plugin was
      loaded.
      
      Added some new methods to PluginClassHandler exposed by LoadedPluginClassBridge
      and only accessible by those who implement PluginKey to specify globally
      whether or not a plugin is actually loaded, so that PluginClassHandler can
      return accordingly.
      
      Integration and unit tests added as appropriate
      
      (LP: #1169620)
      (LP: #1101026)
      267f124c
  17. Feb 28, 2013
    • Sam Spilsbury's avatar
      Add support for the GLX_EXT_buffer_age extension on hardware that supports it,... · 741e0bf8
      Sam Spilsbury authored
      Add support for the GLX_EXT_buffer_age extension on hardware that supports it, which should result in a nice speed-boost due to the fact that we no longer have to abuse fillrate by retaining old frame contents, and instead asking the driver how defined the current frame is.
      
      Added external API for plugins to register their own damage tracking objects - with a callback as to whether or not to track the specified damage. This allows plugins that rely on both the retrospective and new damage to the framebuffer to ignore feedback caused by their old damage events.
      
      (LP: #1024304)
      
      741e0bf8
  18. Jan 29, 2013
  19. Dec 04, 2012
  20. Nov 19, 2012
  21. 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