Age | Commit message (Expand) | Author |
2015-03-24 | * multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq... | Rozhuk Ivan |
2015-03-21 | code cleaning | George Hazan |
2015-03-17 | fix for file logs in SeenPlugin | George Hazan |
2015-03-02 | - much more effective protocol filter; | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-14 | SendMessage(.... WM_SETTEXT...) -> SetWindowText(...) | 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 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-08 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-10-20 | SeenPlugin: | Tobias Weimer |
2014-07-09 | SeenPlugin: Don't monitor or show menuitem/userinfo for groupchats | Robert Pösel |
2014-02-24 | valid first parameter's name of ME_DB_CONTACT_SETTINGCHANGED handlers | 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 | more sorting issues | 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-01-25 | end of version zoo | George Hazan |
2014-01-21 | - new typed helper, WindowList_Create, to create a window list | George Hazan |
2014-01-02 | added destructor LIST::~LIST, that calls destroy() automatically. | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-10-30 | git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b... | Dart Raiden |
2013-10-15 | code cleanup | Kirill Volinsky |
2013-08-06 | fix for very rare crash on slow machines | George Hazan |
2013-08-04 | unneeded type conversion removed | George Hazan |
2013-07-25 | replace sprintf to mir_snprintf (part 5) | Kirill Volinsky |
2013-07-24 | replace sprintf to mir_snprintf (part 4) | Kirill Volinsky |
2013-07-23 | replace sprintf to mir_snprintf (part 3) | Kirill Volinsky |
2013-07-08 | Correct url for all plugins. | Robert Pösel |
2013-06-21 | minor code cleaning | George Hazan |
2013-05-19 | "PopUp" everywhere was replaced to "Popup" | Robert Pösel |
2013-04-18 | - removed obsolete code | Tobias Weimer |
2013-04-09 | - the kernel filters out contacts by proto names much faster than a plugin; | George Hazan |
2013-04-09 | - short function names allows to write database loops in one string; | George Hazan |
2013-04-05 | - rest of menus cleared; | George Hazan |
2013-03-22 | - SeenPlugin: code cleaning (patch from person) | Vadim Dashevskiy |
2013-03-21 | - MsgPopup: create popup options page only if plugin exists | Vadim Dashevskiy |
2013-03-18 | various memory allocation problems | George Hazan |
2013-03-18 | - major design flaw fixed in LastSeen plugin; | George Hazan |
2013-03-11 | only a few real mir_forkthreadex survived | George Hazan |
2013-03-09 | removed not used headers | Kirill Volinsky |
2013-03-04 | new subclassing functions applied to all plugins | George Hazan |
2013-02-11 | year fix for stdafx.cpp & Jabber | George Hazan |
2013-01-23 | - GDI resource leak fix; | George Hazan |
2013-01-19 | - Another portion of _T replacement (patch from person) | Vadim Dashevskiy |
2013-01-16 | git-svn-id: http://svn.miranda-ng.org/main/trunk@3122 1316c22d-e87f-b044-9b9b... | George Hazan |