summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/options.cpp
AgeCommit message (Expand)Author
2018-11-14hContact, MODULENAME -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-09-25NewGPG:George Hazan
2018-07-11GUI change:George Hazan
2018-05-20options API unbound from hLangpack and switched to CMPluginGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-18CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCEGeorge Hazan
2018-05-17MirLua, MirOTR, New_GPG, OpenSSL, SecureIM -> CMpluginGeorge Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-03-29plugins: new_gpgGluzskiy Alexandr
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-01-01- convert NEW_GPG to UTF without BOMdartraiden
2018-01-01massive copyright updatedartraiden
2017-12-08new_gpg: a bit of refactoringGluzskiy Alexandr
2017-12-08new_gpg: get rid of "extern chaos"Gluzskiy Alexandr
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-03new_gpg: porting to new ui apiGluzskiy Alexandr
2017-12-03new_gpg: porting ui to new apiGluzskiy Alexandr
2017-12-02new_gpg: porting ui to new apiGluzskiy Alexandr
2017-12-02new_gpg: dos2unix //deal with it.Gluzskiy Alexandr
2017-12-01new options:George Hazan
2017-12-01new_gpg: porting to new ui api (part2)Gluzskiy Alexandr
2017-11-30new_gpg: porting ui to new api (part1)Gluzskiy Alexandr
2017-11-13Code modernize ...Goraf
2016-12-06bIsMiranda09 - useless variable removedGeorge Hazan
2016-10-28- old useless helpers removed from the Options module;George Hazan
2016-09-11New_GPG: Fix unicode paths handling (fixes #349); versiom bumpRobert Pösel
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-04-23plugins:Alexander Gluzsky
2015-08-16code cleaningGeorge Hazan
2015-07-31unified project for New_GPGGeorge Hazan
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace _tcsncat to mir_tstrncatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-16fix for strncat useKirill Volinsky
2015-04-21New_GPG:Tobias Weimer
2015-04-16Spelling correction (patch by RMN)Vadim Dashevskiy
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan