summaryrefslogtreecommitdiff
path: root/plugins/ChangeKeyboardLayout
AgeCommit message (Expand)Author
2018-03-11ChangeLayout: mir_strcpy and mir_strcat replaced on strncpy_s and strncat_sMataes
2018-01-01massive copyright updatedartraiden
2017-12-10- remove emails (if author retired - it's useless to write to him; if author ...dartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
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-12-06convert txt files to utf-8Kirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-13Code modernize ...Goraf
2017-10-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-09-18unneeded calls of DestroyServiceFunction() removedGeorge Hazan
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change plugin links from http:// to https://Robert Pösel
2017-01-01bump copyright yeardartraiden
2016-10-28- old useless helpers removed from the Options module;George Hazan
2016-08-22There are different popup plugins (YAPP, Toster)Dart Raiden
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-07-22Standartize "Version.h" to "version.h" (final rename)Robert Pösel
2016-07-22Standartize "Version.h" to "version.h" (temporary rename)Robert Pösel
2016-06-07warnings fixKirill Volinsky
2016-01-02Copyrights update part 3 (final)Dart Raiden
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-11- typo fix;George Hazan
2015-06-07- common.props divided into app.props & plugin.props;George Hazan
2015-06-03langpacks/russian & ukrainian update. kill term «Use Popup colors» now is Â...Konstantin Nikulin
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-13resource fixVadim Dashevskiy
2015-04-25ChangeKeyboardLayout - common projectVadim Dashevskiy
2015-04-23fixed button sizeKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-14memory leaks fixedGeorge Hazan
2015-04-06options section name as in other pluginsDart Raiden
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan