libui
libui copied to clipboard
Implement proper uiTableModel stamps for unix.
Unix:
- Add dynamic iter stamps to uiTableModel - similar to GtkListStore.
- Add proper logging for invalid iter use instead of silently aborting.
The logging actually brought up issue #504. The second commit in this pr fixes that issue.
The dynamic iter stamps are additionally a stepping stone for a sort model - hopefully soon to come.