summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx
AgeCommit message (Expand)Author
2015-06-08UserInfoEx:Tobias Weimer
2015-06-07SKINICONDESC -> MAllStringsGeorge Hazan
2015-06-04new mir_sntprintf templates without SIZEOFGeorge Hazan
2015-06-04new mir_snprintf templates without SIZEOFGeorge Hazan
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-24- compilation fixGeorge Hazan
2015-05-23some crazy list declarations fixedGeorge Hazan
2015-05-23fix for a crash in UserInfoExGeorge Hazan
2015-05-23LPGEN already presents in define (patch by person)Vadim Dashevskiy
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-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
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-16fix for strncat useKirill Volinsky
2015-05-03fix for the option's page style pt. 5Vadim Dashevskiy
2015-05-02code cleaningGeorge Hazan
2015-04-30minus critical sectionKirill Volinsky
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-20fixed header bar infoKirill Volinsky
2015-04-19fixed header bar infoKirill Volinsky
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-24* multiple WINE bug fixes over IsDialogMessage(), bug rep: https://bugs.wineh...Rozhuk Ivan
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-02-07git-svn-id: http://svn.miranda-ng.org/main/trunk@12047 1316c22d-e87f-b044-9b9...slotwin
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-03UserInfoEx: fix for 'He', 'She' and 'He/she' correct translationSergey Bolhovskoy
2015-01-02UserInfoEx: fix for output age as 0 and empty birthday date when birthday.yea...Sergey Bolhovskoy
2015-01-01\0 removedGeorge Hazan
2015-01-01UserInfoEx: fix for order value on combobox reminder options Sergey Bolhovskoy
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-28SendSS/UserInfoEx: ! fixed potential crash in r11651René Schümann
2014-12-27SendSS/UserInfoEx:René Schümann
2014-12-22UserInfoEx: no messages with years when year not setSergey Bolhovskoy
2014-12-22UserInfoEx: fix for birthday reminder when year not set Sergey Bolhovskoy
2014-12-21- MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts;George Hazan
2014-12-14SendMessage(.... WM_SETTEXT...) -> SetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...)Rozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-13arg fixes for MS_UTILS_OPENURL serviceRozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-08code cleanup around mir_snprintfRozhuk Ivan
2014-12-02less warningsGeorge Hazan
2014-12-02mir_snprintf(..., "%s", ...) -> strncpy_s(...)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan