summaryrefslogtreecommitdiff
path: root/plugins/Exchange
AgeCommit message (Expand)Author
2015-06-07- common.props divided into app.props & plugin.props;George 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-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 _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-20warning fixesGeorge Hazan
2015-05-17Exchange: unified projectVadim Dashevskiy
2015-05-16fix for strncat useKirill Volinsky
2015-05-11minus CreateThreadKirill Volinsky
2015-05-03fix for the option's page style pt. 3Vadim Dashevskiy
2015-05-01Exchange:Tobias Weimer
2015-04-30minus critical sectionKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-01-17Exchange: using precompiled headerVadim Dashevskiy
2015-01-17preparing Exchange for the precompiled headers' usage George Hazan
2015-01-09this little exclamation mark makes plugin unusable!Maciej Wycik
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...)Rozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30icons in filters project files (by person)Vadim Dashevskiy
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-29Exchange: code refactoring. Review requred: suspect lost res free on errors.Rozhuk Ivan
2014-07-16in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be...George Hazan
2014-06-11correct ServiceExists call for popupsGeorge Hazan
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
2014-03-12SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64Rozhuk Ivan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-12MAPI requires non-unicode strings in some places.Maciej Wycik
2014-02-02m_database.h is not needed in many casesGeorge Hazan
2014-01-25end of version zooGeorge Hazan
2014-01-04some code cleaningGeorge Hazan
2013-11-19preparing to the transparent cyphering: end of MS_DB_CRYPT_ENCODESTRING/MS_DB...George Hazan
2013-11-16warning fixesGeorge Hazan
2013-11-09added projects and solutions for vc2013Kirill Volinsky
2013-10-30MirandaInterfaces fixes - also make SAR working correctlyRobert Pösel
2013-10-19removing unnecessary spacesDart Raiden
2013-10-08BinToHex now return correct value (plugin crash if unread email found)Maciej Wycik
2013-10-06more unnecessary spacesDart Raiden
2013-09-25valid options initializationGeorge Hazan
2013-09-16removed not needed _MSC_VER checksKirill Volinsky
2013-08-15we use bin2hex now instead of mir_snprintf("%02x")George Hazan
2013-08-12- minor x64 fixesTobias Weimer