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