summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Collapse)Author
2015-05-22replace _tcsicmp to mir_tstrcmpiKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13761 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace stricmp to mir_strcmpiKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13760 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22fix for a crash inside http request destructionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcscmp to mir_tstrcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13752 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace _tcslen to mir_tstrlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-22replace strlen to mir_strlenKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@13747 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-21war against atavisms continuesGeorge Hazan
- everything that goes to PSS_MESSAGE should be sent as utf8 string; - thus PREF_UNICODE & PREF_UTF support discontinued, these constants are removed; - support for PREF_UNICODE & PREF_UTF in protocols also removed; - PREF_UNICODE used in file transfers (PROTOFILERECVT) replaced with PRFF_UNICODE / PRFF_TCHAR git-svn-id: http://svn.miranda-ng.org/main/trunk@13734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-20Profile Manager -> CCtrlPagesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13720 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-19end of zoo with WM_CONTEXTMENU's lParamGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13693 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-05-18minor cleaningGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@13690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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