summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/util/spinbox.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-13Massive removal of unused modulesJames Rowe1-278/+0
2017-01-04Fix some warnings (#2399)Jonathan Hao1-7/+0
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-3/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-40/+23
2015-09-11citra_qt: Reorganize headersLioncash1-1/+1
2015-04-14citra-qt: Use std::abs() to get the right absolute function for s64.Emmanuel Gil Peyrot1-1/+2
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-3/+2
2015-01-30Silence a few warnings.Rohit Nirmal1-1/+1
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj1-1/+1
2014-12-21License changepurpasmart961-1/+1
2014-12-20Clean up some warningsChin1-1/+1
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-1/+1
2014-12-09citra-qt: Add a utility spinbox class called CSpinBox.Tony Wasserka1-0/+303