summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/HTMLBuilder.cpp
AgeCommit message (Expand)Author
2024-05-13DbEvent_GetTextA: unused function removedGeorge Hazan
2024-03-24code cleaningGeorge Hazan
2024-03-10code cleaningGeorge Hazan
2023-12-25DbEvent_GetTextW: useless second parameter removedGeorge Hazan
2023-12-22DB::EventInfo::wipeNotify - useful helper to hide blinking event both from da...George Hazan
2023-08-11fixes #3634 (tabSRMM заставляет прощёлкать каждое ...George Hazan
2023-05-21Clist_RemoveEvent became static, pfnRemoveEvent is replaced with pfnFreeEventGeorge Hazan
2023-04-14duplicate code removedGeorge Hazan
2023-04-12useless function DbEvent_GetString removedGeorge Hazan
2023-04-11DB::FILE_BLOB - file events' access unificationGeorge Hazan
2023-04-10code cleaningGeorge Hazan
2023-03-06fixes #3401 (IEView включает описание файла в путь ...George Hazan
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-02-08fixes #3023 (IEView: не отображаются подписи к файл...George Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-06-05major code cleaning in regard to db_event_getBlobSize & event memory allocationGeorge Hazan
2021-03-06less shit with this "(Unknown contact)"George Hazan
2021-02-20translation fixGeorge Hazan
2020-06-08fixes #2434 (IEView не отображается поле %fileDesc%, но ...George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard Proto_GetB...George Hazan
2019-10-04IEView: obsolete protocol management code removedGeorge Hazan
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-01-18code cleaningGeorge Hazan
2018-11-07IEView: double settings set removedGeorge 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
2016-09-13mode old database junk to dieGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-26less TCHARs:George Hazan
2016-07-25hello, Unix.George Hazan
2016-06-29IEView: fix(?) avatar path, code cleaning MikalaiR
2016-05-18these tons of code aren't needed anymore...George Hazan
2016-04-26IEView: fix localtime() call MikalaiR
2016-04-21IEView: minor cleanupMikalaiR
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
2015-07-24ieview: common projectKirill Volinsky
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-04-19- all strings operations were rewritten using CMString instead of ugly self-m...George Hazan
2015-03-27IEView:Tobias Weimer
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-12-15IEView: changed warning lavel to w4Kirill Volinsky
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan