Age | Commit message (Expand) | Author |
2015-05-24 | replace wcslen to mir_wstrlen | Kirill Volinsky |
2015-05-24 | - compilation fix | George Hazan |
2015-05-23 | some crazy list declarations fixed | George Hazan |
2015-05-23 | fix for a crash in UserInfoEx | George Hazan |
2015-05-23 | LPGEN already presents in define (patch by person) | Vadim Dashevskiy |
2015-05-23 | replace _tcscat to mir_tstrcat | Kirill Volinsky |
2015-05-22 | replace _tcscpy to mir_tstrcpy | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace _tcslen to mir_tstrlen | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-16 | fix for strncat use | Kirill Volinsky |
2015-05-03 | fix for the option's page style pt. 5 | Vadim Dashevskiy |
2015-05-02 | code cleaning | George Hazan |
2015-04-30 | minus critical section | Kirill Volinsky |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-20 | fixed header bar info | Kirill Volinsky |
2015-04-19 | fixed header bar info | Kirill Volinsky |
2015-04-15 | after 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-07 | git-svn-id: http://svn.miranda-ng.org/main/trunk@12047 1316c22d-e87f-b044-9b9... | slotwin |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2015-01-03 | UserInfoEx: fix for 'He', 'She' and 'He/she' correct translation | Sergey Bolhovskoy |
2015-01-02 | UserInfoEx: fix for output age as 0 and empty birthday date when birthday.yea... | Sergey Bolhovskoy |
2015-01-01 | \0 removed | George Hazan |
2015-01-01 | UserInfoEx: fix for order value on combobox reminder options | Sergey Bolhovskoy |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-28 | SendSS/UserInfoEx: ! fixed potential crash in r11651 | René Schümann |
2014-12-27 | SendSS/UserInfoEx: | René Schümann |
2014-12-22 | UserInfoEx: no messages with years when year not set | Sergey Bolhovskoy |
2014-12-22 | UserInfoEx: 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-14 | SendMessage(.... WM_SETTEXT...) -> SetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-13 | arg fixes for MS_UTILS_OPENURL service | Rozhuk Ivan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-02 | less warnings | George Hazan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | code cleanup | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | mir_strcmp, mir_strcmpi, mir_wstrcmp, mir_wstrcmpi | George Hazan |