Skip to content
  1. 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
  2. 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
  3. Mar 18, 2015
  4. Dec 02, 2014
  5. Oct 02, 2014
  6. Oct 01, 2014
  7. Apr 16, 2014
  8. Jan 29, 2013
  9. 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
  10. Mar 09, 2012
  11. Mar 08, 2012
  12. Mar 07, 2012
  13. 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
  14. Nov 04, 2009
  15. Mar 15, 2009
  16. Feb 26, 2009
  17. Dec 16, 2008
  18. Oct 03, 2008
    • Danny Baumann's avatar
      Improve focus stealing prevention. · a5477a26
      Danny Baumann authored
      - Allow window focus if currently no window or only the desktop window is focussed.
      - Rename mode "High" to "Normal" and introduce "High" mode that denies focus attempts of windows not belonging to the active application.
      - Allow focus attempts of windows of the same application in Low, Normal, High modes.
      a5477a26
  19. Sep 15, 2008
  20. Aug 27, 2008
  21. Aug 24, 2008
  22. Aug 06, 2008
  23. Apr 24, 2008
  24. Apr 01, 2008
  25. Mar 15, 2008
  26. Mar 11, 2008
  27. Mar 10, 2008
    • Danny Baumann's avatar
      Make outputDeviceForGeometry behave smarter when dealing with overlapping outputs. · e6dfd593
      Danny Baumann authored
      Currently, the current output is returned if some part of the rectangle is on it; otherwise the output device the rectangle center is on is returned. This works fine for non-overlapping outputs, but with overlapping outputs, the window center may be on multiple outputs, making the determination ambiguous.
      This patch applies the following strategy instead:
      - Determine the output the largest part of the rectangle area is on.
      - If there are multiple outputs with equally large parts, return the best output based on a user-selectable strategy.
      - Otherwise, return the output that contains the largest part.
      
      This commit also reverts large parts of commit 1a233a20d1de2b504b707fe79ad36268e683eb5d.
      e6dfd593
  28. Mar 09, 2008
  29. Feb 07, 2008
  30. Oct 17, 2007
  31. Sep 20, 2007
  32. Aug 28, 2007