Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-14 | Restore the original console color after logging a message. | Yuri Kunde Schlesner | |
Fixes #277 | |||
2014-12-13 | Remove old logging system | Yuri Kunde Schlesner | |
2014-12-13 | Add configurable per-class log filtering | Yuri Kunde Schlesner | |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | |
2014-12-13 | Implement text path trimming for shorter paths. | Yuri Kunde Schlesner | |
2014-12-13 | Re-add coloring to the console logging output. | Yuri Kunde Schlesner | |
2014-12-13 | New logging system | Yuri Kunde Schlesner | |
2014-12-13 | Add SCOPE_EXIT macro to conveniently execute cleanup actions | Yuri Kunde Schlesner | |
2014-12-13 | Added missing include in common_funcs.h | Yuri Kunde Schlesner | |
2014-12-13 | Remove redundant include from common_funcs.h | Yuri Kunde Schlesner | |
2014-12-12 | Merge pull request #267 from bunnei/apt-shared-font | bunnei | |
APT shared font loading | |||
2014-12-12 | APT_U: Added GetSharedFont service function. | bunnei | |
2014-12-12 | Merge pull request #261 from neobrain/boost | Tony Wasserka | |
Add Boost as a submodule and add some minor cleanups using Boost.Range | |||
2014-12-12 | Common: Add "sysdata" to GetUserPath and cleanup. | bunnei | |
2014-12-09 | Explicitly specify LE strings to iconv, fixes paths in Steel Diver | archshift | |
2014-12-09 | Remove unused NDMA module | Yuri Kunde Schlesner | |
2014-12-09 | Some code cleanup. | Tony Wasserka | |
2014-12-09 | Fix some headers to include their dependencies properly. | Tony Wasserka | |
2014-12-07 | StringUtil: Perform some minimal cleanup. | Tony Wasserka | |
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | |
2014-11-25 | Remove unused includes to common/thread.h | Emmanuel Gil Peyrot | |
2014-11-19 | Remove tabs in all files except in skyeye imports and in generated GL code | Emmanuel Gil Peyrot | |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | Emmanuel Gil Peyrot | |
or generated | |||
2014-11-18 | Merge pull request #165 from neobrain/viewport-scaling | bunnei | |
Stretch emulation output to render window and be display density independent | |||
2014-11-18 | Remove extraneous semicolons | Lioncash | |
2014-11-18 | EmuWindow: Add some explicit documentation and set proper minimal client ↵ | Tony Wasserka | |
area size. | |||
2014-11-18 | EmuWindow: Add a TODO. | Tony Wasserka | |
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. | |||
2014-11-18 | MathUtil: Make Rectangle work with unsigned types. | Tony Wasserka | |
2014-11-18 | EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest. | Tony Wasserka | |
2014-11-18 | EmuWindow: Remove window title getters/setters. | Tony Wasserka | |
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. | |||
2014-11-18 | EmuWindow: Add documentation. | Tony Wasserka | |
2014-11-18 | EmuWindow: Add support for specifying minimal client area sizes. | Tony Wasserka | |
2014-11-18 | Fixup EmuWindow interface and implementations thereof. | Tony Wasserka | |
2014-11-18 | Viewport scaling and display density independence | Kevin Hartman | |
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. | |||
2014-11-18 | Add a GUI logging channel. | Tony Wasserka | |
Replace asserts with _dbg_assert_. | |||
2014-11-17 | emu_window: Fix initializer list order. | Lioncash | |
Gets rid of a warning on OSX. | |||
2014-11-12 | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions | archshift | |
2014-10-29 | Renamed souce files of services to match port names | Gareth Poole | |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | |
This was automated using `clang-modernize`. | |||
2014-10-26 | Fix compile errors in Clang | Yuri Kunde Schlesner | |
2014-10-25 | Merge pull request #150 from lioncash/typo | Tony Wasserka | |
bit_field: Fix a typo in the sample usage. | |||
2014-10-25 | bit_field: Fix a typo in the sample usage. | Lioncash | |
2014-10-23 | Removed uses of raw c-string manipulation functions. | archshift | |
2014-10-23 | Merge pull request #133 from archshift/sdmc-enabled | bunnei | |
Use config files to store whether SDMC is enabled or not, auto-create SDMC dir. | |||
2014-10-22 | Use std sized types instead of platform specific typedefs | Yuri Kunde Schlesner | |
2014-10-22 | Common: Return from CreateFullPath early if the directory creation fails | archshift | |
2014-10-07 | Merge pull request #108 from archshift/config | bunnei | |
Configuration files | |||
2014-10-07 | Added configuration file system. | archshift | |
Uses QSettings on citra-qt, and inih on citra-cli. | |||
2014-10-06 | Common: Add a helper function to generate a 8.3 filename from a long one. | Emmanuel Gil Peyrot | |
Core: Fix the SDMC Directory implementation to make blargSnes work. | |||
2014-09-28 | Fix warnings in core and common | Lioncash | |