Age | Commit message (Expand) | Author |
2015-05-24 | replace wcscpy to mir_wstrcpy | Kirill Volinsky |
2015-05-24 | replace wcslen to mir_wstrlen | Kirill Volinsky |
2015-05-23 | replace _tcscat to mir_tstrcat | Kirill Volinsky |
2015-05-23 | replace strcat to mir_strcat | 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-19 | end of zoo with WM_CONTEXTMENU's lParam | George Hazan |
2015-05-18 | After selecting an object into a DC, it has to be set back to the original va... | Piotr Piastucki |
2015-05-17 | code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the core | George Hazan |
2015-05-17 | Changed "Disable icons" to "Enable icons" | Tobias Weimer |
2015-05-17 | fix for genmenu options - left tree replaced with a listbox | George Hazan |
2015-05-13 | sorting procedure restored to prevent data from arithmetic overflow | George Hazan |
2015-05-13 | - MTREE_DND implemented, all drag-n-drop operations in trees went into the core; | George Hazan |
2015-05-13 | fix for a cursor that follows mouse | George Hazan |
2015-05-12 | - CCtrlData::OnChange moved to CCtrlBase, because almost all controls can sen... | George Hazan |
2015-05-10 | - two option pages (Customize/Menus, Contact list/Accounts) -> CDialogBase; | George Hazan |
2015-05-08 | old pieces of avatar processing code removed | George Hazan |
2015-05-07 | contact details dialog -> CDlgBase | George Hazan |
2015-05-05 | Unicode windows procedure, suddenly... | George Hazan |
2015-04-28 | minus ansi function | Kirill Volinsky |
2015-04-16 | IsStatusConnecting() - useful macro | George Hazan |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-04-11 | unsafe string operations replaced with safe wherever possible | George Hazan |
2015-04-10 | more fixes | George Hazan |
2015-04-10 | status menu handler: code reordering | George Hazan |
2015-02-28 | Core: | Tobias Weimer |
2015-02-16 | translation fix | Kirill Volinsky |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2015-01-04 | TrayTip flag's analysis added | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-16 | damned magic | George Hazan |
2014-12-16 | type conversion warnings fixed | George Hazan |
2014-12-16 | Fixed minor leaks | Tobias Weimer |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-13 | multiple buf size fixes | Rozhuk Ivan |
2014-12-09 | - unused code removed from clist modern; | George Hazan |
2014-12-09 | minor code cleaning | George Hazan |
2014-12-05 | useless function removed | George Hazan |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | warning fixes | George Hazan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |