Age | Commit message (Expand) | Author |
2015-05-16 | fix for strncat use | Kirill Volinsky |
2015-05-14 | fix for memory leak | George Hazan |
2015-05-05 | Unicode windows procedure, suddenly... | George Hazan |
2015-04-24 | end of zoo with various _WIN32_WINNT versions | George Hazan |
2015-04-19 | - all strings operations were rewritten using CMString instead of ugly self-m... | George Hazan |
2015-04-15 | minus one critical section | George Hazan |
2015-04-15 | after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and th... | George Hazan |
2015-04-14 | major memory leak fix | George Hazan |
2015-04-06 | options section name as in other plugins | Dart Raiden |
2015-03-29 | fix for parsing links | George Hazan |
2015-03-28 | more code cleaning | George Hazan |
2015-03-28 | - crash fix; | George Hazan |
2015-03-27 | IEView: | Tobias Weimer |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2015-01-10 | crash when sending or receiving 50+ smileys fixed | Vadim Dashevskiy |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-31 | memleaks fix | Kirill Volinsky |
2014-12-16 | damned magic | George Hazan |
2014-12-16 | type conversion warnings fixed | George Hazan |
2014-12-15 | IEView: changed warning lavel to w4 | Kirill Volinsky |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-04 | Db_autobackups: multiple changes | Rozhuk Ivan |
2014-12-02 | mir_snprintf(..., "%s", ...) -> strncpy_s(...) | Rozhuk Ivan |
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 |
2014-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-18 | crash fix | George Hazan |
2014-10-09 | IEView: | Tobias Weimer |
2014-10-07 | IEView: | Tobias Weimer |
2014-09-01 | IEView: Fix files filter when selecting images or css files | Robert Pösel |
2014-09-01 | missing compatibility stuff | Vadim Dashevskiy |
2014-07-24 | event codes cleaning. try 1 | Alexey Kulakov |
2014-06-14 | fixed smiles and link not showing | Kirill Volinsky |
2014-06-12 | headers of not adopted plugins moved to !Deprecated | Kirill Volinsky |
2014-06-06 | Minor Fixes: | Tobias Weimer |
2014-06-03 | IEView: Added support for custom database events (e.g. status changes) (fixes... | Tobias Weimer |
2014-05-30 | db_mc_getMostOnline - a handy helper for MS_MC_GETMOSTONLINECONTACT | George Hazan |
2014-04-08 | bunch of mc related fixes | George Hazan |
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-02-28 | farewell MSVS 2012 | Vadim Dashevskiy |
2014-02-12 | another bunch of useless conversions died | 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-01 | IEView: custom events support | George Hazan |