summaryrefslogtreecommitdiff
path: root/src/modules/clist
AgeCommit message (Expand)Author
2015-05-24replace wcscpy to mir_wstrcpyKirill Volinsky
2015-05-24replace wcslen to mir_wstrlenKirill Volinsky
2015-05-23replace _tcscat to mir_tstrcatKirill Volinsky
2015-05-23replace strcat to mir_strcatKirill 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-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
2015-05-18After selecting an object into a DC, it has to be set back to the original va...Piotr Piastucki
2015-05-17code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the coreGeorge Hazan
2015-05-17Changed "Disable icons" to "Enable icons"Tobias Weimer
2015-05-17fix for genmenu options - left tree replaced with a listboxGeorge Hazan
2015-05-13sorting procedure restored to prevent data from arithmetic overflowGeorge Hazan
2015-05-13- MTREE_DND implemented, all drag-n-drop operations in trees went into the core;George Hazan
2015-05-13fix for a cursor that follows mouseGeorge 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-08old pieces of avatar processing code removedGeorge Hazan
2015-05-07contact details dialog -> CDlgBaseGeorge Hazan
2015-05-05Unicode windows procedure, suddenly...George Hazan
2015-04-28minus ansi functionKirill Volinsky
2015-04-16IsStatusConnecting() - useful macroGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-04-11unsafe string operations replaced with safe wherever possibleGeorge Hazan
2015-04-10more fixesGeorge Hazan
2015-04-10status menu handler: code reorderingGeorge Hazan
2015-02-28Core:Tobias Weimer
2015-02-16translation fixKirill Volinsky
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-04TrayTip flag's analysis addedGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-16Fixed minor leaksTobias Weimer
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-13multiple buf size fixesRozhuk Ivan
2014-12-09- unused code removed from clist modern;George Hazan
2014-12-09minor code cleaningGeorge Hazan
2014-12-05useless function removedGeorge Hazan
2014-12-02useless calls of mir_*strlen in DrawText replaced with -1George Hazan
2014-12-02mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE)Rozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
2014-11-30warning fixesGeorge Hazan
2014-11-30new sorting functions appliedGeorge Hazan
2014-11-30lstr* replacementsGeorge Hazan