summaryrefslogtreecommitdiff
path: root/plugins/YAMN/src
AgeCommit message (Expand)Author
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessage 2Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
2014-12-13multiple buf size fixesRozhuk Ivan
2014-12-09revert - this change was breaking YAMN profile creation and recognitionVadim Dashevskiy
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan
2014-11-30Fix buf size for Get/Set text, open/save file nameRozhuk Ivan
2014-11-28crazy flag TTBST_RELEASED removedGeorge Hazan
2014-11-27YAMN: code cleanupRozhuk Ivan
2014-06-11correct ServiceExists call for popupsGeorge Hazan
2014-02-24more useless conversions removedGeorge Hazan
2014-02-18spelling correctionsRMN
2014-02-12fixes for the MCONTACTs, stored in the databaseGeorge Hazan
2014-02-12another bunch of useless conversions diedGeorge Hazan
2014-02-10these conversions aren't needed eitherGeorge Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2014-01-25С++ sources: __VERSION_STRING -> __VERSION_STRING_DOTSGeorge Hazan
2014-01-25end of version zooGeorge Hazan
2014-01-21- new typed helper, WindowList_Create, to create a window listGeorge Hazan
2014-01-01copyright update for year 2014George Hazan
2013-11-03label size fixedKirill Volinsky
2013-10-23double string from YAMN fixed (for real this time)Vadim Dashevskiy
2013-10-23double string from YAMN fixed, langpacks/english: updated Vadim Dashevskiy
2013-10-05spelling correction (thanks RMN) Vadim Dashevskiy
2013-09-25valid options initializationGeorge Hazan
2013-09-22pre-XP headers cleanedGeorge Hazan
2013-09-20using UxthemeKirill Volinsky
2013-09-18double ;; removedKirill Volinsky
2013-08-23use mir_sntprintfTobias Weimer
2013-08-18- fixed YAMN hotkey (fixes #443)Tobias Weimer
2013-08-15we use bin2hex now instead of mir_snprintf("%02x")George Hazan
2013-07-25replace sprintf to mir_snprintf (part 6)Kirill Volinsky
2013-07-25replace sprintf to mir_snprintf (part 5)Kirill Volinsky
2013-07-24replace sprintf to mir_snprintf (part 4)Kirill Volinsky
2013-07-08Correct url for all plugins.Robert Pösel
2013-05-19"PopUp" everywhere was replaced to "Popup"Robert Pösel
2013-04-10warning fixesGeorge Hazan
2013-04-09- the kernel filters out contacts by proto names much faster than a plugin;George Hazan
2013-04-09- short function names allows to write database loops in one string;George Hazan
2013-04-06menu item flag CMIF_ICONFROMICOLIB is ignored by the core from now onGeorge Hazan