| Age | Commit message (Expand) | Author |
| 2014-03-28 | IconRenderer: scale textures when loading them based on the current launcher ... | Marco Trevisan (Treviño) |
| 2014-03-26 | SwitcherController: initialize the icon renderer on construction | Marco Trevisan (Treviño) |
| 2014-03-25 | SwitcherController: cache the IconRenderer instead of rebuilding one everytim... | Marco Trevisan (Treviño) |
| 2014-03-25 | QuicklistView: fix paddings | Marco Trevisan (Treviño) |
| 2014-03-25 | QuicklistView: consider the QL monitor geometry when defining its position | Marco Trevisan (Treviño) |
| 2014-03-25 | QuicklistView: remove the unneeded members, use globals for const values | Marco Trevisan (Treviño) |
| 2014-03-25 | QuicklistView: use the decoration shadow radius for computing padding | Marco Trevisan (Treviño) |
| 2014-03-25 | Tooltip: use the decoration shadow radius for computing padding | Marco Trevisan (Treviño) |
| 2014-03-22 | Merging with trunk | Marco Trevisan (Treviño) |
| 2014-03-21 | Merging with trunk | Marco Trevisan (Treviño) |
| 2014-03-20 | Unity: Don't use "gtk-xft-dpi" setting for text-scaling, but our own value | Marco Trevisan (Treviño) |
| 2014-03-19 | * Cache the x11 display | Brandon Schaefer |
| 2014-03-19 | * Move both key_code conversions to the HandleKeyEvent function | Brandon Schaefer |
| 2014-03-19 | * Go back to using KeyCode for the Super + <NUM> shortcut. | Brandon Schaefer |
| 2014-03-17 | Add in a CCSM option to enable the click-launcher-icon-to-minimize-window beh... | Chris Townsend |
| 2014-03-17 | Add ability to minimize a single window application when clicking on the Laun... | Tigran Gabrielyan |
| 2014-03-13 | Clear the tooltips when going into the lockscreen. Fixes: 1291503 | Brandon Schaefer |
| 2014-03-13 | * Clear tooltips when going into lockscreen | Brandon Schaefer |
| 2014-03-12 | Present a textual description of the state of applications to screen reader u... | Luke Yelavich |
| 2014-03-12 | Decorations and Menus: a bunch of various fixes... Fixes: 1283156, 1283238, 1... | Marco Trevisan (Treviño) |
| 2014-03-12 | Fix the inconsistent z ordering of windows when using the mouse to scroll the... | Chris Townsend |
| 2014-03-12 | SwitcherView: update the LayoutWindow scale value to match current progress | Marco Trevisan (Treviño) |
| 2014-03-12 | Fix where the new setting was not read and set upon Unity starting. | Chris Townsend |
| 2014-03-11 | Present a textual description of the state of applications to screen reader u... | Luke Yelavich |
| 2014-03-07 | Add option to allow users to restore the scroll over inactive Launcher icon t... | Chris Townsend |
| 2014-03-06 | Remove unneeded variable. | Chris Townsend |
| 2014-03-06 | Fix the inconsistent z ordering of windows when using the mouse to scroll the... | asmoore82 |
| 2014-03-04 | SwitcherController: return a const& in ExternalRenderTargets | Marco Trevisan (Treviño) |
| 2014-03-03 | SwitcherController: use ROProperty to enable and manage detail | Marco Trevisan (Treviño) |
| 2014-03-03 | Panel, Decorations, Launcher, Quicklist, Tooltip: correctly scale items based... | Marco Trevisan (Treviño) |
| 2014-02-27 | UScreen: use better API, const methods and remove useless includes | Marco Trevisan (Treviño) |
| 2014-02-27 | AbstractIconRenderer: add scale value to IconRenderer | Marco Trevisan (Treviño) |
| 2014-02-26 | Use the current Launcher instead of the first launcher when determing when to... | Chris Townsend |
| 2014-02-26 | QuicklistMenuItem: make sure we initialze the text when chaning the scale | Marco Trevisan (Treviño) |
| 2014-02-26 | Tooltip: use the decoration::Style shadow color | Marco Trevisan (Treviño) |
| 2014-02-26 | Tooltip: use nux::Color for drawing the texture | Marco Trevisan (Treviño) |
| 2014-02-26 | Tooltip: correctly scale the cairo texture, instead of just making things bigger | Marco Trevisan (Treviño) |
| 2014-02-26 | QuicklistView: some cleanup | Marco Trevisan (Treviño) |
| 2014-02-26 | QuicklistView: use decoration::Style for getting themed shadow color and radius | Marco Trevisan (Treviño) |
| 2014-02-26 | QuicklistView: use nux::Color to draw the texture | Marco Trevisan (Treviño) |
| 2014-02-26 | QuicklistView: use proper cairo scaling to draw the QL texture | Marco Trevisan (Treviño) |
| 2014-02-26 | QuicklistMenuItem: initialze scale value to 1.0f | Marco Trevisan (Treviño) |
| 2014-02-26 | QuicklistMenuItemSeparator: use RawPixel | Marco Trevisan (Treviño) |
| 2014-02-26 | Launcher: AbstractLauncherIcon::icon_size should not be scaled, as it wil be ... | Marco Trevisan (Treviño) |
| 2014-02-25 | Launcher: update icon size on DPI or monitor changes (as they might have diff... | Marco Trevisan (Treviño) |
| 2014-02-25 | LauncherController: don't care about launcher DPI settings | Marco Trevisan (Treviño) |
| 2014-02-25 | LauncherIcon: delete quicklist and tooltip once they're not visible anymore | Marco Trevisan (Treviño) |
| 2014-02-25 | LauncherIcon: load a new quicklist everytime... There's no need to reuse prev... | Marco Trevisan (Treviño) |
| 2014-02-25 | QuicklistMenuItem: make sure we set the text extents that matches the current... | Marco Trevisan (Treviño) |
| 2014-02-25 | QuicklistView: set scale factor when adding a new menu item | Marco Trevisan (Treviño) |