summaryrefslogtreecommitdiffstats
path: root/osdep/macOS_swift_extensions.swift
Commit message (Collapse)AuthorAgeFilesLines
* cocoa-cb: remove all force unwrappings of optionalsder richter2019-04-251-8/+8
| | | | | | the force unwrapping of optionals caused many unpredictable segfaults instead of gracefully exiting or falling back. besides that, it is bad practice and the code is a lot more stable now.
* cocoa-cb: add support for custom colored title barder richter2019-04-021-0/+13
|
* cocoa-cb: add support for VOCTRL_GET_DISPLAY_NAMESAkemi2019-02-101-0/+30
|
* cocoa-cb: use Swift Extensions for convenienceAkemi2019-02-101-0/+28
preparations for the following commit.