Age | Commit message (Expand) | Author |
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-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | tabSRMM warning level 4 | George Hazan |
2014-12-02 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | static mir_tstrncpy replaced with direct _tcsncpy_s calls | George Hazan |
2014-12-01 | copyright update | George Hazan |
2014-12-01 | mir_snprintf(..., sizeof() -> SIZEOF(), ...) | Rozhuk Ivan |
2014-11-30 | lstr* replacements | George Hazan |
2014-10-19 | variable name change | Vadim Dashevskiy |
2014-10-19 | fix for wrongly written help for core variables | Vadim Dashevskiy |
2014-07-16 | in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be... | George Hazan |
2014-07-04 | tabSRMM: | George Hazan |
2014-06-28 | typos | Dart Raiden |
2014-06-04 | code reordering | George Hazan |
2014-05-21 | typos | Dart Raiden |
2014-05-12 | remove \ befor ' | Kirill Volinsky |
2014-04-11 | TabSRMM resource cosmetics; langpacks updated | RMN |
2014-04-01 | Add %accountname% core variable which contains user-defined name of account f... | Robert Pösel |
2014-01-27 | revert #n+1 of nicklist colors in chats | George Hazan |
2014-01-21 | a copy of log style manager removed from tabSRMM | George Hazan |
2014-01-21 | "userlist", "user list", "nicklist" -> "nick list" | Dart Raiden |
2014-01-20 | - MessageBoxFont setting moved from kernel to StdChat; | George Hazan |
2014-01-19 | - chat log background color setting merged with kernel chats; | George Hazan |
2014-01-19 | fix for log icons size | George Hazan |
2014-01-19 | chat log icons are back | George Hazan |
2014-01-19 | boolean field names normalization | George Hazan |
2014-01-19 | fix for rereading nicklist colors in tabSRMM | George Hazan |
2014-01-18 | unified background color name | George Hazan |
2014-01-18 | apply settings on the fly from Options | George Hazan |
2014-01-18 | fix for editing log path in StdChat & Scriver | George Hazan |
2014-01-18 | - log writing fixed; | George Hazan |
2014-01-17 | fix for late icons loading in tabSRMM | George Hazan |
2014-01-17 | - kernel chat module loads automatically, not on request; | George Hazan |
2014-01-16 | kernel chats, part 3, tabsrmm | George Hazan |
2014-01-12 | click on nicklist in tabsrmm's chats should substitute a nick, not a user id | George Hazan |
2014-01-01 | copyright update for year 2014 | George Hazan |
2013-12-22 | Since Math module support was removed in [7309], also remove the option relat... | Tobias Weimer |
2013-12-20 | - mathMod support removed; | George Hazan |
2013-11-25 | portion of decapitalization | Dart Raiden |
2013-11-08 | Proper version of [6729] | Robert Pösel |
2013-10-31 | spelling corrections | Dart Raiden |
2013-10-31 | tabSRMM: | 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 | fix for [6495] | Tobias Weimer |
2013-10-15 | Added missing variable to tooltip | Robert Pösel |
2013-09-29 | no need load dll when lib linked | Kirill Volinsky |
2013-08-12 | mir_alloc/calloc/free instead of simple malloc/calloc/free | George Hazan |