summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/globals.cpp
AgeCommit message (Collapse)Author
2024-11-05"Strike through", "Strike-through" → Strikethroughdartraiden
2024-10-24fixes #4758 (StdMsg/Scriver: добавить кнопку ↵George Hazan
"зачеркнутый текст")
2024-10-07Scriver: useless icon removedGeorge Hazan
2024-03-29Revert "fix: reply ids are not written for the outgoing messages"George Hazan
This reverts commit 0b942877182ed44ad8cb064118d1468e21a89b6b.
2024-03-29fix: reply ids are not written for the outgoing messagesGeorge Hazan
2024-01-26major atavism, PROTORECVEVENT, died with its own set of constantsGeorge Hazan
2023-12-20DBEVENTINFO::hContact to be returned inside an event, no need to call ↵George Hazan
db_event_getContact() just after db_event_get()
2023-12-03SRMM: sending quoted event as PSS_MESSAGE parameterGeorge Hazan
2023-06-20Unify icon namesdartraiden
2023-06-20Scriver: proper icon namesdartraiden
2023-06-20fixes #3533 completelyGeorge Hazan
2023-03-22Scriver: old unused trash removedGeorge Hazan
2022-12-25db_event_replace: new helper to eliminate duplicate eventsGeorge Hazan
2022-08-04Spelling correctiondartraiden
2022-03-26fixes #3057 (Унифицировать настройку горячих ↵George Hazan
клавиш для отправки сообщений)
2021-12-26PBYTE -> uint8_t*George Hazan
2021-03-13Group chats API:George Hazan
- for #2574: fixes icons problem after unloading tabSRMM; - status icons extracted to the separate array; - another group chat icons are hidden completely to restrict access to them
2020-06-15simpler way of applying server ids to messagesGeorge Hazan
2020-06-04fixes #2420 (empty error window in StdMsg/Scriver)George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-10-02merge with SrmmLogContainerGeorge Hazan
2019-09-17duplicate code removed from ScriverGeorge Hazan
2019-09-11Scriver: all useless messages converted into methodsGeorge Hazan
2019-08-30no more old-style settings in ScriverGeorge Hazan
2019-08-30Scriver: more CMOptionGeorge Hazan
2019-08-30Scriver: more CMOptionGeorge Hazan
2019-08-30Scriver:George Hazan
- fixes #2037 (when tabs are used, "Save settings for contacts" corrupts window position); - rest of tabs options switched to UI; - version bump
2019-08-29Scriver: options automationGeorge Hazan
2019-05-27obsolete calls of GetVersion() removed & replaced with IsWinVer*Plus() callsGeorge Hazan
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12wiping custom icolib functions: ScriverGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2018-11-12Scriver -> g_plugin callsGeorge Hazan
2018-09-21old crutch removed: error messages to go in UnicodeGeorge Hazan
2018-09-21if a protocol receives a message delivery confirmation, it can pass the ↵George Hazan
server id for an event as LPCSTR into lParam of ProtoBroadcastAck
2018-06-09fixes #1406 (Scriver: sending by Shift+Enter)George Hazan
2018-05-27unused variable CHAT_MANAGER *pci removed and replaced with g_chatApiGeorge Hazan
2018-05-18Icon_Register(g_plugin.getInst() => g_plugin.registerIconGeorge Hazan
Icon_RegisterT(g_plugin.getInst() => g_plugin.registerIconW
2018-05-16Scriver -> CMPluginGeorge Hazan
2018-05-13related to #1354 (unhides the hidden database setting that sets the title ↵George Hazan
format for Scriver)
2018-05-11fixes #1347 (Scriver: remove "Use the contact's status icon as the window ↵George Hazan
icon" option)
2018-05-03mir_forkThread<typename> - stronger typizatioin for thread function parameterGeorge Hazan
2018-01-26code optimizationGeorge Hazan
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-09-12old good sound services became finally functionsGeorge Hazan
2017-09-12Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng"George Hazan
This reverts commit e09448dd03e3647717166e92ee818e395041993a, reversing changes made to b0f44b16bd1138de85a5d17bb42151742f9c8298.
2017-09-11old good sound services became finally functionsGeorge Hazan
2017-08-25Scriver: killing that old shit with error dialogGeorge Hazan
2017-04-07SRMM events are now created inside the core to avoid problems with dynamic ↵George Hazan
plugin unload