Age | Commit message (Expand) | Author |
2015-05-23 | replace strncat to mir_strncat | Kirill Volinsky |
2015-05-22 | replace strcpy to mir_strcpy | Kirill Volinsky |
2015-05-22 | replace _tcsicmp to mir_tstrcmpi | Kirill Volinsky |
2015-05-22 | T2Utf - handy replacement for ptrA<mir_utf8decodeT()> | George Hazan |
2015-05-22 | replace _tcscmp to mir_tstrcmp | Kirill Volinsky |
2015-05-22 | replace strcmp to mir_strcmp | Kirill Volinsky |
2015-05-22 | replace strlen to mir_strlen | Kirill Volinsky |
2015-05-21 | war against atavisms continues | George Hazan |
2015-05-16 | fix for strncat use | Kirill Volinsky |
2015-04-29 | compilation fix | George Hazan |
2015-04-29 | fix for 64 bit integers | George Hazan |
2015-04-29 | twitter moved to the kernel json driver | George Hazan |
2015-04-26 | unified project for Twitter | George Hazan |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-03-31 | Twitter: | George Hazan |
2015-03-22 | strange custom loggins functions removed | George Hazan |
2015-02-06 | Remove useless __INTERNAL_NAME constant from rest of plugins | Robert Pösel |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2014-12-14 | SendMessage(.... WM_SETTEXT...) -> SetWindowText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
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-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-09-16 | useless service MS_CLIST_REMOVECONTACTMENUITEM deleted | George Hazan |
2014-07-06 | fix for adding contacts in Twitter | George Hazan |
2014-07-06 | - fix for the auth url; | George Hazan |
2014-05-30 | Twitter: Fix closing popups on right click | Robert Pösel |
2014-05-28 | Twitter: When clicked on popup, open tweet detail in browser; Version bump | Robert Pösel |
2014-04-22 | similar with other protocols | Dart Raiden |
2014-03-01 | git-svn-id: http://svn.miranda-ng.org/main/trunk@8337 1316c22d-e87f-b044-9b9b... | Dart Raiden |
2014-02-18 | - introducing ME_DB_EVENT_MARKED_READ - an event being called upon the call o... | George Hazan |
2014-02-16 | PS_CHANGEINFO is never called, and therefore exterminated | 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 | more HCONTACT | George Hazan |
2014-02-10 | - HANDLE hContact => HCONTACT | George Hazan |
2014-01-31 | crash on start in Twitter | George Hazan |
2014-01-25 | end of version zoo | George Hazan |
2014-01-10 | GCDEST::pszModule and GCDEST::ptszID must be constant | George Hazan |
2014-01-08 | - end of ANSI support in chats; | George Hazan |
2013-12-23 | spelling correction (e.g. twitter -> Twitter) | Dart Raiden |
2013-11-14 | try to fix encoding in popups (fixes #496) | Tobias Weimer |
2013-10-11 | - m_hNetlibUser moved to PROTO_INTERFACE; | George Hazan |