Age | Commit message (Collapse) | Author |
|
|
|
Changes in Flush(): This ensures that only one flush is active when
the thread is running.
Changes in Acton(): Since the first Pixmap::Lock() takes so much longer
than the following, the first Pixmap::Lock() was moved before the while
loop. This makes the fade-in softer.
Add cNopacityDisplayReplay::SetAlpha() for simplification.
|
|
Better identification of threads in logs
|
|
Make imgcache global so that it doesn't always have to be passed
explicitly to other functions.
|
|
Besides the unified message view this fixes a segfault when displaying
a message with modeOnly display.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
SetMode() is called after the first call to Flush() in cSkinDisplayReplay,
so control icons are displayed uninitialized for a short period of time.
Fix this by initializing these icon properly.
Signed-off-by: Soeren Moch <smoch@web.de>
|
|
|
|
DisplayReplay is active
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|