Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Popup: | George Hazan | |
- wiping out checks for service presence; - code cleaning | |||
2019-02-27 | popup code cleaning (cause we have no tchar.h) | George Hazan | |
2019-02-25 | GCEVENT::GCEF_UTF8 - flag for direct communication with utf8-encoded chat ↵ | George Hazan | |
events (UTF16LE by default) | |||
2019-01-08 | mirlua: crashfix: | Gluzskiy Alexandr | |
winapi: use dynamic buffer size for GetWindowTextW (enhancement) pass proper buffer size to GetWindowTextW (fix) | |||
2019-01-04 | Update copyrights | dartraiden | |
2018-12-18 | C++ exceptions are disabled in all cases where they just prevent warnings | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-10-17 | MirLua: | aunsane | |
- refactoring of winapi module - m_message - fix to paste in private message log - m_srmm - add hWnd to CustomButtonClickData | |||
2018-10-02 | MirLua: m_protocols | aunsane | |
- hook to catch sending messages - new function BroadcastAck - ability to get message from CCSDATA | |||
2018-08-12 | MirLua: fix cast into m_database + correct error on type mismatch | aunsane | |
2018-08-12 | MirLua: added open into m_options | aunsane | |
2018-08-12 | MirLua: added openPage into m_options | aunsane | |
2018-08-12 | MirLua: script loading moved to OnModulesLoaded to fix various glitches | aunsane | |
2018-08-02 | MirLua: WaitOnHandle for m_core | aunsane | |
2018-07-31 | mirlua: crash fix | George Hazan | |
2018-07-29 | MirLua: | aunsane | |
- added script table headers - added some logic functions to variables parser | |||
2018-07-29 | fix for registering Lua scripts | George Hazan | |
2018-07-29 | MirLua: fix for crash on exit | George Hazan | |
2018-07-21 | MirLua: winapi: current process id should return integer | aunsane | |
2018-07-20 | we don't need two name sets for the same array of functions | George Hazan | |
2018-07-16 | MirLua - fix for variables parser | George Hazan | |
2018-07-15 | MirLua: initial support of variables eval | aunsane | |
- added math functions | |||
2018-07-15 | MirLua: add Evaluate option page to test scripts | aunsane | |
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-06-27 | Fix lua script path | aunsane | |
2018-06-27 | MirLua: code cleaning | aunsane | |
2018-06-15 | MirLua: | aunsane | |
- Lua engine moved to separate class - added ability to compile scripts - renamed script enable setting name - version bump | |||
2018-06-06 | MirLua: | aunsane | |
- add new helper function luaM_isarray - fix print of decimal point m_json module - add __pairs metamethod support - simplify code m_http module - send function should create copy of request object to prevent side effects in async calls - fix lua functions call - fix memory leaks | |||
2018-06-03 | MirLua: reworked http module | aunsane | |
- removed Send method - added Request method to create request without sending - added async callbacks - version bump | |||
2018-06-01 | CPluginDlgBase: this class became useless because CMPlugin already has ↵ | George Hazan | |
module setting | |||
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 | MirLua: removed global Load & Unload | aunsane | |
2018-05-28 | core changes: | George Hazan | |
- added methods CMPluginBase::Load & CMPluginBase::Unload - duplicated data removed from BASIC_PLUGIN_INFO and replaced with data from CMPluginBase; - code cleaning | |||
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-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_genmenu.h unbound from hLangpack | George Hazan | |
2018-05-22 | name resolution conflict | George Hazan | |
2018-05-22 | plugin info must be filled | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | MirLua: add logs | aunsane | |
2018-05-20 | fix merge | aunsane | |
2018-05-20 | MirLua: refactoring | aunsane | |
2018-05-20 | MirLua: project reordering | aunsane | |
2018-05-20 | Revert "Merge branch 'master' of https://github.com/miranda-ng/miranda-ng" | Konstantin | |
This reverts commit 3f90207479ee0a6530631812717801a54093658c, reversing changes made to 7d6b89fd45814936d0edeff664bf5efb2d19b875. | |||
2018-05-20 | MirLua: environment now inherits CMPluginBase | aunsane | |
2018-05-20 | MirLua: no need to keep two instances of CMPlugin | aunsane | |