1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-19 05:09:53 +00:00
openmw-tes3mp/apps/openmw/mwgui
2017-10-30 18:05:45 +01:00
..
alchemywindow.cpp Include cleanup 2017-09-27 12:56:09 +00:00
alchemywindow.hpp Include cleanup 2017-09-27 12:56:09 +00:00
backgroundimage.cpp
backgroundimage.hpp
birth.cpp Adjust some more windows to be keyboard friendlier 2017-09-24 19:08:14 +02:00
birth.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
bookpage.cpp Display large entries in journal correctly 2017-08-22 23:26:06 +04:00
bookpage.hpp improve dialogue window performance 2017-07-26 18:58:27 +02:00
bookwindow.cpp Don't ignore my own advice 2017-09-27 12:55:58 +00:00
bookwindow.hpp Improve keyboard navigation of book/scroll windows 2017-09-25 00:47:04 +02:00
charactercreation.cpp Fix shadowing warnings 2017-04-21 11:06:18 +09:00
charactercreation.hpp
class.cpp Adjust some more windows to be keyboard friendlier 2017-09-24 19:08:14 +02:00
class.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
companionitemmodel.cpp
companionitemmodel.hpp
companionwindow.cpp Include cleanup 2017-09-27 12:56:09 +00:00
companionwindow.hpp Include cleanup 2017-09-27 12:56:09 +00:00
confirmationdialog.cpp Remove unused and slightly broken custom button titles in ConfirmationDialog 2017-09-24 19:08:14 +02:00
confirmationdialog.hpp Remove unused and slightly broken custom button titles in ConfirmationDialog 2017-09-24 19:08:14 +02:00
console.cpp Fix console selected object persisting on a new game 2017-09-30 15:40:47 +00:00
console.hpp Fix console selected object persisting on a new game 2017-09-30 15:40:47 +00:00
container.cpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
container.hpp Remove obsolete Container GUI keyboard handling 2017-09-24 19:08:16 +02:00
containeritemmodel.cpp Add showsInInventory() check to the ContainerItemModel 2017-10-08 09:20:07 +04:00
containeritemmodel.hpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
controllers.cpp
controllers.hpp
countdialog.cpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
countdialog.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
cursor.cpp
cursor.hpp
debugwindow.cpp
debugwindow.hpp
dialogue.cpp Refactor dialogue responses to make sure messages from scripts are printer afterwards, not before the dialogue response (Fixes #4166) 2017-10-23 23:33:06 +00:00
dialogue.hpp Refactor dialogue responses to make sure messages from scripts are printer afterwards, not before the dialogue response (Fixes #4166) 2017-10-23 23:33:06 +00:00
draganddrop.cpp Exit drag-and-drop if dragged item is deleted (Fixes #3097) 2017-09-26 16:51:19 +02:00
draganddrop.hpp Exit drag-and-drop if dragged item is deleted (Fixes #3097) 2017-09-26 16:51:19 +02:00
enchantingdialog.cpp Fix dialogue window not being exited properly 2017-09-27 12:56:02 +00:00
enchantingdialog.hpp Make Enter on a name edit accept the dialog 2017-09-25 00:47:07 +02:00
exposedwindow.cpp
exposedwindow.hpp
formatting.cpp Improve keyboard navigation of book/scroll windows 2017-09-25 00:47:04 +02:00
formatting.hpp
hud.cpp Fix some style issues flagged by cppcheck 2017-10-15 17:06:58 +02:00
hud.hpp Fix some style issues flagged by cppcheck 2017-10-15 17:06:58 +02:00
inventoryitemmodel.cpp Unequip all items from dead corpse when take all items (bug #4095) 2017-09-22 12:32:47 +04:00
inventoryitemmodel.hpp
inventorywindow.cpp weapon cycle fix 2017-10-30 18:05:45 +01:00
inventorywindow.hpp refactor, use dragItem method 2017-10-19 17:43:27 +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 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 2017-06-09 16:49:25 +02:00
itemmodel.cpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
itemmodel.hpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
itemselection.cpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
itemselection.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
itemview.cpp
itemview.hpp
itemwidget.cpp
itemwidget.hpp
jailscreen.cpp Fix jail screen fading 2017-10-14 14:03:16 +00:00
jailscreen.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
journalbooks.cpp Journalbook layout fixes 2017-08-03 20:27:14 +04:00
journalbooks.hpp
journalviewmodel.cpp replace and purge boost::function 2017-06-09 19:08:53 +02:00
journalviewmodel.hpp replace and purge boost::function 2017-06-09 19:08:53 +02:00
journalwindow.cpp Slightly improve journal window keyboard navigation 2017-09-27 12:56:05 +00:00
journalwindow.hpp Refactor the unholy mess that is WindowManager::updateVisible 2017-09-24 19:08:12 +02:00
keyboardnavigation.cpp Fix non-top level Windows accepting key focus 2017-10-05 18:41:02 +02:00
keyboardnavigation.hpp Improve KeyboardNavigation to better handle modal windows 2017-09-27 12:55:58 +00:00
layout.cpp
layout.hpp
levelupdialog.cpp Fix wrong skin for levelup attribute values 2017-09-27 22:04:36 +02:00
levelupdialog.hpp Rename WindowBase's open/close to onOpen/onClose 2017-09-24 19:08:12 +02:00
loadingscreen.cpp Fade screen out during loading screen (when travelling) 2017-10-04 16:00:38 +00:00
loadingscreen.hpp Fade screen out during loading screen (when travelling) 2017-10-04 16:00:38 +00:00
mainmenu.cpp Fix exiting savegamedialog with 'esc' when no game is running 2017-10-05 18:35:09 +02:00
mainmenu.hpp Fix exiting savegamedialog with 'esc' when no game is running 2017-10-05 18:35:09 +02:00
mapwindow.cpp Remove unused and slightly broken custom button titles in ConfirmationDialog 2017-09-24 19:08:14 +02:00
mapwindow.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
merchantrepair.cpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
merchantrepair.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
messagebox.cpp Hide modal window before deleting it (Fixes #4168) 2017-10-23 23:33:05 +00:00
messagebox.hpp Fix being able to escape interactive messageboxes 2017-09-27 22:00:20 +02:00
mode.hpp Remove redundant RestBed gui mode 2017-09-24 19:08:14 +02:00
pickpocketitemmodel.cpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
pickpocketitemmodel.hpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
quickkeysmenu.cpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
quickkeysmenu.hpp Call onResChange for every window 2017-09-24 19:08:15 +02:00
race.cpp Fix crash due to not calling WindowModal::onClose() 2017-09-25 00:47:08 +02:00
race.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
recharge.cpp Include cleanup 2017-09-27 12:56:09 +00:00
recharge.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
referenceinterface.cpp Remove redundant player cell variable 2017-09-24 19:08:13 +02:00
referenceinterface.hpp Remove redundant player cell variable 2017-09-24 19:08:13 +02:00
repair.cpp Include cleanup 2017-09-27 12:56:09 +00:00
repair.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
review.cpp Rename WindowBase's open/close to onOpen/onClose 2017-09-24 19:08:12 +02:00
review.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
savegamedialog.cpp Fix unused event handler 2017-10-15 17:06:58 +02:00
savegamedialog.hpp Update the saves list/preview image when character selection changes to make it more convenient to flip through characters with the keyboard 2017-10-04 16:00:39 +00:00
screenfader.cpp Use MyGUI frame events for ScreenFader 2017-10-04 16:00:38 +00:00
screenfader.hpp Use MyGUI frame events for ScreenFader 2017-10-04 16:00:38 +00:00
scrollwindow.cpp Improve keyboard navigation of book/scroll windows 2017-09-25 00:47:04 +02:00
scrollwindow.hpp Improve keyboard navigation of book/scroll windows 2017-09-25 00:47:04 +02:00
settingswindow.cpp Use first resolution in fullscreen if current is not supported (Fixes #4113) 2017-09-29 14:58:25 +00:00
settingswindow.hpp Call onResChange for every window 2017-09-24 19:08:15 +02:00
sortfilteritemmodel.cpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
sortfilteritemmodel.hpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
soulgemdialog.cpp Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window 2017-09-24 19:08:12 +02:00
soulgemdialog.hpp
spellbuyingwindow.cpp Fix dialogue window not being exited properly 2017-09-27 12:56:02 +00:00
spellbuyingwindow.hpp Fix some style issues flagged by cppcheck 2017-10-15 17:06:58 +02:00
spellcreationdialog.cpp Make Enter on a name edit accept the dialog 2017-09-25 00:47:07 +02:00
spellcreationdialog.hpp Make Enter on a name edit accept the dialog 2017-09-25 00:47:07 +02:00
spellicons.cpp
spellicons.hpp
spellmodel.cpp replace and purge boost::lexical_cast 2017-06-09 19:08:53 +02:00
spellmodel.hpp
spellview.cpp Adjust some more windows to be keyboard friendlier 2017-09-24 19:08:14 +02:00
spellview.hpp remove boost/tuple 2017-06-09 19:08:53 +02:00
spellwindow.cpp Call WindowBase::onFrame() for every active window 2017-09-24 19:08:15 +02:00
spellwindow.hpp Rename WindowBase's open/close to onOpen/onClose 2017-09-24 19:08:12 +02:00
statswindow.cpp Fix some style issues flagged by cppcheck 2017-10-15 17:06:58 +02:00
statswindow.hpp Rename WindowBase's open/close to onOpen/onClose 2017-09-24 19:08:12 +02:00
textcolours.hpp improve dialogue window performance 2017-07-26 18:58:27 +02:00
textinput.cpp Rename WindowBase's open/close to onOpen/onClose 2017-09-24 19:08:12 +02:00
textinput.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
timeadvancer.cpp
timeadvancer.hpp
tooltips.cpp Fix owned tooltip in the spellwindow 2017-10-06 11:38:27 +04:00
tooltips.hpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
tradeitemmodel.cpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
tradeitemmodel.hpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
tradewindow.cpp Fix dialogue window not being exited properly 2017-09-27 12:56:02 +00:00
tradewindow.hpp Make TradeWindow not depend on DialogueWindow 2017-09-25 18:07:49 +02:00
trainingwindow.cpp Allow training window exit() 2017-10-08 20:38:20 +00:00
trainingwindow.hpp Allow training window exit() 2017-10-08 20:38:20 +00:00
travelwindow.cpp Fade screen out during loading screen (when travelling) 2017-10-04 16:00:38 +00:00
travelwindow.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
videowidget.cpp
videowidget.hpp convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 2017-06-09 16:49:25 +02:00
waitdialog.cpp Include cleanup 2017-09-27 12:56:09 +00:00
waitdialog.hpp Add key focus handling for WaitDialog 2017-09-27 12:56:03 +00:00
widgets.cpp Fix what looks like a copy/paste error 2017-09-27 12:56:08 +00:00
widgets.hpp
windowbase.cpp Improve KeyboardNavigation to better handle modal windows 2017-09-27 12:55:58 +00:00
windowbase.hpp Improve KeyboardNavigation to better handle modal windows 2017-09-27 12:55:58 +00:00
windowmanagerimp.cpp Fix a crash when exit() already hides the window (Fixes #4148) 2017-10-06 16:18:57 +00:00
windowmanagerimp.hpp Remove 'visibility mask' gui feature which did not end up being useful 2017-10-04 16:00:37 +00:00
windowpinnablebase.cpp
windowpinnablebase.hpp