Age | Commit message (Expand) | Author |
2014-12-16 | damned magic | George Hazan |
2014-12-16 | type conversion warnings fixed | George Hazan |
2014-12-16 | Fixed minor leaks | Tobias Weimer |
2014-12-14 | SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...) | Rozhuk Ivan |
2014-12-14 | SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...) | Rozhuk Ivan |
2014-12-13 | SendMessage(GetDlgItem -> SendDlgItemMessage | Rozhuk Ivan |
2014-12-13 | Minor warnings fixed | Tobias Weimer |
2014-12-13 | CopyMemory -> memcpy | Rozhuk Ivan |
2014-12-12 | - fix for drawing status bar icons; | 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 | mir_sntprintf(..., _T("%s"), ...) -> _tcsncpy_s(..., ..., _TRUNCATE) | Rozhuk Ivan |
2014-12-01 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | lstr* replacements | George Hazan |
2014-11-18 | RichEd20.dll replaced with Msftedit.dll | George Hazan |
2014-08-15 | decapitalization in the core | Dart Raiden |
2014-08-12 | Only update statusbar for message events | Tobias Weimer |
2014-08-12 | - Fixed status changes not being instantly displayed (fixes #553) | Tobias Weimer |
2014-08-10 | Status changes are now shown in font for "Other events" (fixes #553) | Tobias Weimer |
2014-08-06 | Fix for message window API (same as [7067] for Scriver) | Tobias Weimer |
2014-08-02 | Fixed displaying status changed (fixes #553) | Tobias Weimer |
2014-07-26 | stupid duplicated code of embedded clists removed | George Hazan |
2014-07-19 | db_mc_tryMeta applied | George Hazan |
2014-07-10 | redirect for the User Typing event | George Hazan |
2014-07-09 | also fix for changing sub's avatars in StdMag | George Hazan |
2014-07-09 | StdMsg: the outgoing messages are written into the meta history with wrong co... | George Hazan |
2014-06-30 | StdChat: options redesigned | 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-05-04 | missing check for subs added | George Hazan |
2014-04-08 | bunch of mc related fixes | George Hazan |
2014-03-31 | - fixes #638 (Message window position no longer remembered correctly in StdMsg) | George Hazan |
2014-03-30 | unsubclassing in StdChat/StdMsg | George Hazan |
2014-03-22 | WIN32 macro isn't needed in projects | George Hazan |
2014-03-20 | disabling metacontacts: fixes | George Hazan |
2014-03-19 | - stdchat to use the message area input font from stdmsg; | George Hazan |
2014-03-14 | fix of sending messages to subs in stdchat & scriver | George Hazan |
2014-03-12 | db_event_next/db_event_prev: first parameter hContact added | George Hazan |
2014-03-09 | obsolete option removed | Tobias Weimer |
2014-02-28 | farewell MSVS 2012 | Vadim Dashevskiy |
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-18 | - introducing ME_DB_EVENT_MARKED_READ - an event being called upon the call o... | George Hazan |
2014-02-16 | timezone api extended to support global settings | 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 |
2014-02-10 | HCONTACT is not needed anymore | George Hazan |
2014-02-10 | HCONTACT, part 3 | George Hazan |