index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
taskbar
/
win32
/
win32-taskbar.h
Age
Commit message (
Collapse
)
Author
2015-02-16
WIN32: Add experimental SDL2 support.
Johannes Schickel
Based on changes by aquadran.
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-16
BACKENDS: 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-16
BACKENDS: Move Win32TaskbarManager init code to constructor
Littleboy
2011-06-16
BACKENDS: Add use flag for taskbar integration
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