Back
Blip
Load previous page…
figure out look of header/navigation view #blip
further improve custom button for high contrast modes, allow theming, and allow image-only buttons, plus nicer hover/pressed states #blip
Make a nice, custom, accessible button because NSButtons are meh for styling #blip
fix window cascading in some cases #blip
fix accessibility issue with clear buttons in custom textfield view #blip
play around with manual layout a bit see if that'd make some things easier #blip
figure out how to position and keep standard window buttons at a specific location #blip
rename height estimating protocoll to sizeprovider better reflecting what it does #blip
improve accessibility title for quick entry panel #blip
improve scroll position when navigating list with keyboard #blip
make sure ctrl+click shows context menu in all cases #blip
show context menu for collection view or for the text if that already has focus #blip
prevent text from stealing focus when command or shift are selected to select items in the collection view #blip
make collection view layout fast enough it can load and show ~1k entries with ease (actually, scroll & resizing is still VERY smooth even at 10k entries loaded) #blip
fix snapshot generation being very inefficient #blip
Fix layout bug where inserting section between existing ones would lead to incorrect spacing #blip
fix bug where item & section inserts+deletes were processed in the wrong order leading to crashes #blip
update items during scroll if they are no longer the correct width so everything looks just right #blip
figure out a more thorough way to calculate section/item sizes for fast layout/resizing #blip
make page up/down home/end scrolling via keyboard work #blip