summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Collapse)Author
2015-05-11cleanupKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-10crash fix for wrongly defined option pagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03fix for the option's page style pt. 10Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@13413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-28minus ansi functionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-24end of zoo with various _WIN32_WINNT versionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-16removed not needed information from headerKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-15after commit #12797 field OPTIONSDIALOGPAGE::cbSize became an atavism, and ↵George Hazan
therefore removed git-svn-id: http://svn.miranda-ng.org/main/trunk@12840 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-14duplicated macro removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12813 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13added CDlgBase::GetInst() method to detect dialog's module automaticallyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-13- nasty crutch removed from Options_AddPage;George Hazan
- HWND hwndParent removed from the CDlgBase constructor; - method CDlgBase::SetParent() added for the rare occasions where it's needed; git-svn-id: http://svn.miranda-ng.org/main/trunk@12785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10more fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10missing breakGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10fix for possible buffer overrunGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12737 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10- fix for CREOleCallback constructor;George Hazan
- unsafe strlen call removed; - fix for static buffer lengths git-svn-id: http://svn.miranda-ng.org/main/trunk@12736 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-10another missing breakGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09potentially unsafe string operation removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12712 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09missing breakGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12710 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09- unused code removed;George Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@12708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-09unused module removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12707 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-30fix for the correct restoring of filter in tabSRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-29unneeded helper removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12544 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24UI Utils classes & templates moved to the core, thus allowing any plugin to ↵George Hazan
use them git-svn-id: http://svn.miranda-ng.org/main/trunk@12492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24* multiple WINE bug fixes over IsDialogMessage(), bug rep: ↵Rozhuk Ivan
https://bugs.winehq.org/show_bug.cgi?id=38276 git-svn-id: http://svn.miranda-ng.org/main/trunk@12489 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-24* multiple WINE bug fixes over DeferWindowPos(), bug rep: ↵Rozhuk Ivan
https://bugs.winehq.org/show_bug.cgi?id=38275 git-svn-id: http://svn.miranda-ng.org/main/trunk@12488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21all SRMMs to send messages right trimmed George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12466 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-28Core:Tobias Weimer
-Some major and minor issues fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@12280 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-25MHeaderBar not to suppress window's caption drawingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-23DoRtfToTags fixed & moved into the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12252 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-14fixed crash on transfer resumingAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@12112 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-14old default behavior restoredGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12107 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-14rejected file transfer notificationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12106 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-13incoming file transfer window to be closed on errorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12102 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-10large file supportGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-06Remove useless __INTERNAL_NAME constant from rest of pluginsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@12021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-27Unload librariesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11930 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-27Minor bugfixesTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11929 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-16MEVENT - the strict type for events, they are not HANDLE anymoreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-12code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-08StdSSL: invalid URLDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@11801 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-07fix for potentially endless loopsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-05missing header removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-05StdMsg redesigned to add events into a database only after confirmationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-04minus critical sectionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-03cosmeticsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11758 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-03cosmeticsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11757 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-03standard version.rcVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@11755 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-03loader of external plugins with MUUID_SSL supportGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-03StdSsl - standard SSL/TLS driver for Miranda NGGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-12-31Year 2015 version updateGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c