Commit Graph

24 Commits (master)

Author SHA1 Message Date
Andrei Kortunov 8ca3c3b123 Mark overrided methods by override keyword 4 years ago
scrawl 4fff2e2e34 Refactor exitCurrentGuiMode 7 years ago
scrawl 01391b7eed Rename WindowBase's open/close to onOpen/onClose 7 years ago
Andrei Kortunov 3fb3c4c20f Add scrollbar to a birth effect lists (bug #4105) 7 years ago
scrawl 5b9d10f851 Reduce includes in MWGui 10 years ago
scrawl b6635c7964 Move eventDone out of WindowBase 10 years ago
scrawl edff88542b Allow double click / Enter key for accepting race/class/birthsign 11 years ago
Britt Mathis f7383905b7 Finally eliminated calls to MWBase::WindowManager in constructors 12 years ago
Britt Mathis ce9bc6d9ba MwGui windowManager calls fixed to use MWBase::Environment::get().getWindowManager, filenames in MwGui now comply with naming conventions 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 dfe29db9cb Fix bug #591: Don't allow opening new windows (main menu, console) if there's any modal widget active. Also made some windows modal that should be (character creation) 12 years ago
scrawl 35dd49f948 fixed some "using namespace" in headers 12 years ago
scrawl 321f7c3419 fix an infinite recursion regression on several dialogs. 13 years ago
Marc Zinnschlag 6534c2a55a Issue #107: WindowManager is accessed only through the interface class from now on 13 years ago
Carl Maxwell e4d046f69c Prepending m to the name of every member variable.
I made a bunch of changes in apps/openmw/mwrender/animation.cpp
because the scope brackets didn't line up in a bunch of places
    npcanimations.cpp & creatureanimations.cpp were the same kind of
thing
13 years ago
scrawl d27863bf8e rename layout files to .layout to get them recognized by layout editor 13 years ago
scrawl d1508f5a59 List -> ListBox 13 years ago
scrawl 64212c0ee6 replaced all the StaticImage and StaticText in code 13 years ago
scrawl deeb21a131 switched to the new multi-delegates system 13 years ago
Jan-Peter Nilsson f83c5327f3 Move eventDone to WindowBase and make it tell which window is done 14 years ago
Jan-Peter Nilsson 54fc64cb6a Decrease number of classes that need to know about other components 14 years ago
Jan-Peter Nilsson 933af72d60 Make BirthDialog use the new WindowBase 14 years ago
Jan Borsodi 025af1717f Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable. 14 years ago
Jan Borsodi cd3e976b7c Added birthsign dialog and spell effect widget. 14 years ago