..
alchemywindow.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
alchemywindow.hpp
Mass potion creation (feature #4642 )
2018-09-20 15:45:14 +04:00
backgroundimage.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
backgroundimage.hpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
birth.cpp
Set default values for class and birthsign select menus (bug #4226 )
2017-11-25 11:35:29 +04:00
birth.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
bookpage.cpp
Avoid overflow when handling output characters (bug #4676 )
2018-10-12 20:41:03 +04:00
bookpage.hpp
Avoid overflow when handling output characters (bug #4676 )
2018-10-12 20:41:03 +04:00
bookwindow.cpp
Prevent PlaySound overlapping
2018-05-01 16:24:32 +04:00
bookwindow.hpp
Improve keyboard navigation of book/scroll windows
2017-09-25 00:47:04 +02:00
charactercreation.cpp
Use new logging system for game itself
2018-08-14 23:05:43 +04:00
charactercreation.hpp
Show starting abilities, powers and spells in stat-review window ( Fixes #2410 )
2016-11-19 21:51:19 +01:00
class.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
class.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
companionitemmodel.cpp
Include cleanup
2015-07-18 20:36:28 +02:00
companionitemmodel.hpp
Remove NpcStats::mProfit and store it in the script instead
2015-01-31 22:40:40 +01:00
companionwindow.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04: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
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
console.hpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
container.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
container.hpp
Move onClose() check to item models
2017-11-10 10:58:43 +04:00
containeritemmodel.cpp
Merge pull request #1549 from akortunov/itemmodels
2017-11-11 22:12:07 +00:00
containeritemmodel.hpp
Move onClose() check to item models
2017-11-10 10:58:43 +04:00
controllers.cpp
fixing MSVC 2013 warning C4244: & C4305
2015-03-08 13:07:29 +13:00
controllers.hpp
Reduce MyGUI includes
2015-01-10 02:50:43 +01:00
countdialog.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
countdialog.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
cursor.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
cursor.hpp
debugwindow.cpp
Fix build against bullet with profiler disabled ( Fixes #3592 )
2016-10-14 21:00:35 +02:00
debugwindow.hpp
Add debug window (F10), displays Bullet's profiler output
2014-09-28 18:02:49 +02:00
dialogue.cpp
Do not use book fonts for dialogue window
2018-09-17 19:56:36 +04:00
dialogue.hpp
Update dialogue topics list after result script is run
2017-11-15 17:20:06 +00:00
draganddrop.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
draganddrop.hpp
Exit drag-and-drop if dragged item is deleted ( Fixes #3097 )
2017-09-26 16:51:19 +02:00
enchantingdialog.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
enchantingdialog.hpp
Make Enter on a name edit accept the dialog
2017-09-25 00:47:07 +02:00
exposedwindow.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
exposedwindow.hpp
formatting.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
formatting.hpp
Use book font by default in the text formatter
2018-09-17 22:24:21 +04:00
hud.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
hud.hpp
Fix some style issues flagged by cppcheck
2017-10-15 17:06:58 +02:00
inventoryitemmodel.cpp
Move onClose() check to item models
2017-11-10 10:58:43 +04:00
inventoryitemmodel.hpp
Move onClose() check to item models
2017-11-10 10:58:43 +04:00
inventorywindow.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
inventorywindow.hpp
Update pinned windows in-game (bug #4560 )
2018-08-27 09:44:04 +04:00
itemchargeview.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04: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
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
itemmodel.hpp
remove redundant allowedToInsertItems() function from ItemModel
2017-11-11 11:58:22 +04:00
itemselection.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
itemselection.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
itemview.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
itemview.hpp
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
2015-06-07 15:23:54 +02:00
itemwidget.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
itemwidget.hpp
ItemWidget: skip setImageTexture if the icon has not changed
2017-02-05 02:26:27 +01:00
jailscreen.cpp
Remove deprecated GMST get* functions
2018-08-29 18:38:12 +03:00
jailscreen.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
journalbooks.cpp
Use field for columns count instead of out integer
2018-09-12 14:31:01 +04:00
journalbooks.hpp
Use field for columns count instead of out integer
2018-09-12 14:31:01 +04:00
journalviewmodel.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
journalviewmodel.hpp
Use utf8 lowercase function for journal index to avoid code duplication
2018-05-24 12:53:06 +04:00
journalwindow.cpp
Use field for columns count instead of out integer
2018-09-12 14:31:01 +04:00
journalwindow.hpp
Remove getEncoding() from WindowManager
2017-11-22 08:32:38 +04:00
keyboardnavigation.cpp
Merge pull request #1915 from akortunov/enterfix
2018-09-14 15:17:47 +02:00
keyboardnavigation.hpp
Disable repeating for Accept action in keyboard navigation (bug #4260 )
2018-09-09 23:10:09 +04:00
layout.cpp
Move OEngine::Gui::Layout to MWGui
2015-05-01 02:22:51 +02:00
layout.hpp
Handle MyGUI exceptions inside destructors
2018-09-11 11:11:27 +04:00
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
Re-fix water reflections while making a no-GUI screenshot
2018-10-10 22:44:26 +03:00
loadingscreen.hpp
use loading screen to freeze the screen
2017-11-16 22:08:33 +01:00
mainmenu.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
mainmenu.hpp
Fix exiting savegamedialog with 'esc' when no game is running
2017-10-05 18:35:09 +02:00
mapwindow.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
mapwindow.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
merchantrepair.cpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
merchantrepair.hpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
messagebox.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
messagebox.hpp
Adding missing override keywords
2018-07-01 19:17:50 -05:00
mode.hpp
Remove redundant RestBed gui mode
2017-09-24 19:08:14 +02:00
pickpocketitemmodel.cpp
remove redundant allowedToInsertItems() function from ItemModel
2017-11-11 11:58:22 +04:00
pickpocketitemmodel.hpp
remove redundant allowedToInsertItems() function from ItemModel
2017-11-11 11:58:22 +04:00
quickkeysmenu.cpp
Fix quick key system regressions (bug #4662 )
2018-09-30 21:16:02 +03:00
quickkeysmenu.hpp
cleanup more unnecessary struct keywords...
2018-06-30 12:43:50 +10:00
race.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
race.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
recharge.cpp
Merged pull request #1959
2018-10-10 15:05:29 +02:00
recharge.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
referenceinterface.cpp
Some PVS-Studio and cppcheck fixes
2018-04-18 12:36:10 +00:00
referenceinterface.hpp
Remove redundant player cell variable
2017-09-24 19:08:13 +02:00
repair.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
repair.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
review.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
review.hpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
savegamedialog.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04: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
Handle MyGUI exceptions inside destructors
2018-09-11 11:11:27 +04: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
Optimize actors processing
2018-10-25 22:52:59 +04:00
settingswindow.hpp
Call onResChange for every window
2017-09-24 19:08:15 +02:00
sortfilteritemmodel.cpp
Use new logging system for game itself
2018-08-14 23:05:43 +04:00
sortfilteritemmodel.hpp
Move onClose() check to item models
2017-11-10 10:58:43 +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
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
spellbuyingwindow.hpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
spellcreationdialog.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
spellcreationdialog.hpp
Make Enter on a name edit accept the dialog
2017-09-25 00:47:07 +02:00
spellicons.cpp
Remove deprecated GMST get* functions
2018-08-29 18:38:12 +03:00
spellicons.hpp
Silence -Wreorder warnings.
2015-04-28 18:48:02 -05:00
spellmodel.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
spellmodel.hpp
Initialize missing variables
2018-08-01 20:18:37 +04:00
spellview.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
spellview.hpp
remove boost/tuple
2017-06-09 19:08:53 +02:00
spellwindow.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
spellwindow.hpp
Implement filtering in the spells window
2018-05-24 10:48:46 +04:00
statswindow.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
statswindow.hpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
textcolours.hpp
improve dialogue window performance
2017-07-26 18:58:27 +02:00
textinput.cpp
Disable repeating for ENTER key in GUI
2018-09-10 12:55:00 +04:00
textinput.hpp
Refactor exitCurrentGuiMode
2017-09-24 19:08:13 +02:00
timeadvancer.cpp
Add training progress bar, implement jail screen, tweak wait dialog ( Fixes #1714 )
2015-02-07 04:05:28 +01:00
timeadvancer.hpp
Add training progress bar, implement jail screen, tweak wait dialog ( Fixes #1714 )
2015-02-07 04:05:28 +01:00
tooltips.cpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +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
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
tradewindow.hpp
Make TradeWindow not depend on DialogueWindow
2017-09-25 18:07:49 +02:00
trainingwindow.cpp
getSkill usage cleanup (bug #4671 )
2018-10-08 17:06:30 +03:00
trainingwindow.hpp
Allow training window exit()
2017-10-08 20:38:20 +00:00
travelwindow.cpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
travelwindow.hpp
Improve GUI scaling (bug #3288 )
2018-09-12 14:31:01 +04:00
videowidget.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
videowidget.hpp
Fix: 'sizeof' to an incomplete type 'Video::VideoPlayer'
2018-08-25 11:53:43 +03:00
waitdialog.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
waitdialog.hpp
Add missing WaitDialog::clear() ( Fixes #4196 )
2017-11-08 00:24:04 +00:00
widgets.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
widgets.hpp
[Fix] Some PVS-Studio and cppcheck fixes
2018-04-18 12:36:10 +00:00
windowbase.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
windowbase.hpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
windowmanagerimp.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
windowmanagerimp.hpp
Merged pull request #1768
2018-09-17 12:10:21 +02:00
windowpinnablebase.cpp
Replace all NULLs to nullptr
2018-10-09 10:21:12 +04:00
windowpinnablebase.hpp
Use mouse pressed event for pin button instead of mouse click
2015-01-31 22:40:41 +01:00