summaryrefslogtreecommitdiff
path: root/testsuite/gtk/object.c
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Remove menu special-casingMatthias Clasen2019-12-291-3/+0
|
* Drop row/column-span-column from testsMatthias Clasen2019-01-231-2/+0
|
* Remove some GtkRecentChooserMenu referencesTimm Bäder2018-06-271-1/+0
| | | | Doesn't exist anymore.
* GdkWindow -> GdkSurface initial type renameAlexander Larsson2018-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the GdkWindow class and related classes (impl, backend subclasses) to surface. Additionally it renames related types: GdkWindowAttr, GdkWindowPaint, GdkWindowWindowClass, GdkWindowType, GdkWindowTypeHint, GdkWindowHints, GdkWindowState, GdkWindowEdge This is an automatic conversion using the below commands: git sed -f g GdkWindowWindowClass GdkSurfaceSurfaceClass git sed -f g GdkWindow GdkSurface git sed -f g "gdk_window\([ _\(\),;]\|$\)" "gdk_surface\1" # Avoid hitting gdk_windowing git sed -f g "GDK_WINDOW\([ _\(]\|$\)" "GDK_SURFACE\1" # Avoid hitting GDK_WINDOWING git sed "GDK_\([A-Z]*\)IS_WINDOW\([_ (]\|$\)" "GDK_\1IS_SURFACE\2" git sed GDK_TYPE_WINDOW GDK_TYPE_SURFACE git sed -f g GdkPointerWindowInfo GdkPointerSurfaceInfo git sed -f g "BROADWAY_WINDOW" "BROADWAY_SURFACE" git sed -f g "broadway_window" "broadway_surface" git sed -f g "BroadwayWindow" "BroadwaySurface" git sed -f g "WAYLAND_WINDOW" "WAYLAND_SURFACE" git sed -f g "wayland_window" "wayland_surface" git sed -f g "WaylandWindow" "WaylandSurface" git sed -f g "X11_WINDOW" "X11_SURFACE" git sed -f g "x11_window" "x11_surface" git sed -f g "X11Window" "X11Surface" git sed -f g "WIN32_WINDOW" "WIN32_SURFACE" git sed -f g "win32_window" "win32_surface" git sed -f g "Win32Window" "Win32Surface" git sed -f g "QUARTZ_WINDOW" "QUARTZ_SURFACE" git sed -f g "quartz_window" "quartz_surface" git sed -f g "QuartzWindow" "QuartzSurface" git checkout NEWS* po-properties
* tests: Make GSETTINGS_SCHEMA_DIR point to the compiled schemas in the build dirChristoph Reiter2018-02-171-6/+0
| | | | | | | | | | | With autotools the schemas were compiled into each test suite directory and the tests set GSETTINGS_SCHEMA_DIR to the test build directory. With meson's gnome.compile_schemas() we can not define a target directory so just make sure it is built in the gtk directory and set GSETTINGS_SCHEMA_DIR to the gtk build directory when running the tests. This makes the gtk+:gtk suite pass when no gtk is installed on the system.
* toolbar: Remove icon sizesBenjamin Otte2017-11-151-1/+0
|
* testsuite: Update for screen => display property changesBenjamin Otte2017-10-311-3/+3
|
* API: container: Remove GtkContainer::child propertyBenjamin Otte2016-10-161-1/+0
|
* Remove gtkfontsel.{c,h}Timm Bäder2016-10-161-1/+0
|
* object test: Also test object type propertiesChristian Dywan2016-06-051-1/+19
| | | | | | | Old patch found in bugzilla, it still applies and doesn't cause the test to fail. https://bugzilla.gnome.org/show_bug.cgi?id=556254
* testsuite: No warnings on type conversions pleaseBenjamin Otte2016-02-111-2/+2
| | | | long is 32bit on win64, so it's int cast to pointer of different size, and gcc doesn't like that.
* gtk object tests: run under local environmentLars Uebernickel2013-12-031-0/+11
| | | | | | | | | | Make sure that the tests don't access the host's session bus or installed gsettings schemas. Also disable tests for some classes that leak a connection to the session bus. https://bugzilla.gnome.org/show_bug.cgi?id=711715
* testsuite: Fix potential strcmp() against NULLPhilip Withnall2013-11-241-2/+2
| | | | | | | | Use g_strcmp0() instead. Found by scan-build. https://bugzilla.gnome.org/show_bug.cgi?id=712760
* testsuite: Don't use deprecated functionsBenjamin Otte2013-06-211-2/+2
|
* Fix object testMatthias Clasen2013-06-151-5/+2
|
* build: Move gtk/tests to testsuite/gtkBenjamin Otte2013-05-151-0/+329