Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | DB_AUTH_BLOB: handy piece of code moved into the core | George Hazan | |
2017-01-16 | Utf8DecodeT/Utf8EncodeT macros considered useless and replaced with ↵ | George Hazan | |
Utf8DecodeW/Utf8EncodeW | |||
2017-01-14 | plugins: | Gluzskiy Alexandr | |
alarms: ui cosmetic | |||
2017-01-14 | separate handle types for HNETLIBCONN & HNETLIBBIND | George Hazan | |
2017-01-13 | unused function removed | George Hazan | |
2017-01-13 | (wiping blood from hands) no more netlib services | George Hazan | |
2017-01-13 | a bit less netlib services | George Hazan | |
2017-01-12 | Netlib_FreeHttpRequest() instead of MS_NETLIB_FREEHTTPREQUESTSTRUCT | George Hazan | |
2017-01-11 | strong typization - better typization | George Hazan | |
2017-01-11 | Merge pull request #669 from White-Tiger/mine | Tobias Weimer | |
SendSS: fixed uploadpie upload by using HTTPS | |||
2017-01-11 | - Netlib_Send & Netlib_Recv helpers became real functions, MS_NETLIB_SEND & ↵ | George Hazan | |
MS_NETLIB_RECV died; - fix for dumping chunked http replies into a network log | |||
2017-01-10 | fixes #670 (Broken (TabSRMM) toolbar dropdowns) | George Hazan | |
2017-01-10 | UInfoEx: add 'In a civil union' marital status | ElzorFox | |
2017-01-08 | unused ansi services removed | George Hazan | |
2017-01-08 | code cleaning | George Hazan | |
2017-01-07 | StatusManager: Rework options to be more informative | Robert Pösel | |
2017-01-07 | StatusManager: Allow translation of subplugins' checkboxes | Robert Pösel | |
2017-01-07 | StatusManager: Move options to subpage | Robert Pösel | |
2017-01-07 | SimpleStatusMsg: Move startup status options to subpage | Robert Pösel | |
This commit is also useful for conflict with other plugin(s) that also want to add page directly to "Status" page. Because there wasn't specified "tab", it then consumed whole "Status" page for itself and didn't show tabs of plugins loaded afterwards. Another solution to this conflict is to just set "tab" for this page. But it makes more sense to have separate page for this "Startup status" options. | |||
2017-01-07 | StatusManager: Respect if subplugin was disabled as dll previously | Robert Pösel | |
This makes a bit better update experience for users that used and disabled one of subplugins in the past, because they will be disabled by default after update to StatusManager. | |||
2017-01-06 | double memory freeing | George Hazan | |
2017-01-06 | StatusManager: | aunsane | |
- fixed translation - attempt to fix build on vs 2010 | |||
2017-01-06 | StatusManager: fixed #662 | aunsane | |
2017-01-06 | StatusManager: #662 | aunsane | |
- ability to disable subplugins - project cleaning | |||
2017-01-06 | StatusManager: #662 | aunsane | |
- files splitted by folders - main.cpp cleanup - project cleanup | |||
2017-01-05 | SendSS: fixed uploadpie upload by using HTTPS | White-Tiger | |
P.S. why is NETLIBHTTPREQUEST->szUrl non-const? Netlib shouldn't (and doesn't IIRC) write to it, just read. | |||
2017-01-01 | "if" = "else", so "if" is useless | dartraiden | |
2017-01-01 | bump copyright year | dartraiden | |
2016-12-30 | fixes #661 (Scriver: Cannot send message if "Send Message" button not set in ↵ | George Hazan | |
Toolbar) | |||
2016-12-30 | flag renamed to be more logically called | George Hazan | |
2016-12-30 | plugins: | Gluzskiy Alexandr | |
alarms: version bump | |||
2016-12-30 | Increased name & password size to 256 | Alex Alabuzhev | |
2016-12-28 | plugins: | Gluzskiy Alexandr | |
alarms: "selected days" mode db write/load fix, ui fix | |||
2016-12-28 | another missing hotkey text | dartraiden | |
2016-12-27 | missing hotkey text | George Hazan | |
2016-12-27 | Alarms: | George Hazan | |
- warning fixes; - code cleaning | |||
2016-12-27 | Alarms: decapitalization | dartraiden | |
2016-12-26 | unused option removed | George Hazan | |
2016-12-23 | Scriver: button resizer to use the avatar presence & position | George Hazan | |
2016-12-23 | header file to be renamed too | George Hazan | |
2016-12-23 | correct file name applied | George Hazan | |
2016-12-23 | minor code cleaning | George Hazan | |
2016-12-23 | fix for conflicting message codes | George Hazan | |
2016-12-22 | ughm | George Hazan | |
2016-12-22 | massive code cleaning (fixes #653) | George Hazan | |
2016-12-21 | fixes #656 (Some icons disappear) | George Hazan | |
2016-12-19 | unused parameter removed | George Hazan | |
2016-12-19 | unused member removed | George Hazan | |
2016-12-19 | Merge branch 'master' of github.com:miranda-ng/miranda-ng | Gluzskiy Alexandr | |
2016-12-19 | plugins: | Gluzskiy Alexandr | |
alarms: added days of week. closes #318 |