summaryrefslogtreecommitdiff
path: root/plugins/Msg_Export/src/FileViewer.cpp
AgeCommit message (Collapse)Author
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
2014-06-25typos, spelling correctionDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@9576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> ↵Rozhuk Ivan
GetWindowLongPtr git-svn-id: http://svn.miranda-ng.org/main/trunk@8572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-03-12SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64Rozhuk Ivan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-18spelling correctionsRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@8157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10HCONTACT is not needed anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-02-10- HANDLE hContact => HCONTACTGeorge 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
2013-10-13removed some not needed spaces, capitals, etc.Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@6470 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-08-10code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@5635 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-07-25replace sprintf to mir_snprintf (part 5)Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@5481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-30MS_DB_EVENT_* services remained, but their calls removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4255 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-14fix: various problems with memory George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@4025 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-06cleanup of the unnecessary UnhookEvent() callsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3909 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-03-04new subclassing functions applied to all pluginsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@3880 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-02-08project and code cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@3471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-20- Another portion of _T replacement (patch from person)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@3191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-04-support for WindowListTobias Weimer
-simplified storing position -removed duplicated menu item git-svn-id: http://svn.miranda-ng.org/main/trunk@2968 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-04Try to fix unicode search again (fixes #65)Tobias Weimer
added escaping of file names (by $ergi0) git-svn-id: http://svn.miranda-ng.org/main/trunk@2966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2013-01-02Try to fix unicode search (by $ergi0) (fixes #65)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@2914 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-10-08fix for a hangup on RICHED20.dll unloadingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1811 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-09-16warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-30cleaner fix for revision 1266Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@1272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-30code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@1268 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-29Msg_Export: translation patch from personVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@1267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-29dirty hacks for 64bit compilation (this may nto work at all, but can be ↵Alexander Gluzsky
compiled) git-svn-id: http://svn.miranda-ng.org/main/trunk@1266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2012-07-29git-svn-id: http://svn.miranda-ng.org/main/trunk@1261 ↵Vadim Dashevskiy
1316c22d-e87f-b044-9b9b-93d7a3e3ba9c