| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
In 99.9% of all cases, these are just NULL, NULL.
So just do away with these arguments, people can
use the setters for the rare cases where they want
the scrolled window to use a different adjustment.
|
|
|
|
|
| |
Replace all uses of gtk_container_add on windows
by gtk_window_set_child.
|
|
|
|
|
| |
Replace all uses of gtk_container_add on popovers
by gtk_scrolled_window_set_child.
|
| |
|
|
|
|
| |
Replace these calls with direct use of GMainContext api.
|
| |
|
|
|
|
| |
Adapt all our tests and examples to the new initialization api.
|
|
|
|
| |
No need for this anymore, now that we have the inspector everywhere.
|
| |
|
|
|
|
|
| |
Now that GLib provides these macros, we should use them
to make the code more readable.
|
|
|
|
|
|
|
|
| |
We first set a NULL model and then reset the old model, just to get the
effect of clearing and then resetting.
We reset the cursor and selection afterwards, so the reset doesn't
destroy all the work we did.
|
| |
|
|
|
|
| |
We want to know that the selection emits "changed" when it changes.
|
| |
|
| |
|
|
|
|
|
| |
This way, we can see what function had previously been called when the
checks fail.
|
|
|
|
| |
Makes the test test even more stuff.
|
|
|
|
|
|
| |
The old code actually was wrong and could cause assertions and crashes,
in particular when stepping out of a deep tree back onto the highest
layer.
|
|
|
|
|
| |
This actually demonstrates a bug where the treeview doesn't emit a
cursor-changed signal when the cursor row is deleted.
|
|
It's just a treestore going crazy while the treeview has to keep up.
|