summaryrefslogtreecommitdiffstatshomepage
path: root/linklabel.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* DPI, Window: Rename min and maxSize because they are 1/96"Simon Rozman2019-09-271-1/+1
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-3/+3
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-3/+3
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-1/+1
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-14/+36
* Replace newErr with newErrorAlexander Neumann2019-02-251-2/+2
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
* Cache widget text size calculation results to speed up layoutAlexander Neumann2018-04-231-3/+4
* LinkLabel: Some refactoring + adding link enabled / focus / visited supportAlexander Neumann2017-08-091-51/+49
* Add LinkLabelAlexander Neumann2017-08-081-0/+224