Andrei Kortunov
|
55db3c2712
|
Set default values for class and birthsign select menus (bug #4226)
|
7 years ago |
scrawl
|
be19f51013
|
Adjust some more windows to be keyboard friendlier
|
7 years ago |
scrawl
|
4fff2e2e34
|
Refactor exitCurrentGuiMode
|
7 years ago |
scrawl
|
01391b7eed
|
Rename WindowBase's open/close to onOpen/onClose
|
7 years ago |
Andrei Kortunov
|
e0bb9c089b
|
Revert commit 67d59bead5 (a better
implementation found)
|
7 years ago |
Andrei Kortunov
|
67d59bead5
|
Get only text from input fields (bug #4025)
|
7 years ago |
Allofich
|
6ec37b5cfb
|
Fix shadowing warnings
|
8 years ago |
scrawl
|
92c2a10de4
|
Fall back to 'warrior' for not found class images (Fixes #3228)
|
9 years ago |
scrawl
|
90cc1de46c
|
Do not list custom made classes in the pick class dialog
|
9 years ago |
scrawl
|
d4c45efb2b
|
Remove useless #undef's for windows now that we have NOMINMAX flag
|
10 years ago |
scrawl
|
eecea4131f
|
Reduce MyGUI includes
|
10 years ago |
scrawl
|
363d1f9207
|
Merge remote-tracking branch 'upstream/master'
|
10 years ago |
scrawl
|
9a1bde684f
|
Sort class list in select class dialog
|
10 years ago |
scrawl
|
f931ba2efc
|
Fix some static analysis issues (coverity)
|
10 years ago |
Alexander "Ace" Olofsson
|
462b41a3a8
|
Missing files, aka; Why you shouldn't stresscommit
|
10 years ago |
scrawl
|
7252cb63a6
|
Fix cppcheck issues
|
10 years ago |
scrawl
|
088d01d727
|
Minor cleanup
|
10 years ago |
scrawl
|
f5868f7ae1
|
Fix layout problems in generate class result dialog
|
10 years ago |
Digmaster
|
033f1850f9
|
Fixed crass on character creation, allowed some character creation windows to be Esc-able
|
11 years ago |
scrawl
|
edff88542b
|
Allow double click / Enter key for accepting race/class/birthsign
|
11 years ago |
scrawl
|
d0500e8124
|
Some unneeded includes cleanup
|
11 years ago |
scrawl
|
f5a70dccf0
|
Fix title of buttons in generate class result dialog
|
11 years ago |
scrawl
|
02277db685
|
Bug #1052: Don't use set/getOnlyText which discards escape characters
|
11 years ago |
scrawl
|
7dc30a01cd
|
Some changes suggested by cppcheck
|
12 years ago |
scrawl
|
03682184c6
|
Enable SDL_TEXTINPUT events only when a text input widget currently has key focus
|
12 years ago |
Britt Mathis
|
7eee86ab66
|
No more using namespace
|
12 years ago |
Britt Mathis
|
60fadaeaf0
|
Cleaned up includes in implementation 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
|
d899f33444
|
Race/Class/Birth dialogs: immediately enable OK buttons since they have a preselected entry now.
|
12 years ago |
Sergey Shambir
|
59808c3e10
|
GUI: Birth and Class dialogs now both select 1st item in list at first
time.
|
12 years ago |
greye
|
e74b2c060d
|
disable createRecord(), Land constness hack, various fixes with Store<T> interface
|
12 years ago |
greye
|
42aae566a7
|
applying new interface vol.5, inconsistent
|
12 years ago |
greye
|
2057f5619e
|
move ESMStore to MWWorld
|
12 years ago |
scrawl
|
ba2fc2d6f8
|
better fix for chargen button colors
|
12 years ago |
emoose
|
b70b8cc4bc
|
Fixed: character creation: make OK button grayed out/disabled (loses the hoverover when it's re-enabled though...)
|
12 years ago |
emoose
|
4a9821dc65
|
fix kdevelop indentation...
|
12 years ago |
emoose
|
15f972cc62
|
fixes: compile: cast error; doors: key id case comparison; character creation: going from CharacterCreation to BirthDialog loses data; character creation: Class/Race/BirthDialog allowing no data; code: clean up a bit
todo: going from CharacterCreation back to CreateClassDialog loses data
|
12 years ago |
scrawl
|
ff2c2d2b96
|
Merge branch 'master' into spellcreation
Conflicts:
apps/openmw/mwbase/windowmanager.hpp
|
12 years ago |
scrawl
|
b63d205c6e
|
change the select attribute/skill dialogs to be reusable
|
12 years ago |
greye
|
7606ebafd6
|
resolving conflicts, minor update
|
12 years ago |
scrawl
|
bc6a1979b0
|
replaced everything with the new method
|
12 years ago |
scrawl
|
321f7c3419
|
fix an infinite recursion regression on several dialogs.
|
13 years ago |
scrawl
|
fab4cfecb1
|
some unfinished work on quick keys window
|
13 years ago |
Marc Zinnschlag
|
6534c2a55a
|
Issue #107: WindowManager is accessed only through the interface class from now on
|
13 years ago |
Marc Zinnschlag
|
35a64edf2a
|
Issue #107: removed a template from the window manager
|
13 years ago |
Marc Zinnschlag
|
484cce12a8
|
Issue #107: removed redundant getStore function from window manager
|
13 years ago |
Marc Zinnschlag
|
0d3a7d482e
|
Merge remote branch 'modred11/master'
|
13 years ago |