summaryrefslogtreecommitdiff
path: root/include/m_gui.h
AgeCommit message (Expand)Author
2016-12-02if nothing else helps, finally read the manualGeorge Hazan
2016-12-02CCtrlSpin::GetPosition() - new method of spin controlGeorge Hazan
2016-12-01CCtrlSpin::SetPosition - method for a spin control initializationGeorge Hazan
2016-11-25WM_CTLCOLORSTATIC handler moved to mir_core.dllGeorge Hazan
2016-11-22missing method: CCtrlListBox::SetItemHeightGeorge Hazan
2016-11-22missing UI method: CCtrlListBox::GetItemRectGeorge Hazan
2016-11-22OnBuildMenu - new callback for handling rclicksGeorge Hazan
2016-10-12CDlgBase::m_bExiting - new flagGeorge Hazan
2016-10-02CDlgBase::AddTimer addedGeorge Hazan
2016-09-22UI utils:George Hazan
2016-09-14patch for UI Utils:George Hazan
2016-08-11CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialogGeorge Hazan
2016-07-29removing TCHAR + WCHAR from headersGeorge Hazan
2016-07-29no more TCHARsGeorge Hazan
2016-07-27less TCHARsGeorge Hazan
2016-07-25hello, Unix.George Hazan
2016-04-21m_gui: added CPluginDlgBase class MikalaiR
2016-04-17ui utils: suuport CMOption for non-protocol plugins MikalaiR
2016-04-15contact list groups:George Hazan
2016-04-13CMOptionLink for strings MikalaiR
2016-04-13nasty crutch to compile 64-bit versionGeorge Hazan
2016-04-12m_gui: CMOption for strings MikalaiR
2016-01-21fix for moving menu item to the first position in a submenuGeorge Hazan
2016-01-02Copyrights update part 2Dart Raiden
2015-06-18protocol platform-independent code moved back to mir_appGeorge Hazan
2015-06-13CCtrlBase::m_bSilent - a flag not to send change notificationsGeorge Hazan
2015-05-20CDlgBase::m_first && CCtrlBase::m_next removedGeorge Hazan
2015-05-20tabbed control validatorGeorge Hazan
2015-05-20adaptation of CCtrlPages for the real lifeGeorge Hazan
2015-05-19control comparator function removed from the class definitionGeorge Hazan
2015-05-17code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the coreGeorge Hazan
2015-05-14multiselect mode for CCtrlTreeViewGeorge Hazan
2015-05-13CCtrlListView::GetItem() - missing return typeGeorge Hazan
2015-05-13- MTREE_DND implemented, all drag-n-drop operations in trees went into the core;George Hazan
2015-05-12- CCtrlData::OnChange moved to CCtrlBase, because almost all controls can sen...George Hazan
2015-05-10CDlgBase::NotifyChange() - method for child dialogs to notify parentsGeorge Hazan
2015-05-10CCtrlTreeView::GetItem must return boolGeorge Hazan
2015-05-07missing method CDlgBase::SetCaption() for setting window's titleGeorge Hazan
2015-04-24CDlgBase::Find() - useful helper for searching window classesGeorge Hazan
2015-04-22- UI Utils not to use GWLP_USERDATA;George Hazan
2015-04-13added CDlgBase::GetInst() method to detect dialog's module automaticallyGeorge Hazan
2015-04-13- nasty crutch removed from Options_AddPage;George Hazan
2015-04-10another unused field removedGeorge Hazan
2015-04-10unused field removedGeorge Hazan
2015-03-24UI Utils classes & templates moved to the core, thus allowing any plugin to u...George Hazan