Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-24 | fix for a common version resource | George Hazan | |
2019-04-23 | mir_core: warning fix | Mataes | |
2019-04-14 | Netlib_AddressToString expects input in network byte order (fixes issue #1764) | obs | |
2019-04-13 | CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵ | George Hazan | |
HIMAGELIST | |||
2019-04-12 | another missed helper | George Hazan | |
2019-04-12 | helper should be applied here to avoid a leak | George Hazan | |
2019-04-12 | wiping custom icolib functions: StdMsg | George Hazan | |
2019-04-12 | - extra icons default changed from icon's name to icon's handle; | George Hazan | |
- Skin_GetIconName() considered obsolete and therefore removed; | |||
2019-04-12 | major crutch for pascal plugins | George Hazan | |
2019-04-12 | missing parameter added | George Hazan | |
2019-04-12 | standard icolib management code added to CMPluginBase | George Hazan | |
2019-04-12 | strange unused shit removed | George Hazan | |
2019-03-31 | icon leak fixes | George Hazan | |
2019-03-28 | Menu_ModifyItem to receive icolib handle, not HICON | George Hazan | |
2019-03-27 | Clist events: | George Hazan | |
- no need to save 4 bytes each time we wanna declare protocol-wide events; - all event adding code is forced to be executed in the main thread; - also fixes #1904 (ICQ: mail notification bug); - now we can use any event ids for global events. | |||
2019-03-27 | не пригодилось | George Hazan | |
2019-03-26 | ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed | George Hazan | |
2019-03-26 | we shall never load two Popup.dll at a time | George Hazan | |
2019-03-26 | StdPopup and Popup decapitalization | dartraiden | |
2019-03-25 | major fix for the command-line parser | George Hazan | |
2019-03-24 | fixes #1897 (rare crash in IRC, when one user changes his nickname) | George Hazan | |
2019-03-19 | added CCtrlDate::SetTime | George Hazan | |
2019-03-19 | missing CBN_KILLFOCUS handler in CCtrlCombo | George Hazan | |
2019-03-19 | CCtrlDate - new UI class for date/time pickers | George Hazan | |
2019-03-18 | Notes & Reminders: | George Hazan | |
- ANSI plugin became Unicode and therefore went under standard project templates; - globals.h renamed to stdafx.h, stdafx.cxx added to a project; - old pascal-style lists replaced with LIST<> templates; - massive code cleaning; - version bump | |||
2019-03-12 | fixes for format specifiers | George Hazan | |
2019-03-12 | - unused member CDbLink::m_bSigned removed; | George Hazan | |
- obsolete CCtrlBase private members removed; | |||
2019-03-12 | CCtrlBase: | George Hazan | |
- obsolete private declarations removed; - initialized member CCtrlBase::m_bSilent inited; - warning fixes | |||
2019-03-12 | these conditions are identical | George Hazan | |
2019-03-12 | another manual critical section removed | George Hazan | |
2019-03-08 | life is too short to remember whether this structure is zeroed or not | George Hazan | |
2019-03-07 | Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵ | George Hazan | |
controls flags | |||
2019-03-07 | Skin_GetProtoIcon - new function to retrieve status icon's handle | George Hazan | |
2019-03-07 | fixes #1889 | dartraiden | |
2019-03-07 | duplicate popup icons moved into global skin | George Hazan | |
2019-03-06 | fix for the popup window class name | George Hazan | |
2019-03-06 | be simpler | George Hazan | |
2019-03-06 | popups: pascal code cleaning | George Hazan | |
2019-03-06 | Scott Ellis is an author of YAPP | dartraiden | |
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 | code cleaning | George Hazan | |
2019-03-05 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-03-05 | fixes #1876 (YAPP renamed to StdPopup, to popup service be always present) | George Hazan | |
2019-03-01 | preventing endless loops on error | George Hazan | |
2019-03-01 | crash fix for clicking on tray event icon | George Hazan | |
2019-02-28 | code cleaning / warning fixes | George Hazan | |
2019-02-27 | h++ => #1846 | George Hazan | |
2019-02-27 | fixes #1846 (tabSRMM: get my own nick from "MyHandle") | George Hazan | |
2019-02-27 | fixes #1868 (Miranda NG crashes when trying to access message log) | George Hazan | |
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |