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_genmenu.h
Age
Commit message (
Expand
)
Author
2024-07-16
fixes #4532 (UInfoEx: зависание после вгружения на ...
George Hazan
2023-12-20
code cleaning
George Hazan
2022-09-10
no need to export Miranda's offal to the outside world
George Hazan
2021-12-26
DWORD -> uint32_t
George Hazan
2021-03-19
Menu_ConfigureItem(hUserMenu, MCI_OPT_DISABLED, TRUE) - a setting to make a m...
George Hazan
2018-07-11
int hLangpack/m_hLang removed and replaced with HPLUGIN
George Hazan
2018-07-10
Menu_SetVisible: new function to write down a Visibility checkbox for a menu ...
George Hazan
2018-05-22
m_genmenu.h unbound from hLangpack
George Hazan
2018-05-20
let's avoid identifier 'hLangpack' wherever possible
George Hazan
2018-02-24
more nullptr
Goraf
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 6...
Kirill Volinsky
2017-12-06
convert all files exept curl and new_gpg to utf-8 BOM
Kirill Volinsky
2017-11-27
slightly optimized way of getting menu item's module name
George Hazan
2017-11-26
mir_app: added module name to menu form
Kirill Volinsky
2016-09-05
Menu_DrawItem & Menu_MeasureItem now simply receive LPARAM
George Hazan
2016-07-29
removing TCHAR + WCHAR from headers
George Hazan
2016-07-29
no more TCHARs
George Hazan
2015-12-08
first version of custom submenu button that doesn't crash (doesn't work either)
George Hazan
2015-12-07
fix to apply the unique identifiers to all menu roots
George Hazan
2015-09-04
UNSET_UID macro
Alexander Lantsev
2015-09-02
terrible crutch to fix VS2010 stupidity
George Hazan
2015-09-02
TMenuItem::uid added to hold the unique menu item id
George Hazan
2015-07-02
two new flags of TMO_MenuItem:
George Hazan
2015-06-30
- fix for the old perversion with manual protocol root calculation;
George Hazan
2015-06-29
ownerData isolated inside TMO_IntMenuItem not to allow external structures to...
George Hazan
2015-06-29
- unified menu creation using wrapper class CMenuItem;
George Hazan
2015-06-28
finally CLISTEVENT removed completely
George Hazan
2015-06-28
Minor cleanup
Tobias Weimer
2015-06-26
we don't need HGENMENU_ROOT anymore, die, crap, die
George Hazan
2015-06-26
YEEHAW! CLISTMENUITEM::pszPopupName also died
George Hazan
2015-06-26
Menu_CreateRoot - new helper for creating submenus
George Hazan
2015-06-26
next slice of cutting out unused menu features - popupPosition
George Hazan
2015-06-25
rest of genmenu api died
George Hazan
2015-06-25
another portion of dead genmenu services
George Hazan
2015-06-23
obsoleted constants CMIF_ROOTPOPUP & CMIF_CHILDPOPUP replaced with CMIF_ROOTH...
George Hazan
2015-06-23
- Menu_ConfigureItem replaced MO_SETOPTIONSMENUITEM;
George Hazan
2015-06-22
Menu_ModifyItem unbound from CLISTMENUITEM structure
George Hazan
2015-06-22
minor correction in the internal genmenu structure
George Hazan
2015-06-21
KillModuleMenus exported from mir_app.dll
George Hazan
2014-09-17
- MS_CLIST_REMOVECONTEXTFRAMEMENUITEM, MS_CLIST_REMOVESUBGROUPMENUITEM & MS_C...
George Hazan
2014-09-17
MS_CLIST_REMOVETRAYMENUITEM - never used at all. RIP
George Hazan
2014-09-16
MS_CLIST_REMOVEMAINMENUITEM also removed
George Hazan
2014-09-16
useless service MS_CLIST_REMOVECONTACTMENUITEM deleted
George Hazan
2013-12-17
more strict definition for a helper, to avoid conflicts
George Hazan
2013-12-16
- new menu object helpers (MO_CreateMenuObject, MO_SetMenuObjectParam);
George Hazan
2012-09-16
removed clutch for GCC (it already exists in m_system.h)
George Hazan
2012-06-14
- clists' menus compatibility issues;
George Hazan
2012-06-14
- all MS_CLIST_ADD*ITEM services replaced with Menu_Add*Item stubs.
George Hazan
2012-05-15
initial commit
Vadim Dashevskiy