summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-04-09unused module removedGeorge Hazan
2015-03-30fix for the correct restoring of filter in tabSRMMGeorge Hazan
2015-03-29unneeded helper removedGeorge Hazan
2015-03-24UI Utils classes & templates moved to the core, thus allowing any plugin to u...George Hazan
2015-03-24* multiple WINE bug fixes over IsDialogMessage(), bug rep: https://bugs.wineh...Rozhuk Ivan
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: https://bugs.winehq...Rozhuk Ivan
2015-03-21all SRMMs to send messages right trimmed George Hazan
2015-02-28Core:Tobias Weimer
2015-02-25MHeaderBar not to suppress window's caption drawingGeorge Hazan
2015-02-23DoRtfToTags fixed & moved into the coreGeorge Hazan
2015-02-14fixed crash on transfer resumingAlexander Lantsev
2015-02-14old default behavior restoredGeorge Hazan
2015-02-14rejected file transfer notificationGeorge Hazan
2015-02-13incoming file transfer window to be closed on errorGeorge Hazan
2015-02-10large file supportGeorge Hazan
2015-02-06Remove useless __INTERNAL_NAME constant from rest of pluginsRobert Pösel
2015-01-27Unload librariesTobias Weimer
2015-01-27Minor bugfixesTobias Weimer
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
2015-01-12code cleaningGeorge Hazan
2015-01-08StdSSL: invalid URLDart Raiden
2015-01-07fix for potentially endless loopsGeorge Hazan
2015-01-05missing header removedGeorge Hazan
2015-01-05StdMsg redesigned to add events into a database only after confirmationGeorge Hazan
2015-01-04minus critical sectionGeorge Hazan
2015-01-03cosmeticsVadim Dashevskiy
2015-01-03cosmeticsVadim Dashevskiy
2015-01-03standard version.rcVadim Dashevskiy
2015-01-03loader of external plugins with MUUID_SSL supportGeorge Hazan
2015-01-03StdSsl - standard SSL/TLS driver for Miranda NGGeorge Hazan
2014-12-31Year 2015 version updateGeorge Hazan
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-25files structure changedKirill Volinsky
2014-12-21code cleaningGeorge Hazan
2014-12-19old tooltip management code removedGeorge Hazan
2014-12-16damned magicGeorge Hazan
2014-12-16type conversion warnings fixedGeorge Hazan
2014-12-16Fixed minor leaksTobias Weimer
2014-12-14SetWindowText(GetDlgItem(...)) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...., WM_SETTEXT...) -> SetDlgItemText(...)Rozhuk Ivan
2014-12-14SendDlgItemMessage(...BM_SETCHECK ...) -> CheckDlgButton(...)Rozhuk Ivan