summaryrefslogtreecommitdiff
path: root/plugins/Scriver
AgeCommit message (Expand)Author
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
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 _tcscat to mir_tstrcatKirill Volinsky
2015-05-22replace _tcscpy to mir_tstrcpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22T2Utf - handy replacement for ptrA<mir_utf8decodeT()>George Hazan
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-05-21war against atavisms continuesGeorge Hazan
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
2015-05-18Fixed severe memleak in scriverPiotr Piastucki
2015-05-16fix for strncat useKirill Volinsky
2015-05-03fix for the option's page style pt. 4Vadim Dashevskiy
2015-04-30cleanupKirill Volinsky
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-10- fix for CREOleCallback constructor;George Hazan
2015-04-10another missing breakGeorge Hazan
2015-04-07Scriver:Tobias Weimer
2015-04-06Scriver: decapitalizationDart Raiden
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-03-21all SRMMs to send messages right trimmed George Hazan
2015-02-23DoRtfToTags fixed & moved into the coreGeorge Hazan
2015-02-20tautologyDart Raiden
2015-02-16TabSRMM: code cleanup + wine fixes for display sended and received messageRozhuk Ivan
2015-01-25- Unload Msftedit.dll after useTobias Weimer
2015-01-21fix for rest of ansi shit in ScriverGeorge Hazan
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-11various perversions in Paste command processing thrown outGeorge Hazan
2015-01-07fix for potentially endless loopsGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-21- total data reordering to unify the window processing;George Hazan
2014-12-20Scriver: workaround crash when calling MS_MSG_SETSTATUSTEXT for group chat co...Robert Pösel
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13Scriver: warning level 4George Hazan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan