summaryrefslogtreecommitdiff
path: root/plugins/Variables
AgeCommit message (Expand)Author
2015-04-30cleanupKirill Volinsky
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th...George Hazan
2015-03-29painful death of manual pointer manipulationsGeorge Hazan
2015-02-28Variables:Tobias Weimer
2015-01-21Variables:Tobias Weimer
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-10Variables:Goraf
2015-01-10Variables:Tobias Weimer
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-21warning fixesGeorge Hazan
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendMessage(... WM_GETTEXT ...) -> GetWindowText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan
2014-12-13SendMessage(GetDlgItem -> SendDlgItemMessageRozhuk Ivan
2014-12-13MoveMemory -> memmoveRozhuk Ivan
2014-12-13CopyMemory -> memcpyRozhuk Ivan
2014-12-09code cleanup over mir_sntprintf + small bug fixRozhuk Ivan
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-12-01ZeroMemory -> memset, few bugs fisedRozhuk Ivan
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-29finally catched wrong memory allocation in variablesGeorge Hazan
2014-11-26Variables: code cleanupRozhuk Ivan
2014-10-19variable name changeVadim Dashevskiy
2014-10-19- missing "\" in Variables' helpRMN
2014-10-19fix for wrongly written help for core variablesVadim Dashevskiy
2014-08-02added 2010 projectsKirill Volinsky
2014-08-02project cleanupKirill Volinsky
2014-07-26stupid duplicated code of embedded clists removedGeorge Hazan
2014-07-18some resource leaks fixedGeorge Hazan
2014-06-28typosDart Raiden
2014-06-25MetaContact -> metacontact; decapitalizationDart Raiden
2014-05-30db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACTGeorge Hazan
2014-05-28unused variables removedVlad Mironov
2014-03-31Variables: added ability to get a own nickname for protocol.Vlad Mironov
2014-03-31Variables: added ability to get a contact info by handle.Vlad Mironov
2014-03-22WIN32 macro isn't needed in projectsGeorge Hazan
2014-03-12db_event_next/db_event_prev: first parameter hContact added George Hazan
2014-03-12Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi...Rozhuk Ivan
2014-03-12SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64Rozhuk Ivan
2014-03-09end of the old MC APIGeorge Hazan
2014-03-09fix for the custom clist background drawingGeorge Hazan
2014-03-03crazy memory allocation code removedGeorge Hazan
2014-03-03memory allocation problem in VariablesGeorge Hazan
2014-02-28farewell MSVS 2012Vadim Dashevskiy
2014-02-27- metacontacts are always present;George Hazan
2014-02-27MS_MC_GETMETACONTACT => db_mc_getMetaGeorge Hazan
2014-02-24Variables: small fix (thanks to Wishmaster)RMN