Skip to content
  1. Jul 21, 2016
  2. Jul 20, 2016
  3. Jul 01, 2016
  4. Jun 30, 2016
  5. Aug 22, 2015
  6. Aug 19, 2015
  7. Aug 18, 2015
  8. Jul 25, 2015
  9. Nov 21, 2014
  10. May 12, 2013
  11. May 09, 2013
  12. 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
  13. Dec 07, 2012
  14. Dec 04, 2012
  15. 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
  16. Sep 07, 2012
  17. Sep 05, 2012
  18. Jul 30, 2012
  19. Jul 29, 2012
  20. May 29, 2012
  21. May 17, 2012
  22. Jan 25, 2012
  23. Mar 11, 2011
  24. Feb 18, 2011
  25. Feb 10, 2011
    • Sam Spilsbury's avatar
      Make the switcher window being override redirect. · bb526818
      Sam Spilsbury authored
      Previously the switcher window was a normal managed window (which
      the switcher plugin actually lied about, see SwitchWindow::managed),
      such that the decorators could pick it up and draw the switcher
      decoration. However now with reparenting, this means that whenever
      we actually manage and unmanage the switcher window (eg with map
      and unmap) it means we must also reparent the window, which floods
      the server with requests and makes the switcher slow.
      
      Since we don't interact with the switcher window, it makes no sense
      to manage it like this, so make it override redirect
      bb526818
  26. Dec 07, 2010
  27. Oct 01, 2010
  28. Sep 28, 2010
  29. Sep 10, 2010
  30. Sep 08, 2010
  31. 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
  32. May 15, 2010
  33. May 12, 2010
  34. Feb 13, 2010