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
scrawl fee08f97ed Fix crash in character preview for non-existing meshes (Fixes #2128) 10 years ago
..
alchemywindow.cpp Fix old alchemy apparatus still showing in alchemy window after removal 10 years ago
alchemywindow.hpp Add automatic potion naming 10 years ago
backgroundimage.cpp Consider aspect ratio for loading screen background 11 years ago
backgroundimage.hpp Consider aspect ratio for loading screen background 11 years ago
birth.cpp Replace more .tga->.dds hacks with ResourceHelpers 11 years ago
birth.hpp Move eventDone out of WindowBase 10 years ago
bookpage.cpp Silence some scan-build warnings. 10 years ago
bookpage.hpp remove our stdint.h version that uses boost and force usage of system stdint.h 11 years ago
bookwindow.cpp Rework book formatter (Fixes #1148) 10 years ago
bookwindow.hpp Rework book formatter (Fixes #1148) 10 years ago
charactercreation.cpp Remove static method MWWorld::Class::get(&Ptr) 11 years ago
charactercreation.hpp moved CellRefList into a separate file 11 years ago
class.cpp Fix cppcheck issues 10 years ago
class.hpp Fix cppcheck issues 10 years ago
companionitemmodel.cpp Fix item owner not resetting when dragging an item from a corpse to the player avatar 11 years ago
companionitemmodel.hpp Fix item owner not resetting when dragging an item from a corpse to the player avatar 11 years ago
companionwindow.cpp Fix Calvus Horatius AiFollow package not being removed after he quits as result of negative profit 10 years ago
companionwindow.hpp Reset item model when reference is reset (Fixes #1628) 11 years ago
confirmationdialog.cpp Add missing confirmation dialog for deleting map notes 10 years ago
confirmationdialog.hpp Add missing confirmation dialog for deleting map notes 10 years ago
console.cpp Fix cppcheck issues 10 years ago
console.hpp Fix cppcheck issues 10 years ago
container.cpp Fix: initialize boolean field with boolean value, not NULL 10 years ago
container.hpp Use a controller to move Drag&Drop widget with the mouse cursor 11 years ago
containeritemmodel.cpp Revert "Transfer item ownership to the buyer if item wasn't stolen" 10 years ago
containeritemmodel.hpp Fix item owner not resetting when dragging an item from a corpse to the player avatar 11 years ago
controllers.cpp Compatibility fix for MyGUI git 10 years ago
controllers.hpp Compatibility fix for MyGUI git 10 years ago
countdialog.cpp Add NumericEditBox widget 10 years ago
countdialog.hpp Add NumericEditBox widget 10 years ago
cursor.cpp Remove software cursor option, hw cursors seem to be working well enough 11 years ago
cursor.hpp Remove software cursor option, hw cursors seem to be working well enough 11 years ago
debugwindow.cpp Add debug window (F10), displays Bullet's profiler output 10 years ago
debugwindow.hpp Add debug window (F10), displays Bullet's profiler output 10 years ago
dialogue.cpp Fix dialogue goodbye link conflicting with choice links 10 years ago
dialogue.hpp Use all topics to search for keywords in dialogues (Fixes #2013) 10 years ago
enchantingdialog.cpp Enchanting, spellmaking dialog: check for flags when listing known effects 10 years ago
enchantingdialog.hpp Fix dangling MWWorld::Ptrs in enchanting dialog after loading save game (Fixes #1722) 11 years ago
exposedwindow.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 12 years ago
exposedwindow.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 12 years ago
formatting.cpp Revert spelling change to preserve consistency, fix a typo 10 years ago
formatting.hpp Suppress some warnings for MSVC. 10 years ago
hud.cpp Allow user-created markers on local map (Fixes #1571) 10 years ago
hud.hpp remove unused dummy variable 10 years ago
inventoryitemmodel.cpp Covered forgotten old bound item checks 10 years ago
inventoryitemmodel.hpp Fix item owner not resetting when dragging an item from a corpse to the player avatar 11 years ago
inventorywindow.cpp fix uninitialized pointer variables in some classes 10 years ago
inventorywindow.hpp Improve performance of inventory window resize (don't update selection buffer unnecessarily) 11 years ago
itemmodel.cpp Fix cppcheck issues 10 years ago
itemmodel.hpp Added Flag_Bound flag for ItemStack to check against but the system behind it is probably not the best 10 years ago
itemselection.cpp Fixed issue with QuickKeyMenu and ItemSelectionDialog 11 years ago
itemselection.hpp Fixed issue with QuickKeyMenu and ItemSelectionDialog 11 years ago
itemview.cpp Move item count text to ItemWidget 10 years ago
itemview.hpp Move item count text to ItemWidget 10 years ago
itemwidget.cpp Fix ItemWidget text cleanup (Fixes #2022) 10 years ago
itemwidget.hpp Move item count text to ItemWidget 10 years ago
journalbooks.cpp Change all skins to get font colors from fallback settings (Fixes #704) 10 years ago
journalbooks.hpp Rewrite journal GUI topic list to use MWList 11 years ago
journalviewmodel.cpp Use all topics to search for keywords in dialogues (Fixes #2013) 10 years ago
journalviewmodel.hpp Fix cppcheck issues 10 years ago
journalwindow.cpp Fix size_t underflow for journals with 1 page (Fixes #1958) 10 years ago
journalwindow.hpp dropped the I infront of the journal view model interfaces 12 years ago
levelupdialog.cpp Fix cppcheck issues 10 years ago
levelupdialog.hpp Do not attach coin widgets to a box 10 years ago
loadingscreen.cpp Remove support for Ogre 1.8 versions 10 years ago
loadingscreen.hpp Adjust screen-sized widgets automatically using Stretch align 11 years ago
mainmenu.cpp fix uninitialized pointer variables in some classes 10 years ago
mainmenu.hpp Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
mapwindow.cpp Hotfix for not being able to scroll the world map 10 years ago
mapwindow.hpp Implement cell loading threshold (Fixes #1874) 10 years ago
merchantrepair.cpp Show tooltip for non-affordable list items (Fixes #2025) 10 years ago
merchantrepair.hpp Esc button exits all non-modal GUI windows 11 years ago
messagebox.cpp Adjust border skin for loading bar and message boxes to match vanilla MW 10 years ago
messagebox.hpp Fix cppcheck issues 10 years ago
mode.hpp Refactored video player (now a MyGUI widget) 11 years ago
pickpocketitemmodel.cpp Covered forgotten old bound item checks 10 years ago
pickpocketitemmodel.hpp Open inventory when activating an unconscious actor (Fixes #1848) 10 years ago
quickkeysmenu.cpp Change all skins to get font colors from fallback settings (Fixes #704) 10 years ago
quickkeysmenu.hpp Refactor item icon code into ItemWidget (Fixes #1391) 11 years ago
race.cpp Fix crash in character preview for non-existing meshes (Fixes #2128) 10 years ago
race.hpp Move eventDone out of WindowBase 10 years ago
recharge.cpp Readd Azura's Star after recharging (Fixes #1765) 11 years ago
recharge.hpp Refactor item icon code into ItemWidget (Fixes #1391) 11 years ago
referenceinterface.cpp Merge branch 'master' of https://github.com/zinnschlag/openmw into savedgame 11 years ago
referenceinterface.hpp Fix console reference label not resetting when loading save 11 years ago
repair.cpp Add workaround for ScrollView messing up canvas size (Fixes #1700) 11 years ago
repair.hpp Refactor item icon code into ItemWidget (Fixes #1391) 11 years ago
review.cpp Remove extra semicolons at the end of some lines. 10 years ago
review.hpp Move eventDone out of WindowBase 10 years ago
savegamedialog.cpp Attempt to fix Clang warnings 10 years ago
savegamedialog.hpp SaveGameDialog: Allow deleting saves with keyboard (Delete key) 11 years ago
screenfader.cpp Fix blindness and create a separate fader for it 10 years ago
screenfader.hpp Fall back to player_hit_01.dds if bm_player_hit_01.dds is not available 10 years ago
scrollwindow.cpp Rework book formatter (Fixes #1148) 10 years ago
scrollwindow.hpp Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
settingswindow.cpp Fix settings window being too small for all tabs on some localizations 10 years ago
settingswindow.hpp Fix settings window being too small for all tabs on some localizations 10 years ago
sortfilteritemmodel.cpp Don't list non-usable items in QuickKeysMenu selection (Fixes #1427) 11 years ago
sortfilteritemmodel.hpp Don't list non-usable items in QuickKeysMenu selection (Fixes #1427) 11 years ago
soulgemdialog.cpp Implement magic item recharging via soulgem use 11 years ago
soulgemdialog.hpp Added soulgem dialog; made interactive message boxes not close the previous UI 12 years ago
spellbuyingwindow.cpp Show tooltip for non-affordable list items (Fixes #2025) 10 years ago
spellbuyingwindow.hpp Esc button exits all non-modal GUI windows 11 years ago
spellcreationdialog.cpp fix uninitialized pointer variables in some classes 10 years ago
spellcreationdialog.hpp Fix cppcheck issues 10 years ago
spellicons.cpp Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision 11 years ago
spellicons.hpp Merge remote-tracking branch 'scrawl/master' 11 years ago
spellwindow.cpp Change all skins to get font colors from fallback settings (Fixes #704) 10 years ago
spellwindow.hpp Improve performance of moving spell window (don't recreate widgets unnecessarily) 11 years ago
statswindow.cpp Change all skins to get font colors from fallback settings (Fixes #704) 10 years ago
statswindow.hpp Use MyGUI's castType for widget casts 10 years ago
textinput.cpp Enable SDL_TEXTINPUT events only when a text input widget currently has key focus 12 years ago
textinput.hpp Move eventDone out of WindowBase 10 years ago
tooltips.cpp Change all skins to get font colors from fallback settings (Fixes #704) 10 years ago
tooltips.hpp Display school in the spell tooltip 10 years ago
tradeitemmodel.cpp Revert "Transfer item ownership to the buyer if item wasn't stolen" 10 years ago
tradeitemmodel.hpp Revert "Transfer item ownership to the buyer if item wasn't stolen" 10 years ago
tradewindow.cpp Fix INT_MIN trade exploit (Fixes #2096) 10 years ago
tradewindow.hpp Add NumericEditBox widget 10 years ago
trainingwindow.cpp Show tooltip for non-affordable list items (Fixes #2025) 10 years ago
trainingwindow.hpp Esc button exits all non-modal GUI windows 11 years ago
travelwindow.cpp Remove an unused member variable 10 years ago
travelwindow.hpp Remove an unused member variable 10 years ago
videowidget.cpp Videoplayer fixes, play/pause & seeking 10 years ago
videowidget.hpp Refactor video player engine to get rid of MWSound dependencies 10 years ago
waitdialog.cpp Use MyGUI's castType for widget casts 10 years ago
waitdialog.hpp Esc button exits all non-modal GUI windows 11 years ago
widgets.cpp Fix cppcheck issues 10 years ago
widgets.hpp Fix cppcheck issues 10 years ago
windowbase.cpp Attempt to fix Clang warnings 10 years ago
windowbase.hpp Fix minor exploit when map window is shown with transparency 10 years ago
windowmanagerimp.cpp Queue screen fade operations invoked by scripts 10 years ago
windowmanagerimp.hpp Queue screen fade operations invoked by scripts 10 years ago
windowpinnablebase.cpp Use MyGUI's castType for widget casts 10 years ago
windowpinnablebase.hpp Implement hiding inventory windows by double click on caption (Fixes #1690) 11 years ago