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
Marc Zinnschlag ec1df719fe Merge remote-tracking branch 'mrcheko/master' 10 years ago
..
alchemywindow.cpp Missing files, aka; Why you shouldn't stresscommit 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 Merge remote-tracking branch 'upstream/master' 10 years ago
birth.hpp Move eventDone out of WindowBase 10 years ago
bookpage.cpp Fix some static analysis issues (coverity) 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 Missing files, aka; Why you shouldn't stresscommit 10 years ago
charactercreation.hpp moved CellRefList into a separate file 11 years ago
class.cpp Merge remote-tracking branch 'upstream/master' 10 years ago
class.hpp Missing files, aka; Why you shouldn't stresscommit 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 Missing files, aka; Why you shouldn't stresscommit 10 years ago
console.hpp Fix cppcheck issues 10 years ago
container.cpp Crime system improvements 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 Merge remote-tracking branch 'upstream/master' 10 years ago
dialogue.hpp Use all topics to search for keywords in dialogues (Fixes #2013) 10 years ago
enchantingdialog.cpp Merge remote-tracking branch 'upstream/master' 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 Fix several book formatting issues (Fixes #2204) 10 years ago
formatting.hpp Fix several book formatting issues (Fixes #2204) 10 years ago
hud.cpp Merge remote-tracking branch 'upstream/master' 10 years ago
hud.hpp remove unused dummy variable 10 years ago
inventoryitemmodel.cpp Fix being able to use enchantments of items that failed to equip (Fixes #2215) 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 GUI crash due to outdated spells list 10 years ago
inventorywindow.hpp Implement weapon/spell cycling hotkeys (Fixes #1024) 10 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 Fix ItemView sizing bug 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 Adjust loading box size for large captions 10 years ago
loadingscreen.hpp Adjust loading box size for large captions 10 years ago
mainmenu.cpp Fix some static analysis issues (coverity) 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 'upstream/master' 10 years ago
mapwindow.hpp Make local map widget size configurable 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 Missing files, aka; Why you shouldn't stresscommit 10 years ago
quickkeysmenu.hpp Refactor spell window to use model/view and remove duplicated code in QuickKeysMenu 10 years ago
race.cpp Merge remote-tracking branch 'upstream/master' 10 years ago
race.hpp Move eventDone out of WindowBase 10 years ago
recharge.cpp Missing files, aka; Why you shouldn't stresscommit 10 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 Missing files, aka; Why you shouldn't stresscommit 10 years ago
review.hpp Missing files, aka; Why you shouldn't stresscommit 10 years ago
savegamedialog.cpp Merge remote-tracking branch 'upstream/master' 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 defaults are set to 1.0; remove contrast setting 10 years ago
settingswindow.hpp change setting "borderless" to "window border" 10 years ago
sortfilteritemmodel.cpp SpellModel, SortFilterItemModel: case insensitive sorting 10 years ago
sortfilteritemmodel.hpp Implement weapon/spell cycling hotkeys (Fixes #1024) 10 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 Merge remote-tracking branch 'upstream/master' 10 years ago
spellcreationdialog.hpp Missing files, aka; Why you shouldn't stresscommit 10 years ago
spellicons.cpp Merge remote-tracking branch 'upstream/master' 10 years ago
spellicons.hpp Use fMagicStartIconBlink for spell effect indicator fading 10 years ago
spellmodel.cpp SpellModel, SortFilterItemModel: case insensitive sorting 10 years ago
spellmodel.hpp Fix some static analysis issues (coverity) 10 years ago
spellview.cpp Refactor spell window to use model/view and remove duplicated code in QuickKeysMenu 10 years ago
spellview.hpp Refactor spell window to use model/view and remove duplicated code in QuickKeysMenu 10 years ago
spellwindow.cpp Missing files, aka; Why you shouldn't stresscommit 10 years ago
spellwindow.hpp Implement weapon/spell cycling hotkeys (Fixes #1024) 10 years ago
statswindow.cpp Fix cut off text for some widgets in the stats window 10 years ago
statswindow.hpp Use MyGUI's castType for widget casts 10 years ago
textinput.cpp Adjust default angle, FOV and viewport of character preview (Fixes #2220) 10 years ago
textinput.hpp Move eventDone out of WindowBase 10 years ago
tooltips.cpp Missing files, aka; Why you shouldn't stresscommit 10 years ago
tooltips.hpp Missing files, aka; Why you shouldn't stresscommit 10 years ago
tradeitemmodel.cpp Fix being able to use enchantments of items that failed to equip (Fixes #2215) 10 years ago
tradeitemmodel.hpp Revert "Transfer item ownership to the buyer if item wasn't stolen" 10 years ago
tradewindow.cpp Merchant items should be restocked instantly 10 years ago
tradewindow.hpp Merchant items should be restocked instantly 10 years ago
trainingwindow.cpp Missing files, aka; Why you shouldn't stresscommit 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 Missing files, aka; Why you shouldn't stresscommit 10 years ago
waitdialog.hpp Esc button exits all non-modal GUI windows 11 years ago
widgets.cpp Starting to clean up some heavy includes 10 years ago
widgets.hpp Starting to clean up some heavy includes 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 Fix some static analysis issues (coverity) 10 years ago
windowmanagerimp.hpp Implement weapon/spell cycling hotkeys (Fixes #1024) 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