summaryrefslogtreecommitdiff
path: root/src/windows/funcs.py
AgeCommit message (Collapse)Author
2015-05-08Micro-optimizations on refreshmathieui
Reduce the number of calls to config.get whenever possible. Yields a performance improvement of at least 10% for the basic use case of "receiving a message in the current tab". Logging stuff isn’t free either, even when the call should be a no-op, so we should try to make the debug log less verbose.
2014-10-20Remove the (sometimes wrong) default values in the config.get() callsmathieui
2014-05-05Split the windows.py module into a subdirectorymathieui