forked from AuroraMiddleware/gtk
43c212ac28
This patch makes that work using 1 of 2 options: 1. Add all missing enums to the switch statement or 2. Cast the switch argument to a uint to avoid having to do that (mostly for GdkEventType). I even found a bug while doing that: clearing a GtkImage with a surface did not notify thae surface property. The reason for enabling this flag even though it is tedious at times is that it is very useful when adding values to an enum, because it makes GTK immediately warn about all the switch statements where this enum is relevant. And I expect changes to enums to be frequent during the GTK4 development cycle. |
||
---|---|---|
.. | ||
action-editor.c | ||
action-editor.h | ||
actions.c | ||
actions.h | ||
actions.ui | ||
actions.ui.h | ||
cellrenderergraph.c | ||
cellrenderergraph.h | ||
css-editor.c | ||
css-editor.h | ||
css-editor.ui | ||
css-editor.ui.h | ||
css-node-tree.c | ||
css-node-tree.h | ||
css-node-tree.ui | ||
data-list.c | ||
data-list.h | ||
data-list.ui | ||
data-list.ui.h | ||
general.c | ||
general.h | ||
general.ui | ||
general.ui.h | ||
gestures.c | ||
gestures.h | ||
graphdata.c | ||
graphdata.h | ||
gtkstackcombo.c | ||
gtkstackcombo.h | ||
gtktreemodelcssnode.c | ||
gtktreemodelcssnode.h | ||
gtktreemodelrendernode.c | ||
gtktreemodelrendernode.h | ||
init.c | ||
init.h | ||
inspect-button.c | ||
logo.png | ||
magnifier.c | ||
magnifier.h | ||
magnifier.ui | ||
magnifier.ui.h | ||
menu.c | ||
menu.h | ||
menu.ui | ||
menu.ui.h | ||
meson.build | ||
misc-info.c | ||
misc-info.h | ||
misc-info.ui | ||
misc-info.ui.h | ||
object-hierarchy.c | ||
object-hierarchy.h | ||
object-hierarchy.ui | ||
object-hierarchy.ui.h | ||
object-tree.c | ||
object-tree.h | ||
object-tree.ui | ||
object-tree.ui.h | ||
object-tree.ui.u | ||
prop-editor.c | ||
prop-editor.h | ||
prop-list.c | ||
prop-list.h | ||
prop-list.ui | ||
prop-list.ui.h | ||
recorder.c | ||
recorder.h | ||
recorder.ui | ||
recording.c | ||
recording.h | ||
rendernodeview.c | ||
rendernodeview.h | ||
renderrecording.c | ||
renderrecording.h | ||
resource-list.c | ||
resource-list.h | ||
resource-list.ui | ||
resource-list.ui.h | ||
selector.c | ||
selector.h | ||
selector.ui | ||
selector.ui.h | ||
signals-list.c | ||
signals-list.h | ||
signals-list.ui | ||
signals-list.ui.h | ||
size-groups.c | ||
size-groups.h | ||
startrecording.c | ||
startrecording.h | ||
statistics.c | ||
statistics.h | ||
statistics.ui | ||
statistics.ui.h | ||
strv-editor.c | ||
strv-editor.h | ||
treewalk.c | ||
treewalk.h | ||
visual.c | ||
visual.h | ||
visual.ui | ||
visual.ui.h | ||
window.c | ||
window.h | ||
window.ui | ||
window.ui.h |