Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-22 | EV_PROTO_ONMENU removed | George Hazan | |
2018-04-22 | unused constant removed | George Hazan | |
2018-04-22 | update for 64-bit library | George Hazan | |
2018-04-22 | OnEvent(EV_PROTO_ONCONTACTDELETED) => PROTO_INTERFACE::OnContactDeleted | George Hazan | |
2018-04-22 | forgotten x64 lib | aunsane | |
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 | EV_PROTO_DBSETTINGSCHANGED - old useless stub removed | George Hazan | |
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 | fix for setting container's name | George Hazan | |
2018-04-20 | fix for closing all another tabs but the current one | George Hazan | |
2018-04-20 | grrm... more fixes for #1288 | George Hazan | |
2018-04-20 | this code causes endless recursion via OnChange | George Hazan | |
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 | warning fix | aunsane | |
2018-04-20 | core: checkbox control must notify change when it state changes programmatically | aunsane | |
2018-04-20 | Tox: toxcore updated to v0.2.2 | aunsane | |
2018-04-20 | fixes #1288 | George Hazan | |
2018-04-20 | StdMsg: fixes #1286 (wrong double click behavior for groupchats) | George Hazan | |
2018-04-20 | fix for wrong options' default values | George Hazan | |
2018-04-20 | Windows resources are in deep shit (fixes #1289) | George Hazan | |
2018-04-20 | StdMsg: fixes #1291 (rclick -> Close tab doesn't close a tab) | George Hazan | |
2018-04-20 | StdMsg: code cleaning | George Hazan | |
2018-04-20 | fixes #1288 | George Hazan | |
2018-04-20 | code cleaning | George Hazan | |
2018-04-20 | fixes #1290 | George Hazan | |
2018-04-20 | StdMsg: tab processing unification | George Hazan | |
2018-04-19 | fixes #1283 completely | George Hazan | |
2018-04-19 | StdMsg: middle click on tabs doesn't really closes window | George Hazan | |
2018-04-19 | code cleaning | George Hazan | |
2018-04-19 | code simplification | George Hazan | |
2018-04-19 | code cleaning | George Hazan | |
2018-04-19 | minor code cleaning | George Hazan | |
2018-04-19 | ancient horror removed | George Hazan | |
2018-04-19 | more EV_PROTO_ONOPTIONS removed | George Hazan | |
2018-04-19 | EV_PROTO_ONOPTIONS removed and replaced with the call of ↵ | George Hazan | |
CallObjectEventHook(pa->ppro, ME_OPT_INITIALIZE) this eliminates the possibility of making a mistake in hand-written code also fixes #1280 (Tox: "Confugure" menu item is broken) | |||
2018-04-19 | CallObjectEventHook: new function to call the event hook of the specified object | 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 | Steam: server sends a very low timeout, which leads to stuck in loop | aunsane | |
2018-04-19 | IEView: parse bbc, links, smyles, etc. in text all eventtypes | ElzorFox | |
2018-04-18 | fix for a roly-poly in plugin's options | George Hazan | |
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 | |||
2018-04-18 | warning fix | George Hazan | |
2018-04-18 | g_hInstance incapulated into PLUGIN<>, no need in the separate variable | George Hazan | |
2018-04-18 | ability to dynamically load / unload protocol plugins | George Hazan | |
2018-04-18 | missing project removed | George Hazan | |
2018-04-18 | PLUGIN<> to half-automatically calculate the dll's g_hInstance and pass it ↵ | George Hazan | |
inside | |||
2018-04-18 | hPluginListHeap - useless windows heap removed | George Hazan | |