aboutsummaryrefslogtreecommitdiff
path: root/backends/taskbar/unity
AgeCommit message (Collapse)Author
2014-10-06UNITY: Check for GLib version at runtimeTobia Tesan
g_type_init() is deprecated since 2.36
2014-10-06UNITY: Call g_type_init but define DISABLE_DEPRECATION_WARNINGSTobia Tesan
2014-10-05UNITY: Call g_type_init only with GLib < 2.36Tobia Tesan
With GLib >= 2.36 g_type_init() is deprecated and only throws an ugly warning
2014-01-21BUILD: Rename libunity support variable to "USE_UNITY" instead of ↵Johannes Schickel
"USE_TASKBAR_UNITY". This makes it consistent with other library support variables.
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-06-22BACKENDS: Fix compilation with UnityLittleboy
- Replace UNIX by POSIX - Move unity include to cpp file - Add exception for unistd.h and time.h headers
2011-06-16BACKENDS: Add define for Unity-specific taskbar codeLittleboy
2011-06-16BACKENDS: Remove UnityTaskbarManager::setOverlayIcon()Littleboy
Unity is not going to provide a way to set a custom overlay icon (the emblem API is being replaced by a simple urgent state)
2011-06-16BACKENDS: Add support for count status to TaskbarManagerLittleboy
- Show the number of found games when using the massadd dialog
2011-06-16BACKENDS: Integrate glib main event loopLittleboy
- Unity needs a glib event loop to dispatch events. - Cleanup whitespace and indentation
2011-06-16BACKENDS: Add WIP Unity supportLittleboy
2011-06-16BACKENDS: Add use flag for taskbar integrationLittleboy
2011-06-16BACKENDS: Add stubs for unity taskbar classLittleboy