summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-07-15KillModuleIcons exportedGeorge Hazan
2015-07-09missing headerGeorge Hazan
2015-07-09buggy function removedGeorge Hazan
2015-07-03- IDR_CONTEXT resource removed from all clists;George Hazan
2015-07-02port of menu changes to pascal headersGeorge Hazan
2015-07-02tray menu functions also moved to the core.George Hazan
2015-07-02group menu services moved to coreGeorge Hazan
2015-07-02two new flags of TMO_MenuItem:George Hazan
2015-06-30- fix for the old perversion with manual protocol root calculation;George Hazan
2015-06-30MS_CLIST_GETSTATUSMODEDESCRIPTION & MS_CLIST_GETCONTACTDISPLAYNAME replaced w...George Hazan
2015-06-29git-svn-id: http://svn.miranda-ng.org/main/trunk@14445 1316c22d-e87f-b044-9b9...George Hazan
2015-06-29fix for the pascal headersGeorge Hazan
2015-06-29ownerData isolated inside TMO_IntMenuItem not to allow external structures to...George Hazan
2015-06-29duplicate hLangpack assignment removedGeorge Hazan
2015-06-29- unified menu creation using wrapper class CMenuItem;George Hazan
2015-06-28finally CLISTEVENT removed completelyGeorge Hazan
2015-06-28Minor cleanupTobias Weimer
2015-06-27- clist menus went to functionsGeorge Hazan
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by cont...George Hazan
2015-06-26we don't need HGENMENU_ROOT anymore, die, crap, dieGeorge Hazan
2015-06-26YEEHAW! CLISTMENUITEM::pszPopupName also diedGeorge Hazan
2015-06-26Menu_CreateRoot - new helper for creating submenusGeorge Hazan
2015-06-26next slice of cutting out unused menu features - popupPositionGeorge Hazan
2015-06-25- Menu_EnableItem & Menu_SetChecked - more suitable helpers to set flags;George Hazan
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & p...George Hazan
2015-06-25- Set wparam and lParam to 0 as default arg in CallService and others, to sim...Tobias Weimer
2015-06-25- Set wparam and lParam to 0 as default arg in CallService and others, to sim...Tobias Weimer
2015-06-25rest of genmenu api diedGeorge Hazan
2015-06-25another portion of dead genmenu servicesGeorge Hazan
2015-06-23code cleaningGeorge Hazan
2015-06-23obsoleted constants CMIF_ROOTPOPUP & CMIF_CHILDPOPUP replaced with CMIF_ROOTH...George Hazan
2015-06-23- Menu_ConfigureItem replaced MO_SETOPTIONSMENUITEM;George Hazan
2015-06-22Menu_ModifyItem unbound from CLISTMENUITEM structureGeorge Hazan
2015-06-22- CLISTMENUITEM::cbSize - atavism removed;George Hazan
2015-06-22minor correction in the internal genmenu structureGeorge Hazan
2015-06-21wrong dllGeorge Hazan
2015-06-21MS_UTILS_REPLACEVARS -> Utils_ReplaceVarsGeorge Hazan
2015-06-21MS_UTIL_OPENURL -> mir_core::Utils_OpenUrlGeorge Hazan
2015-06-21KillModuleMenus exported from mir_app.dllGeorge Hazan
2015-06-21MS_UTILS_GETRANDOM -> mir_core::Utils_GetRandomGeorge Hazan
2015-06-21- resizer moved to mir_core, because it uses hard-coded windows structures;George Hazan
2015-06-20MS_DB_TIME_* removed from pascal headers tooGeorge Hazan
2015-06-20xml api became a set of functionsGeorge Hazan
2015-06-19Miranda libs to have the .mir extension, to prevent conflictsGeorge Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-06-19timezone api migrated to mir_coreGeorge Hazan
2015-06-19crutch to return fake langpack ids for scriptingGeorge Hazan
2015-06-19unused helper removedGeorge Hazan
2015-06-19- all static protocol services replaced with functions;George Hazan
2015-06-18compilation fixVadim Dashevskiy