openmw-tes3coop/apps/openmw/mwgui
David Cernat 41de1876a3 Merge pull request #223 from OpenMW/master
Add OpenMW commits up to 31 May 2017
2017-06-01 08:11:46 +03:00
..
alchemywindow.cpp Explicitely set the user data type to avoid const/non-const mismatch 2017-03-13 02:48:23 +01:00
alchemywindow.hpp
backgroundimage.cpp
backgroundimage.hpp
birth.cpp
birth.hpp
bookpage.cpp
bookpage.hpp
bookwindow.cpp
bookwindow.hpp
charactercreation.cpp Fix shadowing warnings 2017-04-21 11:06:18 +09:00
charactercreation.hpp
class.cpp
class.hpp
companionitemmodel.cpp
companionitemmodel.hpp
companionwindow.cpp
companionwindow.hpp
confirmationdialog.cpp Confirmation dialogs size fix 2017-03-30 17:05:56 +04:00
confirmationdialog.hpp Confirmation dialogs size fix 2017-03-30 17:05:56 +04:00
console.cpp
console.hpp
container.cpp [Client] Send an ObjectDelete packet when disposing of corpses 2017-05-08 08:44:43 +03:00
container.hpp
containeritemmodel.cpp
containeritemmodel.hpp
controllers.cpp
controllers.hpp
countdialog.cpp
countdialog.hpp
cursor.cpp
cursor.hpp
debugwindow.cpp
debugwindow.hpp
dialogue.cpp
dialogue.hpp Progress bars vertical alignment 2017-03-27 13:33:28 +04:00
draganddrop.cpp Set the drag-and-drop state after initiating the drag, not before (Fixes #3134) 2016-12-16 20:16:59 +01:00
draganddrop.hpp
enchantingdialog.cpp Swap enchant type when clean selected soulgem widget (fixes #3878) 2017-05-20 18:30:11 +04:00
enchantingdialog.hpp
exposedwindow.cpp
exposedwindow.hpp
formatting.cpp Silence static analysis warnings 2016-12-22 14:43:54 +01:00
formatting.hpp
hud.cpp Merge pull request #222 from OpenMW/master 2017-05-29 04:53:23 +03:00
hud.hpp Preload magic effect visuals of the player's selected weapon/spell 2017-02-15 21:01:25 +01:00
inventoryitemmodel.cpp
inventoryitemmodel.hpp
inventorywindow.cpp [Client] Allow multiple WorldObjects to be added to a WorldEvent 2017-05-06 20:44:39 +03:00
inventorywindow.hpp Add InventoryWindow::clear() as part of world cleanup 2017-04-19 18:28:49 +02:00
itemchargeview.cpp Explicitely set the user data type to avoid const/non-const mismatch 2017-03-13 02:48:23 +01:00
itemchargeview.hpp
itemmodel.cpp
itemmodel.hpp Add ItemModel::allowedToInsertItems 2016-03-05 19:53:24 +01:00
itemselection.cpp
itemselection.hpp
itemview.cpp
itemview.hpp
itemwidget.cpp ItemWidget: skip setImageTexture if the icon has not changed 2017-02-05 02:26:27 +01:00
itemwidget.hpp ItemWidget: skip setImageTexture if the icon has not changed 2017-02-05 02:26:27 +01:00
jailscreen.cpp
jailscreen.hpp
journalbooks.cpp
journalbooks.hpp
journalviewmodel.cpp
journalviewmodel.hpp
journalwindow.cpp
journalwindow.hpp
layout.cpp
layout.hpp
levelupdialog.cpp Levelup menu layout fixes 2017-05-01 20:48:39 +04:00
levelupdialog.hpp
loadingscreen.cpp Use separate node mask and parent for CompositeMapRenderer to allow the loading screen to pre compile composite maps. 2017-03-14 19:27:55 +01:00
loadingscreen.hpp Fix unnecessary use of CopyFramebufferToTextureCallback when loading is too fast for a loading screen to be displayed 2017-02-03 23:39:39 +01:00
mainmenu.cpp [Client] Delineate tes3mp-only code more clearly, part 2 2017-04-24 19:46:12 +03:00
mainmenu.hpp
mapwindow.cpp Merge pull request #203 from OpenMW/master 2017-04-21 21:07:37 +03:00
mapwindow.hpp Merge pull request #196 from OpenMW/master while resolving conflicts 2017-04-13 07:07:49 +03:00
merchantrepair.cpp Merchant repair and travel window scroll fix 2017-04-23 09:15:25 +04:00
merchantrepair.hpp Merchant repair and travel window scroll fix 2017-04-23 09:15:25 +04:00
messagebox.cpp
messagebox.hpp
mode.hpp
pickpocketitemmodel.cpp
pickpocketitemmodel.hpp
quickkeysmenu.cpp Explicitely set the user data type to avoid const/non-const mismatch 2017-03-13 02:48:23 +01:00
quickkeysmenu.hpp
race.cpp Save a proto gender in racemenu 2017-04-14 23:19:48 +04:00
race.hpp
recharge.cpp Improved recharge widget 2017-05-31 19:11:49 +04:00
recharge.hpp Improved recharge widget 2017-05-31 19:11:49 +04:00
referenceinterface.cpp
referenceinterface.hpp
repair.cpp Improved repair widget 2017-05-31 19:11:49 +04:00
repair.hpp Improved repair widget 2017-05-31 19:11:49 +04:00
review.cpp Tooltips: dynamic stats, birthsign and hand-to-hand layout fixes 2017-04-30 22:39:05 +04:00
review.hpp
savegamedialog.cpp Escaped class name string 2017-04-21 17:21:57 +04:00
savegamedialog.hpp
screenfader.cpp
screenfader.hpp
scrollwindow.cpp
scrollwindow.hpp
settingswindow.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
settingswindow.hpp
sortfilteritemmodel.cpp Improved repair widget 2017-05-31 19:11:49 +04:00
sortfilteritemmodel.hpp Improved repair widget 2017-05-31 19:11:49 +04:00
soulgemdialog.cpp
soulgemdialog.hpp
spellbuyingwindow.cpp Merge pull request #209 from OpenMW/master 2017-04-30 13:31:16 +03:00
spellbuyingwindow.hpp
spellcreationdialog.cpp [Client] Delineate tes3mp-only code more clearly, part 2 2017-04-24 19:46:12 +03:00
spellcreationdialog.hpp
spellicons.cpp
spellicons.hpp
spellmodel.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
spellmodel.hpp
spellview.cpp Explicitely set the user data type to avoid const/non-const mismatch 2017-03-13 02:48:23 +01:00
spellview.hpp
spellwindow.cpp [Client] Delineate tes3mp-only code more clearly, part 2 2017-04-24 19:46:12 +03:00
spellwindow.hpp
statswindow.cpp Tooltips: faction, magic effects layout fixes 2017-05-01 10:00:51 +04:00
statswindow.hpp StatsWindow: don't rebuild all skill widgets when one skill changes 2017-02-06 02:40:35 +01:00
textinput.cpp
textinput.hpp
timeadvancer.cpp
timeadvancer.hpp
tooltips.cpp Tooltips: dynamic stats, birthsign and hand-to-hand layout fixes 2017-04-30 22:39:05 +04:00
tooltips.hpp Add option to show reach and attack speed for melee weapons 2017-04-12 09:12:25 +04:00
tradeitemmodel.cpp
tradeitemmodel.hpp
tradewindow.cpp
tradewindow.hpp
trainingwindow.cpp
trainingwindow.hpp
travelwindow.cpp Merchant repair and travel window scroll fix 2017-04-23 09:15:25 +04:00
travelwindow.hpp
videowidget.cpp
videowidget.hpp
waitdialog.cpp
waitdialog.hpp
widgets.cpp
widgets.hpp
windowbase.cpp
windowbase.hpp
windowmanagerimp.cpp Merge pull request #203 from OpenMW/master 2017-04-21 21:07:37 +03:00
windowmanagerimp.hpp Move updatePinnedWindows() function to private section 2017-04-21 19:37:09 +04:00
windowpinnablebase.cpp
windowpinnablebase.hpp