summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-27DecorationsWindowButton: use scaled Window Button textures, enjoy the visual ...Marco Trevisan (Treviño)
2014-02-27DecorationsWidgets, TexturedItem: removing the auto-scaling supportMarco Trevisan (Treviño)
2014-02-27DecorationStyle: Support loading SVG files as well as window buttonsMarco Trevisan (Treviño)
2014-02-27DecorationsDataPool: use gdk pixbuf + cairo to load the window buttons, and s...Marco Trevisan (Treviño)
2014-02-27PanelMenuView: fix a regression that caused the panel title not to redraw on ...Marco Trevisan (Treviño)
2014-02-27UScreen: use better API, const methods and remove useless includesMarco Trevisan (Treviño)
2014-02-27PanelController: use proper Impl, remove unneeded non-private methodsMarco Trevisan (Treviño)
2014-02-27EMConverter: add return value on Set{FontSize, SetDPI} callsMarco Trevisan (Treviño)
2014-02-27DecorationsWidgets: use double for scale propertyMarco Trevisan (Treviño)
2014-02-27TextureCache: use proper hash function, and use numeric ID in our mapMarco Trevisan (Treviño)
2014-02-27IconRenderer: add support for local textures, depending on Icon sizeMarco Trevisan (Treviño)
2014-02-27TextureCache: use size values in default textures loaderMarco Trevisan (Treviño)
2014-02-27IconRenderer: correctly scale up the Icon progress barMarco Trevisan (Treviño)
2014-02-27AbstractIconRenderer: add scale value to IconRendererMarco Trevisan (Treviño)
2014-02-27PanelIndicatorEntryView: handle scalable icons differently to get the best qu...Marco Trevisan (Treviño)
2014-02-27UnityScreen: cache some functions resultsMarco Trevisan (Treviño)
2014-02-27GTKWrapper: use typedef instead of inheritage for new Gtk versionsMarco Trevisan (Treviño)
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-26TestDecorationLayout: fix compilation issue due to RawPixelMarco Trevisan (Treviño)
2014-02-26TestLauncher: initialize UnitySettings before other stuffMarco Trevisan (Treviño)
2014-02-26UnitySettings: avoid unneeded gvariant calls when updating DPIMarco Trevisan (Treviño)
2014-02-26UnitySettings: don't leak memory when getting the scale factorMarco Trevisan (Treviño)
2014-02-26DecorationsWidgets: use RawPixel for paddingMarco Trevisan (Treviño)
2014-02-26RawPixel: always return rounded integers when convertingMarco Trevisan (Treviño)
2014-02-26QuicklistMenuItemSeparator: use RawPixelMarco Trevisan (Treviño)
2014-02-26RawPixel: use double's and add CP for converting based on a scale valueMarco Trevisan (Treviño)
2014-02-26Launcher: AbstractLauncherIcon::icon_size should not be scaled, as it wil be ...Marco Trevisan (Treviño)
2014-02-25DashView: correctly set the the proper monitor offsets to match monitor DPIMarco Trevisan (Treviño)
2014-02-25UnityWindow: scale the glow size as well to match DPIMarco 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-25DecorationsWidgets: use proper rounding when scaling paddingsMarco 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)
2014-02-25QuicklistMenuItem: add support to scale factor when generating items texturesMarco Trevisan (Treviño)
2014-02-25Tooltip: set text scale to match monitorMarco Trevisan (Treviño)
2014-02-25StaticCairoText: add scale parameter, if set we draw using appropriate cairo ...Marco Trevisan (Treviño)
2014-02-25Unity: use cairo InternalContext when possibleMarco Trevisan (Treviño)
2014-02-25PanelMenuView: use cairo surface scale when painting the Panel TitleMarco Trevisan (Treviño)
2014-02-25PanelView: don't use fixed refine_texture height, we can safely resize it to ...Marco Trevisan (Treviño)