Age | Commit message (Expand) | Author |
2014-12-02 | useless calls of mir_*strlen in DrawText replaced with -1 | George Hazan |
2014-12-02 | more transparent implementation of AppendToBuffer | 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 | ZeroMemory -> memset, few bugs fised | Rozhuk Ivan |
2014-11-30 | more warning fixes | 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-11-30 | Fix buf size for Get/Set text, open/save file name | Rozhuk Ivan |
2014-11-30 | code cleanup, x64 fix | Rozhuk Ivan |
2014-11-27 | cosmetics | George Hazan |
2014-11-27 | StdFile: code cleanup | Rozhuk Ivan |
2014-11-25 | TabSRMM null ptr fixes and code cleanup | Rozhuk Ivan |
2014-11-18 | RichEd20.dll replaced with Msftedit.dll | George Hazan |
2014-11-13 | one more part not needed checks | Kirill Volinsky |
2014-10-04 | code cleaning | George Hazan |
2014-09-29 | code cleaning | George Hazan |
2014-09-21 | StdChat to reload chat settings on Options - Apply | George Hazan |
2014-08-29 | PF4_SINGLEFILEONLY - protocol can require sending files only one by one | George Hazan |
2014-08-21 | missing check added | George Hazan |
2014-08-15 | code cleaning | George Hazan |
2014-08-15 | decapitalization in the core | Dart Raiden |
2014-08-14 | account creation code extracted to the separate service function, MS_PROTO_CR... | George Hazan |
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-26 | - unified bkChanged processing; | George Hazan |
2014-07-26 | all clists to inherit the kernel settings loading code | George Hazan |
2014-07-19 | db_mc_tryMeta applied | George Hazan |
2014-07-16 | fixes #742 (StdAway doesn't retrieve status messages from metas) | George Hazan |
2014-07-16 | in _tcsncpy_s / _tcsncat_s / strncpy_s / strncat_s the second parameter to be... | George Hazan |
2014-07-14 | code optimization | George Hazan |
2014-07-14 | StdFile to get the incoming files folder's name via metacontact | George Hazan |
2014-07-13 | wrapping the most evident critical sections into a class | George Hazan |
2014-07-12 | crash fix | 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-07-09 | Core: Add PF4_GROUPCHATFILES flag to mark protocols that support sending file... | Robert Pösel |
2014-06-30 | StdChat: options redesigned | Dart Raiden |
2014-06-24 | code cleaning | George Hazan |
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-21 | Fix wrong filesize in send file dialog for big files | Robert Pösel |
2014-05-12 | remove \ befor ' | Kirill Volinsky |
2014-05-11 | fix for header in about program window | Kirill Volinsky |