Age | Commit message (Expand) | Author |
2015-04-11 | unsafe string operations replaced with safe wherever possible | George Hazan |
2015-02-28 | Core: | Tobias Weimer |
2015-02-26 | some rtf glitches | George Hazan |
2015-02-23 | DoRtfToTags fixed & moved into the core | George Hazan |
2015-02-12 | complex fix against NULL in nicks | George Hazan |
2015-02-06 | fix for dblclick on chats | George Hazan |
2015-02-06 | there's no need to display Join/Leave menu items, if protocol has no PS_JOINC... | George Hazan |
2015-01-16 | MEVENT - the strict type for events, they are not HANDLE anymore | George Hazan |
2015-01-04 | chat module to be destroyed only if it was initialized once | George Hazan |
2014-12-31 | Year 2015 version update | George Hazan |
2014-12-16 | damned magic | George Hazan |
2014-12-16 | type conversion warnings fixed | George Hazan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-13 | multiple buf size fixes | Rozhuk Ivan |
2014-12-11 | chat manager to simply return a CHAT_INTERFACE* to non-SRMM plugins | George Hazan |
2014-12-11 | chat's component COLORCHOOSER standardized in the core | George Hazan |
2014-12-09 | code cleanup over mir_sntprintf + small bug fix | Rozhuk Ivan |
2014-12-08 | - common cycles removed; | George Hazan |
2014-12-07 | funny, but chats worked due to an error in the chats' manager | George Hazan |
2014-12-06 | duplicated pieces of code removed from Scriver | George Hazan |
2014-12-04 | - bin2hex() instead of manual loops; | George Hazan |
2014-12-02 | fix for tab locations in Scriver & StdChat | George Hazan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | code cleaning | George Hazan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | warning fixes | George Hazan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-25 | code clean up | Rozhuk Ivan |
2014-10-13 | wrong special char processing | George Hazan |
2014-09-21 | fix for nicks highlighting in chats | George Hazan |
2014-07-18 | some resource leaks fixed | George Hazan |
2014-07-16 | in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be... | George Hazan |
2014-07-13 | wrapping the most evident critical sections into a class | George Hazan |
2014-06-02 | minor fixes | George Hazan |
2014-05-12 | remove \ befor ' | Kirill Volinsky |
2014-04-23 | Make GCW_PRIVMESS to work pretty much same as GCW_CHATROOM | Robert Pösel |
2014-03-30 | ooops | Vadim Dashevskiy |
2014-03-30 | git-svn-id: http://svn.miranda-ng.org/main/trunk@8791 1316c22d-e87f-b044-9b9b... | Vadim Dashevskiy |
2014-03-14 | fixes #592 (Crash on exit if LoadDefaultModules(void) not executed all) | George Hazan |
2014-03-11 | minor code cleaning | George Hazan |
2014-03-09 | fix for a very rare crash in chats on exit | George Hazan |
2014-03-03 | no more META_LINK & META_ID variables | George Hazan |
2014-02-24 | more useless conversions removed | George Hazan |
2014-02-24 | - added ME_FILEDLG_CANCELED & ME_FILEDLG_SUCCEEDED events to support async fi... | George Hazan |
2014-02-21 | ME_GC_HOOK_EVENT - hook for the incoming chat events | 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 |