gtk/gsk
Benjamin Otte e356d59a92 build: Add -Wnull-dereference
Sprinkle various g_assert() around the code where gcc cannot figure out
on its own that a variable is not NULL and too much refactoring would be
needed to make it do that.

Also fix usage of g_assert_nonnull(x) to use g_assert(x) because the
first is not marked as G_GNUC_NORETURN because of course GTester
supports not aborting on aborts.
2020-03-05 08:14:37 +01:00
..
broadway
gl build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
resources
vulkan profiler: Make profiler-is-running a macro 2020-02-12 11:05:01 +01:00
gen-gsk-gresources-xml.py
gsk-autocleanup.h
gsk.h
gskcairoblur.c cairoblur: Get rid of gdk_cairo_get_clip_rectangle() call 2020-02-13 07:36:38 +01:00
gskcairoblurprivate.h
gskcairorenderer.c
gskcairorenderer.h
gskdebug.c
gskdebugprivate.h
gskdiff.c
gskdiffprivate.h
gskenums.h gsk: Small documentation additions 2020-02-08 19:36:25 -05:00
gskenumtypes.c.template
gskenumtypes.h.template
gskprivate.c
gskprivate.h
gskprofiler.c Convert all profiler times from nsec to usec 2020-02-12 10:44:17 +01:00
gskprofilerprivate.h
gskrenderer.c
gskrenderer.h
gskrendererprivate.h
gskrendernode.c rendernode: Don't clip when _draw()ing 2020-02-12 16:54:49 +01:00
gskrendernode.h gsk: Small documentation additions 2020-02-08 19:36:25 -05:00
gskrendernodeimpl.c gsk: Clip shadow node before push_group() 2020-02-13 07:36:38 +01:00
gskrendernodeparser.c
gskrendernodeparserprivate.h
gskrendernodeprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gskroundedrect.c roundedrect: Fix inlining of graphene functions 2020-02-13 07:36:38 +01:00
gskroundedrect.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gskroundedrectprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gsktransform.c transform: Don't crash for gsk_transform_transform (id, id) 2020-02-21 18:30:13 +01:00
gsktransform.h
gsktransformprivate.h
gsktypes.h
meson.build