Back
Blip
Load previous page…
Implement double-click action for the collectionView to edit entries #blip
Make editing entry work with both return and enter keys #blip
Fix copy/cut text order being random each time because selectionIndexPaths is unsorted #blip
Use Commander pattern to perform actions on the data and making them undo-able #blip
Set scroll position to editor if active after data refresh first; then selection #blip
Dismiss editor if entry being edited changed from outside source #blip
Focus the body input field when whitespace area of inline-editor is pressed #blip
figure out way to have (inline) editor its separate undo stack to not interfere with the overall collection view #blip
make show/hiding inline editor much nicer by adding a sublte animation #blip
fix ⌘← and ⌘→ navigating when in textfield while SHIFT key is also pressed #blip
Fix extraneous passes to display for setting the titlebar size #blip
make sure inline-editor buttons are always visible when textarea grows #blip
don't show a menu on the inline editor item #blip
Fix cursor for text still showing I-Beam instead of pointer when entry is selected #blip
animate restoration of selected indexes after data soure change #blip
extend collectionview to resize items without having to remove and add new view entirely #blip
Fix key-view loop of editor #blip
Hide font panel of the editor body #blip
add reset button to entry date picker #blip
improve key equivalent checks for button #blip