summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/FileViewer.cpp
AgeCommit message (Collapse)Author
2024-03-06fixes #4273 (Msg_Export to share JSON export format from Import plugin)George Hazan
2024-03-06Msg_Export: unused icons removedGeorge Hazan
2024-02-23clipboard copy function is able now to copy in multiple formats at a timeGeorge Hazan
2022-09-26more clipboard shit removedGeorge Hazan
2022-04-06remove executable attribute from affected filesgeorgehazan
2021-12-26DWORD -> uint32_tGeorge Hazan
2021-12-26BYTE -> uint8_tGeorge Hazan
2021-02-14MsgExport: fix for memory allocation problemGeorge Hazan
2019-03-31icon leak fixesGeorge Hazan
2019-01-08crash fixGeorge Hazan
2018-11-12db_* functions replaced with g_plugin callsGeorge Hazan
2018-08-31Msg_ExportTobias Weimer
- No need to translate OutputDebugString
2018-08-30minus another error messageGeorge Hazan
2018-08-29senseless errors removedGeorge Hazan
2018-08-29fixes #1557 (Msg_Export: move some strings to debug log)George Hazan
2018-08-13Msg_Export:George Hazan
- bCreatePathToFile replaced with CreateDirectoryTreeW() call; - g_bUseIntViewer exported from FileViewer.cpp; - more code cleaning
2018-08-10Msg_Export: options dialog -> UI ClassesGeorge Hazan
2018-05-20CMPlugin to receive a reference to PLUGININFOEXGeorge Hazan
2018-05-17KeyboardNotify, ListeningTo, MessageState, MirandaG15, MirFox, Msg_Export, ↵George Hazan
MsgPopup, mTextControl => CMPlugin
2018-04-05CLIST_INTERFACE::pfnGetContactDisplayName => Clist_GetContactDisplayNameGeorge Hazan
2018-03-31Msg_Export: mir_strcpy and mir_wstrcpy replaced to strncpy_s and wcsncpy_sMataes
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-02-12Msg_Export:Tobias Weimer
- Fixed Copy action - Added Notepad++ to options dialog predefined editors - warning fix
2016-11-17Utils_OpenUrlTGeorge Hazan
Utils_ReplaceVarsT
2016-07-29no more TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17143 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-27less TCHARsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17138 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-07-26less 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-25hello, Unix.George Hazan
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-12-03Microsoft calls this Rich EditDart Raiden
https://msdn.microsoft.com/en-us/library/windows/desktop/bb787605%28v=vs.85%29.aspx git-svn-id: http://svn.miranda-ng.org/main/trunk@15812 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-10-14fix 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-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever ↵George Hazan
possible git-svn-id: http://svn.miranda-ng.org/main/trunk@15064 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-16fixes warning & 64-bit issuesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-16name conflicts solvedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14971 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-07-25msg_export: common projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14306 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19MsgExport:Tobias Weimer
- fixed truncation of exported messages (#939) - minor other fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14004 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-16cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13622 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-30minus critical sectionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11362 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11295 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11184 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-28Massive code cleanup and fixes for a lot of warnings reported in #837Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-11-21RICHED32 replaced on MsfteditKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@11032 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-06-25Msg_Export: typo (thx RMN)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c