summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-hsv.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11Use a blank line at mostrbuj1-5/+0
2021-06-21update copyright to 2021raveit651-0/+1
2021-02-27Remove warning -Wbad-function-castrbuj1-3/+3
2019-07-03Remove trailing whitespacesLaurent Napias1-38/+38
2019-03-15mate-hsv: avoid duplicate initialization in variablePablo Barciela1-1/+0
avoid Clang static analyzer warning: mate-hsv.c:913:19: warning: Value stored to 'priv' during its initialization is never read MateHSVPrivate *priv = hsv->priv; ^~~~ ~~~~~~~~~
2019-03-11mate-hsv: avoid deprecated 'gdk_device_grab/ungrab'Pablo Barciela1-10/+9
2019-03-11MateHSV implementation (GtkHSV fork)Pablo Barciela1-0/+1441