Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-06 | fixes #4273 (Msg_Export to share JSON export format from Import plugin) | George Hazan | |
2024-03-06 | Msg_Export: unused icons removed | George Hazan | |
2022-04-06 | remove executable attribute from affected files | georgehazan | |
2021-12-04 | fixes #2942 (Msg_export: add "Export history" to contact's menu) | George Hazan | |
2019-12-09 | fixes #2138 (Msg_Export: enable "Use UTF-8" by default) | George Hazan | |
2019-03-31 | icon leak fixes | George Hazan | |
2018-11-12 | db_* functions replaced with g_plugin calls | George Hazan | |
2018-11-12 | end of ME_OPT_INITIALISE related zoo in another plugins | George Hazan | |
2018-10-14 | MsgExport: edited messages should also be exported | 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-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-28 | all plugins => CMPlugin virtual functions | 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-20 | mir_getLP() call went into CMPluginBase::CMPluginBase, thus it's not needed ↵ | George Hazan | |
in each plugin. mir_getLP() remains for compatibility with pascal plugins only | |||
2018-05-20 | CMPlugin to receive a reference to PLUGININFOEX | George Hazan | |
2018-05-18 | hLangpack variable began migration inside CMPluginBase | George Hazan | |
it remains existing for now, but as reference to g_plugin.m_hLang | |||
2018-05-17 | KeyboardNotify, ListeningTo, MessageState, MirandaG15, MirFox, Msg_Export, ↵ | George Hazan | |
MsgPopup, mTextControl => CMPlugin | |||
2018-04-05 | CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayName | George Hazan | |
2017-12-10 | - remove emails (if author retired - it's useless to write to him; if author ↵ | dartraiden | |
is active - users should use GitHub for ticket creation); - also remove AUTHOREMAIL field from structure | |||
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-30 | russian letter 'c' in an identifier | George Hazan | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-27 | slightly optimized way of getting menu item's module name | George Hazan | |
2017-11-27 | add module name (part 1) | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-02-06 | Msg_Export: Allow entering "0" for no limit of line width | Robert Pösel | |
2016-09-06 | minus MS_CLIST_RETRIEVE_INTERFACE | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17267 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 | |||
2015-10-14 | fix for bug #754 (MsgExport write in text file nick as (Unknown Contact)) | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-09-04 | Msg_Export: menu uid | Alexander Lantsev | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15230 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-25 | msg_export: common project | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-30 | MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced ↵ | George Hazan | |
with pcli->* members git-svn-id: http://svn.miranda-ng.org/main/trunk@14459 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-29 | - unified menu creation using wrapper class CMenuItem; | George Hazan | |
- duplicated hLangpack field removed from TMO_IntMenuItem; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-28 | finally CLISTEVENT removed completely | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14430 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-27 | - CLISTMENUITEM::pszContactOwner removed, because it's supported only by ↵ | George Hazan | |
contact's menu; - Menu_AddContactMenuItem now receives parameter szProto; - Menu_Add* helpers are converted into real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@14409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-22 | code cleaning | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-22 | - CLISTMENUITEM::cbSize - atavism removed; | George Hazan | |
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14325 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-14 | WindowList_* functions are not services anymore; unneeded helpers removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14168 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-05-16 | cleanup | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-04-30 | minus critical section | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-24 | more useless conversions removed | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-10 | these conversions aren't needed either | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8088 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-10 | HCONTACT is not needed anymore | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan | |
- GCF_* prefix was added to chat constants to avoid name conflicts git-svn-id: http://svn.miranda-ng.org/main/trunk@8078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-01-21 | - new typed helper, WindowList_Create, to create a window list | George Hazan | |
- new service, WindowList_Destroy, to destroy a window list - internal windowlist.cpp implementation rewritten to LIST<> git-svn-id: http://svn.miranda-ng.org/main/trunk@7823 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |