Back
Blip
Load previous page…
make ESC press clear selection #blip
make selection work with custom layout as one would expect #blip
some more selection handling...can now jump from section to section as well as select whole sections #blip
add some indexPath helpers to navigate sections #blip
begin the long busywork of implementing selection handling in all directions #blip
Make custom collectionView layout resize super smooth even with 1000s of items #blip
Figure out how to correctly provide section headers in custom layout #blip
Fix text color of search suggestions in dark mode #blip
Fix bug that returns wrong layout attributes because cache access was wrong #blip
figure out NSCollectionViewDiffableDataSource bug #blip
fix entry view not showing selection state #blip
Fix height calculation because NSTextField doesn't actually have a lineFragmentPadding when drawsBackground = false .... cocoa has too many hidden states #blip
first draft at custom collection view layout; surprisingly speedy for being the first attempt #blip
read up on some collection-view intro stuff #blip
add clear button to the search field / text field class #blip
document a future potential (though unlikely) performance issue due to some customizing #blip
Fix multiple retain cycles causing objects to stay around forever #blip
fix sublte height calculation bug because of some default padding #blip
finally get search popup to work the way I want it to. fuzzy search and accessible #blip
make a nice Search enum that acts as info for filtering current view #blip