summaryrefslogtreecommitdiff
path: root/capplets/display/scrollarea.c
AgeCommit message (Collapse)AuthorFilesLines
2019-06-18Remove trailing whitespacesrbuj1-95/+95
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2018-05-07display-capplet: add css name for scrollarearaveit651-0/+2
This makes it possible to fix visual glitches in themes
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-13/+0
2017-08-15display scrollarea: avoid deprecated gtk_adjustment_changedraveit651-1/+3
gtk_adjustment_changed has been deprecated since version 3.18 and GTK+ emits “changed” itself whenever any of the properties (other than value) change. see https://developer.gnome.org/gtk3/unstable/GtkAdjustment.html#gtk-adjustment-changed
2017-08-15display scrollarea: fix a -Wuninitialized build warningraveit651-0/+1
2017-08-15display scrollarea: avoid deprecated gdk_window_get_pointerraveit651-1/+21
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-360/+48
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-09-18GTK+3: fix mate-display-properties with glib 2.49.6lukefromdc1-0/+4
before that version, glib ignored arguments in custom marshalling and always used its own ones, so the mistake in our code was unnoticed for a long time. this commit adds proper marshalling for GTK+3 build. more info: https://bugzilla.gnome.org/769076 fixes https://github.com/mate-desktop/mate-control-center/issues/251
2016-01-14display: less #if's againmonsta1-19/+32
2016-01-14display: less #if'smonsta1-28/+43
2016-01-14fix unused variables warning in GTK+3 buildmonsta1-2/+2
2015-07-12Replace Gdk drawing with Cairoinfirit1-38/+22
2014-11-05gtk3: fix display properties dialog renderingDenis Gorodnichev1-8/+13
2014-01-24Fixes for GTK2Stefano Karapetsas1-1/+1
2014-01-24display: Add GTK3 supportStefano Karapetsas1-526/+333
2012-08-02Fixed incorrect fsf address.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1944