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