summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src
AgeCommit message (Expand)Author
2016-05-18fix for printing own nicks in ScriverGeorge Hazan
2016-05-17Scriver:George Hazan
2016-05-11smiley button also removed from chat window in ScriverGeorge Hazan
2016-05-11Scriver: duplicate smiley add icon removedGeorge Hazan
2016-04-26R.I.P m_clui.h, you helped us alotGeorge Hazan
2016-04-26absolutely useless service MS_CLUI_GETCAPS removed as pre-kernel clist atavismGeorge Hazan
2016-01-28another atavism removed: old stub services for clist eventsGeorge Hazan
2016-01-28atavism removed: CLISTEVENT::cbSizeGeorge Hazan
2016-01-28port of tabsrmm's solution for events to StdMsg & ScriverGeorge Hazan
2016-01-23DND → Do not disturbDart Raiden
2016-01-20"N/A" -> "Not available" (thx Wishmaster for idea)Dart Raiden
2016-01-04"NA" -> "N/A"Dart Raiden
2016-01-02Copyrights update part 3 (final)Dart Raiden
2015-10-28more correct version George Hazan
2015-10-28crash fixGeorge Hazan
2015-10-28Optimize ME_DB_CONTACT_SETTINGCHANGED functions to not use mir_strcmp() but j...Robert Pösel
2015-10-10Minor leak fixedTobias Weimer
2015-09-03Scriver: menu uidAlexander Lantsev
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-08-27fix for 64-bit issues & warningsGeorge Hazan
2015-08-17Scriver:Tobias Weimer
2015-08-12more naming conflicts resolvedGeorge Hazan
2015-07-26common projectsKirill Volinsky
2015-07-22vc2015 compilation fixesKirill Volinsky
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
2015-06-27- clist menus went to functionsGeorge Hazan
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...George Hazan
2015-06-25rest of genmenu api diedGeorge Hazan
2015-06-24fixes for MENUITEMINFO declarationsGeorge Hazan
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
2015-06-21MS_UTILS_REPLACEVARS -> Utils_ReplaceVarsGeorge 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-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-14WindowList_* functions are not services anymore; unneeded helpers removedGeorge Hazan
2015-06-14- all icolib services removed;George Hazan
2015-06-05if a message entry field is empty, the appropriate setting must be erasedGeorge Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-06-01various quirks with PROTO_AVATAR_INFORMATION declarationsGeorge Hazan
2015-06-01another bunch of dead crutches: non-unicode avatar servicesGeorge Hazan
2015-06-01- ProtoCallService() function considered too dangerous and therefore isn't ex...George Hazan
2015-05-31- additional operator LPARAM() for _A2T & _T2A;George Hazan
2015-05-29fix for the command history in ScriverGeorge Hazan
2015-05-27massive ansi cleaning for ScriverGeorge Hazan
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky