aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
Commit message (Expand)AuthorAge
* Fix MSVC-related #defines and add CMakeLists commentGravatar darkf2014-12-29
* Fix merge conflictsGravatar darkf2014-12-29
|\
| * Merge pull request #322 from chinhodado/masterGravatar bunnei2014-12-22
| |\
| * \ Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
| |\ \
| | | * More warning cleanupsGravatar Chin2014-12-21
| | |/ | |/|
| | * License changeGravatar purpasmart962014-12-20
| * | BitField: Add an explicit Assign method.Gravatar Tony Wasserka2014-12-20
| * | Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-20
| |/
| * SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-17
| * Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
| * Restore the original console color after logging a message.Gravatar Yuri Kunde Schlesner2014-12-14
| * Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-13
| * Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-13
| * Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
| * Implement text path trimming for shorter paths.Gravatar Yuri Kunde Schlesner2014-12-13
| * Re-add coloring to the console logging output.Gravatar Yuri Kunde Schlesner2014-12-13
| * New logging systemGravatar Yuri Kunde Schlesner2014-12-13
| * Add SCOPE_EXIT macro to conveniently execute cleanup actionsGravatar Yuri Kunde Schlesner2014-12-13
| * Added missing include in common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
| * Remove redundant include from common_funcs.hGravatar Yuri Kunde Schlesner2014-12-13
| * Merge pull request #267 from bunnei/apt-shared-fontGravatar bunnei2014-12-12
| |\
| | * APT_U: Added GetSharedFont service function.Gravatar bunnei2014-12-12
| * | Merge pull request #261 from neobrain/boostGravatar Tony Wasserka2014-12-12
| |\ \
| | | * Common: Add "sysdata" to GetUserPath and cleanup.Gravatar bunnei2014-12-12
| | |/ | |/|
| * | Explicitly specify LE strings to iconv, fixes paths in Steel DiverGravatar archshift2014-12-09
| * | Remove unused NDMA moduleGravatar Yuri Kunde Schlesner2014-12-09
| * | Some code cleanup.Gravatar Tony Wasserka2014-12-09
| * | Fix some headers to include their dependencies properly.Gravatar Tony Wasserka2014-12-09
| | * StringUtil: Perform some minimal cleanup.Gravatar Tony Wasserka2014-12-07
| |/
| * Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
* | Fix MinGW buildGravatar darkf2014-11-28
|/
* Remove unused includes to common/thread.hGravatar Emmanuel Gil Peyrot2014-11-25
* Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* Merge pull request #165 from neobrain/viewport-scalingGravatar bunnei2014-11-18
|\
* | Remove extraneous semicolonsGravatar Lioncash2014-11-18
| * EmuWindow: Add some explicit documentation and set proper minimal client area...Gravatar Tony Wasserka2014-11-18
| * EmuWindow: Add a TODO.Gravatar Tony Wasserka2014-11-18
| * MathUtil: Make Rectangle work with unsigned types.Gravatar Tony Wasserka2014-11-18
| * EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest.Gravatar Tony Wasserka2014-11-18
| * EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-18
| * EmuWindow: Add documentation.Gravatar Tony Wasserka2014-11-18
| * EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-18
| * Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-18
| * Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-18
| * Add a GUI logging channel.Gravatar Tony Wasserka2014-11-18
|/
* emu_window: Fix initializer list order.Gravatar Lioncash2014-11-17
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
* Renamed souce files of services to match port namesGravatar Gareth Poole2014-10-29
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26