Back
Blip
Load previous page…
fix some buttons not having their target set #blip
refactor stream vc into multiple files by specific functionality to have a better overview over everything #blip
implement advancing current search by interval (day/week/month/year) #blip
Update header view with correct accessibility labels & tooltips for current search #blip
properly hide disabled buttons from accessibility #blip
implement disabled buttons #blip
fix some UI elements having too many borders in high contrast mode #blip
fix button sometimes having wrong cursor #blip
split button class into multiple for easier management of various styles #blip
tighter default button / label font size and spacing #blip
add new header view / toolbar to new layout #blip
renew domain and set up auto renewal #blip
make image-button constraint so that a button can be shrunk down to being an "image only" button if there isn't enough space for the title #blip
better default button backround color to make it more obvious element is a button #blip
Use white as general app background color, looks better with text #blip
fix image to title alignment in pre-macOS Big Sur versions #blip
fix click-drag on mouse being able to move window when button is in toolbar #blip
hide focus ring around button while pressed via mouse just like NSButton #blip
fix event handling while button is being pressed to behave the same as normal NSButtons #blip
Mark target/action of custom button with @objc to work nicely with NSToolbarItem target/action #blip