summaryrefslogtreecommitdiff
path: root/plugins/IEView
AgeCommit message (Expand)Author
2016-04-26IEView: fix localtime() call MikalaiR
2016-04-21IEView: minor cleanupMikalaiR
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
2016-01-27IEView: CallContactService functionMikalaiR
2016-01-24IEView: fix(?) always true on Win7-MikalaiR
2016-01-23this is bad idea MikalaiR
2016-01-22git-svn-id: http://svn.miranda-ng.org/main/trunk@16145 1316c22d-e87f-b044-9b9...MikalaiR
2016-01-22IEView: more external functions MikalaiR
2016-01-22IEView: set custom context menu handler from javascript MikalaiR
2016-01-22IEView: font size fix MikalaiR
2016-01-21if setting not found, returns undefined MikalaiR
2016-01-21IEView: memleaks fix, warnings fix MikalaiR
2016-01-21IEView: external db_set function MikalaiR
2016-01-21IEView: win32_ShellExecute javascript function MikalaiR
2016-01-20IEView: code cleanup, vs2010 compilation fix(?)MikalaiR
2016-01-20IEView: code optimization MikalaiR
2016-01-20IEView: support getting db settings via javascript (via external.db_get)MikalaiR
2016-01-08git-svn-id: http://svn.miranda-ng.org/main/trunk@16063 1316c22d-e87f-b044-9b9...MikalaiR
2016-01-08IEView: ReloadOptions service MikalaiR
2016-01-02Copyrights update part 3 (final)Dart Raiden
2015-10-02IEView: flash avatars removed; other fixes MikalaiR
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-17warning fixesGeorge Hazan
2015-08-16name conflicts solvedGeorge Hazan
2015-07-31project fixes for VS2010Tobias Weimer
2015-07-24ieview: common projectKirill Volinsky
2015-07-23platform toolset updated for vc2015 Vadim Dashevskiy
2015-07-21platform toolset updated for vc2015Kirill Volinsky
2015-07-21preparing for vc2015Kirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19timezone api migrated to mir_coreGeorge Hazan
2015-06-19various quirks during MS_DB_TIME_TIMESTAMPTOSTRINGT callsGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-15MS_SKIN_LOADICON & MS_SKIN_LOADPROTOICON replaced with direct function callsGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-31- CreateProtoServiceFunction() moved into mir_core.dll instead of inliningGeorge Hazan
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace _tcsncpy to mir_tstrncpyKirill Volinsky
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-23replace _tcsncat to mir_tstrncatKirill Volinsky
2015-05-23replace strncat to mir_strncatKirill Volinsky
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky