Commit Graph

6 Commits

Author SHA1 Message Date
Thomas Nordquist
2268175a38 Fix performance issue
When the root node was collapsed, it also was selected due to the click event.
The sidebar was updated every time a new message was receivend,
effectivly inhibiting the "render the tree if you got nothing else to do" optimization to render anything at all.

Fixes #7
2019-01-14 10:45:15 +01:00
Thomas Nordquist
eb375073f9 Fix Sidebar & Mouse event target area
Fix clipboard
Fix invalid state in sidebar due to missing event termination
2019-01-10 10:34:09 +01:00
Thomas Nordquist
2a800dc7ca Clean up 2019-01-08 03:29:18 +01:00
Thomas Nordquist
e2192b11c7 Screw up looks, greatly improve performance 2019-01-07 03:32:28 +01:00
Thomas Nordquist
c6cad9dd9e Fix warning 2019-01-04 02:32:04 +01:00
Thomas Nordquist
87dafc9c89 Improve ui & performance 2019-01-03 11:14:49 +01:00