libui icon indicating copy to clipboard operation
libui copied to clipboard

Implement proper uiTableModel stamps for unix.

Open szanni opened this issue 4 years ago • 0 comments

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.

szanni avatar Aug 20 '20 21:08 szanni