Age | Commit message (Expand) | Author |
2015-04-11 | unsafe string operations replaced with safe wherever possible | George Hazan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
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-11-30 | warning fixes | George Hazan |
2014-11-30 | new sorting functions applied | George Hazan |
2014-11-30 | lstr* replacements | 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-14 | fixes #592 (Crash on exit if LoadDefaultModules(void) not executed all) | George Hazan |
2014-01-21 | minor code cleaning | George Hazan |
2014-01-21 | a copy of log style manager removed from tabSRMM | George Hazan |
2014-01-20 | fixes $531 (ability to highlight messages by a role) | George Hazan |
2014-01-19 | fix for log icons size | George Hazan |
2014-01-19 | fix for the log icons' background | George Hazan |
2014-01-19 | chat log icons are back | George Hazan |
2014-01-19 | boolean field names normalization | George Hazan |
2014-01-19 | - StdChat-related data removed from core; | George Hazan |
2014-01-17 | - kernel chat module loads automatically, not on request; | George Hazan |
2014-01-16 | - two chat HBRUSHes moved into CHAT_MANAGER; | George Hazan |
2014-01-16 | kernel chat engine, part 2 - scriver | George Hazan |
2014-01-15 | - basic chat types to support plugin specific data; | George Hazan |
2014-01-15 | correct way of colors & fonts initialization | George Hazan |
2014-01-14 | StdChat merged with core | George Hazan |
2014-01-14 | kernel chat's engine, part 1 (compiles ok, doesn't work at all, not linked to... | George Hazan |