Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-01 | fixes #1762 (StdMsg: Text selection bug in the message log since 0.95.8) | George Hazan | |
2019-01-04 | Update copyrights | dartraiden | |
2018-12-08 | chats: | 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-26 | fix for chat structures declaration | George Hazan | |
2018-11-21 | StdMsg: fix for setting message ids | George Hazan | |
2018-11-13 | Std* modules -> g_plugin | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-10-13 | chat api: | George Hazan | |
- GC_SHAREDUSERS flag added to share the same array of users for all group chats; - USERINFO.next removed; - MODULEINFO.arUsers & SESSION_INFO.arUsers introduced to maintain user lists; - MM_AddModule removed; - memory allocation model changed for MODULEINFO & SESSION_INFO - MM_CreateModule & SM_CreateSession members are added to g_chatApi | |||
2018-10-03 | fixes #1607 (Scriver silently cuts long messages) | George Hazan | |
2018-09-27 | StdMsg and Scriver: ME_DB_EVENT_EDITED support | ElzorFox | |
2018-09-21 | old crutch removed: error messages to go in Unicode | George Hazan | |
2018-09-21 | if a protocol receives a message delivery confirmation, it can pass the ↵ | George Hazan | |
server id for an event as LPCSTR into lParam of ProtoBroadcastAck | |||
2018-07-25 | major code cleaning of all font-related structures | George Hazan | |
2018-07-24 | database: | George Hazan | |
- senseless fiels ptszVal removed from DBVARIANT, pwszVal is used instead; - if you want db_get to return a string, you need to use db_get_s. | |||
2018-07-16 | Unify special keys names | dartraiden | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-07-11 | GUI change: | George Hazan | |
- methods OnInitDialog, OnApply & OnClose of CDlgBase now return true if successful. return of false prevents a dialog from being loaded or left respectively; - massive code cleaning considering the 'virtual' attribute of overridden methods; - also fixes #1476 (Don't close "Create new account" window if user not set account name) | |||
2018-07-11 | Russian related fixes | dartraiden | |
2018-06-27 | fixes #1440 (StdMsg: contact window continues flashing after activating it) | George Hazan | |
2018-06-14 | chat behaviour unification: if a window isn't closed, but only minimized, ↵ | George Hazan | |
clist extra icon gets enabled again when a new message comes (till window gets focused) | |||
2018-06-13 | StdMsg: ScrollToBottom should be called after applying smileys | George Hazan | |
2018-06-08 | StdMsg: a chat should update a window title only if it's active | George Hazan | |
2018-06-08 | SmileyAdd: removed old perversion with catching window messages from SRMM ↵ | George Hazan | |
windows | |||
2018-06-08 | StdMsg: flashing of containers divided from flashing of tabs | George Hazan | |
2018-06-06 | fixes #1408 (StdMsg: window caption bug) | George Hazan | |
2018-06-06 | fixes #1409 (tab icon disappears after blinking) | George Hazan | |
2018-06-06 | CCtrlPages::CheckRowCount() - new function to force tab resize when the ↵ | George Hazan | |
number of rows is changed | |||
2018-06-06 | StdMsg: option "Restore previously open tabs when showing the window" ↵ | George Hazan | |
removed because it does nothing anyway. use plugin Sessions instead | |||
2018-06-04 | StdMsg: fix active window calculation for non-tabbed mode | George Hazan | |
2018-06-03 | fixes #1401 (fixes inactive session detection) | George Hazan | |
2018-06-01 | StdMsg: inactive tabs blink in background if there's an unread message | George Hazan | |
2018-06-01 | fix for flashing in StdMsg, also fixes #1400 | George Hazan | |
2018-06-01 | fixed #1369 (StdMsg: option "Use the contact's status icon as the window ↵ | George Hazan | |
icon" is restored back) | |||
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
2018-05-31 | fixes #1386 (duplicate sounds appear after StdMsg load/unload) | George Hazan | |
2018-05-31 | fixes #1397 (StdMsg: dynamic loading breaks meta menu) | George Hazan | |
2018-05-29 | common version resource extracted to the separate file | George Hazan | |
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins | |||
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan | |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-05-27 | PRODUCTVERSION of any version resource to contain the number of current build | George Hazan | |
2018-05-27 | global variable name standardization | George Hazan | |
2018-05-27 | unused variable CHAT_MANAGER *pci removed and replaced with g_chatApi | George Hazan | |
2018-05-26 | no, this idea was wrong... | George Hazan | |
2018-05-25 | StdMsg: | George Hazan | |
- useless message DM_APPENDTOLOG removed; - fixes #1378 | |||
2018-05-23 | no need to initialize pcli variable in each plugin (only in Clist_*) | George Hazan | |
2018-05-23 | we don't need MirandaPluginInfoEx() anymore. farewell, my lovely | George Hazan | |
2018-05-22 | no more need in hLangpack variable *YAHOO* | George Hazan | |
2018-05-22 | m_fontservice.h => CMPlugin | George Hazan | |
2018-05-22 | m_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | Srmm_AddButton unbound from hLangpack | George Hazan | |