summaryrefslogtreecommitdiff
path: root/src/wm-tester
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela1-6/+5
This commit reverts: https://github.com/mate-desktop/marco/commit/f0541e3dfda29c26fe14c9c9117f95c49006c75c https://github.com/mate-desktop/marco/commit/d18c2fb4acb58c408c01700682b9922de86e8b2f And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_width gdk_screen_height
2017-08-18avoid deprecated gdk_screen_width/heightZenWalker1-4/+6
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-24/+0
2015-09-14Drop deprecated use of GTK_WIDGET_DRAWABLE, GTK_WIDGET_STATE and ↵infirit1-8/+0
gtk_widget_set_uposition
2014-11-26wm-tester: correct NULL pointer checkmonsta1-1/+1
Closes https://github.com/mate-desktop/marco/pull/144
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev1-4/+26
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía5-121/+121
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2013-11-08INCLUDES -> AM_CPPFLAGSinfirit1-2/+2
2013-10-26Starting to add GTK3 supportLaszlo Boros1-0/+4
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-01-30removing autogenerated filesPerberos1-574/+0
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos7-0/+1582