aboutsummaryrefslogtreecommitdiff
path: root/backends/taskbar
AgeCommit message (Collapse)Author
2012-02-15JANITORIAL: Fix whitespace in pointer template argTarek Soliman
2012-01-23TASKBAR: Fix compilation with mingw-w64dhewg
mingw-compat.h is not required for newer mingw-w64, all required symbols are present in the system headers.
2011-08-06BACKENDS: Implement notifyError() and clearError() for Win32TaskbarManagerLittleboy
2011-08-06JANITORIAL: Remove SVN keywordsEugene Sandulenko
2011-06-29BACKENDS: Implement Win32TaskbarManager::setCount()Littleboy
2011-06-28BACKENDS: Fix warnings in Win32TaskbarManagerLittleboy
2011-06-26BACKENDS: Fix running on pre-Windows 2000 operating systemsLittleboy
The Windows taskbar manager uses VerSetConditionMask and VerifyVersionInfo to check for Windows 7 or later before enabling the taskbar integration features. Those functions did not appear until Windows 2000, so we have to check for them at runtime.
2011-06-25TASKBAR: initialize _taskBar with NULL in constructorathrxx
2011-06-23BACKENDS: Silence warnings when compiling Win32TaskbarManager with mingw and ↵Littleboy
add CLSID_ShellLink definition
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-22BACKENDS: Add missing enumeration value and GUID for compilation under older ↵Littleboy
versions of mingw64
2011-06-16BACKENDS: Enhance Win32TaskbarManager::getIconPath()Julien
We now look for an iconsPath configuration variable with the path to the icons folder. In addition, we look if there is an "icons" subfolder (useful when using extrapath to store icons)
2011-06-16BACKENDS: Fix compilation of Win32TaskbarManager with mingwJulien
2011-06-16BACKENDS: Allow use of excluded functions needed by Win32TaskbarManagerJulien
2011-06-16BACKENDS: Fix Win32TaskbarManager compilation with MingwLittleboy
It was missing an include for scummsys.h and so couldn't find the defines
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: Move Win32TaskbarManager init code to constructorLittleboy
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
2011-06-16BACKENDS: Add taskbar integration compat header for MingWLittleboy
2011-06-16BACKENDS: Add support for custom game icon (recent items list and icon overlay)Littleboy
2011-06-16BACKENDS: Implement Win32 taskbar progress state and recent listLittleboy
2011-06-16BACKENDS: Add win32 stubs for taskbar integrationLittleboy