Age | Commit message (Collapse) | Author |
|
|
|
- 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.
|
|
|
|
own version resource remains only for miranda32.exe, mir_app.dll and pascal plugins
|
|
|
|
differ only in a build number
|
|
|
|
|
|
|
|
|
|
|
|
in each plugin. mir_getLP() remains for compatibility with pascal plugins only
|
|
|
|
it remains existing for now, but as reference to g_plugin.m_hLang
|
|
MsgPopup, mTextControl => CMPlugin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
is active - users should use GitHub for ticket creation);
- also remove AUTHOREMAIL field from structure
|
|
62202ed10617927d5429bc59898e12a366abe744)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* replace 0/NULL with nullptr [using clang-tidy]
|
|
|
|
|
|
|
|
- Fixed Copy action
- Added Notepad++ to options dialog predefined editors
- warning fix
|
|
|
|
|
|
|
|
Previously code worked with opening file and loading BOM at writing each event. When we stopped closing/opening file at each event it couldn't read BOM anymore, so it wrote messages in wrong codepage.
This is not fixed by parameter defining we are just appending the file, so it doesn't need to determing BOM or even check file size. Thanks to this exporting is now about 70% faster than the initial optimization commit (in sum 13.5x faster than before).
|
|
|
|
Makes export about 20% faster.
|
|
Makes export about 10x faster.
|
|
|
|
|
|
(thx Robyer)
|
|
|
|
Utils_ReplaceVarsT
|
|
|