Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as proposed by @mbkma
|
|
|
|
|
|
|
|
panel_profile_set_background_color ())
|
|
panel_profile_get_background_gdk_rgba())
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cppcheck --enable=all . 2> err.txt
grep variableScope err.txt
|
|
|
|
|
|
|
|
|
|
Don't propose actions that will fail anyway, and create a launcher
automatically if it's the only option. However, still ask for setting
the background to still avoid unintentional changes.
|
|
|
|
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.
|