Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
values
- use g_settings_bind when possible
|
|
Set some callback functions in the ui file.
|
|
|
|
description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
keep mate_panel_applet_set_background_widget for compatibility
|
|
|
|
|
|
This allows thumbnail previews to be properly rendered on HiDPI displays
and ensures that the window surface is flushed before painting it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cppcheck --enable=all . 2> err.txt
grep variableScope err.txt
|
|
|
|
When a window is not visible we cannot capture its thumbnail. We used to
store the thumbnail when a window was visible so that we could reuse it
when minimized, but this can cause visual glitches.
|
|
|
|
|
|
|
|
|
|
|
|
Let the GError ownership on the async finish method call.
|
|
|
|
|
|
|