Age | Commit message (Expand) | Author |
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 |
2018-05-29 | ancient perversion removed: function CListInitialise as the special entry poi... | George Hazan |
2018-05-28 | all plugins => CMPlugin virtual functions | George Hazan |
2018-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who d... | George Hazan |
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 |
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_crypto.h => CMPlugin | 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 |
2018-05-21 | StdMsg: advanced way of updating window's icon/title | George Hazan |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan |
2018-05-20 | UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() | George Hazan |
2018-05-20 | let's avoid identifier 'hLangpack' wherever possible | George Hazan |
2018-05-20 | mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed i... | George Hazan |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan |
2018-05-20 | sounds packed into CMPlugin (reduces usage of hLangpack) | George Hazan |
2018-05-19 | fixes #1371 (StdMsg: statusbar in conference show time instead topic) | George Hazan |
2018-05-19 | StdMsg: if no popup plugin installed, chat options might crash | George Hazan |
2018-05-18 | Icon_Register(g_plugin.getInst() => g_plugin.registerIcon | George Hazan |
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan |
2018-05-18 | small fix | dartraiden |
2018-05-18 | CDlgBase::CDlgBase now receives a reference to CMPlugin instead of HINSTANCE | George Hazan |
2018-05-16 | Core plugins => CMPlugin | George Hazan |
2018-05-15 | __NO_CMPLUGIN_NEEDED added to plugin headers to allow them be compiled | George Hazan |
2018-05-14 | fixes #1358 (StdMsg: "Send on Ctrl+Enter" setting is lost after upgrade) | George Hazan |
2018-05-13 | StdMsg: fix for setting SRMM window's icons | George Hazan |
2018-05-13 | fix for a major perversion caused by Clist_modern | George Hazan |
2018-05-13 | more correct version of getting icon's index | George Hazan |
2018-05-13 | fixes #1353 (StdMsg: missing window icon if tabs are disabled) | George Hazan |
2018-05-13 | fixes #1354 completely (StdMsg and Scriver: add status text to window caption) | George Hazan |
2018-05-11 | fixes #1345 (StdMsg: replace protocol menu icon by down arrow) | George Hazan |
2018-05-11 | fixes #1346 (StdMsg: "Send by..." in group chats) | George Hazan |
2018-05-11 | code cleaning | dartraiden |
2018-05-10 | StdMsg: | George Hazan |
2018-05-10 | fixes #1338 (StdMsg: add "Send on Ctr+Enter" option) | George Hazan |
2018-05-09 | StdMsg: | George Hazan |
2018-05-09 | fixes #1340 (StdMsg: first button on buttons toolbar is bugged in some cases) | George Hazan |
2018-05-09 | no need to resize a window when its title changes | George Hazan |
2018-05-09 | Chat plugin -> StdChat -> StdMsg | dartraiden |
2018-05-08 | fixes #1337 (StdMsg: resizer is broken if tabbed interface is off) | George Hazan |
2018-05-08 | code cleaning (using new MS coding style) | George Hazan |