~ubuntu-branches/ubuntu/saucy/compiz/saucy-proposed

« back to all changes in this revision

Viewing changes to plugins/grid/grid.xml.in

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Brandon Schaefer, Sam Spilsbury, Automatic PS uploader
  • Date: 2013-01-21 04:01:41 UTC
  • mfrom: (3248.176.3)
  • Revision ID: package-import@ubuntu.com-20130121040141-4gvyct89sywzgsqq
Tags: 1:0.9.9~daily13.01.21-0ubuntu1
[ Brandon Schaefer ]
* Window Management - Implement maximize and semi-maximise transitions
  (LP: #689792)

[ Sam Spilsbury ]
* Several memory leaks in ccsIntegratedSettingListAppend() from
  ccsIntegratedSettingsStorageDefaultFindMatchingSettingsByPredicate()
  from
  ccsIntegratedSettingsStorageDefaultFindMatchingSettingsByPluginAndSe
  ttingName() (LP: #1100539)
* Several leaks in g_settings_new() [g_object_new()] from
  ccsGSettingsNewNoPath() [ccs_gsettings_interface_wrapper.c:184] (LP:
  #1097649)
* Compiz reports incorrect _NET_DESKTOP_GEOMETRY until first viewport
  switch (LP: #1096455)

[ Automatic PS uploader ]
* Automatic snapshot from revision 3569

Show diffs side-by-side

added added

removed removed

Lines of Context:
539
539
                        <_long>Draw Window Resize Indicator</_long>
540
540
                        <default>true</default>
541
541
                </option>
 
542
                <option name="draw_stretched_window" type="bool">
 
543
                        <_short>Draw Stretched Window</_short>
 
544
                        <_long>Draw stretched window animation</_long>
 
545
                        <default>true</default>
 
546
                </option>
 
547
                <option name="animation_duration" type="int">
 
548
                        <_short>Animation Duration</_short>
 
549
                        <_long>Grid animation duration (in ms)</_long>
 
550
                        <default>350</default>
 
551
                        <min>0</min>
 
552
                </option>
542
553
                <option name="outline_color" type="color">
543
554
                        <_short>Outline Color</_short>
544
555
                        <_long>Color of the resize indicator outline</_long>