~unity-team/unity/x-sru6

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bileto Bot
  • Date: 2016-09-06 23:17:13 UTC
  • mfrom: (4112.1.19 x-sru4)
  • Revision ID: ci-train-bot@canonical.com-20160906231713-urgarg7fi572kr0s
* SwitcherView: always disable animations when in lowgfx mode (LP:
  #1602784)
* When locked discard damages from windows below lockscreen. (LP:
  #1605180)
* DecoratedWindow: display unmaximize button if the window is
  vertically or horizontally maximized (LP: #1608480)
* Make sure the switcher detail view is properly scaled. Also scale
  the xy_offset to make sure the switcher and launcher do not overlap.
  (LP: #1605256)
* Close session dialog on first ESC. (LP: #1521116)
* Filter out scrolling envents for FilterExpanderLabel. (LP: #1604632)
* Disable menu discovery animation if MenusDiscoveryDuration is 0.
  (LP: #942962)
* Redraw fake decorations on window resize. (LP: #940470)
* Use compiz::Window::serverNext instead of compiz::Window::next in
  IsWindowObscured as the latter can be outdated just after
  scale/spread terminates. (LP: #1614116)
* DecoratedWindow: avoid deferencing an invalid shadow texture ptr,
  and split functions (LP: #1608464)
* DecoratedWindow: display unmaximize button if the window is
  vertically or horizontally maximized (LP: #1608480)
* DecorationsForceQuitDialog: make CSS selectors work with gtk 3.20
* UserAuthenticatorPam: ensure pam_handle_ is null initialized and
  don't proceed if not set (LP: #1611668)
* DecorationStyle: set css name for Gtk 3.20
* OverlayRenderer: properly decorate launcher/panel when the launcher
  is at the bottom (LP: #1611694)
* OverlayRenderer: don't use rotated textures, just rotate them at
  rendering time
* SpreadWidgets: add container for spread filter and new spread
  decorations (LP: #1283314)
* WindowButton: properly partially unmaximize a window when
  middle/left clicking in the restore button (LP: #1616136)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
unity (7.4.0+16.04.20160801.2-0ubuntu2) UNRELEASED; urgency=medium
 
2
 
 
3
  [ Marco Trevisan (Treviño) ]
 
4
  * SwitcherView: always disable animations when in lowgfx mode (LP:
 
5
    #1602784)
 
6
 
 
7
  [ Andrea Azzarone ]
 
8
  * When locked discard damages from windows below lockscreen. (LP:
 
9
    #1605180)
 
10
  * DecoratedWindow: display unmaximize button if the window is
 
11
    vertically or horizontally maximized (LP: #1608480)
 
12
  * Make sure the switcher detail view is properly scaled. Also scale
 
13
    the xy_offset to make sure the switcher and launcher do not overlap.
 
14
    (LP: #1605256)
 
15
  * Close session dialog on first ESC. (LP: #1521116)
 
16
  * Filter out scrolling envents for FilterExpanderLabel. (LP: #1604632)
 
17
  * Disable menu discovery animation if MenusDiscoveryDuration is 0.
 
18
    (LP: #942962)
 
19
  * Redraw fake decorations on window resize. (LP: #940470)
 
20
  * Use compiz::Window::serverNext instead of compiz::Window::next in
 
21
    IsWindowObscured as the latter can be outdated just after
 
22
    scale/spread terminates. (LP: #1614116)
 
23
 
 
24
  [ Marco Trevisan (Treviño) ]
 
25
  * DecoratedWindow: avoid deferencing an invalid shadow texture ptr,
 
26
    and split functions (LP: #1608464)
 
27
  * DecoratedWindow: display unmaximize button if the window is
 
28
    vertically or horizontally maximized (LP: #1608480)
 
29
  * DecorationsForceQuitDialog: make CSS selectors work with gtk 3.20
 
30
  * UserAuthenticatorPam: ensure pam_handle_ is null initialized and
 
31
    don't proceed if not set (LP: #1611668)
 
32
  * DecorationStyle: set css name for Gtk 3.20
 
33
  * OverlayRenderer: properly decorate launcher/panel when the launcher
 
34
    is at the bottom (LP: #1611694)
 
35
  * OverlayRenderer: don't use rotated textures, just rotate them at
 
36
    rendering time
 
37
  * SpreadWidgets: add container for spread filter and new spread
 
38
    decorations (LP: #1283314)
 
39
  * WindowButton: properly partially unmaximize a window when
 
40
    middle/left clicking in the restore button (LP: #1616136)
 
41
 
 
42
 -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Tue, 23 Aug 2016 17:00:35 +0200
 
43
 
1
44
unity (7.4.0+16.04.20160801.2-0ubuntu1) xenial; urgency=medium
2
45
 
3
46
  [ Andrea Azzarone ]