| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restore the original console color after logging a message. | 2014-12-14 | 2 | -13/+25 | |
| | | | | | Fixes #277 | ||||
| * | Remove old logging system | 2014-12-13 | 6 | -850/+2 | |
| | | |||||
| * | Add configurable per-class log filtering | 2014-12-13 | 5 | -3/+205 | |
| | | |||||
| * | Convert old logging calls to new logging macros | 2014-12-13 | 8 | -71/+94 | |
| | | |||||
| * | Implement text path trimming for shorter paths. | 2014-12-13 | 3 | -1/+53 | |
| | | |||||
| * | Re-add coloring to the console logging output. | 2014-12-13 | 1 | -0/+50 | |
| | | |||||
| * | New logging system | 2014-12-13 | 11 | -66/+716 | |
| | | |||||
| * | Add SCOPE_EXIT macro to conveniently execute cleanup actions | 2014-12-13 | 2 | -0/+38 | |
| | | |||||
| * | Added missing include in common_funcs.h | 2014-12-13 | 1 | -0/+1 | |
| | | |||||
| * | Remove redundant include from common_funcs.h | 2014-12-13 | 1 | -2/+0 | |
| | | |||||
| * | Merge pull request #267 from bunnei/apt-shared-font | 2014-12-12 | 3 | -26/+6 | |
| |\ | | | | | APT shared font loading | ||||
| | * | APT_U: Added GetSharedFont service function. | 2014-12-12 | 1 | -0/+3 | |
| | | | |||||
| | * | Common: Add "sysdata" to GetUserPath and cleanup. | 2014-12-12 | 3 | -26/+3 | |
| | | | |||||
| * | | Merge pull request #261 from neobrain/boost | 2014-12-12 | 1 | -3/+3 | |
| |\ \ | |/ |/| | Add Boost as a submodule and add some minor cleanups using Boost.Range | ||||
| | * | StringUtil: Perform some minimal cleanup. | 2014-12-07 | 1 | -3/+3 | |
| | | | |||||
| * | | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | 2014-12-09 | 1 | -2/+2 | |
| | | | |||||
| * | | Remove unused NDMA module | 2014-12-09 | 2 | -2/+0 | |
| | | | |||||
| * | | Some code cleanup. | 2014-12-09 | 1 | -0/+2 | |
| | | | |||||
| * | | Fix some headers to include their dependencies properly. | 2014-12-09 | 2 | -0/+7 | |
| |/ | |||||
| * | Change NULLs to nullptrs. | 2014-12-03 | 17 | -92/+92 | |
| | | |||||
| * | Remove unused includes to common/thread.h | 2014-11-25 | 1 | -1/+0 | |
| | | |||||
| * | Remove tabs in all files except in skyeye imports and in generated GL code | 2014-11-19 | 3 | -100/+100 | |
| | | |||||
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | 2014-11-19 | 23 | -160/+160 | |
| | | | | | or generated | ||||
| * | Merge pull request #165 from neobrain/viewport-scaling | 2014-11-18 | 4 | -38/+101 | |
| |\ | | | | | Stretch emulation output to render window and be display density independent | ||||
| | * | EmuWindow: Add some explicit documentation and set proper minimal client ↵ | 2014-11-18 | 1 | -2/+4 | |
| | | | | | | | | | area size. | ||||
| | * | EmuWindow: Add a TODO. | 2014-11-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Implementing this function currently is not critical, as we don't perform any configuration changes, yet. However, the interface is a good starting point for adding this functionality. | ||||
| | * | MathUtil: Make Rectangle work with unsigned types. | 2014-11-18 | 1 | -4/+5 | |
| | | | |||||
| | * | EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest. | 2014-11-18 | 1 | -0/+7 | |
| | | | |||||
| | * | EmuWindow: Remove window title getters/setters. | 2014-11-18 | 1 | -16/+1 | |
| | | | | | | | | | | | The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway. | ||||
| | * | EmuWindow: Add documentation. | 2014-11-18 | 1 | -18/+57 | |
| | | | |||||
| | * | EmuWindow: Add support for specifying minimal client area sizes. | 2014-11-18 | 1 | -8/+26 | |
| | | | |||||
| | * | Fixup EmuWindow interface and implementations thereof. | 2014-11-18 | 1 | -28/+33 | |
| | | | |||||
| | * | Viewport scaling and display density independence | 2014-11-18 | 1 | -2/+5 | |
| | | | | | | | | | | | The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly. | ||||
| | * | Add a GUI logging channel. | 2014-11-18 | 2 | -0/+2 | |
| | | | | | | | | | Replace asserts with _dbg_assert_. | ||||
| * | | Remove extraneous semicolons | 2014-11-18 | 2 | -2/+2 | |
| |/ | |||||
| * | emu_window: Fix initializer list order. | 2014-11-17 | 1 | -2/+2 | |
| | | | | | Gets rid of a warning on OSX. | ||||
| * | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions | 2014-11-12 | 2 | -51/+115 | |
| | | |||||
| * | Renamed souce files of services to match port names | 2014-10-29 | 1 | -1/+1 | |
| | | |||||
| * | Add `override` keyword through the code. | 2014-10-26 | 2 | -3/+3 | |
| | | | | | This was automated using `clang-modernize`. | ||||
| * | Fix compile errors in Clang | 2014-10-26 | 1 | -1/+0 | |
| | | |||||
| * | Merge pull request #150 from lioncash/typo | 2014-10-25 | 1 | -1/+1 | |
| |\ | | | | | bit_field: Fix a typo in the sample usage. | ||||
| | * | bit_field: Fix a typo in the sample usage. | 2014-10-25 | 1 | -1/+1 | |
| | | | |||||
| * | | Removed uses of raw c-string manipulation functions. | 2014-10-23 | 4 | -21/+10 | |
| |/ | |||||
| * | Merge pull request #133 from archshift/sdmc-enabled | 2014-10-23 | 1 | -2/+4 | |
| |\ | | | | | Use config files to store whether SDMC is enabled or not, auto-create SDMC dir. | ||||
| | * | Common: Return from CreateFullPath early if the directory creation fails | 2014-10-22 | 1 | -2/+4 | |
| | | | |||||
| * | | Use std sized types instead of platform specific typedefs | 2014-10-22 | 2 | -32/+12 | |
| |/ | |||||
| * | Merge pull request #108 from archshift/config | 2014-10-07 | 6 | -69/+73 | |
| |\ | | | | | Configuration files | ||||
| | * | Added configuration file system. | 2014-10-07 | 6 | -69/+73 | |
| | | | | | | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
| * | | Common: Add a helper function to generate a 8.3 filename from a long one. | 2014-10-06 | 2 | -0/+53 | |
| | | | | | | | | | Core: Fix the SDMC Directory implementation to make blargSnes work. | ||||
| * | | Fix warnings in core and common | 2014-09-28 | 3 | -15/+5 | |
| |/ | |||||