summaryrefslogtreecommitdiff
path: root/unity-shared
AgeCommit message (Expand)Author
2014-04-08Uscreen: emit suspending signal on PrepareForSleepMarco Trevisan (Treviño)
2014-04-02SpreadFilter: use launcher width, scale on HiDPI, match also application namesMarco Trevisan (Treviño)
2014-04-02PanelMenuView: use panel style context for painting the panel title Fixes: 12...Marco Trevisan (Treviño)
2014-04-02Panel, Decorations: draw the background under the text glyphs before the text...Marco Trevisan (Treviño)
2014-04-01SpreadFilter: use casefold instead that tolower as it's meant for equalty che...Marco Trevisan (Treviño)
2014-04-01SpreadFilter: implement our own to_lower_copy that works with utf8Marco Trevisan (Treviño)
2014-04-01SpreadFilter: compute a list of filtered windows using both window and applic...Marco Trevisan (Treviño)
2014-04-01SpreadFilter: take in consideration the launcher width when setting the sprea...Marco Trevisan (Treviño)
2014-04-01SpreadFilter :Scale the internal searchbar to match DPI settingsMarco Trevisan (Treviño)
2014-04-01SearchBar: fix crash when trying to update the show filter scale in a filterl...Marco Trevisan (Treviño)
2014-03-31PanelStyle: return a Style context with different widget path in GetStyleCont...Marco Trevisan (Treviño)
2014-03-31DecorationStyle: allow to use a different style context in DrawTitleMarco Trevisan (Treviño)
2014-03-31UnitySettings: never allow values minor or equal to 0 as UI scaleMarco Trevisan (Treviño)
2014-03-31DecorationStyle: draw text glyphs background on menu itemsMarco Trevisan (Treviño)
2014-03-31DecorationStyle: add support for drawing the text background under the glyphsMarco Trevisan (Treviño)
2014-03-29CompizUtils: only shadow-decorate alpha windows that have full decorations as...Marco Trevisan (Treviño)
2014-03-27IconRenderer: Use multiple sizes for arrows (using SVGs now)Marco Trevisan (Treviño)
2014-03-27TextureCache: use better loading size logicMarco Trevisan (Treviño)
2014-03-26IconRenderer: use better naming for content sizes, it's about tilesMarco Trevisan (Treviño)
2014-03-26IconRenderer: save default icon sizes as integersMarco Trevisan (Treviño)
2014-03-26IconRenderer: load properly scaled pips and arrowsMarco Trevisan (Treviño)
2014-03-26IconRenderer: invalidate and reload cached textures on theme changesMarco Trevisan (Treviño)
2014-03-25IconRenderer: make launcher textures themableMarco Trevisan (Treviño)
2014-03-25IconRenderer: use SVGs textures for rendering iconsMarco Trevisan (Treviño)
2014-03-22Merging with trunkMarco Trevisan (Treviño)
2014-03-22Merge with trunkMarco Trevisan (Treviño)
2014-03-21UnitySettings: avoid double form_factor signal emissionMarco Trevisan (Treviño)
2014-03-21UnitySettings: initialize everything inside ImplMarco Trevisan (Treviño)
2014-03-21DashStyle: connect to signals using sigc::mem_fun inside the impl, so we avoi...Marco Trevisan (Treviño)
2014-03-21IconLoader: use our text-scaling factor also when computing icon sizeMarco Trevisan (Treviño)
2014-03-21UnitySettings: Add unity "cursor-scale-factor" interface setting to customize...Marco Trevisan (Treviño)
2014-03-21UnitySettings: don't depend on decoration::Style for text size anymore, get i...Marco Trevisan (Treviño)
2014-03-21UnitySettings: some cleanups, fix regression on LIM key not being monitored a...Marco Trevisan (Treviño)
2014-03-21UnitySettings: also scale the cursor size to match current scalingMarco Trevisan (Treviño)
2014-03-21UnitySettings: monitor the gnome 'text-scaling-factor' changes and applies th...Marco Trevisan (Treviño)
2014-03-20UnityShell: add FontSettings backMarco Trevisan (Treviño)
2014-03-20UnitySettings: move unity UI settings to com.canonical.Unity.InterfaceMarco Trevisan (Treviño)
2014-03-20UnitySettings: add "app-scale-factor-monitor" setting that we use to define t...Marco 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-20UnitySettings: add scale-factor property, and multiply it to gnome scale factorMarco Trevisan (Treviño)
2014-03-20FontSettings: remove useless codeMarco Trevisan (Treviño)
2014-03-20Merging with lp:~3v1n0/unity/dash-hidpi-cleanupMarco Trevisan (Treviño)
2014-03-20Dash: use nux::Property for scaleMarco Trevisan (Treviño)
2014-03-20ResultRendererTile: use cairo device scaling for scaling elementsMarco Trevisan (Treviño)
2014-03-20UnitySettings: apply the unity scaling factor to global system settingsMarco Trevisan (Treviño)
2014-03-20DecorationStyle: allow to make pango layout to guess its sizeMarco Trevisan (Treviño)
2014-03-19Change the signal for Suspend from UPower (which is unreliable) to logind.Chris Townsend
2014-03-12Decorations and Menus: a bunch of various fixes... Fixes: 1283156, 1283238, 1...Marco Trevisan (Treviño)
2014-03-12UnityScreen: use switcher's LayoutSystem to compute the scaled windows geomet...Marco Trevisan (Treviño)
2014-03-12Improves Dash HiDPI Support Fixes: 1290936Brandon Schaefer