Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-04 | Forgotten fix for ↵ | dartraiden | |
https://github.com/miranda-ng/miranda-ng/commit/54a1360c3485733d554e56d312221f3ad1423226 | |||
2024-01-26 | major atavism, PROTORECVEVENT, died with its own set of constants | George Hazan | |
2024-01-09 | code cleaning | George Hazan | |
2024-01-09 | more strict constructor of MHttpRequest to avoid quirks | George Hazan | |
2024-01-08 | Update copyrights | dartraiden | |
2024-01-05 | Netlib: | George Hazan | |
- NETLIBHTTPHEADER & NETLIBHTTPREQUEST obsoleted; - NETLIBHTTPREQUEST divided into MHttpRequest & MHttpResponse; - MHttpHeaders now manager headers both for MHttpRequest & MHttpResponse; | |||
2024-01-04 | NETLIBHTTPREQUEST::cbSize = old unused field removed | George Hazan | |
2023-12-20 | DBEVENTINFO::hContact to be returned inside an event, no need to call ↵ | George Hazan | |
db_event_getContact() just after db_event_get() | |||
2023-11-21 | SRMM toolbar buttons that require input window to be visible are marked as ↵ | George Hazan | |
BBBF_NOREADONLY | |||
2023-11-15 | CCtrlListView::addItem() doesn't add strings in the reverse order anymore | George Hazan | |
2023-11-06 | fixes #3848 (MirLua: не переводится строка) | George Hazan | |
2023-09-21 | MessageWindowEventData: useless structure removed | George Hazan | |
2023-09-21 | unused old field removed | George Hazan | |
2023-02-21 | compilation fix | George Hazan | |
2023-01-27 | Group chats: all old APIs with lookup by module+session removed | George Hazan | |
2023-01-25 | Group chats: ChatRoomID setting replaced with real protocol id | George Hazan | |
2023-01-02 | Update copyrights | dartraiden | |
2022-12-17 | Mediawiki considers URLs with and without a trailing slash as different ↵ | dartraiden | |
pages, see https://phabricator.wikimedia.org/T14703 | |||
2022-09-10 | no need to export Miranda's offal to the outside world | George Hazan | |
2022-07-31 | Contact: group of functions gathered into the personal namespace | George Hazan | |
2022-07-16 | Contact_IsGroupChat - a helper to detect chat rooms | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | WORD -> uint16_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-12-26 | PBYTE -> uint8_t* | George Hazan | |
2021-06-05 | major code cleaning in regard to db_event_getBlobSize & event memory allocation | George Hazan | |
2021-05-20 | forgotten setlocale() calls | George Hazan | |
2021-04-03 | we don't pretend that we have more than one g_plugin ... | George Hazan | |
2021-03-20 | code cleaning | George Hazan | |
2021-03-20 | MirLua: no need to enable Apply button on scripts reload | George Hazan | |
2021-02-08 | more UI classes related code cleaning | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-10-16 | warning fix | George Hazan | |
2020-10-16 | MirLua: | George Hazan | |
- fixes #2589 (MirLua doesn't work correctly in 64-bit Miranda); - code cleaning; - version bump | |||
2020-06-15 | simpler way of applying server ids to messages | George Hazan | |
2020-01-20 | db_event_delete: unused parameter removed | George Hazan | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2019-11-06 | MirLua: since we use 64-bit integers, no need to push wparam/lparam as pointers | George Hazan | |
2019-11-06 | typo fix | George Hazan | |
2019-07-24 | massive warning fix | George Hazan | |
2019-07-12 | MirLua: interface for extra icons added | George Hazan | |
2019-06-03 | Folders: old TCHAR helpers removed | George Hazan | |
2019-04-12 | wiping custom icolib functions: all another plugins | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-06 | popups: | George Hazan | |
- internal implementation details & all service declarations moved to m_popup_int.h; - all service calls removed and replaced with function calls; - direct access to popup serttings replaced with Popup_Enable / Popup_Enabled; | |||
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) |