summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules/WinAPI
AgeCommit message (Collapse)Author
2022-04-06remove executable attribute from affected filesgeorgehazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2019-07-12compilation fixGeorge Hazan
2019-07-12MirLua: interface for extra icons addedGeorge Hazan
2019-01-08mirlua: crashfix:Gluzskiy Alexandr
winapi: use dynamic buffer size for GetWindowTextW (enhancement) pass proper buffer size to GetWindowTextW (fix)
2018-10-17MirLua:aunsane
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData
2018-07-21MirLua: winapi: current process id should return integeraunsane
2018-07-20we don't need two name sets for the same array of functionsGeorge Hazan
2018-02-24guard headersGoraf
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-01-16Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵George Hazan
Utf8DecodeW/Utf8EncodeW
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less TCHARs:George Hazan
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-13some fixAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16967 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-06-13lua winapi: GetOpenFileName functionMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-24Mirlua: CopyFile winapi function MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16162 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-24Mirlua: GetCurrentProcessId winapi function MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16161 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-16MirLua: winapi MessageBoxTimeout import MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16101 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-10MirLua: fixed RegQueryValueEx in winapiAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16082 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-10MirLua: winapi removed duplicated registry management functionsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-10encoding fix MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16076 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-09MirLua: winapi code cleanupMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16069 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-08MirLua: winapi cleanupAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@16060 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-07MirLua: WinAPI module moved to external library MikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@16045 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c