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 6b65502557 Add properties for new widget classes to MyGUI plugin 10 years ago
..
alchemywindow.cpp Move item count text to ItemWidget 10 years ago
alchemywindow.hpp Refactor item icon code into ItemWidget (Fixes #1391) 11 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 Minor cleanup 10 years ago
class.hpp Move eventDone out of WindowBase 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 Mark code that will be obsolete when upgrading to MyGUI 3.2.2 10 years ago
console.hpp Fix console reference label not resetting when loading save 11 years ago
container.cpp Move item count text to ItemWidget 10 years ago
container.hpp Use a controller to move Drag&Drop widget with the mouse cursor 11 years ago
containeritemmodel.cpp Transfer item ownership to the buyer if item wasn't stolen (Fixes #1933) 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 Fixed crass on character creation, allowed some character creation windows to be Esc-able 11 years ago
countdialog.hpp Fixed crass on character creation, allowed some character creation windows to be Esc-able 11 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
dialogue.cpp Add properties for new widget classes to MyGUI plugin 10 years ago
dialogue.hpp Add properties for new widget classes to MyGUI plugin 10 years ago
enchantingdialog.cpp Enchanting, spellmaking dialog: check for flags when listing known effects 11 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 Check for text size 10 years ago
formatting.hpp Book formatter: Do not insert last page if it's empty, code cleanup 10 years ago
hud.cpp Allow user-created markers on local map (Fixes #1571) 11 years ago
hud.hpp Allow user-created markers on local map (Fixes #1571) 11 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 Update barter offer for all items when another item is added (Fixes #1935) 10 years ago
inventorywindow.hpp Improve performance of inventory window resize (don't update selection buffer unnecessarily) 11 years ago
itemmodel.cpp Use std::set instead of std::map 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 Move item count text to ItemWidget 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 Fix date time in journal entries being off by one day (Fixes #1668) 11 years ago
journalviewmodel.hpp Rewrite journal GUI topic list to use MWList 11 years ago
journalwindow.cpp Add properties for new widget classes to MyGUI plugin 10 years ago
journalwindow.hpp dropped the I infront of the journal view model interfaces 12 years ago
keywordsearch.cpp Dialogue history rewrite WIP 12 years ago
keywordsearch.hpp Bug 1047 update - defaults and edge case 11 years ago
levelupdialog.cpp Added code to play music on level up and on death 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 Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
mainmenu.hpp Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
mapwindow.cpp Merge remote-tracking branch 'scrawl/myguiplugin' 10 years ago
mapwindow.hpp Merge remote-tracking branch 'scrawl/myguiplugin' 10 years ago
merchantrepair.cpp Remove extra semicolons at the end of some lines. 10 years ago
merchantrepair.hpp Esc button exits all non-modal GUI windows 11 years ago
messagebox.cpp InteractiveMessageBox: Define a maximum width for the message text 10 years ago
messagebox.hpp Clear message boxes in windowmanager cleanup (Fixes #1496) 11 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) 11 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 race preview crash (Fixes #1808) 11 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 Mark code that will be obsolete when upgrading to MyGUI 3.2.2 10 years ago
savegamedialog.hpp SaveGameDialog: Allow deleting saves with keyboard (Delete key) 11 years ago
screenfader.cpp Use a MyGUI widget to render the screen fader (Fixes #1741, Fixes #1719) 11 years ago
screenfader.hpp Add missing include guard 11 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 Remove support for Ogre 1.8 versions 10 years ago
settingswindow.hpp Implement difficulty scaling (Fixes #1505) 11 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 Add transfer gold from all services to NPC trade gold pool 11 years ago
spellbuyingwindow.hpp Esc button exits all non-modal GUI windows 11 years ago
spellcreationdialog.cpp Add properties for new widget classes to MyGUI plugin 10 years ago
spellcreationdialog.hpp Add properties for new widget classes to MyGUI plugin 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 11 years ago
tradeitemmodel.cpp Transfer item ownership to the buyer if item wasn't stolen (Fixes #1933) 10 years ago
tradeitemmodel.hpp Transfer item ownership to the buyer if item wasn't stolen (Fixes #1933) 10 years ago
tradewindow.cpp Implement price-based mercantile skill progress (Fixes #1947), thanks Hrnchamd 10 years ago
tradewindow.hpp Update barter offer for all items when another item is added (Fixes #1935) 10 years ago
trainingwindow.cpp Make sure dialogue is ended properly when closing it by using a service (Fixes #1755) 11 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 Move video skip detection to WindowManager 11 years ago
videowidget.hpp Move video skip detection to WindowManager 11 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 Compatibility fix for MyGUI git 10 years ago
widgets.hpp Compatibility fix for MyGUI git 10 years ago
windowbase.cpp Mark code that will be obsolete when upgrading to MyGUI 3.2.2 10 years ago
windowbase.hpp Fix minor exploit when map window is shown with transparency 10 years ago
windowmanagerimp.cpp Add properties for new widget classes to MyGUI plugin 10 years ago
windowmanagerimp.hpp Change all skins to get font colors from fallback settings (Fixes #704) 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