gtk/demos/constraint-editor
Benjamin Otte 5080730728 listmodels: Stop respecting item-type
Simplify all view model APIs and always return G_TYPE_OBJECT as the
item-type for every model.

It turns out nobody uses item-type anyway.

So instead of adding lots of APIs, forcing people to think about it and
trying to figure out how to handle filter or map models that modify item
types, just having an easy life is a better approach.

All the models need to be able to deal with any type of object going
through anyway.
2020-07-05 02:59:21 +02:00
..
constraint-editor-application.c constraint editor: Implement saving 2019-07-02 10:03:48 -04:00
constraint-editor-application.h Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor-window.c constraint-editor: Don't use g_type_ensure 2020-05-25 14:14:28 -04:00
constraint-editor-window.h Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor-window.ui headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
constraint-editor.c constraints editor: Stop naming constraints 2019-07-02 10:03:48 -04:00
constraint-editor.css Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor.gresource.xml Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-editor.h constraints editor: Stop naming constraints 2019-07-02 10:03:48 -04:00
constraint-editor.ui Drop the margin property 2020-02-25 20:59:04 -05:00
constraint-view-child.c Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-view-child.h Add a constraint editor demo 2019-07-01 00:10:11 +01:00
constraint-view.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
constraint-view.h constraint-editor: Don't use g_type_ensure 2020-05-25 14:14:28 -04:00
guide-editor.c constraint-editor: Don't poke around in widget internals 2020-05-30 19:26:46 -04:00
guide-editor.h constraint editor: Implement saving 2019-07-02 10:03:48 -04:00
guide-editor.ui Drop the margin property 2020-02-25 20:59:04 -05:00
main.c Add a constraint editor demo 2019-07-01 00:10:11 +01:00
meson.build demos/constraint-editor: Add common_cflags to build 2020-03-06 18:51:10 +01:00