| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
text can't be NULL here, or we would have failed way earlier.
The original code from gail returned if the renderer text was NULL, and
we have to do that, or we'll end up calling e.g.
g_utf8_offset_to_pointer() on a NULL pointer.
https://bugzilla.redhat.com/show_bug.cgi?id=827930
https://bugzilla.gnome.org/show_bug.cgi?id=677551
|
| |
|
|
|
|
| |
This way, we can call it for container renderers, too.
|
|
|
|
|
|
|
|
|
| |
1) always emit signals
Previously, newly constructed cells would be told to not emit events.
However, we can ensure that nothing is connected to the signals, so
they will not actually emit anything.
2) don't return anything
The return value is unused anyway.
|
| |
|
|
|
|
|
| |
Also delete the previous "new" functions and actually set the real cell
renderer here.
|
|
|
|
|
|
|
|
| |
Various tiny semantic changes in here.
The big fix is that we consider every cell as visible and as showing if
the treeview is mapped.
This was also fixed in the tree dump test.
|
|
|
|
| |
Use canonical names for both signals and properties.
|
| |
|
| |
|
|
|