summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2014-12-14Restore the original console color after logging a message.Yuri Kunde Schlesner
2014-12-13Remove old logging systemYuri Kunde Schlesner
2014-12-13Add configurable per-class log filteringYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-13Implement text path trimming for shorter paths.Yuri Kunde Schlesner
2014-12-13Re-add coloring to the console logging output.Yuri Kunde Schlesner
2014-12-13New logging systemYuri Kunde Schlesner
2014-12-13Add SCOPE_EXIT macro to conveniently execute cleanup actionsYuri Kunde Schlesner
2014-12-13Added missing include in common_funcs.hYuri Kunde Schlesner
2014-12-13Remove redundant include from common_funcs.hYuri Kunde Schlesner
2014-12-12Merge pull request #267 from bunnei/apt-shared-fontbunnei
2014-12-12APT_U: Added GetSharedFont service function.bunnei
2014-12-12Merge pull request #261 from neobrain/boostTony Wasserka
2014-12-12Common: Add "sysdata" to GetUserPath and cleanup.bunnei
2014-12-09Explicitly specify LE strings to iconv, fixes paths in Steel Diverarchshift
2014-12-09Remove unused NDMA moduleYuri Kunde Schlesner
2014-12-09Some code cleanup.Tony Wasserka
2014-12-09Fix some headers to include their dependencies properly.Tony Wasserka
2014-12-07StringUtil: Perform some minimal cleanup.Tony Wasserka
2014-12-03Change NULLs to nullptrs.Rohit Nirmal
2014-11-25Remove unused includes to common/thread.hEmmanuel Gil Peyrot
2014-11-19Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Merge pull request #165 from neobrain/viewport-scalingbunnei
2014-11-18Remove extraneous semicolonsLioncash
2014-11-18EmuWindow: Add some explicit documentation and set proper minimal client area...Tony Wasserka
2014-11-18EmuWindow: Add a TODO.Tony Wasserka
2014-11-18MathUtil: Make Rectangle work with unsigned types.Tony Wasserka
2014-11-18EmuWindow: Better document the purpose of OnMinimalClientAreaChangeRequest.Tony Wasserka
2014-11-18EmuWindow: Remove window title getters/setters.Tony Wasserka
2014-11-18EmuWindow: Add documentation.Tony Wasserka
2014-11-18EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka
2014-11-18Fixup EmuWindow interface and implementations thereof.Tony Wasserka
2014-11-18Viewport scaling and display density independenceKevin Hartman
2014-11-18Add a GUI logging channel.Tony Wasserka
2014-11-17emu_window: Fix initializer list order.Lioncash
2014-11-12Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift
2014-10-29Renamed souce files of services to match port namesGareth Poole
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-26Fix compile errors in ClangYuri Kunde Schlesner
2014-10-25Merge pull request #150 from lioncash/typoTony Wasserka
2014-10-25bit_field: Fix a typo in the sample usage.Lioncash
2014-10-23Removed uses of raw c-string manipulation functions.archshift
2014-10-23Merge pull request #133 from archshift/sdmc-enabledbunnei
2014-10-22Use std sized types instead of platform specific typedefsYuri Kunde Schlesner
2014-10-22Common: Return from CreateFullPath early if the directory creation failsarchshift
2014-10-07Merge pull request #108 from archshift/configbunnei
2014-10-07Added configuration file system.archshift
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot
2014-09-28Fix warnings in core and commonLioncash