Merge lp://staging/~noskcaj/ubuntu/vivid/xfwm4/4.11.3 into lp://staging/ubuntu/vivid/xfwm4

Proposed by Jackson Doak
Status: Merged
Merged at revision: 75
Proposed branch: lp://staging/~noskcaj/ubuntu/vivid/xfwm4/4.11.3
Merge into: lp://staging/ubuntu/vivid/xfwm4
Diff against target: 84702 lines (+48620/-23755)
460 files modified
.pc/0001-fix-fullscreen-qt4-behavior-bug-8563.patch/src/client.c (+0/-3922)
.pc/02-remove-unused-maximize-button.patch/src/client.c (+0/-3926)
.pc/applied-patches (+0/-2)
ChangeLog (+1751/-0)
Makefile.in (+1/-1)
NEWS (+44/-0)
aclocal.m4 (+455/-445)
config.guess (+8/-156)
config.sub (+16/-11)
configure (+81/-28)
configure.ac (+14/-10)
debian/changelog (+12/-0)
debian/patches/0001-fix-fullscreen-qt4-behavior-bug-8563.patch (+0/-48)
debian/patches/02-remove-unused-maximize-button.patch (+0/-20)
debian/patches/series (+0/-2)
defaults/defaults (+3/-0)
po/ast.po (+15/-13)
po/bg.po (+36/-32)
po/cs.po (+36/-32)
po/da.po (+77/-65)
po/de.po (+73/-69)
po/en_AU.po (+60/-56)
po/es.po (+24/-24)
po/fi.po (+66/-56)
po/fr.po (+74/-69)
po/he.po (+355/-1216)
po/hr.po (+40/-35)
po/hu.po (+66/-55)
po/id.po (+57/-52)
po/it.po (+35/-31)
po/ja.po (+33/-29)
po/kk.po (+34/-30)
po/ko.po (+34/-30)
po/ms.po (+34/-30)
po/nl.po (+35/-31)
po/pl.po (+35/-30)
po/pt_BR.po (+50/-44)
po/ru.po (+45/-40)
po/sr.po (+38/-34)
po/th.po (+36/-32)
po/tr.po (+58/-53)
po/uk.po (+33/-29)
po/zh_CN.po (+14/-14)
settings-dialogs/tweaks-settings.c (+25/-27)
settings-dialogs/xfwm4-tweaks-dialog.glade (+32/-17)
settings-dialogs/xfwm4-tweaks-dialog_ui.h (+230/-222)
src/client.c (+321/-172)
src/client.h (+42/-11)
src/compositor.c (+269/-73)
src/compositor.h (+6/-1)
src/cycle.c (+132/-115)
src/display.c (+24/-12)
src/display.h (+5/-2)
src/events.c (+106/-163)
src/events.h (+1/-1)
src/focus.c (+4/-2)
src/frame.c (+118/-15)
src/frame.h (+8/-0)
src/hints.c (+12/-6)
src/hints.h (+8/-4)
src/icons.c (+151/-72)
src/icons.h (+9/-5)
src/main.c (+67/-1)
src/moveresize.c (+436/-393)
src/moveresize.h (+5/-0)
src/mypixmap.c (+3/-3)
src/netwm.c (+10/-5)
src/netwm.h (+1/-1)
src/placement.c (+100/-94)
src/placement.h (+1/-1)
src/screen.c (+2/-2)
src/session.c (+2/-1)
src/settings.c (+107/-24)
src/settings.h (+8/-2)
src/startup_notification.c (+2/-1)
src/tabwin.c (+489/-343)
src/tabwin.h (+12/-6)
src/wireframe.c (+208/-53)
src/wireframe.h (+25/-5)
src/workspaces.c (+56/-0)
src/xsync.c (+131/-94)
src/xsync.h (+5/-9)
themes/Makefile.am (+2/-0)
themes/Makefile.in (+2/-0)
themes/daloa/Makefile.am (+1/-1)
themes/daloa/Makefile.in (+1/-1)
themes/default-hdpi/Makefile.am (+211/-0)
themes/default-hdpi/Makefile.in (+779/-0)
themes/default-hdpi/README (+4/-0)
themes/default-hdpi/bottom-active.svg (+123/-0)
themes/default-hdpi/bottom-active.xpm (+12/-0)
themes/default-hdpi/bottom-inactive.svg (+123/-0)
themes/default-hdpi/bottom-inactive.xpm (+12/-0)
themes/default-hdpi/bottom-left-active.svg (+122/-0)
themes/default-hdpi/bottom-left-active.xpm (+30/-0)
themes/default-hdpi/bottom-left-inactive.svg (+122/-0)
themes/default-hdpi/bottom-left-inactive.xpm (+30/-0)
themes/default-hdpi/bottom-right-active.svg (+122/-0)
themes/default-hdpi/bottom-right-active.xpm (+30/-0)
themes/default-hdpi/bottom-right-inactive.svg (+122/-0)
themes/default-hdpi/bottom-right-inactive.xpm (+30/-0)
themes/default-hdpi/close-active.svg (+223/-0)
themes/default-hdpi/close-active.xpm (+48/-0)
themes/default-hdpi/close-inactive.svg (+181/-0)
themes/default-hdpi/close-inactive.xpm (+48/-0)
themes/default-hdpi/close-prelight.svg (+241/-0)
themes/default-hdpi/close-prelight.xpm (+48/-0)
themes/default-hdpi/close-pressed.svg (+241/-0)
themes/default-hdpi/close-pressed.xpm (+48/-0)
themes/default-hdpi/hide-active.svg (+217/-0)
themes/default-hdpi/hide-active.xpm (+48/-0)
themes/default-hdpi/hide-inactive.svg (+181/-0)
themes/default-hdpi/hide-inactive.xpm (+48/-0)
themes/default-hdpi/hide-prelight.svg (+235/-0)
themes/default-hdpi/hide-prelight.xpm (+48/-0)
themes/default-hdpi/hide-pressed.svg (+235/-0)
themes/default-hdpi/hide-pressed.xpm (+48/-0)
themes/default-hdpi/left-active.svg (+121/-0)
themes/default-hdpi/left-active.xpm (+38/-0)
themes/default-hdpi/left-inactive.svg (+121/-0)
themes/default-hdpi/left-inactive.xpm (+38/-0)
themes/default-hdpi/maximize-active.svg (+211/-0)
themes/default-hdpi/maximize-active.xpm (+48/-0)
themes/default-hdpi/maximize-inactive.svg (+178/-0)
themes/default-hdpi/maximize-inactive.xpm (+48/-0)
themes/default-hdpi/maximize-prelight.svg (+229/-0)
themes/default-hdpi/maximize-prelight.xpm (+48/-0)
themes/default-hdpi/maximize-pressed.svg (+229/-0)
themes/default-hdpi/maximize-pressed.xpm (+48/-0)
themes/default-hdpi/maximize-toggled-active.svg (+215/-0)
themes/default-hdpi/maximize-toggled-active.xpm (+48/-0)
themes/default-hdpi/maximize-toggled-inactive.svg (+182/-0)
themes/default-hdpi/maximize-toggled-inactive.xpm (+48/-0)
themes/default-hdpi/maximize-toggled-prelight.svg (+233/-0)
themes/default-hdpi/maximize-toggled-prelight.xpm (+48/-0)
themes/default-hdpi/maximize-toggled-pressed.svg (+233/-0)
themes/default-hdpi/maximize-toggled-pressed.xpm (+48/-0)
themes/default-hdpi/menu-active.svg (+164/-0)
themes/default-hdpi/menu-active.xpm (+48/-0)
themes/default-hdpi/menu-inactive.svg (+164/-0)
themes/default-hdpi/menu-inactive.xpm (+48/-0)
themes/default-hdpi/menu-prelight.svg (+164/-0)
themes/default-hdpi/menu-prelight.xpm (+48/-0)
themes/default-hdpi/menu-pressed.svg (+164/-0)
themes/default-hdpi/menu-pressed.xpm (+48/-0)
themes/default-hdpi/right-active.svg (+121/-0)
themes/default-hdpi/right-active.xpm (+38/-0)
themes/default-hdpi/right-inactive.svg (+121/-0)
themes/default-hdpi/right-inactive.xpm (+38/-0)
themes/default-hdpi/shade-active.svg (+211/-0)
themes/default-hdpi/shade-active.xpm (+48/-0)
themes/default-hdpi/shade-inactive.svg (+178/-0)
themes/default-hdpi/shade-inactive.xpm (+48/-0)
themes/default-hdpi/shade-prelight.svg (+229/-0)
themes/default-hdpi/shade-prelight.xpm (+48/-0)
themes/default-hdpi/shade-pressed.svg (+229/-0)
themes/default-hdpi/shade-pressed.xpm (+48/-0)
themes/default-hdpi/shade-toggled-active.svg (+211/-0)
themes/default-hdpi/shade-toggled-active.xpm (+48/-0)
themes/default-hdpi/shade-toggled-inactive.svg (+178/-0)
themes/default-hdpi/shade-toggled-inactive.xpm (+48/-0)
themes/default-hdpi/shade-toggled-prelight.svg (+229/-0)
themes/default-hdpi/shade-toggled-prelight.xpm (+48/-0)
themes/default-hdpi/shade-toggled-pressed.svg (+229/-0)
themes/default-hdpi/shade-toggled-pressed.xpm (+48/-0)
themes/default-hdpi/stick-active.svg (+211/-0)
themes/default-hdpi/stick-active.xpm (+48/-0)
themes/default-hdpi/stick-inactive.svg (+178/-0)
themes/default-hdpi/stick-inactive.xpm (+48/-0)
themes/default-hdpi/stick-prelight.svg (+229/-0)
themes/default-hdpi/stick-prelight.xpm (+48/-0)
themes/default-hdpi/stick-pressed.svg (+229/-0)
themes/default-hdpi/stick-pressed.xpm (+48/-0)
themes/default-hdpi/stick-toggled-active.svg (+220/-0)
themes/default-hdpi/stick-toggled-active.xpm (+48/-0)
themes/default-hdpi/stick-toggled-inactive.svg (+187/-0)
themes/default-hdpi/stick-toggled-inactive.xpm (+48/-0)
themes/default-hdpi/stick-toggled-prelight.svg (+238/-0)
themes/default-hdpi/stick-toggled-prelight.xpm (+48/-0)
themes/default-hdpi/stick-toggled-pressed.svg (+238/-0)
themes/default-hdpi/stick-toggled-pressed.xpm (+48/-0)
themes/default-hdpi/themerc (+19/-0)
themes/default-hdpi/title-1-active.svg (+164/-0)
themes/default-hdpi/title-1-active.xpm (+48/-0)
themes/default-hdpi/title-1-inactive.svg (+164/-0)
themes/default-hdpi/title-1-inactive.xpm (+48/-0)
themes/default-hdpi/title-2-active.svg (+164/-0)
themes/default-hdpi/title-2-active.xpm (+48/-0)
themes/default-hdpi/title-2-inactive.svg (+164/-0)
themes/default-hdpi/title-2-inactive.xpm (+48/-0)
themes/default-hdpi/title-3-active.svg (+164/-0)
themes/default-hdpi/title-3-active.xpm (+48/-0)
themes/default-hdpi/title-3-inactive.svg (+164/-0)
themes/default-hdpi/title-3-inactive.xpm (+48/-0)
themes/default-hdpi/title-4-active.svg (+193/-0)
themes/default-hdpi/title-4-active.xpm (+48/-0)
themes/default-hdpi/title-4-inactive.svg (+164/-0)
themes/default-hdpi/title-4-inactive.xpm (+48/-0)
themes/default-hdpi/title-5-active.svg (+193/-0)
themes/default-hdpi/title-5-active.xpm (+48/-0)
themes/default-hdpi/title-5-inactive.svg (+164/-0)
themes/default-hdpi/title-5-inactive.xpm (+48/-0)
themes/default-hdpi/top-left-active.svg (+161/-0)
themes/default-hdpi/top-left-active.xpm (+48/-0)
themes/default-hdpi/top-left-inactive.svg (+161/-0)
themes/default-hdpi/top-left-inactive.xpm (+48/-0)
themes/default-hdpi/top-right-active.svg (+193/-0)
themes/default-hdpi/top-right-active.xpm (+48/-0)
themes/default-hdpi/top-right-inactive.svg (+161/-0)
themes/default-hdpi/top-right-inactive.xpm (+48/-0)
themes/default-xhdpi/Makefile.am (+211/-0)
themes/default-xhdpi/Makefile.in (+779/-0)
themes/default-xhdpi/README (+4/-0)
themes/default-xhdpi/bottom-active.svg (+105/-0)
themes/default-xhdpi/bottom-active.xpm (+18/-0)
themes/default-xhdpi/bottom-inactive.svg (+105/-0)
themes/default-xhdpi/bottom-inactive.xpm (+18/-0)
themes/default-xhdpi/bottom-left-active.svg (+104/-0)
themes/default-xhdpi/bottom-left-active.xpm (+38/-0)
themes/default-xhdpi/bottom-left-inactive.svg (+104/-0)
themes/default-xhdpi/bottom-left-inactive.xpm (+38/-0)
themes/default-xhdpi/bottom-right-active.svg (+104/-0)
themes/default-xhdpi/bottom-right-active.xpm (+38/-0)
themes/default-xhdpi/bottom-right-inactive.svg (+104/-0)
themes/default-xhdpi/bottom-right-inactive.xpm (+38/-0)
themes/default-xhdpi/close-active.svg (+223/-0)
themes/default-xhdpi/close-active.xpm (+62/-0)
themes/default-xhdpi/close-inactive.svg (+181/-0)
themes/default-xhdpi/close-inactive.xpm (+62/-0)
themes/default-xhdpi/close-prelight.svg (+241/-0)
themes/default-xhdpi/close-prelight.xpm (+62/-0)
themes/default-xhdpi/close-pressed.svg (+241/-0)
themes/default-xhdpi/close-pressed.xpm (+62/-0)
themes/default-xhdpi/hide-active.svg (+217/-0)
themes/default-xhdpi/hide-active.xpm (+62/-0)
themes/default-xhdpi/hide-inactive.svg (+181/-0)
themes/default-xhdpi/hide-inactive.xpm (+62/-0)
themes/default-xhdpi/hide-prelight.svg (+235/-0)
themes/default-xhdpi/hide-prelight.xpm (+62/-0)
themes/default-xhdpi/hide-pressed.svg (+235/-0)
themes/default-xhdpi/hide-pressed.xpm (+62/-0)
themes/default-xhdpi/left-active.svg (+103/-0)
themes/default-xhdpi/left-active.xpm (+54/-0)
themes/default-xhdpi/left-inactive.svg (+103/-0)
themes/default-xhdpi/left-inactive.xpm (+54/-0)
themes/default-xhdpi/maximize-active.svg (+211/-0)
themes/default-xhdpi/maximize-active.xpm (+62/-0)
themes/default-xhdpi/maximize-inactive.svg (+178/-0)
themes/default-xhdpi/maximize-inactive.xpm (+62/-0)
themes/default-xhdpi/maximize-prelight.svg (+229/-0)
themes/default-xhdpi/maximize-prelight.xpm (+62/-0)
themes/default-xhdpi/maximize-pressed.svg (+229/-0)
themes/default-xhdpi/maximize-pressed.xpm (+62/-0)
themes/default-xhdpi/maximize-toggled-active.svg (+215/-0)
themes/default-xhdpi/maximize-toggled-active.xpm (+62/-0)
themes/default-xhdpi/maximize-toggled-inactive.svg (+182/-0)
themes/default-xhdpi/maximize-toggled-inactive.xpm (+62/-0)
themes/default-xhdpi/maximize-toggled-prelight.svg (+233/-0)
themes/default-xhdpi/maximize-toggled-prelight.xpm (+62/-0)
themes/default-xhdpi/maximize-toggled-pressed.svg (+233/-0)
themes/default-xhdpi/maximize-toggled-pressed.xpm (+62/-0)
themes/default-xhdpi/menu-active.svg (+164/-0)
themes/default-xhdpi/menu-active.xpm (+62/-0)
themes/default-xhdpi/menu-inactive.svg (+164/-0)
themes/default-xhdpi/menu-inactive.xpm (+62/-0)
themes/default-xhdpi/menu-prelight.svg (+164/-0)
themes/default-xhdpi/menu-prelight.xpm (+62/-0)
themes/default-xhdpi/menu-pressed.svg (+164/-0)
themes/default-xhdpi/menu-pressed.xpm (+62/-0)
themes/default-xhdpi/right-active.svg (+103/-0)
themes/default-xhdpi/right-active.xpm (+54/-0)
themes/default-xhdpi/right-inactive.svg (+103/-0)
themes/default-xhdpi/right-inactive.xpm (+54/-0)
themes/default-xhdpi/shade-active.svg (+211/-0)
themes/default-xhdpi/shade-active.xpm (+62/-0)
themes/default-xhdpi/shade-inactive.svg (+178/-0)
themes/default-xhdpi/shade-inactive.xpm (+62/-0)
themes/default-xhdpi/shade-prelight.svg (+229/-0)
themes/default-xhdpi/shade-prelight.xpm (+62/-0)
themes/default-xhdpi/shade-pressed.svg (+229/-0)
themes/default-xhdpi/shade-pressed.xpm (+62/-0)
themes/default-xhdpi/shade-toggled-active.svg (+211/-0)
themes/default-xhdpi/shade-toggled-active.xpm (+62/-0)
themes/default-xhdpi/shade-toggled-inactive.svg (+178/-0)
themes/default-xhdpi/shade-toggled-inactive.xpm (+62/-0)
themes/default-xhdpi/shade-toggled-prelight.svg (+229/-0)
themes/default-xhdpi/shade-toggled-prelight.xpm (+62/-0)
themes/default-xhdpi/shade-toggled-pressed.svg (+229/-0)
themes/default-xhdpi/shade-toggled-pressed.xpm (+62/-0)
themes/default-xhdpi/stick-active.svg (+211/-0)
themes/default-xhdpi/stick-active.xpm (+62/-0)
themes/default-xhdpi/stick-inactive.svg (+178/-0)
themes/default-xhdpi/stick-inactive.xpm (+62/-0)
themes/default-xhdpi/stick-prelight.svg (+229/-0)
themes/default-xhdpi/stick-prelight.xpm (+62/-0)
themes/default-xhdpi/stick-pressed.svg (+229/-0)
themes/default-xhdpi/stick-pressed.xpm (+62/-0)
themes/default-xhdpi/stick-toggled-active.svg (+220/-0)
themes/default-xhdpi/stick-toggled-active.xpm (+62/-0)
themes/default-xhdpi/stick-toggled-inactive.svg (+187/-0)
themes/default-xhdpi/stick-toggled-inactive.xpm (+62/-0)
themes/default-xhdpi/stick-toggled-prelight.svg (+238/-0)
themes/default-xhdpi/stick-toggled-prelight.xpm (+62/-0)
themes/default-xhdpi/stick-toggled-pressed.svg (+238/-0)
themes/default-xhdpi/stick-toggled-pressed.xpm (+62/-0)
themes/default-xhdpi/themerc (+19/-0)
themes/default-xhdpi/title-1-active.svg (+164/-0)
themes/default-xhdpi/title-1-active.xpm (+63/-0)
themes/default-xhdpi/title-1-inactive.svg (+164/-0)
themes/default-xhdpi/title-1-inactive.xpm (+63/-0)
themes/default-xhdpi/title-2-active.svg (+164/-0)
themes/default-xhdpi/title-2-active.xpm (+63/-0)
themes/default-xhdpi/title-2-inactive.svg (+164/-0)
themes/default-xhdpi/title-2-inactive.xpm (+63/-0)
themes/default-xhdpi/title-3-active.svg (+164/-0)
themes/default-xhdpi/title-3-active.xpm (+63/-0)
themes/default-xhdpi/title-3-inactive.svg (+164/-0)
themes/default-xhdpi/title-3-inactive.xpm (+63/-0)
themes/default-xhdpi/title-4-active.svg (+193/-0)
themes/default-xhdpi/title-4-active.xpm (+63/-0)
themes/default-xhdpi/title-4-inactive.svg (+164/-0)
themes/default-xhdpi/title-4-inactive.xpm (+63/-0)
themes/default-xhdpi/title-5-active.svg (+193/-0)
themes/default-xhdpi/title-5-active.xpm (+63/-0)
themes/default-xhdpi/title-5-inactive.svg (+164/-0)
themes/default-xhdpi/title-5-inactive.xpm (+63/-0)
themes/default-xhdpi/top-left-active.svg (+161/-0)
themes/default-xhdpi/top-left-active.xpm (+63/-0)
themes/default-xhdpi/top-left-inactive.svg (+161/-0)
themes/default-xhdpi/top-left-inactive.xpm (+63/-0)
themes/default-xhdpi/top-right-active.svg (+193/-0)
themes/default-xhdpi/top-right-active.xpm (+63/-0)
themes/default-xhdpi/top-right-inactive.svg (+161/-0)
themes/default-xhdpi/top-right-inactive.xpm (+63/-0)
themes/default/Makefile.am (+1/-1)
themes/default/Makefile.in (+1/-1)
themes/default/README (+3/-2)
themes/default/bottom-active.svg (+80/-43)
themes/default/bottom-active.xpm (+6/-7)
themes/default/bottom-inactive.svg (+80/-43)
themes/default/bottom-inactive.xpm (+6/-7)
themes/default/bottom-left-active.svg (+78/-41)
themes/default/bottom-left-active.xpm (+18/-18)
themes/default/bottom-left-inactive.svg (+78/-41)
themes/default/bottom-left-inactive.xpm (+18/-18)
themes/default/bottom-right-active.svg (+78/-41)
themes/default/bottom-right-active.xpm (+18/-18)
themes/default/bottom-right-inactive.svg (+78/-41)
themes/default/bottom-right-inactive.xpm (+18/-18)
themes/default/close-active.svg (+195/-193)
themes/default/close-active.xpm (+32/-25)
themes/default/close-inactive.svg (+155/-182)
themes/default/close-inactive.xpm (+32/-25)
themes/default/close-prelight.svg (+215/-209)
themes/default/close-prelight.xpm (+32/-25)
themes/default/close-pressed.svg (+215/-209)
themes/default/close-pressed.xpm (+33/-26)
themes/default/hide-active.svg (+191/-189)
themes/default/hide-active.xpm (+32/-25)
themes/default/hide-inactive.svg (+154/-181)
themes/default/hide-inactive.xpm (+32/-25)
themes/default/hide-prelight.svg (+209/-203)
themes/default/hide-prelight.xpm (+32/-25)
themes/default/hide-pressed.svg (+209/-203)
themes/default/hide-pressed.xpm (+33/-26)
themes/default/left-active.svg (+78/-41)
themes/default/left-active.xpm (+28/-28)
themes/default/left-inactive.svg (+78/-41)
themes/default/left-inactive.xpm (+28/-28)
themes/default/maximize-active.svg (+185/-183)
themes/default/maximize-active.xpm (+32/-25)
themes/default/maximize-inactive.svg (+152/-179)
themes/default/maximize-inactive.xpm (+32/-25)
themes/default/maximize-prelight.svg (+203/-197)
themes/default/maximize-prelight.xpm (+32/-25)
themes/default/maximize-pressed.svg (+203/-197)
themes/default/maximize-pressed.xpm (+33/-26)
themes/default/maximize-toggled-active.svg (+189/-187)
themes/default/maximize-toggled-active.xpm (+32/-25)
themes/default/maximize-toggled-inactive.svg (+156/-183)
themes/default/maximize-toggled-inactive.xpm (+32/-25)
themes/default/maximize-toggled-prelight.svg (+207/-201)
themes/default/maximize-toggled-prelight.xpm (+32/-25)
themes/default/maximize-toggled-pressed.svg (+207/-201)
themes/default/maximize-toggled-pressed.xpm (+33/-26)
themes/default/menu-active.svg (+139/-166)
themes/default/menu-active.xpm (+32/-26)
themes/default/menu-inactive.svg (+139/-166)
themes/default/menu-inactive.xpm (+32/-26)
themes/default/menu-prelight.svg (+139/-166)
themes/default/menu-prelight.xpm (+32/-26)
themes/default/menu-pressed.svg (+139/-166)
themes/default/menu-pressed.xpm (+33/-27)
themes/default/right-active.svg (+78/-41)
themes/default/right-active.xpm (+28/-28)
themes/default/right-inactive.svg (+78/-41)
themes/default/right-inactive.xpm (+28/-28)
themes/default/shade-active.svg (+185/-183)
themes/default/shade-active.xpm (+32/-25)
themes/default/shade-inactive.svg (+152/-179)
themes/default/shade-inactive.xpm (+32/-25)
themes/default/shade-prelight.svg (+203/-197)
themes/default/shade-prelight.xpm (+32/-25)
themes/default/shade-pressed.svg (+203/-197)
themes/default/shade-pressed.xpm (+33/-26)
themes/default/shade-toggled-active.svg (+185/-183)
themes/default/shade-toggled-active.xpm (+32/-25)
themes/default/shade-toggled-inactive.svg (+152/-179)
themes/default/shade-toggled-inactive.xpm (+32/-25)
themes/default/shade-toggled-prelight.svg (+203/-197)
themes/default/shade-toggled-prelight.xpm (+32/-25)
themes/default/shade-toggled-pressed.svg (+203/-197)
themes/default/shade-toggled-pressed.xpm (+33/-26)
themes/default/stick-active.svg (+185/-183)
themes/default/stick-active.xpm (+32/-25)
themes/default/stick-inactive.svg (+152/-179)
themes/default/stick-inactive.xpm (+32/-25)
themes/default/stick-prelight.svg (+203/-197)
themes/default/stick-prelight.xpm (+32/-25)
themes/default/stick-pressed.svg (+203/-197)
themes/default/stick-pressed.xpm (+33/-26)
themes/default/stick-toggled-active.svg (+194/-188)
themes/default/stick-toggled-active.xpm (+32/-25)
themes/default/stick-toggled-inactive.svg (+161/-193)
themes/default/stick-toggled-inactive.xpm (+32/-25)
themes/default/stick-toggled-prelight.svg (+212/-202)
themes/default/stick-toggled-prelight.xpm (+32/-25)
themes/default/stick-toggled-pressed.svg (+212/-202)
themes/default/stick-toggled-pressed.xpm (+33/-26)
themes/default/themerc (+16/-12)
themes/default/title-1-active.svg (+138/-165)
themes/default/title-1-active.xpm (+32/-25)
themes/default/title-1-inactive.svg (+138/-165)
themes/default/title-1-inactive.xpm (+32/-25)
themes/default/title-2-active.svg (+138/-165)
themes/default/title-2-active.xpm (+32/-25)
themes/default/title-2-inactive.svg (+138/-165)
themes/default/title-2-inactive.xpm (+32/-25)
themes/default/title-3-active.svg (+138/-165)
themes/default/title-3-active.xpm (+32/-25)
themes/default/title-3-inactive.svg (+138/-165)
themes/default/title-3-inactive.xpm (+32/-25)
themes/default/title-4-active.svg (+167/-165)
themes/default/title-4-active.xpm (+32/-25)
themes/default/title-4-inactive.svg (+138/-165)
themes/default/title-4-inactive.xpm (+32/-25)
themes/default/title-5-active.svg (+167/-165)
themes/default/title-5-active.xpm (+32/-25)
themes/default/title-5-inactive.svg (+138/-165)
themes/default/title-5-inactive.xpm (+32/-25)
themes/default/top-left-active.svg (+135/-159)
themes/default/top-left-active.xpm (+32/-25)
themes/default/top-left-inactive.svg (+135/-159)
themes/default/top-left-inactive.xpm (+32/-25)
themes/default/top-right-active.svg (+167/-159)
themes/default/top-right-active.xpm (+32/-25)
themes/default/top-right-inactive.svg (+135/-159)
themes/default/top-right-inactive.xpm (+32/-25)
themes/kokodi/Makefile.am (+1/-1)
themes/kokodi/Makefile.in (+1/-1)
To merge this branch: bzr merge lp://staging/~noskcaj/ubuntu/vivid/xfwm4/4.11.3
Reviewer Review Type Date Requested Status
Sean Davis (community) xubuntu technical lead Approve
Ubuntu branches Pending
Review via email: mp+249761@code.staging.launchpad.net

Description of the change

New upstream release. Many fixes

To post a comment you must log in.
Revision history for this message
Sean Davis (bluesabre) wrote :

Good job, uploaded to vivid and merged the branch.

review: Approve (xubuntu technical lead)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: