Age | Commit message (Expand) | Author |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | Scriver: warning level 4 | George Hazan |
2014-12-13 | MoveMemory -> memmove | Rozhuk Ivan |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-13 | arg fixes for MS_UTILS_OPENURL service | Rozhuk Ivan |
2014-12-12 | - fix for drawing status bar icons; | George Hazan |
2014-12-12 | Scriver: | Tobias Weimer |
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 | code cleanup around mir_snprintf | Rozhuk Ivan |
2014-12-06 | duplicated pieces of code removed from Scriver | George Hazan |
2014-12-04 | Db_autobackups: multiple changes | Rozhuk Ivan |
2014-12-04 | - bin2hex() instead of manual loops; | George Hazan |
2014-12-02 | more transparent implementation of AppendToBuffer | George Hazan |
2014-12-02 | minus one unneeded mir_tstrlen | George Hazan |
2014-12-02 | fix for printing grouped messages' timestamp | George Hazan |
2014-12-02 | fix for logging unicode strings in Scriver | George Hazan |
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 | code cleaning | George Hazan |
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 | Multiple fixes buff size for GetText and SetText. | Rozhuk Ivan |
2014-11-28 | Massive code cleanup and fixes for a lot of warnings reported in #837 | Tobias Weimer |
2014-11-18 | RichEd20.dll replaced with Msftedit.dll | George Hazan |
2014-10-19 | variable name change | Vadim Dashevskiy |
2014-10-19 | fix for wrongly written help for core variables | Vadim Dashevskiy |
2014-09-15 | resources: comma in Conditional Clauses with "if": | RMN |
2014-08-05 | Windows 95 is not supported | Dart Raiden |
2014-07-26 | stupid duplicated code of embedded clists removed | George Hazan |
2014-07-24 | event codes cleaning. try 1 | Alexey Kulakov |
2014-07-23 | removing direct access to metas: Scriver | George Hazan |
2014-07-19 | - scriver to open metacontact window upon receiving an event | George Hazan |
2014-07-19 | db_mc_tryMeta applied | George Hazan |
2014-07-16 | - Scriver: resource cosmetics | RMN |
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-07-10 | redirect for the User Typing event | George Hazan |
2014-07-09 | same fix for Scriver | George Hazan |
2014-06-28 | typos | Dart Raiden |
2014-06-14 | MS_MSG_SETSTATUSTEXT improvements | Robert Pösel |
2014-06-14 | Ability to set also statusbar icon with MS_MSG_SETSTATUSTEXT service | Robert Pösel |
2014-06-12 | Fixed minor translation issue | Tobias Weimer |
2014-06-11 | correct ServiceExists call for popups | George Hazan |
2014-06-06 | Minor Fixes: | Tobias Weimer |