Age | Commit message (Expand) | Author |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-19 | fixed header bar info | Kirill Volinsky |
2015-04-16 | Spelling correction (patch by RMN) | Vadim Dashevskiy |
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-13 | minor code cleaning | George Hazan |
2015-04-13 | warning fix | George Hazan |
2015-04-13 | - nasty crutch removed from Options_AddPage; | George Hazan |
2015-04-12 | unneeded object creation removed | George Hazan |
2015-04-11 | minor fixes, code cleaning etc | George Hazan |
2015-04-10 | another unused field removed | George Hazan |
2015-03-28 | more code cleaning | George Hazan |
2015-03-28 | - unused code removed; | George Hazan |
2015-03-24 | UI Utils classes & templates moved to the core, thus allowing any plugin to u... | George Hazan |
2015-03-22 | - PROTO_INTERFACE got the default implementation; | George Hazan |
2015-03-21 | unused code removed | George Hazan |
2015-03-11 | no need for options in Jabber status menu | Vadim Dashevskiy |
2015-02-28 | Jabber: | Tobias Weimer |
2015-02-23 | fix for a crash in Jabber user info dialog | George Hazan |
2015-02-22 | Jabber: | Tobias Weimer |
2015-01-30 | code cleaning | George Hazan |
2015-01-27 | Minor bugfixes | Tobias Weimer |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2015-01-12 | "acknowledgement" = en-gb, "acknowledgment" = en-us | Dart Raiden |
2015-01-07 | fix for potentially endless loops | George Hazan |
2015-01-03 | fix not to retrieve jabber avatar if it's not needed | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-30 | fix for the memory allocation conflict | George Hazan |
2014-12-21 | warning fixes | George Hazan |
2014-12-21 | - MS_PROTO_ISPROTOCOLLOADED now switched back to protocols instead of accounts; | George Hazan |
2014-12-18 | various calls of setlocale removed | George Hazan |
2014-12-14 | Jabber: warning level 4 | George Hazan |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | GetWindowText(GetDlgItem(...)) -> GetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendDlgItemMessage(..., ..., BM_GETCHECK,0,0) -> IsDlgButtonChecked(..., ...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | Minor warnings fixed | Tobias Weimer |
2014-12-13 | arg fixes for MS_UTILS_OPENURL service | Rozhuk Ivan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-05 | warning fix | George Hazan |
2014-12-02 | less warnings | 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 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |