Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Instead of GdkPixbuf, so that SNI icons can render correctly on HiDPI
displays.
|
|
This is better for HIDPI resolution with larger icons.
And tray- applet can be displayed in in one row with
a full-size top/bottom panel.
|
|
|
|
|
|
|