summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-19DecorationsShape: make more C++ friendlyMarco Trevisan (Treviño)
(bzr r4067.8.1)
2016-02-01fixed edge cases of shaped windowsEleni Maria Stea
(bzr r4067.7.10)
2016-02-01the window should be redrawn in next event loop: fixes artifacts with theEleni Maria Stea
inactive shadow color which is partially updated in some cases (bzr r4067.7.9)
2016-02-01used larger textures because CairoGraphics::BlurSurface uses exponential Eleni Maria Stea
blur with infinite area and so the shadow textures don't fit the windows (bzr r4067.7.8)
2016-01-28added comment with copyright/license etcEleni Maria Stea
(bzr r4067.7.7)
2016-01-27fixed bug: shape pixmap should be member of the window (if it's inEleni Maria Stea
the manager it's global) (bzr r4067.7.6)
2016-01-27fixes indentationEleni Maria Stea
(bzr r4067.7.5)
2016-01-27working shadowsEleni Maria Stea
(bzr r4067.7.4)
2016-01-26black quad - texture still missingEleni Maria Stea
(bzr r4067.7.3)
2016-01-26changed window drawing order (shadows should be rendered before the windows)Eleni Maria Stea
(bzr r4067.7.2)
2016-01-26shadows on existing pixmaps:Eleni Maria Stea
we extract the window shape and rectangles and apply them to the existing textures. problem: although the shadows are calculated correctly, (cairo_surface_write_to_png saves the right shape) they don't appear on the screen as they should when we apply the shadow texture on the shadow quad. (bzr r4067.7.1)
2015-12-18Releasing 7.4.0+16.04.20151218-0ubuntu17.4.0+16.04.20151218-0ubuntu1CI Train Bot
(bzr r4067)
2015-12-18PanelMenuView: ensure that the maximized window is computed when setting the ↵Marco Trevisan (Treviño)
monitor Fixes: #1526835 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4066)
2015-12-18CompizShortcutModeller: show menus keybinding can be read from settingsMarco Trevisan (Treviño)
Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4065)
2015-12-18TextInput: reduce opacity to warning if only num_lock is enabledMarco Trevisan (Treviño)
Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4064)
2015-12-18SwitcherModel: don't reiterate over windows all the time, keep a list and ↵Marco Trevisan (Treviño)
update it Windows are computed just once, unless the window count for the selected icon changes. DetailXids is now returning something only if detail is enabled. When the active app windows changed, we can update the detail xids. Fixes: #1526434 Approved by: Andrea Azzarone (bzr r4063)
2015-12-18LayoutSystem: add ComputeDecorationHeight method to LayoutWindowMarco Trevisan (Treviño)
Use this only for SwitcherView, while we don't need this trick when using these windows for generating the spread grid. Fixes: #1526386 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4062)
2015-12-18a11y: move accessibility stuff to its own directory, adding a private lib ↵Marco Trevisan (Treviño)
for building Approved by: Andrea Azzarone (bzr r4061)
2015-12-18a11y: don't spam the log with warnings when a quicklist is openedMarco Trevisan (Treviño)
React silently when trying to get accessible elements from null views. Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4060)
2015-12-18GnomeKeyGrabber: refcount the actions and remove them only when nobody needsMarco Trevisan (Treviño)
There might be multiple customers for an action (i.e. a menu entry and a dbus customer) so we can't remove them in this case without ref-counting. Fixes: #1525308 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4059)
2015-12-18Unity: compile a byte regex in order to get proper matching with byte ↵Marco Trevisan (Treviño)
cmdline Fixes: #1526455 Approved by: PS Jenkins bot, Barry Warsaw, Sebastien Bacher (bzr r4058)
2015-12-18ShortcutHint: Add key shortcut hints for Screenshot and Window ScreenshotEvan McIntire
Key bindings are dynamically taken from gnome settings. Fixes: #1050195 Approved by: Marco Trevisan (Treviño) (bzr r4057)
2015-12-18Display "image-missing" icon in the panel if for some reason a icon can not ↵Michael Vogt
be loaded. Fixes: #1525186 Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4056)
2015-12-18resources: optimize png images Fixes: #1023745Aneesh Madhavan
Approved by: Didier Roche, Marco Trevisan (Treviño) (bzr r4055)
2015-12-18unity.cmake: correctly compare strings with stringsMarco Trevisan (Treviño)
(bzr r4054.1.2)
2015-12-17ShortcutHint: Add key shortcut hints for Screenshot and Window ScreenshotEvan McIntire
Key bindings are dynamically taken from gnome settings. (bzr r4036.9.4)
2015-12-17a11y: move accessibility stuff to its own directory, adding a private lib ↵Marco Trevisan (Treviño)
for building (bzr r4054.2.4)
2015-12-17Various style fixes, fix leaksEvan McIntire
(bzr r4036.9.3)
2015-12-16Add key shortcut hints for Screenshot and Window ScreenshotEvan McIntire
Revert changes to po files (bzr r4036.9.2)
2015-12-16PanelMenuView: ensure that the maximized window is computed when setting the ↵Marco Trevisan (Treviño)
monitor Fixes LP: #1526835 (bzr r4054.7.1)
2015-12-16TestLayoutWindow: fix tests to support ComputeDecorationHeightMarco Trevisan (Treviño)
(bzr r4054.3.3)
2015-12-16CompizShortcutModeller: show menus keybinding can be read from settingsMarco Trevisan (Treviño)
(bzr r4054.6.1)
2015-12-16TextInput: reduce opacity to warning if only num_lock is enabledMarco Trevisan (Treviño)
(bzr r4054.5.1)
2015-12-16Add harcoded shortcut hints for Screenshot and Screenshot windowEvan McIntire
(bzr r4036.9.1)
2015-12-16TestSwitcherModel: add test to verify DetailXids and SelectionWindowsMarco Trevisan (Treviño)
Fix failing test due to DetailXids change (bzr r4054.4.3)
2015-12-16SwitcherModel: don't reiterate over windows all the time, keep a list and ↵Marco Trevisan (Treviño)
update it Windows are computed just once, unless the window count for the selected icon changes. DetailXids is now returning something if detail is enabled (bzr r4054.4.2)
2015-12-15Unity: compile a byte regex in order to get proper matching with byte cmdlineMarco Trevisan (Treviño)
Fixes LP: #1526455 (bzr r4054.1.1)
2015-12-15SwitcherModel: update detail_selection_index if windows changed on selected iconMarco Trevisan (Treviño)
Fixes LP: #1526434 (bzr r4054.4.1)
2015-12-15SwitcherView: compute the decoration height for layout windowMarco Trevisan (Treviño)
(bzr r4054.3.2)
2015-12-15LayoutSystem: add ComputeDecorationHeight method to LayoutWindowMarco Trevisan (Treviño)
So that it can be used on request. Fixes LP: #1526386 (bzr r4054.3.1)
2015-12-15a11y: remove unneeded dynamic castsMarco Trevisan (Treviño)
(bzr r4054.2.3)
2015-12-15QuicklistMenuAccessible: try to get accessible child from valid children onlyMarco Trevisan (Treviño)
(bzr r4054.2.2)
2015-12-15NuxAreaAccessible: don't try to get accessible data from null viewsMarco Trevisan (Treviño)
(bzr r4054.2.1)
2015-12-15releasing package unity version 7.4.0+16.04.20151211-0ubuntu27.4.0+16.04.20151211-0ubuntu2Didier Roche
(bzr r4054)
2015-12-13GnomeKeyGrabber: refcount the actions and remove them only when nobody needsMarco Trevisan (Treviño)
There might be multiple customers for an action (i.e. a menu entry and a dbus customer) so we can't remove them in this case without ref-counting. Fixes LP: #1525308 (bzr r4036.10.1)
2015-12-11address another review comments (thanks to Trevino!)Michael Vogt
(bzr r4036.8.4)
2015-12-11address review comments (thanks to Trevino!)Michael Vogt
(bzr r4036.8.3)
2015-12-11Make fallback to "image-missing" more genericMichael Vogt
Always provide a "image-missing" fallback if icon loading of any kind failed for any reason. Still log failure from gdk_pixbuf_new_from_file_at_size() failures. (bzr r4036.8.2)
2015-12-11If a icon can not be loaded, fallback to "image-missing" and logMichael Vogt
When a icon can not be loaded the panel currently shows no icon at all. This is undesirable for icons with no text (like the sound indicator or the session indicator). Instead provide the "image-missing" fallback if icon loading failed. (bzr r4036.8.1)
2015-12-11Releasing 7.4.0+16.04.20151211-0ubuntu17.4.0+16.04.20151211-0ubuntu1CI Train Bot
(bzr r4053)