summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
2015-05-18After selecting an object into a DC, it has to be set back to the original ↵Piotr Piastucki
value again before releasing the DC git-svn-id: http://svn.miranda-ng.org/main/trunk@13679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-18Neither brushes returned by WM_CTLCOLORDLG nor stock brushes need to be ↵Piotr Piastucki
deleted (and cannot be as they are still in use) git-svn-id: http://svn.miranda-ng.org/main/trunk@13678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-17code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the coreGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-17Changed "Disable icons" to "Enable icons"Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@13668 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-17fix for genmenu options - left tree replaced with a listboxGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-14fix for correct behaviour of checkboxes in EI optionsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-14extra icons options -> UI UtilsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13587 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-13sorting procedure restored to prevent data from arithmetic overflowGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-13- MTREE_DND implemented, all drag-n-drop operations in trees went into the core;George Hazan
- fixed chaos inside CCtrlBase::Subclass(); - two app dialogs switched to MTREE_DND; git-svn-id: http://svn.miranda-ng.org/main/trunk@13566 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-13fix for a cursor that follows mouseGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13565 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-12- CCtrlData::OnChange moved to CCtrlBase, because almost all controls can ↵George Hazan
send change notifications; - checkbox manager for CCtrlTreeView moved into the core, to remove Windows-dependent code from plugins; - MTREE_CHECKBOX & MTREE_DND flags introduced to turn on predefined behaviors of a tree control - typo fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@13564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-11minus CreateThreadKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13554 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-11minus critical sectionKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13527 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-10- two option pages (Customize/Menus, Contact list/Accounts) -> CDialogBase;George Hazan
- adaptation of Contact list/Contact names for CDlgBase::NotifyChange; git-svn-id: http://svn.miranda-ng.org/main/trunk@13519 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-08old pieces of avatar processing code removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-07contact details dialog -> CDlgBaseGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13481 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-07AddContact dialog -> CDlgBaseGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13478 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-05Unicode windows procedure, suddenly...George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13456 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-04manual shitcode removedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03hwnd switched to CDlgBase eitherGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03getInst() used instead of hInstGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-03minor code cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-02simple stub not to store MSWindows-dependend data inside options dialogGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13386 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-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