summaryrefslogtreecommitdiff
path: root/src/modules/clist
AgeCommit message (Expand)Author
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
2014-11-30Multiple fixes buff size for GetText and SetText.Rozhuk Ivan
2014-11-30code cleanup, x64 fixRozhuk Ivan
2014-11-25code cleanupRozhuk Ivan
2014-11-25code cleanup.Rozhuk Ivan
2014-11-25code cleanupRozhuk Ivan
2014-11-13minor fixesKirill Volinsky
2014-11-13one more part not needed checksKirill Volinsky
2014-09-16MS_CLIST_REMOVEMAINMENUITEM also removedGeorge Hazan
2014-09-16useless service MS_CLIST_REMOVECONTACTMENUITEM deletedGeorge Hazan
2014-09-01forgotten prefix in clist trayGeorge Hazan
2014-08-22tray icons: code cleaningGeorge Hazan
2014-07-26grrrm... I hate modernGeorge Hazan
2014-07-26stupid duplicated code of embedded clists removedGeorge Hazan
2014-07-26- unified bkChanged processing;George Hazan
2014-07-26all clists to inherit the kernel settings loading codeGeorge Hazan
2014-07-26a parameter added to pfnLoadClcOptions to prevent double options initializationGeorge Hazan
2014-07-19db_mc_tryMeta - returns parent hContact for a subcontact or hContact itself i...George Hazan
2014-07-14%userid% expansion for metasGeorge Hazan
2014-07-13wrapping the most evident critical sections into a classGeorge Hazan
2014-07-04standardizing the control over checkboxes in clistGeorge Hazan
2014-07-04various code cleaningGeorge Hazan
2014-06-26this code seems uselessGeorge Hazan
2014-05-29Revert "Core: Fix return value on success in fnCListTrayNotify"Robert Pösel
2014-05-29Core: Fix return value on success in fnCListTrayNotifyRobert Pösel
2014-05-23useless code removedGeorge Hazan
2014-04-02minor patch for clicks in menu editorGeorge Hazan
2014-03-27fixes #532 (Not accessible checkboxes in Options / Customize / Menus)George Hazan
2014-03-25contact list events + mcGeorge Hazan
2014-03-19fix against recursions in clistsGeorge Hazan
2014-03-15- srmm icon added for metacontacts;George Hazan
2014-03-11old nasty perversion with dynamically created lists removedGeorge Hazan
2014-03-03no more META_LINK & META_ID variablesGeorge Hazan
2014-02-27minor code cleaningGeorge Hazan
2014-02-24removed some unneeded translationsTobias Weimer