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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
The gtk_tree_view_set_model() adds its own reference.
|
|
Iteration over a linked list should be done over a side control variable
and list head needs to be preserved for proper list free.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
its active property to sensitivity state of GtkSpinButton
|
|
|
|
|