summaryrefslogtreecommitdiff
path: root/plugins/HistorySweeperLight/src/historysweeperlight.cpp
AgeCommit message (Expand)Author
2023-09-21MessageWindowEventData: useless structure removedGeorge Hazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2020-05-14simple database event cycles moved to cursorsGeorge Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags contr...George Hazan
2018-11-12historysweeperlight -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-05-16HistoryLinkList, HistoryStats, historysweeperlight, httpserver, HwHotKeys: cm...Mataes
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-03-16class renaming, part IIGeorge Hazan
2018-03-16always hated these long expressions: contact_iter makes them much shorterGeorge Hazan
2018-03-15MUCH more effective way of removing records from iteratorsGeorge Hazan
2018-03-14reverse iterators for LIST<>George 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-03-28massive cleanup of useless cbSize fieldsGeorge Hazan
2017-01-17useless field DBEVENTINFO::cbSize removedGeorge Hazan
2016-09-14second major wipeout of database services & structures:George Hazan
2015-07-26more warning fixesGeorge Hazan
2015-07-24historysweeperlight: common projectKirill Volinsky
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2014-07-27- fix for clearing SRMM icon;George Hazan
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
2014-02-10- HANDLE hContact => HCONTACTGeorge Hazan
2013-06-29rest of unused databases services removedGeorge 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-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
2012-10-10service call replaced with the direct function callGeorge Hazan
2012-07-23HistorySweeperLight, MyDetails, NewEventNotify: changed folder structure Vadim Dashevskiy