summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2019-07-24add git.mk to generate .gitignoreWu Xiaotian1-0/+2
2019-06-18Remove trailing whitespacesrbuj8-61/+61
find . -regextype posix-extended -regex '.*\.(c|h|ac|txt|xml)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-04-12local #include files who are libraries inside <> instead ""Pablo Barciela10-19/+19
2019-04-10local #include files inside "" instead <>Pablo Barciela10-28/+32
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-8/+0
2016-11-22move to GTK+3 (>= 3.14), drop libunique, GTK+2 code, and --with-gtk build ↵lukefromdc3-21/+6
option *Remove GTK_VERSION_CHECK (3, 0, 0) and libunique selectors *Remove GTK2 and libunique specific code. *Leaves selector for specific GTK3 versions. *Remove #DEFINES for vbox/hbox previously required for GTK2 compatability *Keep vbox in caja-spatial-window.c, it is necessary for the desktop to work *spatial-window vbox issue at https://github.com/mate-desktop/caja/issues/591
2016-01-15GTK3 test-caja-wrap-table: don't use deprecated ↵Wolfgang Ulbrich1-2/+7
gtk_scrolled_window_add_with_viewport () gtk_scrolled_window_add_with_viewport () --> gtk_container_add ()
2015-10-19GTK3: do not use deprecated gtk_misc_set_alignmentraveit651-0/+9
2015-10-19GTK3: Replace gtk_{v,h}box new with gtk_box_newraveit652-0/+7
- gtk_{v,h}box usage is deprecated since gtk+-3.2.0
2015-01-13drop support for GLib < 2.36Monsta2-9/+1
Closes https://github.com/mate-desktop/caja/pull/372
2014-03-22fix some g_thread_init deprecationsraveit652-2/+6
2013-07-18INCLUDES to AM_CPPFLAGSWolfgang Ulbrich1-1/+1
2012-11-16[eel] remove functions to set widget backgroundsJasmine Hassan1-9/+7
Now that we've removed eel_gtk_widget_set_background_color calls in eel-debug-drawing.c and test-eel-image-table.c, both it and _set_foreground_color are unused. Original commit: http://git.gnome.org/browse/nautilus/commit/?id=57b66862a53298468755e12ca3712569274f0a32
2012-11-14[test] remove test-eel-image-scrolledJasmine Hassan2-189/+0
http://git.gnome.org/browse/nautilus/commit/?id=931644a649175b1886dce5cc8e50c21380f8b8b0
2012-09-05remove latest mateconf stuffStefano Karapetsas1-2/+0
2012-09-05start migration to gsettingsStefano Karapetsas1-1/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos13-0/+1336