Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-06 | merge from master till | George Hazan | |
fixes #1408 (StdMsg: window caption bug) | |||
2018-06-06 | Fingerprint: added VK Messenger detect | Mataes | |
2018-06-06 | VKontakte: add 'VK Messenger' MirVer | George Hazan | |
fix for Conversations icon | |||
2018-06-05 | fix for a h++ version resource | George Hazan | |
2018-06-05 | merge of h++ compilation changes | George Hazan | |
2018-06-05 | VKontakte: | George Hazan | |
fix #1392 (access denied on typing for banned contacts) fix ‘?’ in avatar filenames Fingerprint: fixed Conversations detect | |||
2018-06-05 | merge of SRMM related changes into stable | George Hazan | |
2018-05-27 | merge with master till | George Hazan | |
fixes #1374 (IRC crash on exit after 20-30 account on/off) | |||
2018-05-25 | merge with master to | George Hazan | |
fixes #1377 ("Options -> Plugins -> Download more plugins" opens Miranda folder instead of website) | |||
2018-05-23 | TrafficCounter: - massive code cleaning; | George Hazan | |
2018-05-23 | TrafficCounter: merge with master | George Hazan | |
2018-05-19 | merge with master till | George Hazan | |
fixes #1368 (Hide dbx_mmap from profile manager) | |||
2018-05-16 | merge with master till | George Hazan | |
IRC fixes #1342 (broken search in channel browser); | |||
2018-05-14 | merge with master till: | George Hazan | |
fixes #1358 (StdMsg: "Send on Ctrl+Enter" setting is lost after upgrade) | |||
2018-05-11 | merge from master to | George Hazan | |
fixes #1349 (Miranda crashes on coming back from auto away) | |||
2018-05-08 | merge from master | George Hazan | |
2018-05-07 | Dbx_mdbx: fixes crash when user tries to compact a profile with password | George Hazan | |
2018-05-07 | compilation fix | George Hazan | |
(cherry picked from commit c33a7f7a36a0e497561ec34c4a96ebbb437125dd) | |||
2018-05-04 | fixes #1014 (wrong calculation of message edit field's height) | George Hazan | |
2018-05-03 | useless data removed | George Hazan | |
2018-05-03 | tabSRMM: idle message isn't reset in group chats | George Hazan | |
2018-05-03 | mir_forkThread<typename> - stronger typizatioin for thread function parameter | George Hazan | |
2018-05-03 | CloudFile: thread functions rewritten using PROTO::ForkThread | George Hazan | |
2018-05-02 | CloudFile: fix buttons width | dartraiden | |
2018-05-01 | CloudFile: fix for #1315 | aunsane | |
2018-04-29 | fixes #1307 (horror in webview contact settings) | George Hazan | |
2018-04-28 | TopToolBar: fixes #1306 (bunch of problems with Launch Buttons | George Hazan | |
2018-04-28 | StartPosition: fix broken hook (thx ghazan) | Goraf | |
2018-04-27 | compilation fix | George Hazan | |
2018-04-27 | fixes #1310 (Wrong language after profile conversion) | George Hazan | |
2018-04-27 | fixes #1311 (Wrong langpack listed in VersionInfo) | George Hazan | |
2018-04-27 | code cleaning | George Hazan | |
2018-04-27 | Boltun: fix for storing events into the database | George Hazan | |
2018-04-26 | CloudFile: fix for #1298 | aunsane | |
2018-04-23 | CloudFile: fixed #1298 | aunsane | |
2018-04-23 | no need to work after shutdown | George Hazan | |
2018-04-23 | AVS not to free memory allocated outside | George Hazan | |
2018-04-22 | CloudFile is also a protocol | George Hazan | |
2018-04-22 | no more PROTO_INTERFACE::OnEvent | George Hazan | |
2018-04-21 | core: add Contact_GetStatus function | aunsane | |
2018-04-21 | CloudFile: | aunsane | |
- fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump | |||
2018-04-21 | code cleaning: | George Hazan | |
- in conformance to C++'11 rules, we don't declare a method as virtual if it's declared as override; - cause this code isn't visible in Pascal anymore, there's no need to use __cdecl calling convention for virtual methods; - since PROTO_INTERFACE is a regular C++ class, there's no need to use old style service declarations for virtual methods like OnModulesLoaded / OnShutdown | |||
2018-04-20 | db_autobackups: more correct version of cb93541 | aunsane | |
2018-04-20 | db_autobackups: disable automatic backup when you disable all types of backups | aunsane | |
attempt to fix a collision between gui controls and db option | |||
2018-04-20 | fixes #1288 | George Hazan | |
2018-04-19 | minor code cleaning | George Hazan | |
2018-04-19 | fixes #1283 (StdMsg: cursor does not change the shape) | George Hazan | |
2018-04-19 | fixes #1284 (TabSRMM: "Hide title bar" menu item does nothing) | George Hazan | |
2018-04-19 | IEView: parse bbc, links, smyles, etc. in text all eventtypes | ElzorFox | |
2018-04-18 | core changes: | George Hazan | |
- PROTOCOLDESCRIPTOR's implementation hidden inside mir_app; - Proto_RegisterModule now doesn't need a PROTOCOLDESCRIPTOR structure; - PROTOTYPE_PROTOWITHACCS type added for protos that work with accounts |