summaryrefslogtreecommitdiff
path: root/plugins/AsSingleWindow
AgeCommit message (Collapse)Author
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ↵dartraiden
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-10-24duplicate version resource removedGeorge Hazan
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-09-26AsSingleWindow: remove useless condition (itr->hWnd != ↵dartraiden
pluginVars.contactListHWND is checked before)
2017-09-26AsSingleWindow:George Hazan
- fix for a crash on dynamic unload; - major code cleaning
2017-09-26AsSingleWindow: shorten descriptiondartraiden
2017-09-26fixes #942dartraiden
2017-09-25AsSingleWindow: code cleaningdartraiden
2017-09-25AsSingleWindow: make it working (#941)Goraf
* AsSingleWindow: remove interfaces to be able to load plugin * AsSingleWindow: fix saving options * AsSingleWindow: remove unnecessary handles * AsSingleWindow: code cleaning * AsSingleWindow: move plugin info to separate version.h
2017-09-19AsSingleWindow: decapitalization, spelling correction, cosmetic, remove garbagedartraiden
2017-09-19AsSingleWindow: adopted but not workingKirill Volinsky