summaryrefslogtreecommitdiff
path: root/plugins/Popup
AgeCommit message (Collapse)Author
2023-01-02Update copyrightsdartraiden
2022-12-17Mediawiki considers URLs with and without a trailing slash as different ↵dartraiden
pages, see https://phabricator.wikimedia.org/T14703
2022-09-26more clipboard shit removedGeorge Hazan
2022-09-01Fix addons URLdartraiden
2022-07-31Contact: group of functions gathered into the personal namespaceGeorge Hazan
2022-06-13Popup+: fix for a madness with default popup class valuesGeorge Hazan
2022-02-09db_is_module_empty & db_copy_module - new database helpersGeorge Hazan
2022-01-01Happy new year, Mirandadartraiden
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26WORD -> uint16_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-12-26PBYTE -> uint8_t*George Hazan
2021-09-09fix for a crappy ::GetCurrentThread call that breaks all Wait* functionsGeorge Hazan
2021-05-04attempt to fix some problems on exitGeorge Hazan
2021-03-2821 years after Win2k release we don't need win2k.h - everything we need is ↵George Hazan
included into minimum Windows SDK 7.1
2021-01-17Update copyrightsdartraiden
2020-08-16fixes #2538 (NewStory: add stickers support to message log and history)George Hazan
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-04-14Popup+ received MTextControl support back, based on library instead of servicesGeorge Hazan
2020-04-03MTextControl's support removed from Popup+George Hazan
2020-01-30LIST::remove + LIST::indexOf() combination removed with LIST::removeItemGeorge Hazan
2020-01-09fixes #2155 (crash in Popup+ options)George Hazan
2020-01-09fixes #2156: error in Popup+ options logic)George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2019-12-04GetContactProto: useless duplicate function replaced with standard ↵George Hazan
Proto_GetBaseAccountName
2019-10-04IEView: unused builders removedGeorge Hazan
2019-09-27end of manual experiments with CList/NotOnListGeorge Hazan
2019-09-18- more shit cleared from C++ code;George Hazan
- Pascal code partially restored till the full container log implementation
2019-09-18m_ieview.h: code cleaningGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-06-04fix fo statuses idsdartraiden
2019-06-03Folders: old TCHAR helpers removedGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-05-02minor fixesMataes
2019-04-13CMPluginBase::addImgListIcon: new helper to safely add an icolib icon to ↵George Hazan
HIMAGELIST
2019-04-12wiping custom icolib functions: Popup+George Hazan
2019-03-28unused translations removedGeorge Hazan
2019-03-27I hate Foldersdartraiden
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-26we shall never load two Popup.dll at a timeGeorge Hazan
2019-03-26StdPopup and Popup decapitalizationdartraiden
2019-03-11fix for dll nameGeorge Hazan
2019-03-11Rename Popup.dll to avoid confusion with StdPopup (thx Wishmaster)dartraiden
2019-03-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-07Srmm_ModifyIcon now changes only tooltip and/or icon, Srmm_SetIconFlags ↵George Hazan
controls flags
2019-03-07Skin_GetProtoIcon - new function to retrieve status icon's handleGeorge Hazan
2019-03-07duplicate popup icons moved into global skinGeorge Hazan
2019-03-06popups: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-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan