summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2019-09-02StdMsg: tab processing code unificationGeorge Hazan
2019-09-02StdMsg: further code cleaningGeorge Hazan
2019-09-02StdMsg: merge beganGeorge Hazan
2019-09-02StdMsg: error dialog -> UI ClassesGeorge Hazan
2019-08-26obsolete services removed from core & replaced with functionsGeorge Hazan
2019-08-22StdMsg:George Hazan
- fixes #2032 (focus is lost during tab switching); - code optimization
2019-08-03core part of CloseAction went to the coreGeorge Hazan
2019-08-03CloseAction: spin cycle removedGeorge Hazan
2019-07-26warning fixesGeorge Hazan
2019-07-25bunch of unused junk removed from StdPopupGeorge Hazan
2019-07-24code cleaningGeorge Hazan
2019-07-21Restore "Free for chat" status support (fixes #1963)dartraiden
2019-07-12CMake: build file for StdPopup.protomors
2019-06-27StdPopup:George Hazan
- obsolete ANSI code cleaning; - code formatting
2019-06-27fixes #1997 (Strange code in StdPopup)George Hazan
2019-06-02Button_SetIcon_IcoLib - a helper to set MButton's icon using an icolib handleGeorge Hazan
2019-05-27fixes #1963 (Remove Free for Chat, On the Phone and Out to Lunch statuses ↵George Hazan
completely)
2019-05-13CDlgBase::SetMinSize - a way to get rid of WM_GETMINMAXINFO in DlgProcGeorge Hazan
2019-04-24fix for a common version resourceGeorge Hazan
2019-04-12wiping custom icolib functions: StdMsgGeorge Hazan
2019-03-28Menu_ModifyItem to receive icolib handle, not HICONGeorge Hazan
2019-03-26ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removedGeorge Hazan
2019-03-26StdPopup and Popup decapitalizationdartraiden
2019-03-18Notes & 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-08life is too short to remember whether this structure is zeroed or notGeorge Hazan
2019-03-06fix for the popup window class nameGeorge Hazan
2019-03-06be simplerGeorge Hazan
2019-03-06Scott Ellis is an author of YAPPdartraiden
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-05Popup:George Hazan
- wiping out checks for service presence; - code cleaning
2019-03-05fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)George Hazan
2019-02-27popup code cleaning (cause we have no tchar.h)George Hazan
2019-02-25PROTORECVFILE now uses const char/wchar_t pointers. also fixes #1864 completelyGeorge Hazan
2019-02-05fixes #1825 (spin control initialization should be done in the constructor, ↵George Hazan
not inside OnInitDialog)
2019-02-01fixes #1762 (StdMsg: Text selection bug in the message log since 0.95.8)George Hazan
2019-01-28mir_urlDecode & mir_urlEncode to return CMStringAGeorge Hazan
2019-01-18code cleaningGeorge Hazan
- ACKTYPE_URL removed; - PF1_URL removed; - IEED_EVENT_URL removed; - another URL-related code cleaning
2019-01-04Update copyrightsdartraiden
2018-12-28obsolte perversion with PF4_INFOSETTINGSVC removedGeorge Hazan
2018-12-19StdAutoAway: more logsGeorge Hazan
2018-12-18C++ exceptions are disabled in all cases where they just prevent warningsGeorge Hazan
2018-12-08chats:George Hazan
- Chat_GetGroup & Chat_SetGroup functions added to stop the zoo with chat default group name; - fixes #1655 (custom chat group name doesn't work in Discord)
2018-11-26more diagnostics for StdAutoAwayGeorge Hazan
2018-11-26fix for chat structures declarationGeorge Hazan
2018-11-21StdMsg: fix for setting message idsGeorge Hazan
2018-11-14unused MODULENAME macros removedGeorge Hazan
2018-11-14code cleaningGeorge Hazan
2018-11-13Std* modules -> g_pluginGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-11-12end of ME_OPT_INITIALISE related zoo in another pluginsGeorge Hazan