Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-21 | fixes #1743 (Msg_Export: add "Select none" and "Select all" to context menu) | George Hazan | |
2020-05-14 | simple database event cycles moved to cursors | George Hazan | |
2020-04-01 | fixes #2264 (Msg_Export: в столбце UIN перманентный ↵ | George Hazan | |
ноль) | |||
2020-03-18 | Shorter is better | dartraiden | |
2020-03-17 | Msg_Export: this is accounts, not protocols | dartraiden | |
2019-12-04 | GetContactProto: useless duplicate function replaced with standard ↵ | George Hazan | |
Proto_GetBaseAccountName | |||
2018-11-14 | hContact, MODULENAME -> g_plugin | George Hazan | |
2018-11-13 | Msg_Export -> g_plugin | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-08-30 | Msg_Export: remove forgotten space | dartraiden | |
2018-08-29 | senseless errors removed | George Hazan | |
2018-08-29 | fixes #1553 completely | George Hazan | |
2018-08-28 | fixes #1553 (Msg_Export: buttons doesn't work) | George Hazan | |
2018-08-14 | Msg_Export: added ability to export messages to JSON | George Hazan | |
2018-08-13 | Msg_Export: | George Hazan | |
- bCreatePathToFile replaced with CreateDirectoryTreeW() call; - g_bUseIntViewer exported from FileViewer.cpp; - more code cleaning | |||
2018-08-13 | MsgExport: options diivded into two separate dialogs, code cleaning | George Hazan | |
2018-08-13 | Msg_Export: all options dialogs moved to UI classes | George Hazan | |
2018-08-10 | Msg_Export: options dialog -> UI Classes | George Hazan | |
2018-07-11 | int hLangpack/m_hLang removed and replaced with HPLUGIN | George Hazan | |
2018-05-20 | options API unbound from hLangpack and switched to CMPlugin | George Hazan | |
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-17 | KeyboardNotify, ListeningTo, MessageState, MirandaG15, MirFox, Msg_Export, ↵ | George Hazan | |
MsgPopup, mTextControl => CMPlugin | |||
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2018-04-03 | Accounts() : iterator for accounts | George Hazan | |
2018-03-31 | Msg_Export: mir_strcpy and mir_wstrcpy replaced to strncpy_s and wcsncpy_s | Mataes | |
2018-03-16 | entities' names to be started with capital letters | George Hazan | |
2018-03-16 | always hated these long expressions: contact_iter makes them much shorter | George Hazan | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-08-05 | Change plugin links from http:// to https:// | Robert Pösel | |
2017-02-12 | Msg_Export: | Tobias Weimer | |
- Fixed Copy action - Added Notepad++ to options dialog predefined editors - warning fix | |||
2017-02-06 | Msg_Export: Fix opening/closing progress dialog | Robert Pösel | |
2017-02-06 | Msg_Export: Fix progress dialog processing | Robert Pösel | |
2017-02-06 | Msg_Export: Don't block whole Miranda during export | Robert Pösel | |
2017-02-06 | Msg_Export: Fix exporting unicode messages, make it even faster (addresses #609) | Robert Pösel | |
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). | |||
2017-02-06 | Msg_Export: Allow entering "0" for no limit of line width | Robert Pösel | |
2017-02-06 | Msg_Export: Optimize checking ignored contacts/protocols (addresses #609) | Robert Pösel | |
Makes export about 20% faster. | |||
2017-02-05 | Msg_Export: Optimize exporting all history (fixes #609) | Robert Pösel | |
Makes export about 10x faster. | |||
2017-01-17 | useless field DBEVENTINFO::cbSize removed | George Hazan | |
2016-12-13 | use http://miranda-ng.org/p/<plugin_name> which we use in plugin details ↵ | dartraiden | |
(thx Robyer) | |||
2016-12-12 | we should point user to our wiki instead opening a non-existent file | dartraiden | |
2016-10-30 | OPTIONSDIALOGPAGE::groupPosition - unused field removed | George Hazan | |
2016-10-28 | - old useless helpers removed from the Options module; | George Hazan | |
- mir_app functions introduced instead of them; - OPENOPTIONSDIALOG structure removed from m_options.h | |||
2016-07-29 | no more TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-27 | less TCHARs | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-03-29 | Msg_Export: fix for the options dialog | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |