index
:
miranda-ng.git
0_95_10_2
jabber_test
master
xmpp_message_handling_refactoring
miranda-ng main repo mirror (manuall sync only)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
m_gui.h
Age
Commit message (
Expand
)
Author
2016-12-02
if nothing else helps, finally read the manual
George Hazan
2016-12-02
CCtrlSpin::GetPosition() - new method of spin control
George Hazan
2016-12-01
CCtrlSpin::SetPosition - method for a spin control initialization
George Hazan
2016-11-25
WM_CTLCOLORSTATIC handler moved to mir_core.dll
George Hazan
2016-11-22
missing method: CCtrlListBox::SetItemHeight
George Hazan
2016-11-22
missing UI method: CCtrlListBox::GetItemRect
George Hazan
2016-11-22
OnBuildMenu - new callback for handling rclicks
George Hazan
2016-10-12
CDlgBase::m_bExiting - new flag
George Hazan
2016-10-02
CDlgBase::AddTimer added
George Hazan
2016-09-22
UI utils:
George Hazan
2016-09-14
patch for UI Utils:
George Hazan
2016-08-11
CDlgBase::EndModal(INT_PTR nResult) - new method to close modal dialog
George Hazan
2016-07-29
removing TCHAR + WCHAR from headers
George Hazan
2016-07-29
no more TCHARs
George Hazan
2016-07-27
less TCHARs
George Hazan
2016-07-25
hello, Unix.
George Hazan
2016-04-21
m_gui: added CPluginDlgBase class
MikalaiR
2016-04-17
ui utils: suuport CMOption for non-protocol plugins
MikalaiR
2016-04-15
contact list groups:
George Hazan
2016-04-13
CMOptionLink for strings
MikalaiR
2016-04-13
nasty crutch to compile 64-bit version
George Hazan
2016-04-12
m_gui: CMOption for strings
MikalaiR
2016-01-21
fix for moving menu item to the first position in a submenu
George Hazan
2016-01-02
Copyrights update part 2
Dart Raiden
2015-06-18
protocol platform-independent code moved back to mir_app
George Hazan
2015-06-13
CCtrlBase::m_bSilent - a flag not to send change notifications
George Hazan
2015-05-20
CDlgBase::m_first && CCtrlBase::m_next removed
George Hazan
2015-05-20
tabbed control validator
George Hazan
2015-05-20
adaptation of CCtrlPages for the real life
George Hazan
2015-05-19
control comparator function removed from the class definition
George Hazan
2015-05-17
code of MTREE_MULTISELECT + MTREE_DND merged and adapted to the core
George Hazan
2015-05-14
multiselect mode for CCtrlTreeView
George Hazan
2015-05-13
CCtrlListView::GetItem() - missing return type
George 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-10
CDlgBase::NotifyChange() - method for child dialogs to notify parents
George Hazan
2015-05-10
CCtrlTreeView::GetItem must return bool
George Hazan
2015-05-07
missing method CDlgBase::SetCaption() for setting window's title
George Hazan
2015-04-24
CDlgBase::Find() - useful helper for searching window classes
George Hazan
2015-04-22
- UI Utils not to use GWLP_USERDATA;
George Hazan
2015-04-13
added CDlgBase::GetInst() method to detect dialog's module automatically
George Hazan
2015-04-13
- nasty crutch removed from Options_AddPage;
George Hazan
2015-04-10
another unused field removed
George Hazan
2015-04-10
unused field removed
George Hazan
2015-03-24
UI Utils classes & templates moved to the core, thus allowing any plugin to u...
George Hazan