You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3mp/apps/openmw/mwgui
Andrei Kortunov 14cf0ce1dc Implement instanced groundcover 4 years ago
..
alchemywindow.cpp Fix issues, found by CoverityScan 5 years ago
alchemywindow.hpp Mark overrided methods by override keyword 4 years ago
backgroundimage.cpp Replace all NULLs to nullptr 6 years ago
backgroundimage.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
birth.cpp Use emplace_back instead of push_back 4 years ago
birth.hpp Mark overrided methods by override keyword 4 years ago
bookpage.cpp Replace zeroes and nulls by nullptrs 4 years ago
bookpage.hpp Fix C5204 warnings by adding default virtual destructors 5 years ago
bookwindow.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 6 years ago
bookwindow.hpp Mark overrided methods by override keyword 4 years ago
charactercreation.cpp Replace zeroes and nulls by nullptrs 4 years ago
charactercreation.hpp Add a separate stats watcher for GUI 5 years ago
class.cpp Replace zeroes and nulls by nullptrs 4 years ago
class.hpp Mark overrided methods by override keyword 4 years ago
companionitemmodel.cpp Rework prevent merchant equipping setting again 5 years ago
companionitemmodel.hpp Mark overrided methods by override keyword 4 years ago
companionwindow.cpp Use emplace_back instead of push_back 4 years ago
companionwindow.hpp Mark overrided methods by override keyword 4 years ago
confirmationdialog.cpp Fixes bug #4650 5 years ago
confirmationdialog.hpp Mark overrided methods by override keyword 4 years ago
console.cpp Replace zeroes and nulls by nullptrs 4 years ago
console.hpp Mark overrided methods by override keyword 4 years ago
container.cpp Don't reset temporarily hidden container window 4 years ago
container.hpp Mark overrided methods by override keyword 4 years ago
containeritemmodel.cpp Use emplace_back instead of push_back 4 years ago
containeritemmodel.hpp Mark overrided methods by override keyword 4 years ago
controllers.cpp Get rid of redundant ControllerRepeatClick class 6 years ago
controllers.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
countdialog.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 6 years ago
countdialog.hpp Refactor exitCurrentGuiMode 7 years ago
cursor.cpp Replace all NULLs to nullptr 6 years ago
cursor.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
debugwindow.cpp Fix build against bullet with profiler disabled (Fixes #3592) 8 years ago
debugwindow.hpp Mark overrided methods by override keyword 4 years ago
dialogue.cpp Don't regenerate the topics list unconditionally 4 years ago
dialogue.hpp Don't regenerate the topics list unconditionally 4 years ago
draganddrop.cpp Replace zeroes and nulls by nullptrs 4 years ago
draganddrop.hpp Exit drag-and-drop if dragged item is deleted (Fixes #3097) 7 years ago
enchantingdialog.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 6 years ago
enchantingdialog.hpp Mark overrided methods by override keyword 4 years ago
exposedwindow.cpp Allow to maximize windows via Shift + Double Click (feature #3999) 6 years ago
exposedwindow.hpp Allow to maximize windows via Shift + Double Click (feature #3999) 6 years ago
formatting.cpp Only ignore plain text after the last EOL tag (#5627) 4 years ago
formatting.hpp Only ignore plain text after the last EOL tag (#5627) 4 years ago
hud.cpp Code cleanup 4 years ago
hud.hpp Mark overrided methods by override keyword 4 years ago
inventoryitemmodel.cpp Rework prevent merchant equipping setting again 5 years ago
inventoryitemmodel.hpp Mark overrided methods by override keyword 4 years ago
inventorywindow.cpp Add many more godmode checks to harmful magic (bug #5633) 4 years ago
inventorywindow.hpp Mark overrided methods by override keyword 4 years ago
itemchargeview.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
itemchargeview.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
itemmodel.cpp Remove unused ItemStack::stacks 5 years ago
itemmodel.hpp Mark overrided methods by override keyword 4 years ago
itemselection.cpp Replace all NULLs to nullptr 6 years ago
itemselection.hpp Mark overrided methods by override keyword 4 years ago
itemview.cpp Replace all NULLs to nullptr 6 years ago
itemview.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
itemwidget.cpp Update background texture if a new one is empty (regression #4986) 6 years ago
itemwidget.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
jailscreen.cpp Use emplace_back instead of push_back 4 years ago
jailscreen.hpp Mark overrided methods by override keyword 4 years ago
journalbooks.cpp Remove redundant includes 6 years ago
journalbooks.hpp Use field for columns count instead of out integer 6 years ago
journalviewmodel.cpp Mark overrided methods by override keyword 4 years ago
journalviewmodel.hpp Fix C5204 warnings by adding default virtual destructors 5 years ago
journalwindow.cpp Avoid dead code 4 years ago
journalwindow.hpp Mark overrided methods by override keyword 4 years ago
keyboardnavigation.cpp Add version checks 4 years ago
keyboardnavigation.hpp Mark overrided methods by override keyword 4 years ago
layout.cpp Use C++11-style loops in the GUI instead of iterators 6 years ago
layout.hpp Handle MyGUI exceptions inside destructors 6 years ago
levelupdialog.cpp Store attributes and skills values as floats (bug #4021) 5 years ago
levelupdialog.hpp Mark overrided methods by override keyword 4 years ago
loadingscreen.cpp Loading screen initialdrawcallback 4th time's the charm 4 years ago
loadingscreen.hpp Loading screen initialdrawcallback 4th time's the charm 4 years ago
mainmenu.cpp Replace zeroes and nulls by nullptrs 4 years ago
mainmenu.hpp Mark overrided methods by override keyword 4 years ago
mapwindow.cpp Replace zeroes and nulls by nullptrs 4 years ago
mapwindow.hpp Mark overrided methods by override keyword 4 years ago
merchantrepair.cpp Set a minimum 1gp cost for services (regression #5600) 4 years ago
merchantrepair.hpp Mark overrided methods by override keyword 4 years ago
messagebox.cpp Avoid possible memory leak in the mInterMessageBoxe field 4 years ago
messagebox.hpp Mark overrided methods by override keyword 4 years ago
mode.hpp Make console to do not hide other GUI windows (bug #1515) 6 years ago
pickpocketitemmodel.cpp Store attributes and skills values as floats (bug #4021) 5 years ago
pickpocketitemmodel.hpp Mark overrided methods by override keyword 4 years ago
quickkeysmenu.cpp Replace zeroes and nulls by nullptrs 4 years ago
quickkeysmenu.hpp Mark overrided methods by override keyword 4 years ago
race.cpp Use emplace_back instead of push_back 4 years ago
race.hpp Mark overrided methods by override keyword 4 years ago
recharge.cpp Recharge items outside of player's inventory (bug #4077) 5 years ago
recharge.hpp Mark overrided methods by override keyword 4 years ago
referenceinterface.cpp Some PVS-Studio and cppcheck fixes 7 years ago
referenceinterface.hpp Remove redundant player cell variable 7 years ago
repair.cpp Replace all NULLs to nullptr 6 years ago
repair.hpp Mark overrided methods by override keyword 4 years ago
resourceskin.cpp Allow to calculate UI skin size based on texture resolution (feature #4968) 6 years ago
resourceskin.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
review.cpp Replace zeroes and nulls by nullptrs 4 years ago
review.hpp Mark overrided methods by override keyword 4 years ago
savegamedialog.cpp Reset selected slot when close savegame dialogue to avoid accidental saving/loading 5 years ago
savegamedialog.hpp Mark overrided methods by override keyword 4 years ago
screenfader.cpp Make sure fade operations properly end (bug #4639) 6 years ago
screenfader.hpp Mark overrided methods by override keyword 4 years ago
scrollwindow.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 6 years ago
scrollwindow.hpp Mark overrided methods by override keyword 4 years ago
settingswindow.cpp Implement instanced groundcover 4 years ago
settingswindow.hpp Mark overrided methods by override keyword 4 years ago
sortfilteritemmodel.cpp Use emplace_back instead of push_back 4 years ago
sortfilteritemmodel.hpp Mark overrided methods by override keyword 4 years ago
soulgemdialog.cpp Use emplace_back instead of push_back 4 years ago
soulgemdialog.hpp Added soulgem dialog; made interactive message boxes not close the previous UI 12 years ago
spellbuyingwindow.cpp Set a minimum 1gp cost for services (regression #5600) 4 years ago
spellbuyingwindow.hpp Mark overrided methods by override keyword 4 years ago
spellcreationdialog.cpp Replace zeroes and nulls by nullptrs 4 years ago
spellcreationdialog.hpp Mark overrided methods by override keyword 4 years ago
spellicons.cpp Support for multiple summons with same ID in the single spell 4 years ago
spellicons.hpp Mark overrided methods by override keyword 4 years ago
spellmodel.cpp Use range based for loops and auto 4 years ago
spellmodel.hpp Extend spell/item search to search by magic effect name 4 years ago
spellview.cpp Use emplace_back instead of push_back 4 years ago
spellview.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
spellwindow.cpp Add many more godmode checks to harmful magic (bug #5633) 4 years ago
spellwindow.hpp Mark overrided methods by override keyword 4 years ago
statswatcher.cpp Update HUD icons during mechanics update again to avoid crashes 5 years ago
statswatcher.hpp Remove redundant virtual qualifier 5 years ago
statswindow.cpp Show level multipliers in levelup tooltip 4 years ago
statswindow.hpp Mark overrided methods by override keyword 4 years ago
textcolours.cpp Move TextColours initialization to the TextColours itself 5 years ago
textcolours.hpp Move TextColours initialization to the TextColours itself 5 years ago
textinput.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 6 years ago
textinput.hpp Mark overrided methods by override keyword 4 years ago
timeadvancer.cpp Remove redundant includes 6 years ago
timeadvancer.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
tooltips.cpp Replace zeroes and nulls by nullptrs 4 years ago
tooltips.hpp Show the soulgem soul in count dialog (feature #5362) 5 years ago
tradeitemmodel.cpp Rework container resolution (#3006) 4 years ago
tradeitemmodel.hpp Mark overrided methods by override keyword 4 years ago
tradewindow.cpp Fix regression #5666 4 years ago
tradewindow.hpp Mark overrided methods by override keyword 4 years ago
trainingwindow.cpp Use emplace_back instead of push_back 4 years ago
trainingwindow.hpp Mark overrided methods by override keyword 4 years ago
travelwindow.cpp Fix follower aggression when traveling. Summoning still has problems but less intrusive than current implementation. 4 years ago
travelwindow.hpp Mark overrided methods by override keyword 4 years ago
videowidget.cpp Pause both audio and video playback when the game is minimized (feature #4944) 5 years ago
videowidget.hpp Pause both audio and video playback when the game is minimized (feature #4944) 5 years ago
waitdialog.cpp Introduce a separate class to control world date and time 5 years ago
waitdialog.hpp Mark overrided methods by override keyword 4 years ago
widgets.cpp Replace zeroes and nulls by nullptrs 4 years ago
widgets.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 4 years ago
windowbase.cpp Do not discard division reminder 5 years ago
windowbase.hpp Mark overrided methods by override keyword 4 years ago
windowmanagerimp.cpp Replace zeroes and nulls by nullptrs 4 years ago
windowmanagerimp.hpp Mark overrided methods by override keyword 4 years ago
windowpinnablebase.cpp Allow to maximize windows via Shift + Double Click (feature #3999) 6 years ago
windowpinnablebase.hpp Allow to maximize windows via Shift + Double Click (feature #3999) 6 years ago