summaryrefslogtreecommitdiff
path: root/plugins/SecureIM/src/options.cpp
AgeCommit message (Expand)Author
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-07-22SecureIM: vc2015 compilation fixKirill Volinsky
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill 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 strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-07SecureIM:Tobias Weimer
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-07-08code cleaningGeorge Hazan
2014-02-27MS_MC_GETMETACONTACT => db_mc_getMetaGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2013-11-19preparing to the transparent cyphering: end of MS_DB_CRYPT_ENCODESTRING/MS_DB...George Hazan
2013-09-20fixed tabs backgroung colorKirill Volinsky
2013-07-22replace sprintf to mir_snprintf (part 2)Kirill Volinsky
2013-06-30- db_set_blob used everywhere for writing blobsGeorge Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-04-05- rest of menus cleared;George Hazan
2013-04-01SecureIM:George Hazan
2013-03-31code cleaningGeorge Hazan
2013-03-17- rest of memory leaks George Hazan
2013-02-22hooking loading/unloading eventsKirill Volinsky
2013-01-26some cleanupKirill Volinsky
2013-01-26fixed openfile filtersKirill Volinsky
2013-01-26fixed openfile filtersKirill Volinsky
2013-01-25- SecureIM: options fix (patch from person)Vadim Dashevskiy
2013-01-22- SecureIM: unicode fix (patch from person)Vadim Dashevskiy
2013-01-22- SecureIM: translation fix (patch from person)Vadim Dashevskiy
2013-01-19- Another portion of _T replacement (patch from person)Vadim Dashevskiy
2012-12-01icolib: icon creation quirksGeorge Hazan
2012-11-19- returned back SecureIM option for the extra icons usage;George Hazan
2012-11-03removing built-in Clist Modern extra icons part IGeorge Hazan
2012-11-02final switch to the typed icolib apiGeorge Hazan
2012-10-10service call replaced with the direct function callGeorge Hazan
2012-09-07minor signature fixesTobias Weimer
2012-07-23SecureIM, SeenPlugin, SendSS, Sessions: changed folder structure Vadim Dashevskiy