summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2015-06-27- clist menus went to functionsGeorge Hazan
- m_clist.h cleaning & reordering git-svn-id: http://svn.miranda-ng.org/main/trunk@14422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27people are dumbGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14421 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27minor menu related fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14420 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27SmileyAdd: Sergey Bolhovskoy
clear filename smiley pack if it filed fix contact menu (remove unload smiley pack) git-svn-id: http://svn.miranda-ng.org/main/trunk@14418 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27missing protocol ownerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27forgotten root in Weather's menuGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14416 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27SmileyAdd: Sergey Bolhovskoy
fix load unneeded smiley pack fix double error message on apply options when smiley pack filed git-svn-id: http://svn.miranda-ng.org/main/trunk@14415 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27OpenSSL:Tobias Weimer
-project fix (by ultramage) git-svn-id: http://svn.miranda-ng.org/main/trunk@14410 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27- CLISTMENUITEM::pszContactOwner removed, because it's supported only by ↵George Hazan
contact's menu; - Menu_AddContactMenuItem now receives parameter szProto; - Menu_Add* helpers are converted into real functions; git-svn-id: http://svn.miranda-ng.org/main/trunk@14409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27finally frame menu appearedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14408 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-27missing menu initialization call restoredGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14407 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26we don't need HGENMENU_ROOT anymore, die, crap, dieGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14405 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26YEEHAW! CLISTMENUITEM::pszPopupName also diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26final fix for the frame menusGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14402 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26fix for vs2013 projectsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26next slice of cutting out unused menu features - popupPositionGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14400 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26MirFoxSzymon Tokarz
- fix Options Contacts list checking (use EMPTY_EXTRA_ICON from m_extraicons.h instead of 0xFF) - minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26wrong variable name fixedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26MirLua: forgotten breakAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14397 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-26MirLua: menu encoding fixAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14392 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25- Menu_EnableItem & Menu_SetChecked - more suitable helpers to set flags;George Hazan
- fix for checks in frame menus; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25proper capitalizationDart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@14388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25MS_CLUI_GETHWND & MS_CLUI_GETHWNDTREE replaced with pcli->hwndContactList & ↵George Hazan
pcli->hwndContactTree respectively git-svn-id: http://svn.miranda-ng.org/main/trunk@14386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25rest of genmenu api diedGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14382 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25- warning fixGeorge Hazan
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14381 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25experimental menu adding function without CLISTMENUITEMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14380 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25crazy own menu creation system removed from MirOTRGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14379 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25another portion of dead genmenu servicesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14377 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25MirLua: added open button in script listAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-25less warningsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14372 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-24MirLua: version bumpAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14366 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-24shitty pascal bracketsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14365 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-24set maximum size by default, not 0George Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14364 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-24fixes for MENUITEMINFO declarationsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14363 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-24MirLua: options and log cosmeticsAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14362 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-24TabSRMM: fix menu item duplicationMikalaiR
git-svn-id: http://svn.miranda-ng.org/main/trunk@14361 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-24DBEditorPP: fixed hotkey descriptionAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23stub added to compensate the missing serviceGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23- langpacks/english: update;Vadim Dashevskiy
- langpacks/russian: update; translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@14354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23Remove double "CMIF_ROOTHANDLE | CMIF_ROOTHANDLE" after r14350Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@14353 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23fix for h++ to set the menu items visibility correctlyGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14351 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23obsoleted constants CMIF_ROOTPOPUP & CMIF_CHILDPOPUP replaced with ↵George Hazan
CMIF_ROOTHANDLE git-svn-id: http://svn.miranda-ng.org/main/trunk@14350 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23- Menu_ConfigureItem replaced MO_SETOPTIONSMENUITEM;George Hazan
- Menu_ConfigureObject replaced MO_SETOPTIONSMENUOBJECT; - TIntMenuObject::hotkey replaced TMenuObject::hotkey git-svn-id: http://svn.miranda-ng.org/main/trunk@14349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23fix for the overoptimized codeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14348 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23MirLua: console should not terminate miranda processAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@14347 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23warning fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14346 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23missing filesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14345 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23compilation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14343 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23FloatingContacts: unified projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14342 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-23Dbx_mmap: unified projectKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@14341 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c