| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-31 | Merging with lp:~3v1n0/unity/cmake-libs-prefixes | Marco Trevisan (Treviño) | |
| (bzr r4153.9.32) | |||
| 2016-08-31 | CMake: use UNITY_LIBDIR in a more shared way | Marco Trevisan (Treviño) | |
| (bzr r4177.4.1) | |||
| 2016-08-30 | SigcSlotHash: ensure it works with GCC-6 | Marco Trevisan (Treviño) | |
| (bzr r3788.9.20) | |||
| 2016-08-30 | MenuManager: update active tracker on removal | Marco Trevisan (Treviño) | |
| (bzr r3788.9.19) | |||
| 2016-08-30 | MenuManager: call active tracker after a timeout if mouse didn't move | Marco Trevisan (Treviño) | |
| (bzr r3788.9.18) | |||
| 2016-08-29 | MenuManager: ensure active position tracker is set to the right on on late ↵ | Marco Trevisan (Treviño) | |
| registration (bzr r3788.9.13) | |||
| 2016-08-29 | MenuManager: add support for mouse trackers with triangle algorithm support | Marco Trevisan (Treviño) | |
| These allows to register pointer trackers with menu entries selection by using the triangle technique which prevents menus items from being opened on quick menu scrubbing (bzr r3788.9.12) | |||
| 2016-08-26 | InputMonitor: move the sigc::slot hash functions to a shared header, and ↵ | Marco Trevisan (Treviño) | |
| make them top-type independent (bzr r3788.9.11) | |||
| 2016-08-26 | InputMonitor: add a getter for registered events too | Marco Trevisan (Treviño) | |
| (bzr r3788.9.10) | |||
| 2016-08-24 | WindowButtons: don't restore before partially maximize, do it only if needed | Marco Trevisan (Treviño) | |
| (bzr r4177.3.2) | |||
| 2016-08-23 | WindowButton: properly partially unmaximize a window when middle/left ↵ | Marco Trevisan (Treviño) | |
| clicking in the restore button Fixes LP: #1616136 (bzr r4177.3.1) | |||
| 2016-08-22 | InputMonitor: remove unneded (until we don't add another implementation) ↵ | Marco Trevisan (Treviño) | |
| virtual dtor (bzr r3788.6.19) | |||
| 2016-08-19 | Use compiz::Window::serverNext instead of compiz::Window::next in ↵ | Andrea Azzarone | |
| IsWindowObscured as the latter can be outdated just after scale/spread terminates. (LP: #1614116) Approved by: Marco Trevisan (Treviño) (bzr r4178) | |||
| 2016-08-17 | InputMonitor: add some debugging bits | Marco Trevisan (Treviño) | |
| (bzr r3788.6.18) | |||
| 2016-08-17 | Use compiz::Window::serverNext instead of compiz::Window::next in ↵ | Andrea Azzarone | |
| IsWindowObscured as the latter can be outdated just after scale/spread terminates. Fixes LP: #1614116 (bzr r4168.3.1) | |||
| 2016-08-17 | SpreadWidgets: add container for spread filter and new spread decorations | Marco Trevisan (Treviño) | |
| Now when windows are spread, launcher and panel aren't "naked" anymore (LP: #1283314) (bzr r4175) | |||
| 2016-08-17 | DecorationStyle: set css name for Gtk 3.20 | Marco Trevisan (Treviño) | |
| Approved by: Andrea Azzarone (bzr r4174) | |||
| 2016-08-17 | OverlayRenderer: don't use rotated textures, just rotate them at rendering time | Marco Trevisan (Treviño) | |
| So removing duplicated data, since we can do this at code level Approved by: Andrea Azzarone, Eleni Maria Stea (bzr r4173) | |||
| 2016-08-17 | OverlayRenderer: properly decorate launcher/panel when the launcher is at ↵ | Marco Trevisan (Treviño) | |
| the bottom (LP: #1611694) Approved by: Eleni Maria Stea (bzr r4171) | |||
| 2016-08-17 | Merging with trunk | Marco Trevisan (Treviño) | |
| (bzr r3788.6.17) | |||
| 2016-08-12 | Add a function to check whether we're connected so the test can wait and ↵ | Ted Gould | |
| ensure we are before running (bzr r4153.9.26) | |||
| 2016-08-12 | SpreadWidgets: don't be evil as gtk, scale is a double! | Marco Trevisan (Treviño) | |
| (bzr r4163.7.8) | |||
| 2016-08-12 | SpreadWidgets: update decorations on monitor changes | Marco Trevisan (Treviño) | |
| (bzr r4163.7.7) | |||
| 2016-08-12 | SpreadWidgets: only add top and bottom edges decorations when launcher is in ↵ | Marco Trevisan (Treviño) | |
| the bottom (bzr r4163.7.5) | |||
| 2016-08-12 | SpreadWidgets: add container for spread filter and new spread decorations | Marco Trevisan (Treviño) | |
| Now when windows are spread, launcher and panel aren't "naked" anymore Fixes LP: #1283314 (bzr r4163.7.4) | |||
| 2016-08-12 | DecorationStyle: set css name for Gtk 3.20 | Marco Trevisan (Treviño) | |
| (bzr r4168.1.1) | |||
| 2016-08-11 | Merging with lp:~3v1n0/unity/bottom-launcher-overlay-decorations | Marco Trevisan (Treviño) | |
| (bzr r4163.7.3) | |||
| 2016-08-11 | OverlayRenderer: remove offset on horizontal texture, it only causes ↵ | Marco Trevisan (Treviño) | |
| troubles now (bzr r4163.5.6) | |||
| 2016-08-11 | OverlayRenderer: use absolute geo to get the monitor and don't use monitor ↵ | Marco Trevisan (Treviño) | |
| x,y values They're implicit on draw transformations (bzr r4163.5.5) | |||
| 2016-08-10 | OverlayRenderer: remove offset on horizontal texture, it only causes ↵ | Marco Trevisan (Treviño) | |
| troubles now (bzr r4163.7.2) | |||
| 2016-08-10 | OverlayRenderer: don't use rotated textures, just rotate them at rendering time | Marco Trevisan (Treviño) | |
| So removing duplicated data, since we can do this at code level (bzr r4163.7.1) | |||
| 2016-08-10 | OverlayRenderer: reduce some duplicated math | Marco Trevisan (Treviño) | |
| (bzr r4163.5.4) | |||
| 2016-08-10 | OverlayRenderer: decorate the bottom launcher when the hud is shown | Marco Trevisan (Treviño) | |
| (bzr r4163.5.3) | |||
| 2016-08-09 | OverlayRenderer: draw a top edge when using the Bottom launcher | Marco Trevisan (Treviño) | |
| (bzr r4163.5.2) | |||
| 2016-08-09 | DashStyle: add overlay top left tile | Marco Trevisan (Treviño) | |
| (bzr r4163.5.1) | |||
| 2016-08-06 | UnityWindowView: don't try to deference close_button_ if its' null | Marco Trevisan (Treviño) | |
| It could happen when manually triggering a signal Approved by: Andrea Azzarone (bzr r4165) | |||
| 2016-08-01 | Merge trunk | Ted Gould | |
| (bzr r4153.9.22) | |||
| 2016-08-01 | CompizUtils: add add flag to decoration utils for shaped windows | Marco Trevisan (Treviño) | |
| (bzr r4163.1.2) | |||
| 2016-08-01 | UnityWindowView: don't try to deference close_button_ if its' null | Marco Trevisan (Treviño) | |
| It could happen when manually triggering a signal (bzr r4163.2.1) | |||
| 2016-07-27 | DecoratedWindow: Cleanup shadows for shaped windows, reduce recomputation | Marco Trevisan (Treviño) | |
| Approved by: Andrea Azzarone (bzr r4162) | |||
| 2016-07-27 | DecoratedWindow: Added shadows for shaped windows | Eleni Maria Stea | |
| Approved by: Marco Trevisan (Treviño), PS Jenkins bot (bzr r4161) | |||
| 2016-07-27 | Properly destroy close_button_ to properly disconnect lambda. (LP: #1605010) | Andrea Azzarone | |
| Approved by: Marco Trevisan (Treviño) (bzr r4156) | |||
| 2016-07-27 | [LockSceen] Remove numlock warning. (LP: #1526322) | Andrea Azzarone | |
| Approved by: Marco Trevisan (Treviño) (bzr r4154) | |||
| 2016-07-26 | Check to see if the proxy is connected before sending a message to it | Ted Gould | |
| (bzr r4153.9.21) | |||
| 2016-07-25 | Merging with trunk | Marco Trevisan (Treviño) | |
| (bzr r4067.8.3) | |||
| 2016-07-22 | low gfx optimisation: don't calculate blur rectangles when we have no blur | Eleni Maria Stea | |
| (bzr r4151.1.3) | |||
| 2016-07-21 | Properly destroy close_button_ to properly disconnect lambda. | Andrea Azzarone | |
| Fixes LP: #1605010 (bzr r4153.2.1) | |||
| 2016-07-20 | Setup a test for the systemd wrapper | Ted Gould | |
| (bzr r4153.9.8) | |||
| 2016-07-20 | Add systemd events to the lock screen | Ted Gould | |
| (bzr r4153.9.5) | |||
| 2016-07-14 | Remove numlock warning. | Andrea Azzarone | |
| Fixes LP: #1526322 (bzr r4146.4.1) | |||
