Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-06 | UNITY: Check for GLib version at runtime | Tobia Tesan | |
g_type_init() is deprecated since 2.36 | |||
2014-10-06 | UNITY: Call g_type_init but define DISABLE_DEPRECATION_WARNINGS | Tobia Tesan | |
2014-10-05 | UNITY: Call g_type_init only with GLib < 2.36 | Tobia Tesan | |
With GLib >= 2.36 g_type_init() is deprecated and only throws an ugly warning | |||
2014-01-21 | BUILD: 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-06 | JANITORIAL: Remove SVN keywords | Eugene Sandulenko | |
2011-06-22 | BACKENDS: Fix compilation with Unity | Littleboy | |
- Replace UNIX by POSIX - Move unity include to cpp file - Add exception for unistd.h and time.h headers | |||
2011-06-16 | BACKENDS: Add define for Unity-specific taskbar code | Littleboy | |
2011-06-16 | BACKENDS: 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-16 | BACKENDS: Add support for count status to TaskbarManager | Littleboy | |
- Show the number of found games when using the massadd dialog | |||
2011-06-16 | BACKENDS: Integrate glib main event loop | Littleboy | |
- Unity needs a glib event loop to dispatch events. - Cleanup whitespace and indentation | |||
2011-06-16 | BACKENDS: Add WIP Unity support | Littleboy | |
2011-06-16 | BACKENDS: Add use flag for taskbar integration | Littleboy | |
2011-06-16 | BACKENDS: Add stubs for unity taskbar class | Littleboy | |