Age | Commit message (Expand) | Author |
2014-12-21 | warning fixes | George Hazan |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendMessage(... WM_GETTEXT ...) -> GetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-29 | finally catched wrong memory allocation in variables | George Hazan |
2014-11-26 | Variables: code cleanup | Rozhuk Ivan |
2014-10-19 | variable name change | Vadim Dashevskiy |
2014-10-19 | - missing "\" in Variables' help | RMN |
2014-10-19 | fix for wrongly written help for core variables | Vadim Dashevskiy |
2014-08-02 | added 2010 projects | Kirill Volinsky |
2014-08-02 | project cleanup | Kirill Volinsky |
2014-07-26 | stupid duplicated code of embedded clists removed | George Hazan |
2014-07-18 | some resource leaks fixed | George Hazan |
2014-06-28 | typos | Dart Raiden |
2014-06-25 | MetaContact -> metacontact; decapitalization | Dart Raiden |
2014-05-30 | db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACT | George Hazan |
2014-05-28 | unused variables removed | Vlad Mironov |
2014-03-31 | Variables: added ability to get a own nickname for protocol. | Vlad Mironov |
2014-03-31 | Variables: added ability to get a contact info by handle. | Vlad Mironov |
2014-03-22 | WIN32 macro isn't needed in projects | George Hazan |
2014-03-12 | db_event_next/db_event_prev: first parameter hContact added | George Hazan |
2014-03-12 | Some fixes for x64: SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWi... | Rozhuk Ivan |
2014-03-12 | SetWindowLongPtr() and GetWindowLongPtr() multiple fixes for x64 | Rozhuk Ivan |
2014-03-09 | end of the old MC API | George Hazan |
2014-03-09 | fix for the custom clist background drawing | George Hazan |
2014-03-03 | crazy memory allocation code removed | George Hazan |
2014-03-03 | memory allocation problem in Variables | George Hazan |
2014-02-28 | farewell MSVS 2012 | Vadim Dashevskiy |
2014-02-27 | - metacontacts are always present; | George Hazan |
2014-02-27 | MS_MC_GETMETACONTACT => db_mc_getMeta | George Hazan |
2014-02-24 | Variables: small fix (thanks to Wishmaster) | RMN |
2014-02-24 | - NewAwaySys and Variables: spelling corrections | RMN |
2014-02-24 | old/unused types removed from Pascal sources | George Hazan |
2014-02-24 | more useless conversions removed | George Hazan |
2014-02-12 | another bunch of useless conversions died | George Hazan |
2014-02-11 | "we don't need these variables" (c) Pink Floyd | George Hazan |
2014-02-10 | these conversions aren't needed either | George Hazan |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | HCONTACT, part 3 | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-02-06 | Variables: spelling correction | Dart Raiden |