summary refs log tree commit diff
path: root/include/Config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-48/+46
|
* Put typing notifications above the text inputKonstantinos Sideris2017-10-041-0/+1
|
* Receive typing notifications (#88)Konstantinos Sideris2017-10-041-3/+4
|
* Style change againKonstantinos Sideris2017-09-101-12/+12
|
* Small style changeKonstantinos Sideris2017-08-201-7/+7
|
* Save and restore app's window sizeKonstantinos Sideris2017-07-301-0/+10
| | | | closes #46
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-151-1/+1
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-0/+63
Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.