- Updated help menu web links (removed map-center.com, added ETB documentation) (Shaderman)

- Added check for existing worldspawn if a new one should be added with the entity menu (Shaderman)
- Fixed Entity -> Ungroup (Topsun)
- Fixed hotkey collision ALT+M (filter botclip/Modify menu). New Modify shortcut = ALT+O (Shaderman)
- Updated Window Layout images (Shaderman)
- Fixed (TODO) XYWindow: save show-workzone option (Shaderman)
- Fixed (TODO) Toolbar: add shortcut to tooltips for toolbar buttons (Shaderman)
- Fixed (TODO) GUI: detachable submenus (Shaderman)


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@117 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
namespace
2006-10-12 19:10:05 +00:00
parent bd1602cf73
commit bc832533c3
11 changed files with 108 additions and 46 deletions

View File

@@ -62,6 +62,8 @@ void process_xlink(const char* filename, const char *menu_name, const char *base
globalOutputStream() << "Processing .xlink file '" << filename << "'\n";
// create sub menu
GtkMenu* menu_in_menu = create_sub_menu_with_mnemonic(menu, menu_name);
if (g_Layout_enableDetachableMenus.m_value)
menu_tearoff (menu_in_menu);
// start walking the nodes, find the 'links' one
xmlNodePtr pNode = pDoc->children;
while (pNode && strcmp((const char*)pNode->name, "links"))