Age | Commit message (Expand) | Author |
2016-07-10 | MACOS: Use 'unsigned int' instead of NSUInteger | Colin Snover |
2016-07-10 | MACOS: Fix sign comparison | Colin Snover |
2016-06-08 | WIN32: Fix taskbar detection under Windows 10 onwards. | Kirben |
2016-06-08 | WIN32: Fix taskbar detection under Windows 10 onwards. | Kirben |
2016-03-25 | OS X: Clean taskbar code | Thierry Crozat |
2016-03-25 | OS X: Fix access to NSArray items with older SDKs | Thierry Crozat |
2016-03-25 | OS X: Add missing includes for recently introduced taskbar code | Thierry Crozat |
2016-03-25 | OS X: Implement a Dock Tile Plugin to display recent games menu in dock | Thierry Crozat |
2016-03-25 | OS X: Implement saving recent games list to user preferences | Thierry Crozat |
2016-02-12 | WIN32: Fix compilation with MinGW-w64 based Win32 compiler. | Johannes Schickel |
2015-12-14 | WIN32: Fix building for (some) MinGW64 toolchains. | Johannes Schickel |
2015-02-18 | WINCE: Fix compilation. | Johannes Schickel |
2015-02-16 | WIN32: Add experimental SDL2 support. | Johannes Schickel |
2014-10-06 | UNITY: Check for GLib version at runtime | Tobia Tesan |
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 |
2014-02-23 | OSX: Implement TaskbarManager for Mac OS X | Thierry Crozat |
2014-01-21 | BUILD: Rename libunity support variable to "USE_UNITY" instead of "USE_TASKBA... | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman |
2012-01-23 | TASKBAR: Fix compilation with mingw-w64 | dhewg |
2011-08-06 | BACKENDS: Implement notifyError() and clearError() for Win32TaskbarManager | Littleboy |
2011-08-06 | JANITORIAL: Remove SVN keywords | Eugene Sandulenko |
2011-06-29 | BACKENDS: Implement Win32TaskbarManager::setCount() | Littleboy |
2011-06-28 | BACKENDS: Fix warnings in Win32TaskbarManager | Littleboy |
2011-06-26 | BACKENDS: Fix running on pre-Windows 2000 operating systems | Littleboy |
2011-06-25 | TASKBAR: initialize _taskBar with NULL in constructor | athrxx |
2011-06-23 | BACKENDS: Silence warnings when compiling Win32TaskbarManager with mingw and ... | Littleboy |
2011-06-22 | BACKENDS: Fix compilation with Unity | Littleboy |
2011-06-22 | BACKENDS: Add missing enumeration value and GUID for compilation under older ... | Littleboy |
2011-06-16 | BACKENDS: Enhance Win32TaskbarManager::getIconPath() | Julien |
2011-06-16 | BACKENDS: Fix compilation of Win32TaskbarManager with mingw | Julien |
2011-06-16 | BACKENDS: Allow use of excluded functions needed by Win32TaskbarManager | Julien |
2011-06-16 | BACKENDS: Fix Win32TaskbarManager compilation with Mingw | Littleboy |
2011-06-16 | BACKENDS: Add define for Unity-specific taskbar code | Littleboy |
2011-06-16 | BACKENDS: Remove UnityTaskbarManager::setOverlayIcon() | Littleboy |
2011-06-16 | BACKENDS: Move Win32TaskbarManager init code to constructor | Littleboy |
2011-06-16 | BACKENDS: Add support for count status to TaskbarManager | Littleboy |
2011-06-16 | BACKENDS: Integrate glib main event loop | Littleboy |
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 |
2011-06-16 | BACKENDS: Add taskbar integration compat header for MingW | Littleboy |
2011-06-16 | BACKENDS: Add support for custom game icon (recent items list and icon overlay) | Littleboy |
2011-06-16 | BACKENDS: Implement Win32 taskbar progress state and recent list | Littleboy |
2011-06-16 | BACKENDS: Add win32 stubs for taskbar integration | Littleboy |