summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-193-100/+100
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-1923-160/+160
* Merge pull request #165 from neobrain/viewport-scalingGravatar bunnei2014-11-184-38/+101
|\
| * EmuWindow: Add some explicit documentation and set proper minimal client area...Gravatar Tony Wasserka2014-11-181-2/+4
| * EmuWindow: Add a TODO.Gravatar Tony Wasserka2014-11-181-0/+1
| * MathUtil: Make Rectangle work with unsigned types.Gravatar Tony Wasserka2014-11-181-4/+5
| * EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest.Gravatar Tony Wasserka2014-11-181-0/+7
| * EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-181-16/+1
| * EmuWindow: Add documentation.Gravatar Tony Wasserka2014-11-181-18/+57
| * EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-181-8/+26
| * Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-181-28/+33
| * Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-181-2/+5
| * Add a GUI logging channel.Gravatar Tony Wasserka2014-11-182-0/+2
* | Remove extraneous semicolonsGravatar Lioncash2014-11-182-2/+2
|/
* emu_window: Fix initializer list order.Gravatar Lioncash2014-11-171-2/+2
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-122-51/+115
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-291-1/+1
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-262-3/+3
* Fix compile errors in ClangGravatar Yuri Kunde Schlesner2014-10-261-1/+0
* Merge pull request #150 from lioncash/typoGravatar Tony Wasserka2014-10-251-1/+1
|\
| * bit_field: Fix a typo in the sample usage.Gravatar Lioncash2014-10-251-1/+1
* | Removed uses of raw c-string manipulation functions.Gravatar archshift2014-10-234-21/+10
|/
* Merge pull request #133 from archshift/sdmc-enabledGravatar bunnei2014-10-231-2/+4
|\
| * Common: Return from CreateFullPath early if the directory creation failsGravatar archshift2014-10-221-2/+4
* | Use std sized types instead of platform specific typedefsGravatar Yuri Kunde Schlesner2014-10-222-32/+12
|/
* Merge pull request #108 from archshift/configGravatar bunnei2014-10-076-69/+73
|\
| * Added configuration file system.Gravatar archshift2014-10-076-69/+73
* | Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-062-0/+53
* | Fix warnings in core and commonGravatar Lioncash2014-09-283-15/+5
|/
* Merge pull request #118 from lioncash/chunk-fileGravatar bunnei2014-09-221-244/+0
|\
| * chunk_file: General cleanupGravatar Lioncash2014-09-211-244/+0
* | Use the citra user path for the sdmc directoryGravatar archshift2014-09-213-0/+4
|/
* Common: Rename the File namespace to FileUtil, to match the filename and prev...Gravatar Emmanuel Gil Peyrot2014-09-174-25/+25
* Common: Return the number of items read/written in IOFile’s methods instead...Gravatar Emmanuel Gil Peyrot2014-09-171-8/+20
* Added support for multiple input device types for KeyMap and connected Qt.Gravatar Kevin Hartman2014-09-125-40/+61
* Initial HID PAD work, with GLFW only.Gravatar Kevin Hartman2014-09-114-0/+77
* Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-1112-40/+44
|\
| * Moved common_types::Rect from common to Common namespaceGravatar archshift2014-09-081-1/+1
| * Added string_util to common, small changes in loader.cppGravatar archshift2014-09-0811-32/+39
| * loader.cpp: improved file extension checking, made Upper/LowerStr usefulGravatar archshift2014-09-082-12/+9
* | Merge pull request #103 from archshift/pruneGravatar bunnei2014-09-1010-34/+3
|\ \
| * | common: Prune all redundant includesGravatar archshift2014-09-0810-34/+3
| |/
* | Merge pull request #104 from archshift/removalGravatar bunnei2014-09-092-71/+0
|\ \
| * | Removed fixed_size_queue.hGravatar archshift2014-09-082-71/+0
| |/
* | Merge pull request #101 from lioncash/inf-loopGravatar bunnei2014-09-091-3/+8
|\ \
| * | Common: Fix a potential infinite loop in StringUtil's ReplaceAllGravatar Lioncash2014-09-081-3/+8
| |/
* / Common: Remove HAVE_CXX11_SYNTAX define from Common.hGravatar Lioncash2014-09-081-6/+0
|/
* Removed common/std_xyz, instead using the std headerGravatar archshift2014-09-077-856/+6
* Removed common/atomic, instead using std::atomicGravatar archshift2014-09-024-198/+0
* Remove hand-crafted Visual Studio solution.Gravatar Yuri Kunde Schlesner2014-09-014-453/+0