Commit Graph

32 Commits (actorid)

Author SHA1 Message Date
scrawl f695deb29d Remember window positions 11 years ago
scrawl 7dc30a01cd Some changes suggested by cppcheck 12 years ago
scrawl 6164e5bae6 Restored window resizing 12 years ago
scrawl e92897526c Only use the shader based mygui manager if the fixed pipeline is unavailable 12 years ago
scrawl 4daaa4030d Added shader based MyGUI render manager to allow using Ogre's next generation render systems. 12 years ago
scrawl 5341bf9504 Merge branch 'master' of git://github.com/zinnschlag/openmw into graphics 12 years ago
scrawl 9a84f6744f Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 12 years ago
scrawl 0f6fd80294 Merge branch 'master' of git://github.com/zinnschlag/openmw into graphics
Conflicts:
	apps/openmw/mwgui/windowmanagerimp.cpp
	apps/openmw/mwrender/npcanimation.cpp
	files/mygui/openmw_settings_window.layout
12 years ago
scrawl d8f2d0195a Got rid of the texture rotation hack by rendering the cursor manually. 12 years ago
scrawl 608c112f34 Supply the new render window to mygui 12 years ago
Nathan Jeffords 3c91f7793b overrode MyGUI::DataManager::isDataExist
Created a override of MyGUI::DataManager::isDataExist to fix a
performance issue with MyGUI startup. This required moving the
functionality of MyGUI::OgrePlatform into OEngine::GUI::MyGUIManager so
that a new version of the MyGUI::DataManager could be created.
12 years ago
scrawl 2b339f6c0f loading screen 12 years ago
scrawl c4fe2e4e2a Merge branch 'master' of https://github.com/zinnschlag/openmw into inputsystem 13 years ago
scrawl 97c45455fd fix WindowManager destruction 13 years ago
scrawl 86d6f190bf Input system rewrite 13 years ago
guidoj a021165d9f Changed standard C lib includes to C++ format 13 years ago
guidoj 0549e949ba Mostly removal of unnecessary #include's and a little clean up 13 years ago
scrawl c85c794c86 fixed some cppcheck issues 13 years ago
scrawl c5a685d11f addition to last commit: show the selected weapon/spell names as inventory/spell window caption 13 years ago
scrawl 5d03e86613 added field of view and texture filtering to settings window 13 years ago
scrawl 14f4f09f83 proper resolution switching (reposition GUI & adjust mouse clipping region) 13 years ago
scrawl c5d685c780 added an assert 13 years ago
scrawl 78b06d0ebf inventory window pinning 13 years ago
scrawl 14377ba789 window caption fix 13 years ago
scrawl b3dc1931a9 general GUI refactoring, part 1 13 years ago
scrawl 52b0b28c78 fixed the mygui output on console 13 years ago
Roman Melnik d09f0610ea Add basic windows pinning
Create WindowPinnableBase class for windows which should be
allowed to be pinned.

Add skin for pinnable windows - currently just a copy of normal
window with 1 extra button (hopefully this can be improved later).

Handle clicking on PinToggle button (pinning/unpinning a window).
13 years ago
scrawl f959a5cbeb auto adjust size of map window title bar 13 years ago
scrawl 64212c0ee6 replaced all the StaticImage and StaticText in code 13 years ago
scrawl b0b41a9199 should now compile warning free 13 years ago
scrawl d451d7bb67 compile fixes for mygui 3.2 13 years ago
Nikolay Kasyanov b4343431c6 Merged openengine into openmw 13 years ago