summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/GameListCtrl.cpp
AgeCommit message (Expand)Author
2016-07-06DolphinWX: Fix a mix-upJosJuice
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-05-30ISOProperties/GameListCtrl: Use Global INI Change event.EmptyChaos
2016-05-23[UI] Fix Gamelist encoding bugAnthony Serna
2016-05-08Merge pull request #3801 from Helios747/the_30_minute_blocker_fixMat M
2016-04-30[UI] Remove browse toolbar button and tweak empty gamelist messageAnthony Serna
2016-04-26DriveReader: Fix View > Show DrivesEmptyChaos
2016-04-17DolphinWX: Disable 'maker' column hidingRukai
2016-02-08DolphinWX: Don't include skipped items in the compression countJosJuice
2016-02-08DolphinWX: Don't store compression progress in member variablesJosJuice
2016-01-30DolphinWX: Only show Wii compression warning onceJosJuice
2016-01-30DolphinWX: Replace GetSelectedISO hack for multiple selectionsJosJuice
2016-01-20DolphinWX: Support 2x images for all resourcesJosJuice
2016-01-07Merge pull request #3460 from JosJuice/platform-icon-paddingPierre Bourdon
2016-01-06DolphinWX: Unify the condition for the game list being emptyJosJuice
2016-01-06DolphinWX: Re-add some padding for platform iconsJosJuice
2016-01-05DolphinWX: Minor adjustments to the widths of imagesJosJuice
2016-01-05DolphinWX: Stop using XPM imagesJosJuice
2015-12-22DolphinWX: Add missing m_ListElfDol casesJosJuice
2015-12-15Merge pull request #3270 from JosJuice/more-translationsMarkus Wick
2015-12-02Merge pull request #3149 from ShadowsFriend/fname_columnMarkus Wick
2015-11-28DolphinWX: Correct a compression conditionJosJuice
2015-11-27Move nobanner and fileplatform from Themes to ResourcesJosJuice
2015-11-20Mark more strings for translationJosJuice
2015-10-31[DolphinWX] Added warning to Wii disc compressionAnthony Serna
2015-10-11DolphinWX: Add a filename columnChristian Widmer
2015-10-11DolphinWX: Add items to visible columns onlyChristian Widmer
2015-10-02Merge pull request #3075 from waddlesplash/no-regexpScott Mansell
2015-09-27Fix blob type detection for game right-click menuJosJuice
2015-09-27FileSearch: Don't use RegExs, just do string comparisons.waddlesplash
2015-09-22DiscIO: Do swapping in GetTitleID implementationsLioncash
2015-09-13DolphinWX: Only read titles.txt onceJosJuice
2015-09-13DolphinWX: Fix sorting games by custom titlesJosJuice
2015-09-13Merge pull request #2242 from Stevoisiak/Titles.txtScott Mansell
2015-09-11Merge pull request #2985 from JosJuice/iselfordolLioncash
2015-09-06DolphinWX: Little simplification for game right-click menuJosJuice
2015-09-06DolphinWX: Don't use IsElfOrDol outside of ISOFileJosJuice
2015-09-06Common: Remove StdMakeUnique.hLioncash
2015-08-28Implemented .elf and .dol support in gamelistAnthony Serna
2015-07-05Fix reading custom titles from WAD filesStevoisiak
2015-07-05Improve parsing custom game titles from titles.txtStevoisiak
2015-07-05Read custom titles from wiitdb.txt if titles.txt is not foundStevoisiak
2015-06-28Merge branch 'stable'Jules Blok
2015-06-28Fix more game list name encoding errors caused by 4.0-6419 (d7900b4)JosJuice
2015-06-12Options: merge SCoreStartupParameter into SConfigdegasus
2015-06-04Volume: Return volume type as an enumJosJuice
2015-06-02Merge pull request #2484 from JosJuice/volume-return-typescomex
2015-06-02Merge pull request #1556 from comex/project-morationcomex
2015-05-29Volume: Use more appropriate types for some returned valuesJosJuice
2015-05-28Rewrite FileSearch and improve ScanDirectoryTree.comex