Andrei Kortunov
adbaeb7cca
Improve GUI scaling (bug #3288 )
6 years ago
scrawl
4fff2e2e34
Refactor exitCurrentGuiMode
7 years ago
scrawl
01391b7eed
Rename WindowBase's open/close to onOpen/onClose
7 years ago
MiroslavR
c1e52bbcf7
Fix -Wmismatched-tags clang warning
8 years ago
MiroslavR
8f91732b09
Show starting abilities, powers and spells in stat-review window ( Fixes #2410 )
8 years ago
scrawl
5b9d10f851
Reduce includes in MWGui
10 years ago
Alexander "Ace" Olofsson
462b41a3a8
Missing files, aka; Why you shouldn't stresscommit
10 years ago
scrawl
b6635c7964
Move eventDone out of WindowBase
10 years ago
scrawl
32ff3b530c
Change all instances of skill/attribute values to use an appropriate typedef.
11 years ago
scrawl
7dc30a01cd
Some changes suggested by cppcheck
12 years ago
Britt Mathis
6128b9276f
Removed non-essential includes from all MWGui header files.
12 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
76b494100e
finished?
12 years ago
scrawl
bc6a1979b0
replaced everything with the new method
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
c85c794c86
fixed some cppcheck issues
13 years ago
scrawl
10cfe0f5bc
Issue #295 : Class creation dialogs tooltips; plus tons of other improvements
13 years ago
scrawl
b3dc1931a9
general GUI refactoring, part 1
13 years ago
scrawl
560e702973
fixed scroll bars
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
0f2152903e
Get rid of deprecated warning for eventWindowChangeCoord
14 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
5342bd77f1
Use one event with a parameters instead of four events to tell with dialog we want to see
14 years ago
Jan-Peter Nilsson
2e7e79f596
Make ReviewDialog use the new WindowBase
14 years ago
Jan-Peter Nilsson
9d57b4f0d6
Do not store StaticTextPtr in WidgetPtr and use setTextColour
14 years ago
Jan Borsodi
1c6b9a9b7b
Activated buttons in review dialog to go to the respective dialogs.
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
12fe9305a6
Further unification of dialog API, all dialogs now have an open() method which updates gui content and makes it visible.
14 years ago
Jan Borsodi
970a7a3498
Removed hardcoded values from review dialog and added functionality for setting all fields in the dialog. Window manager keeps track of player values set from the outside and passes these to the review dialog.
14 years ago
Jan Borsodi
1c1d33e723
Initial work on the stat review dialog.
14 years ago