summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/util/spinbox.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesJames Rowe2018-01-131-278/+0
* Fix some warnings (#2399)Jonathan Hao2017-01-041-7/+0
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-3/+2
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-40/+23
* citra_qt: Reorganize headersLioncash2015-09-111-1/+1
* citra-qt: Use std::abs() to get the right absolute function for s64.Emmanuel Gil Peyrot2015-04-141-1/+2
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-3/+2
* Silence a few warnings.Rohit Nirmal2015-01-301-1/+1
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-061-1/+1
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Clean up some warningsChin2014-12-201-1/+1
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-1/+1
* citra-qt: Add a utility spinbox class called CSpinBox.Tony Wasserka2014-12-091-0/+303