summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
2015-04-23fix for the metacontact's editorGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-22fixed profile manager headerbar infoKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-16Spelling correction (patch by RMN)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@12866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-16IsStatusConnecting() - useful macroGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12860 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-14stack corruption fixGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12814 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-11strcpy() calls replaced with strncpy_s()George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12772 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-11missing lock addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-11no need to bind unopened socketGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12770 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-11dead code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12769 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-11unsafe string operations replaced with safe wherever possibleGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12768 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-11unused code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-11less crazy variant of file writeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12765 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-10status menu handler: code reorderingGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12759 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-08dead code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-04-08fixes for errors from CoverityGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-26memory leak fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12498 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 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-23One TranslateT too muchTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@12486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23Fix for r12483Tobias Weimer
-Using TranslateT -Fixed missing break git-svn-id: http://svn.miranda-ng.org/main/trunk@12485 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-23fixed name of multimedia buttonsKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-21XML parser not to remove trailing spaces when decoding messagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12468 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-03-17fix for replacing core variablesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12425 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-26some rtf glitchesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12272 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-23various font related code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-23ugly self-drawn color selection dialog finally diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12256 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-16translation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@12142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-12complex fix against NULL in nicksGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-09Seems like LPGENT is enough :)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@12070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-09Metacontacts:Tobias Weimer
-Added tooltip to message window status bar icon :) git-svn-id: http://svn.miranda-ng.org/main/trunk@12069 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-06fix for dblclick on chatsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@12030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-06there's no need to display Join/Leave menu items, if protocol has no ↵George Hazan
PS_JOINCHAT/PS_LEAVECHAT services git-svn-id: http://svn.miranda-ng.org/main/trunk@12027 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-02-02if temporary contact was already added to a certain group, FileAdd dialog ↵George Hazan
must read it git-svn-id: http://svn.miranda-ng.org/main/trunk@11982 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-18contacts cache details to be completely hidden from the outside worldGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11873 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-11Core: Fixed minor memory leaksTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@11830 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-04TrayTip flag's analysis addedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11766 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-04fatal error to be issued any time we can't load a Std* pluginGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-04chat module to be destroyed only if it was initialized onceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11763 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-01-03dbchecker should be unloaded after database conversionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@11756 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