| Age | Commit message (Expand) | Author |
| 2013-03-07 | StandaloneShortcuts: fix linking | Marco Trevisan (Treviño) |
| 2013-03-07 | Merging with trunk | Marco Trevisan (Treviño) |
| 2013-02-20 | size_t index is always unsigned, so the check if it is >= 0 | MC Return |
| 2013-02-18 | UnityWindowView: add a ROProperty to handle the background | Marco Trevisan (Treviño) |
| 2013-02-18 | ShortcutView: remove some padding, since now is computed into the UnityWindow... | Marco Trevisan (Treviño) |
| 2013-02-13 | UnityWindowView: pass the internal clip as const& | Marco Trevisan (Treviño) |
| 2013-01-29 | Changed all references to unmaximize_window_key to unmaximize_or_minimize_win... | MC Return |
| 2013-01-23 | ShortcutController: some cleanup | Marco Trevisan (Treviño) |
| 2013-01-23 | ShortcutController: compute window content size when computing its offset | Marco Trevisan (Treviño) |
| 2013-01-23 | StandaloneShortcuts: update to new API, add timeout to switch model | Marco Trevisan (Treviño) |
| 2013-01-23 | ShortcutController: better handle model changes, use window matching layout size | Marco Trevisan (Treviño) |
| 2013-01-23 | ShortcutView: compute content size on columns rendering | Marco Trevisan (Treviño) |
| 2013-01-23 | AbstractShortcutModeller: make it trackable | Marco Trevisan (Treviño) |
| 2013-01-23 | CompizShortcutModeller: listen to WM changes, and update model accordingly | Marco Trevisan (Treviño) |
| 2013-01-23 | CompizShortcutModeller: remove duplicated signal definition | Marco Trevisan (Treviño) |
| 2013-01-23 | ShortcutView: simplify GetBackgroundGeometry | Marco Trevisan (Treviño) |
| 2013-01-22 | ShortcutController: some cleanup | Marco Trevisan (Treviño) |
| 2013-01-22 | StandaloneController: implement an abstract modeller | Marco Trevisan (Treviño) |
| 2013-01-22 | ShortcutController: use an abstract modeller to build the UI | Marco Trevisan (Treviño) |
| 2013-01-22 | CompizShortcutModeller: implement a basic compiz shortcut Modeller | Marco Trevisan (Treviño) |
| 2013-01-22 | AbstractShortcutModeller: added an abstract shortcut modeller | Marco Trevisan (Treviño) |
| 2013-01-22 | StandaloneShortcuts: update to use new shortcut::Controller | Marco Trevisan (Treviño) |
| 2013-01-22 | ShortcutView: avoid crashes on null model | Marco Trevisan (Treviño) |
| 2013-01-22 | ShortcutController: pass model on construction | Marco Trevisan (Treviño) |
| 2013-01-21 | TestShortcutView: added tests for the shortcut::View class | Marco Trevisan (Treviño) |
| 2013-01-21 | ShortcutView: remove unneeded definitions | Marco Trevisan (Treviño) |
| 2013-01-21 | StandaloneShortcuts: override GetGeometryPerMonitor to make view monitor inde... | Marco Trevisan (Treviño) |
| 2013-01-21 | ShortcutView: remove the positioning bits from view | Marco Trevisan (Treviño) |
| 2013-01-21 | ShortcutController: compute the view position on screen | Marco Trevisan (Treviño) |
| 2013-01-21 | ShortcutView: updating copyright | Marco Trevisan (Treviño) |
| 2013-01-21 | unityshell: fix option name | Marco Trevisan (Treviño) |
| 2013-01-19 | ShortcutView: disconnect from hint signal, when a section view is destroyed | Marco Trevisan (Treviño) |
| 2013-01-19 | ShortcutView: put the dynamic hints view, relayout on hints changes | Marco Trevisan (Treviño) |
| 2013-01-19 | ShortcutView: don't show line separator after the last category (ever!) | Marco Trevisan (Treviño) |
| 2013-01-19 | ShortcutView: just use layouts instead of views | Marco Trevisan (Treviño) |
| 2013-01-19 | ShortcutView: dynamically adds new columns correctly | Marco Trevisan (Treviño) |
| 2013-01-19 | AbstractShortcutHint: rename OptionTypes removing sufix | Marco Trevisan (Treviño) |
| 2013-01-19 | TestShortcutModel: update against new Model | Marco Trevisan (Treviño) |
| 2013-01-19 | Shortcuts: various cleanups | Marco Trevisan (Treviño) |
| 2013-01-19 | ShortcutView: make column rendering more dynamic, relayout on changed settings | Marco Trevisan (Treviño) |
| 2013-01-19 | ShortcutModel: add categories_per_column property, use const getters | Marco Trevisan (Treviño) |
| 2012-12-19 | Remove use of deprecated link_libraries command. | Jussi Pakkanen |
| 2012-12-19 | Removed link_directories in shortcuts. | Jussi Pakkanen |
| 2012-12-18 | Enabled pch for shortcuts-lib. | Jussi Pakkanen |
| 2012-12-17 | Removed superfluous pkgconfig includes. | Jussi Pakkanen |
| 2012-12-15 | Even more build fixes. | Jussi Pakkanen |
| 2012-12-14 | Don't show/hide shortcut overlay on tap. | Andrea Azzarone |
| 2012-12-13 | Merged with trunk. | Jussi Pakkanen |
| 2012-12-12 | ShortcutController: use the duration constructor | Marco Trevisan (Treviño) |
| 2012-12-11 | StandaloneShortcuts: add animation controller, use a cleaner struct to init e... | Marco Trevisan (Treviño) |