| .. | 
		
		
			
			
			
			
				| alchemywindow.cpp | Refactor item icon code into ItemWidget (Fixes #1391) | 2014-06-05 22:13:18 +02:00 | 
		
			
			
			
			
				| alchemywindow.hpp | Refactor item icon code into ItemWidget (Fixes #1391) | 2014-06-05 22:13:18 +02:00 | 
		
			
			
			
			
				| backgroundimage.cpp | Consider aspect ratio for loading screen background | 2014-03-30 23:07:49 +02:00 | 
		
			
			
			
			
				| backgroundimage.hpp | Consider aspect ratio for loading screen background | 2014-03-30 23:07:49 +02:00 | 
		
			
			
			
			
				| birth.cpp | Allow double click / Enter key for accepting race/class/birthsign | 2014-01-29 15:37:27 +01:00 | 
		
			
			
			
			
				| birth.hpp | Allow double click / Enter key for accepting race/class/birthsign | 2014-01-29 15:37:27 +01:00 | 
		
			
			
			
			
				| bookpage.cpp | Fix a journal layout bug | 2014-06-16 02:52:25 +02:00 | 
		
			
			
			
			
				| bookpage.hpp | remove our stdint.h version that uses boost and force usage of system stdint.h | 2014-03-05 17:08:58 +01:00 | 
		
			
			
			
			
				| bookwindow.cpp | Esc button exits all non-modal GUI windows | 2014-05-26 23:13:37 -04:00 | 
		
			
			
			
			
				| bookwindow.hpp | Esc button exits all non-modal GUI windows | 2014-05-26 23:13:37 -04:00 | 
		
			
			
			
			
				| charactercreation.cpp | Remove static method MWWorld::Class::get(&Ptr) | 2014-05-22 20:50:00 +02:00 | 
		
			
			
			
			
				| charactercreation.hpp | moved CellRefList into a separate file | 2014-02-23 20:11:05 +01:00 | 
		
			
			
			
			
				| class.cpp | Fixed crass on character creation, allowed some character creation windows to be Esc-able | 2014-05-27 14:30:26 -04:00 | 
		
			
			
			
			
				| class.hpp | Fixed crass on character creation, allowed some character creation windows to be Esc-able | 2014-05-27 14:30:26 -04:00 | 
		
			
			
			
			
				| companionitemmodel.cpp | Fix item owner not resetting when dragging an item from a corpse to the player avatar | 2014-05-15 09:54:10 +02:00 | 
		
			
			
			
			
				| companionitemmodel.hpp | Fix item owner not resetting when dragging an item from a corpse to the player avatar | 2014-05-15 09:54:10 +02:00 | 
		
			
			
			
			
				| companionwindow.cpp | Fix dangling model pointer after reference cleanup (Fixes #1653) | 2014-07-14 16:53:58 +02:00 | 
		
			
			
			
			
				| companionwindow.hpp | Reset item model when reference is reset (Fixes #1628) | 2014-07-12 18:53:22 +02:00 | 
		
			
			
			
			
				| confirmationdialog.cpp | Move video skip detection to WindowManager | 2014-06-10 01:57:54 +02:00 | 
		
			
			
			
			
				| confirmationdialog.hpp | Added support to close modal windows with Esc | 2014-05-27 03:00:31 -04:00 | 
		
			
			
			
			
				| console.cpp | Fix console reference label not resetting when loading save | 2014-06-13 02:26:52 +02:00 | 
		
			
			
			
			
				| console.hpp | Fix console reference label not resetting when loading save | 2014-06-13 02:26:52 +02:00 | 
		
			
			
			
			
				| container.cpp | Use a controller to move Drag&Drop widget with the mouse cursor | 2014-08-01 17:14:35 +02:00 | 
		
			
			
			
			
				| container.hpp | Use a controller to move Drag&Drop widget with the mouse cursor | 2014-08-01 17:14:35 +02:00 | 
		
			
			
			
			
				| containeritemmodel.cpp | Remove static method MWWorld::Class::get(&Ptr) | 2014-05-22 20:50:00 +02:00 | 
		
			
			
			
			
				| containeritemmodel.hpp | Fix item owner not resetting when dragging an item from a corpse to the player avatar | 2014-05-15 09:54:10 +02:00 | 
		
			
			
			
			
				| controllers.cpp | Use a controller to move Drag&Drop widget with the mouse cursor | 2014-08-01 17:14:35 +02:00 | 
		
			
			
			
			
				| controllers.hpp | Use a controller to move Drag&Drop widget with the mouse cursor | 2014-08-01 17:14:35 +02:00 | 
		
			
			
			
			
				| countdialog.cpp | Fixed crass on character creation, allowed some character creation windows to be Esc-able | 2014-05-27 14:30:26 -04:00 | 
		
			
			
			
			
				| countdialog.hpp | Fixed crass on character creation, allowed some character creation windows to be Esc-able | 2014-05-27 14:30:26 -04:00 | 
		
			
			
			
			
				| cursor.cpp | Remove software cursor option, hw cursors seem to be working well enough | 2013-11-20 06:20:16 +01:00 | 
		
			
			
			
			
				| cursor.hpp | Remove software cursor option, hw cursors seem to be working well enough | 2013-11-20 06:20:16 +01:00 | 
		
			
			
			
			
				| dialogue.cpp | Remove partially broken sound pausing in main menu (Fixes #1707) | 2014-08-16 02:01:39 +02:00 | 
		
			
			
			
			
				| dialogue.hpp | Moved merchant restock from trade start to dialogue start, since other services also interact with it. | 2014-07-28 02:27:48 +02:00 | 
		
			
			
			
			
				| enchantingdialog.cpp | Make sure dialogue is ended properly when closing it by using a service (Fixes #1755) | 2014-08-06 20:13:57 +02:00 | 
		
			
			
			
			
				| enchantingdialog.hpp | Fix dangling MWWorld::Ptrs in enchanting dialog after loading save game (Fixes #1722) | 2014-07-29 15:32:22 +02:00 | 
		
			
			
			
			
				| exposedwindow.cpp | Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) | 2013-03-03 13:11:02 +01:00 | 
		
			
			
			
			
				| exposedwindow.hpp | Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) | 2013-03-03 13:11:02 +01:00 | 
		
			
			
			
			
				| fontloader.cpp | Add --export-fonts command line option | 2014-08-11 20:40:02 +02:00 | 
		
			
			
			
			
				| fontloader.hpp | Add --export-fonts command line option | 2014-08-11 20:40:02 +02:00 | 
		
			
			
			
			
				| formatting.cpp | Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision | 2014-08-12 12:18:38 +02:00 | 
		
			
			
			
			
				| formatting.hpp | Fixes Bug #734 'Book empty line problem' | 2013-05-02 07:35:25 +04:00 | 
		
			
			
			
			
				| hud.cpp | Adjust screen-sized widgets automatically using Stretch align | 2014-08-01 17:15:28 +02:00 | 
		
			
			
			
			
				| hud.hpp | Adjust screen-sized widgets automatically using Stretch align | 2014-08-01 17:15:28 +02:00 | 
		
			
			
			
			
				| imagebutton.cpp | Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. | 2013-11-05 22:50:53 +01:00 | 
		
			
			
			
			
				| imagebutton.hpp | Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. | 2013-11-05 22:50:53 +01:00 | 
		
			
			
			
			
				| inventoryitemmodel.cpp | Basic RefData and CellRef change tracking | 2014-05-25 14:30:07 +02:00 | 
		
			
			
			
			
				| inventoryitemmodel.hpp | Fix item owner not resetting when dragging an item from a corpse to the player avatar | 2014-05-15 09:54:10 +02:00 | 
		
			
			
			
			
				| inventorywindow.cpp | InventoryWindow: don't unnecessarily update preview on opening count dialog | 2014-08-16 17:18:13 +02:00 | 
		
			
			
			
			
				| inventorywindow.hpp | Improve performance of inventory window resize (don't update selection buffer unnecessarily) | 2014-08-12 17:07:06 +02:00 | 
		
			
			
			
			
				| itemmodel.cpp | Fix unhandled edge case in TradeItemModel with items that are able to stack, but are not currently stacked (e.g. after repairing a damaged item) | 2014-05-31 13:45:47 +02:00 | 
		
			
			
			
			
				| itemmodel.hpp | Fix item owner not resetting when dragging an item from a corpse to the player avatar | 2014-05-15 09:54:10 +02:00 | 
		
			
			
			
			
				| itemselection.cpp | Fixed issue with QuickKeyMenu and ItemSelectionDialog | 2014-05-27 13:50:24 -04:00 | 
		
			
			
			
			
				| itemselection.hpp | Fixed issue with QuickKeyMenu and ItemSelectionDialog | 2014-05-27 13:50:24 -04:00 | 
		
			
			
			
			
				| itemview.cpp | Improve performance of ItemView resize (reposition widgets instead of recreate) | 2014-08-15 18:42:33 +02:00 | 
		
			
			
			
			
				| itemview.hpp | Improve performance of ItemView resize (reposition widgets instead of recreate) | 2014-08-15 18:42:33 +02:00 | 
		
			
			
			
			
				| itemwidget.cpp | Rename and move functions for texture path correction | 2014-08-11 20:04:44 +02:00 | 
		
			
			
			
			
				| itemwidget.hpp | Workaround per-frame resources leak in MyGUI. New vertex buffers were being created every frame. | 2014-06-13 19:06:09 +02:00 | 
		
			
			
			
			
				| journalbooks.cpp | Rewrite journal GUI topic list to use MWList | 2014-06-03 16:04:18 +02:00 | 
		
			
			
			
			
				| journalbooks.hpp | Rewrite journal GUI topic list to use MWList | 2014-06-03 16:04:18 +02:00 | 
		
			
			
			
			
				| journalviewmodel.cpp | Fix date time in journal entries being off by one day (Fixes #1668) | 2014-07-21 01:17:01 +02:00 | 
		
			
			
			
			
				| journalviewmodel.hpp | Rewrite journal GUI topic list to use MWList | 2014-06-03 16:04:18 +02:00 | 
		
			
			
			
			
				| journalwindow.cpp | Remove comment | 2014-08-14 19:49:03 +02:00 | 
		
			
			
			
			
				| journalwindow.hpp | dropped the I infront of the journal view model interfaces | 2013-04-24 21:53:25 -07:00 | 
		
			
			
			
			
				| keywordsearch.cpp | Dialogue history rewrite WIP | 2013-05-04 14:15:47 +02:00 | 
		
			
			
			
			
				| keywordsearch.hpp | Bug 1047 update - defaults and edge case | 2014-05-10 17:47:21 -04:00 | 
		
			
			
			
			
				| levelupdialog.cpp | Merge branch 'master' of https://github.com/OpenMW/openmw | 2014-07-24 02:33:46 +02:00 | 
		
			
			
			
			
				| levelupdialog.hpp | Rework level up dialog to behave more like vanilla | 2014-07-21 20:56:02 +02:00 | 
		
			
			
			
			
				| list.cpp | Add workaround for ScrollView messing up canvas size (Fixes #1700) | 2014-07-27 20:33:44 +02:00 | 
		
			
			
			
			
				| list.hpp | Rewrite journal GUI quest index | 2014-06-03 00:28:33 +02:00 | 
		
			
			
			
			
				| loadingscreen.cpp | Adjust screen-sized widgets automatically using Stretch align | 2014-08-01 17:15:28 +02:00 | 
		
			
			
			
			
				| loadingscreen.hpp | Adjust screen-sized widgets automatically using Stretch align | 2014-08-01 17:15:28 +02:00 | 
		
			
			
			
			
				| mainmenu.cpp | Remove partially broken sound pausing in main menu (Fixes #1707) | 2014-08-16 02:01:39 +02:00 | 
		
			
			
			
			
				| mainmenu.hpp | Support animated main menus (menu_background.bik) | 2014-05-29 17:24:25 +02:00 | 
		
			
			
			
			
				| mapwindow.cpp | Add ManualResourceLoader for global map overlay (Fixes #1736) | 2014-08-14 19:01:03 +02:00 | 
		
			
			
			
			
				| mapwindow.hpp | Implement hiding inventory windows by double click on caption (Fixes #1690) | 2014-08-06 20:13:58 +02:00 | 
		
			
			
			
			
				| merchantrepair.cpp | Add transfer gold from all services to NPC trade gold pool | 2014-07-28 00:55:57 +02:00 | 
		
			
			
			
			
				| merchantrepair.hpp | Esc button exits all non-modal GUI windows | 2014-05-26 23:13:37 -04:00 | 
		
			
			
			
			
				| messagebox.cpp | InteractiveMessageBox: lay out buttons horizontally if button width does not exceed message width (Fixes #1812) | 2014-08-16 18:53:13 +02:00 | 
		
			
			
			
			
				| messagebox.hpp | Clear message boxes in windowmanager cleanup (Fixes #1496) | 2014-06-15 14:18:16 +02:00 | 
		
			
			
			
			
				| mode.hpp | Refactored video player (now a MyGUI widget) | 2014-03-27 19:10:15 +01:00 | 
		
			
			
			
			
				| pickpocketitemmodel.cpp | Basic RefData and CellRef change tracking | 2014-05-25 14:30:07 +02:00 | 
		
			
			
			
			
				| pickpocketitemmodel.hpp | Container UI rewrite | 2013-05-11 18:38:27 +02:00 | 
		
			
			
			
			
				| quickkeysmenu.cpp | Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision | 2014-08-12 12:18:38 +02:00 | 
		
			
			
			
			
				| quickkeysmenu.hpp | Refactor item icon code into ItemWidget (Fixes #1391) | 2014-06-05 22:13:18 +02:00 | 
		
			
			
			
			
				| race.cpp | Fix race preview crash (Fixes #1808) | 2014-08-13 19:30:46 +02:00 | 
		
			
			
			
			
				| race.hpp | Fix race preview crash (Fixes #1808) | 2014-08-13 19:30:46 +02:00 | 
		
			
			
			
			
				| recharge.cpp | Readd Azura's Star after recharging (Fixes #1765) | 2014-08-06 19:50:10 +02:00 | 
		
			
			
			
			
				| recharge.hpp | Refactor item icon code into ItemWidget (Fixes #1391) | 2014-06-05 22:13:18 +02:00 | 
		
			
			
			
			
				| referenceinterface.cpp | Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame | 2014-01-24 18:28:35 +01:00 | 
		
			
			
			
			
				| referenceinterface.hpp | Fix console reference label not resetting when loading save | 2014-06-13 02:26:52 +02:00 | 
		
			
			
			
			
				| repair.cpp | Add workaround for ScrollView messing up canvas size (Fixes #1700) | 2014-07-27 20:33:44 +02:00 | 
		
			
			
			
			
				| repair.hpp | Refactor item icon code into ItemWidget (Fixes #1391) | 2014-06-05 22:13:18 +02:00 | 
		
			
			
			
			
				| review.cpp | Add workaround for ScrollView messing up canvas size (Fixes #1700) | 2014-07-27 20:33:44 +02:00 | 
		
			
			
			
			
				| review.hpp | Change all instances of skill/attribute values to use an appropriate typedef. | 2014-01-03 01:59:15 +01:00 | 
		
			
			
			
			
				| savegamedialog.cpp | SaveGameDialog: use ComboBox accept event, not changePosition (improves keyboard navigation) | 2014-08-23 16:18:46 +02:00 | 
		
			
			
			
			
				| savegamedialog.hpp | SaveGameDialog: Allow deleting saves with keyboard (Delete key) | 2014-08-17 20:41:23 +02:00 | 
		
			
			
			
			
				| screenfader.cpp | Use a MyGUI widget to render the screen fader (Fixes #1741, Fixes #1719) | 2014-08-01 16:25:41 +02:00 | 
		
			
			
			
			
				| screenfader.hpp | Add missing include guard | 2014-08-10 16:56:54 +02:00 | 
		
			
			
			
			
				| scrollwindow.cpp | Add workaround for ScrollView messing up canvas size (Fixes #1700) | 2014-07-27 20:33:44 +02:00 | 
		
			
			
			
			
				| scrollwindow.hpp | Esc button exits all non-modal GUI windows | 2014-05-26 23:13:37 -04:00 | 
		
			
			
			
			
				| settingswindow.cpp | Add workaround for ScrollView messing up canvas size (Fixes #1700) | 2014-07-27 20:33:44 +02:00 | 
		
			
			
			
			
				| settingswindow.hpp | Implement difficulty scaling (Fixes #1505) | 2014-07-20 16:38:20 +02:00 | 
		
			
			
			
			
				| sortfilteritemmodel.cpp | Don't list non-usable items in QuickKeysMenu selection (Fixes #1427) | 2014-06-10 03:28:21 +02:00 | 
		
			
			
			
			
				| sortfilteritemmodel.hpp | Don't list non-usable items in QuickKeysMenu selection (Fixes #1427) | 2014-06-10 03:28:21 +02:00 | 
		
			
			
			
			
				| soulgemdialog.cpp | Implement magic item recharging via soulgem use | 2013-11-19 06:48:47 +01:00 | 
		
			
			
			
			
				| soulgemdialog.hpp | Added soulgem dialog; made interactive message boxes not close the previous UI | 2013-03-30 15:51:07 +01:00 | 
		
			
			
			
			
				| spellbuyingwindow.cpp | Add transfer gold from all services to NPC trade gold pool | 2014-07-28 00:55:57 +02:00 | 
		
			
			
			
			
				| spellbuyingwindow.hpp | Esc button exits all non-modal GUI windows | 2014-05-26 23:13:37 -04:00 | 
		
			
			
			
			
				| spellcreationdialog.cpp | Spell creation: do not add skill/attribute effects before selecting the skill or attribute | 2014-08-15 00:30:24 +02:00 | 
		
			
			
			
			
				| spellcreationdialog.hpp | Spell creation: do not add skill/attribute effects before selecting the skill or attribute | 2014-08-15 00:30:24 +02:00 | 
		
			
			
			
			
				| spellicons.cpp | Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision | 2014-08-12 12:18:38 +02:00 | 
		
			
			
			
			
				| spellicons.hpp | Merge remote-tracking branch 'scrawl/master' | 2014-05-15 14:25:36 +02:00 | 
		
			
			
			
			
				| spellwindow.cpp | Improve performance of moving spell window (don't recreate widgets unnecessarily) | 2014-08-12 17:07:15 +02:00 | 
		
			
			
			
			
				| spellwindow.hpp | Improve performance of moving spell window (don't recreate widgets unnecessarily) | 2014-08-12 17:07:15 +02:00 | 
		
			
			
			
			
				| statswindow.cpp | Correct tooltip for maxed out skills | 2014-08-16 13:30:49 +02:00 | 
		
			
			
			
			
				| statswindow.hpp | Implement hiding inventory windows by double click on caption (Fixes #1690) | 2014-08-06 20:13:58 +02:00 | 
		
			
			
			
			
				| textinput.cpp | Enable SDL_TEXTINPUT events only when a text input widget currently has key focus | 2013-06-16 18:06:55 +02:00 | 
		
			
			
			
			
				| textinput.hpp | Bug #1052: Don't use set/getOnlyText which discards escape characters | 2013-12-27 19:52:10 +01:00 | 
		
			
			
			
			
				| tooltips.cpp | Allow widgets with layout-type tooltip to change user data of widgets from tooltip layout | 2014-08-16 13:24:44 +02:00 | 
		
			
			
			
			
				| tooltips.hpp | Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision | 2014-08-12 12:18:38 +02:00 | 
		
			
			
			
			
				| tradeitemmodel.cpp | Fix unhandled edge case in TradeItemModel with items that are able to stack, but are not currently stacked (e.g. after repairing a damaged item) | 2014-05-31 13:45:47 +02:00 | 
		
			
			
			
			
				| tradeitemmodel.hpp | Container UI rewrite | 2013-05-11 18:38:27 +02:00 | 
		
			
			
			
			
				| tradewindow.cpp | Make sure dialogue is ended properly when closing it by using a service (Fixes #1755) | 2014-08-06 20:13:57 +02:00 | 
		
			
			
			
			
				| tradewindow.hpp | Moved merchant restock from trade start to dialogue start, since other services also interact with it. | 2014-07-28 02:27:48 +02:00 | 
		
			
			
			
			
				| trainingwindow.cpp | Make sure dialogue is ended properly when closing it by using a service (Fixes #1755) | 2014-08-06 20:13:57 +02:00 | 
		
			
			
			
			
				| trainingwindow.hpp | Esc button exits all non-modal GUI windows | 2014-05-26 23:13:37 -04:00 | 
		
			
			
			
			
				| travelwindow.cpp | Make sure dialogue is ended properly when closing it by using a service (Fixes #1755) | 2014-08-06 20:13:57 +02:00 | 
		
			
			
			
			
				| travelwindow.hpp | Allow following NPCs to fast-travel (Fixes #1501) | 2014-06-16 03:17:31 +02:00 | 
		
			
			
			
			
				| videowidget.cpp | Move video skip detection to WindowManager | 2014-06-10 01:57:54 +02:00 | 
		
			
			
			
			
				| videowidget.hpp | Move video skip detection to WindowManager | 2014-06-10 01:57:54 +02:00 | 
		
			
			
			
			
				| waitdialog.cpp | Don't show Until Healed button when only fatigue is not full (Fixes #1798) | 2014-08-11 20:40:02 +02:00 | 
		
			
			
			
			
				| waitdialog.hpp | Esc button exits all non-modal GUI windows | 2014-05-26 23:13:37 -04:00 | 
		
			
			
			
			
				| widgets.cpp | HBox, VBox: call parent setPropertyOverride | 2014-08-16 13:12:02 +02:00 | 
		
			
			
			
			
				| widgets.hpp | HBox, VBox: call parent setPropertyOverride | 2014-08-16 13:12:02 +02:00 | 
		
			
			
			
			
				| windowbase.cpp | Reset key focus when the key focus widget is hidden (Fixes #1568) | 2014-06-27 19:35:41 +02:00 | 
		
			
			
			
			
				| windowbase.hpp | Removes add behavior when pressing escape while waiting. | 2014-05-29 01:52:41 -04:00 | 
		
			
			
			
			
				| windowmanagerimp.cpp | Add --export-fonts command line option | 2014-08-11 20:40:02 +02:00 | 
		
			
			
			
			
				| windowmanagerimp.hpp | Add --export-fonts command line option | 2014-08-11 20:40:02 +02:00 | 
		
			
			
			
			
				| windowpinnablebase.cpp | Implement hiding inventory windows by double click on caption (Fixes #1690) | 2014-08-06 20:13:58 +02:00 | 
		
			
			
			
			
				| windowpinnablebase.hpp | Implement hiding inventory windows by double click on caption (Fixes #1690) | 2014-08-06 20:13:58 +02:00 |