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 829b22b9de Replace boost::function with std::function 10 years ago
..
alchemywindow.cpp replaced NULL with nullptr 10 years ago
alchemywindow.hpp replaced auto_ptr with unique_ptr 10 years ago
backgroundimage.cpp replaced NULL with nullptr 10 years ago
backgroundimage.hpp replaced NULL with nullptr 10 years ago
birth.cpp Icon fix 10 years ago
birth.hpp Reduce includes in MWGui 10 years ago
bookpage.cpp Replace boost::function with std::function 10 years ago
bookpage.hpp Replace boost::function with std::function 10 years ago
bookwindow.cpp Fix -Woverloaded-virtual clang warnings 10 years ago
bookwindow.hpp Fix -Woverloaded-virtual clang warnings 10 years ago
charactercreation.cpp Replace boost::array with c++11 10 years ago
charactercreation.hpp Port CharacterPreview 10 years ago
class.cpp replaced NULL with nullptr 10 years ago
class.hpp Reduce includes in MWGui 10 years ago
companionitemmodel.cpp Remove NpcStats::mProfit and store it in the script instead 10 years ago
companionitemmodel.hpp Remove NpcStats::mProfit and store it in the script instead 10 years ago
companionwindow.cpp replaced NULL with nullptr 10 years ago
companionwindow.hpp Fix -Woverloaded-virtual clang warnings 10 years ago
confirmationdialog.cpp Fix -Woverloaded-virtual clang warnings 10 years ago
confirmationdialog.hpp Fix -Woverloaded-virtual clang warnings 10 years ago
console.cpp replaced NULL with nullptr 10 years ago
console.hpp Fix cppcheck issues 10 years ago
container.cpp replaced NULL with nullptr 10 years ago
container.hpp Fix -Woverloaded-virtual clang warnings 10 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 fixing MSVC 2013 warning C4244: & C4305 10 years ago
controllers.hpp Reduce MyGUI includes 10 years ago
countdialog.cpp replaced NULL with nullptr 10 years ago
countdialog.hpp Fix -Woverloaded-virtual clang warnings 10 years ago
cursor.cpp replaced NULL with nullptr 10 years ago
cursor.hpp Remove software cursor option, hw cursors seem to be working well enough 11 years ago
debugwindow.cpp Reduce MyGUI includes 10 years ago
debugwindow.hpp Add debug window (F10), displays Bullet's profiler output 10 years ago
dialogue.cpp Replace boost::function with std::function 10 years ago
dialogue.hpp Reduce includes in MWGui 10 years ago
draganddrop.cpp replaced NULL with nullptr 10 years ago
draganddrop.hpp Reduce includes, move DragAndDrop to separate file 10 years ago
enchantingdialog.cpp replaced NULL with nullptr 10 years ago
enchantingdialog.hpp Fix dangling MWWorld::Ptrs in enchanting dialog after loading save game (Fixes #1722) 11 years ago
exposedwindow.cpp replaced NULL with nullptr 10 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 replaced NULL with nullptr 10 years ago
formatting.hpp Reduce MyGUI includes 10 years ago
hud.cpp replaced NULL with nullptr 10 years ago
hud.hpp Map rendering 10 years ago
inventoryitemmodel.cpp Stolen item tracking overhaul part 2 (Fixes #2338) 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 Merge branch 'master' into c++11 10 years ago
inventorywindow.hpp replaced auto_ptr with unique_ptr 10 years ago
itemmodel.cpp replaced NULL with nullptr 10 years ago
itemmodel.hpp Stolen item tracking overhaul part 2 (Fixes #2338) 10 years ago
itemselection.cpp replaced NULL with nullptr 10 years ago
itemselection.hpp Reduce includes, move DragAndDrop to separate file 10 years ago
itemview.cpp replaced NULL with nullptr 10 years ago
itemview.hpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
itemwidget.cpp replaced NULL with nullptr 10 years ago
itemwidget.hpp Move item count text to ItemWidget 10 years ago
jailscreen.cpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
jailscreen.hpp Properly center jail progress widget, fix a bug with it not disappearing if the console is open 10 years ago
journalbooks.cpp Silence -Wreorder warnings, and remove -Wno-reorder. 10 years ago
journalbooks.hpp Rewrite journal GUI topic list to use MWList 11 years ago
journalviewmodel.cpp Replace boost::function with std::function 10 years ago
journalviewmodel.hpp Replace boost::function with std::function 10 years ago
journalwindow.cpp Replace boost::function with std::function 10 years ago
journalwindow.hpp replaced boost::shared_ptr with std::shared_ptr 10 years ago
layout.cpp Move OEngine::Gui::Layout to MWGui 10 years ago
layout.hpp Move OEngine::Gui::Layout to MWGui 10 years ago
levelupdialog.cpp UI consistency fix in levelup dialog 10 years ago
levelupdialog.hpp Do not attach coin widgets to a box 10 years ago
loadingscreen.cpp replaced NULL with nullptr 10 years ago
loadingscreen.hpp replaced auto_ptr with unique_ptr 10 years ago
mainmenu.cpp replaced NULL with nullptr 10 years ago
mainmenu.hpp Main menu background videos 10 years ago
mapwindow.cpp Merge branch 'master' into c++11 10 years ago
mapwindow.hpp replaced auto_ptr with unique_ptr 10 years ago
merchantrepair.cpp Scrollbars don't save their positions between openings 10 years ago
merchantrepair.hpp Reduce includes in MWGui 10 years ago
messagebox.cpp replaced NULL with nullptr 10 years ago
messagebox.hpp Fix -Wunused-private-field clang warnings 10 years ago
mode.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
pickpocketitemmodel.cpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
pickpocketitemmodel.hpp Open inventory when activating an unconscious actor (Fixes #1848) 10 years ago
quickkeysmenu.cpp Explicitly instantiate ESM::StatState 10 years ago
quickkeysmenu.hpp Allow binding Hand To Hand in quick keys menu (Fixes #2024) 10 years ago
race.cpp replaced NULL with nullptr 10 years ago
race.hpp replaced auto_ptr with unique_ptr 10 years ago
recharge.cpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
recharge.hpp Reduce includes in MWGui 10 years ago
referenceinterface.cpp replaced NULL with nullptr 10 years ago
referenceinterface.hpp replaced NULL with nullptr 10 years ago
repair.cpp Scrollbars don't save their positions between openings 10 years ago
repair.hpp Refactor item icon code into ItemWidget (Fixes #1391) 11 years ago
review.cpp Replace boost::array with c++11 10 years ago
review.hpp Reduce includes in MWGui 10 years ago
savegamedialog.cpp replaced NULL with nullptr 10 years ago
savegamedialog.hpp replaced auto_ptr with unique_ptr 10 years ago
screenfader.cpp Reduce MyGUI includes 10 years ago
screenfader.hpp replaced boost::shared_ptr with std::shared_ptr 10 years ago
scrollwindow.cpp Fix -Woverloaded-virtual clang warnings 10 years ago
scrollwindow.hpp Fix -Woverloaded-virtual clang warnings 10 years ago
settingswindow.cpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
settingswindow.hpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
sortfilteritemmodel.cpp Silence -Wreorder warnings, and remove -Wno-reorder. 10 years ago
sortfilteritemmodel.hpp Implement weapon/spell cycling hotkeys (Fixes #1024) 10 years ago
soulgemdialog.cpp Reduce includes in MWGui 10 years ago
soulgemdialog.hpp Added soulgem dialog; made interactive message boxes not close the previous UI 12 years ago
spellbuyingwindow.cpp Silence -Wreorder warnings, and remove -Wno-reorder. 10 years ago
spellbuyingwindow.hpp Esc button exits all non-modal GUI windows 11 years ago
spellcreationdialog.cpp replaced NULL with nullptr 10 years ago
spellcreationdialog.hpp Reduce includes in MWGui 10 years ago
spellicons.cpp Icon fix 10 years ago
spellicons.hpp Silence -Wreorder warnings. 10 years ago
spellmodel.cpp fixing MSVC 2013 warning C4244: & C4305 10 years ago
spellmodel.hpp Silence -Wreorder warnings. 10 years ago
spellview.cpp replaced NULL with nullptr 10 years ago
spellview.hpp replaced auto_ptr with unique_ptr 10 years ago
spellwindow.cpp replaced NULL with nullptr 10 years ago
spellwindow.hpp provide incremental update of SpellWindow (Fixes #2411) 10 years ago
statswindow.cpp Replace boost::array with c++11 10 years ago
statswindow.hpp Reduce includes in MWGui 10 years ago
textinput.cpp Reduce MyGUI includes 10 years ago
textinput.hpp Reduce MyGUI includes 10 years ago
timeadvancer.cpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
timeadvancer.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
tooltips.cpp Icon fix 10 years ago
tooltips.hpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 10 years ago
tradeitemmodel.cpp Stolen item tracking overhaul part 2 (Fixes #2338) 10 years ago
tradeitemmodel.hpp Revert "Transfer item ownership to the buyer if item wasn't stolen" 10 years ago
tradewindow.cpp Replace boost::function with std::function 10 years ago
tradewindow.hpp Reduce MyGUI includes 10 years ago
trainingwindow.cpp fixing MSVC 2013 warning C4244: & C4305 10 years ago
trainingwindow.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
travelwindow.cpp Remove last remains of Ogre 10 years ago
travelwindow.hpp Reduce includes 10 years ago
videowidget.cpp replaced NULL with nullptr 10 years ago
videowidget.hpp replaced auto_ptr with unique_ptr 10 years ago
waitdialog.cpp replaced NULL with nullptr 10 years ago
waitdialog.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 10 years ago
widgets.cpp replaced NULL with nullptr 10 years ago
widgets.hpp Silence -Wreorder warnings. 10 years ago
windowbase.cpp replaced NULL with nullptr 10 years ago
windowbase.hpp Move OEngine::Gui::Layout to MWGui 10 years ago
windowmanagerimp.cpp Merge branch 'master' into c++11 10 years ago
windowmanagerimp.hpp replaced auto_ptr with unique_ptr 10 years ago
windowpinnablebase.cpp replaced NULL with nullptr 10 years ago
windowpinnablebase.hpp Use mouse pressed event for pin button instead of mouse click 10 years ago