summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/FifoPlayerDlg.cpp
AgeCommit message (Expand)Author
2018-06-26Remove DolphinWXspycrab
2018-03-14Assert: Uppercase assertion macrosLioncash
2017-03-03Common: Move byte swapping utilities into their own headerLioncash
2017-02-08FifoPlayerDlg: Use std::lock_guard instead of manual mutex locking/unlockingLioncash
2017-02-08OpcodeDecoding: Convert #defines into enum constantsLioncash
2016-11-13Update FIFO Player Window CapitalizationPringo
2016-10-04WX: HiDPI: FifoPlayerDlgEmptyChaos
2016-08-16Move FifoPlayer 'Close' button to the right side of the dialogJulian Löhr
2016-06-29FifoDataFile: Convert FifoFrameInfo's fifoData member into a vectorLioncash
2016-06-29FifoDataFile: Convert MemoryUpdate data member to std::vectorLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-11-05DolphinWX: Remove FifoPlayerDlg::CreateIntegerLabelJosJuice
2015-09-26Common: Move asserts to their own headerLioncash
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-08DolphinWX: Remove unnecessary includesLioncash
2015-02-25Formatting/Whitespace CleanupStevoisiak
2014-11-09DolphinWX: Kill off trivial event tablesLioncash
2014-11-07DolphinWX: Remove unnecessary forward declarationsLioncash
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-08-17DolphinWX: Use the typesafe equivalents for declaring wx event typesLioncash
2014-08-17Get rid of instances of "using namespace std;" in the projectLioncash
2014-08-02DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic e...Lioncash
2014-07-13DolphinWX: Remove the use of some wx 1.0 compatibility functions.Lioncash
2014-07-11mark all local variables as staticdegasus
2014-05-29Make GetBPRegInfo just take two strings as parametersLioncash
2014-05-17Kill off _T and wxT macrosLioncash
2014-05-17Get rid of old wx event type usages. Use recommended replacementsLioncash
2014-03-29Fix assertion fails in FifoPlayerDlg.cpp.Lioncash
2014-03-29Remove unnecessary wxT declarations in FifoPlayerDlg.Lioncash
2014-03-14Kill off some usages of c_str.Lioncash
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-05Remove some superfluous arguments from some wx control creationsLioncash
2014-02-23Make DolphinWX/ mostly IWYU clean.Pierre Bourdon
2014-02-20Fix more header sorting issues in DolphinWX/ (now check-includes clean).Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-14Kill off some silly casting in the FifoPlayer.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre