Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
|
|
|
|
|
|
|
|
|
|
use gtk_drag_begin_with_coordinates instead
|
|
|
|
|
|
and require libmate-desktop >= 1.17
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
action_sensitive_cb can be called with the dnd tool item
when it doesn't have an ancestor.
taken from:
https://git.gnome.org/browse/eog/commit/?id=c754959
|
|
|
|
build with GSEAL_ENABLE
|
|
|
|
|