summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-03-17CCtrlListView::OnNotify: we ignore item change until OnInitDialog is finishedGeorge Hazan
2020-03-15db_get_sm / getStringA / getWStringA / getUStringA/ getMStringA / ↵George Hazan
getMStringW - missing szValue parameter added
2020-03-13StdMsg: fix for pasting data from clipboard in ANSIGeorge Hazan
2020-03-12fixes #2250 (StdMsg doesn't accept file transfers)George Hazan
2020-03-12fix for rare crashGeorge Hazan
2020-03-10fixes #2253 (StdMsg grabbing/stealing focus on incoming message)George Hazan
2020-03-08fixes #2252 (Update tinyxml2 to 8.0.0)George Hazan
2020-03-04fixes #2244 (Scriver: after message log unification the Quote button doesnt ↵George Hazan
use selected text)
2020-03-03HM_DBEVENTADDED to be delayed, instead of sending it immediatelyGeorge Hazan
2020-03-03fixed #2236 (StdMsg: focused window blinks)George Hazan
2020-02-20bunch of useless threads replaced with a call of ProtoBroadcastAsyncGeorge Hazan
2020-02-19if a protocol handles an event, it shall return 1, not 0George Hazan
2020-02-17crash fixGeorge Hazan
2020-02-16useless checks removedGeorge Hazan
2020-02-07fixes #2204 (empty strings in StdPopup options)George Hazan
2020-02-03Netlib_Dump exported from mir_appGeorge Hazan
2020-02-01let's make a couple of things simplerGeorge Hazan
2020-02-01fix for TryEnterCriticalSectionGeorge Hazan
2020-02-01attempt to fix #2139George Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-29fix for a rare crash on exitGeorge Hazan
2020-01-27fixes #2188 (Clist_modern: crash at "clc.cpp (1135))George Hazan
2020-01-27minor code cleaningGeorge Hazan
2020-01-26fixes #2159 (BBCode color. Не передаётся в теге цвет ↵George Hazan
при выборе цвета по кнопке)
2020-01-25fixes #2185 (Clist_modern показывается, как ↵George Hazan
выгруженный, хотя он загружен)
2020-01-25massive code cleaning:George Hazan
- GCHOOK structure normalized (i.e. inlined SESSION_INFO fields replaced with a reference to SESSION_INFO); - fake CMsgDialog declaration added to m_srmm_int.h, thus duplicated declarations in plugins aren't needed anymore - other minor changes
2020-01-20db_event_delete: unused parameter removedGeorge Hazan
2020-01-13Netlib_GetHeader() - handful utility to avoid writing cyclesGeorge Hazan
2020-01-10WebSocket_Connect to return the reply to a HTTP request instead of a connectionGeorge Hazan
2020-01-10fixes #2157 (database drivers have unload checkbox in Options - Plugins)George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-03workaround to avoid numerous problems with manual event handlingGeorge Hazan
2020-01-03thread-safe implementation of CTimer::Start/StopGeorge Hazan
2020-01-03CTimer::GetEventId() shall return UINT_PTR as wellGeorge Hazan
2020-01-03Miranda_GetSystemWindow - returns a common window for creating global timersGeorge Hazan
2020-01-03CTimer::CTimer() : parameter type is changed to UINT_PTR, as presumedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-12-16typo fixGeorge Hazan
2019-12-16fixes #2141 (StdUserInfo doesn't handle OK button properly)George Hazan
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-11-19unused functions removedGeorge Hazan
2019-10-31fixes #2107 (trailing extra-icons aren't wiped from clist after disabling a ↵George Hazan
plugin)
2019-10-31fix for occasional crashes in icolibGeorge Hazan
2019-10-30fixes #2108 (Old message log is listed in settings until reopen)George Hazan
2019-10-30fix for CMOption<> prototypeGeorge Hazan
2019-10-30fixes #2111 (Pascal plugins don't free their resource after dynamic unload)George Hazan
2019-10-28crash fixGeorge Hazan
2019-10-28fixes #2105 for StdUserInfo (crash in User Info dialog when a plugin is ↵George Hazan
unloaded)
2019-10-15MBinBuffer::assign = function to replace buffer contentsGeorge Hazan