summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2014-09-22Merge pull request #118 from lioncash/chunk-filebunnei
2014-09-21chunk_file: General cleanupLioncash
2014-09-21Use the citra user path for the sdmc directoryarchshift
2014-09-17Common: Rename the File namespace to FileUtil, to match the filename and prev...Emmanuel Gil Peyrot
2014-09-17Common: Return the number of items read/written in IOFile’s methods instead...Emmanuel Gil Peyrot
2014-09-12Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman
2014-09-11Initial HID PAD work, with GLFW only.Kevin Hartman
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
2014-09-10Merge pull request #103 from archshift/prunebunnei
2014-09-09Merge pull request #104 from archshift/removalbunnei
2014-09-09Merge pull request #101 from lioncash/inf-loopbunnei
2014-09-08Removed fixed_size_queue.harchshift
2014-09-08common: Prune all redundant includesarchshift
2014-09-08Moved common_types::Rect from common to Common namespacearchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift
2014-09-08loader.cpp: improved file extension checking, made Upper/LowerStr usefularchshift
2014-09-08Common: Remove HAVE_CXX11_SYNTAX define from Common.hLioncash
2014-09-08Common: Fix a potential infinite loop in StringUtil's ReplaceAllLioncash
2014-09-07Removed common/std_xyz, instead using the std headerarchshift
2014-09-02Removed common/atomic, instead using std::atomicarchshift
2014-09-01Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner