summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify/src/popup.cpp
AgeCommit message (Expand)Author
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-10-15fixes #3735 (Падение при проверке RSS)George Hazan
2023-05-21Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEventGeorge Hazan
2023-05-21static function pfnGetEvent removed from CLIST_INTERFACEGeorge Hazan
2023-04-12fix for another potential crashGeorge Hazan
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-04-10code cleaningGeorge Hazan
2023-01-16fixes #3299 (NewEventNotify: добавить опцию "Use Windows colors")George Hazan
2022-06-16fixes #3103 (Miranda crashes randomly (null pointer dereference in NewEventNo...George Hazan
2022-03-02NEN: correct processing of timeouts = -1George Hazan
2022-02-27NEN: fix for chinese & CRLF in popupsGeorge Hazan
2022-02-27NEN: fix for event stackingGeorge Hazan
2022-02-12minor interface glitches in NENGeorge Hazan
2022-02-11NEN: memory corruption fixGeorge Hazan
2022-02-10some fixes for #3027George Hazan
2022-02-09fixes #1950 (Remove notification engine from TabSRMM)George Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2020-04-28database:George Hazan
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-05Popup:George Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-01-30obsolete ICQ trash removed from headersGeorge Hazan
2019-01-18code cleaningGeorge Hazan
2018-08-31code cleaningGeorge Hazan
2018-05-27global variable name standardizationGeorge Hazan
2018-05-23no need to initialize pcli variable in each plugin (only in Clist_*)George Hazan
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2017-01-16DB_AUTH_BLOB: handy piece of code moved into the coreGeorge Hazan
2016-09-13mode old database junk to dieGeorge Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-07-26neweventnotify: common projectKirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge 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-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky