summaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-11-18Merge branch 'ppc_fp'Tillmann Karras
2013-11-17Only add real HID devices to HID list.Matthew Parlane
2013-11-17Imagewrite.cpp had same problem.Matthew Parlane
2013-11-17std::string can't be passed to ... format.Matthew Parlane
2013-11-17Don't pass char* to std::string.Matthew Parlane
2013-11-17Use IOFile for TextureToPng to support non-asciiMatthew Parlane
2013-11-16[Core] Fix a mismatched dealloc in Render.cpp in the OGL backend. Should be d...Lioncash
2013-11-16Merge branch 'master' of https://code.google.com/p/dolphin-emuLioncash
2013-11-16Change software rasterizer screenshot code due to change in api just now.Ryan Houdek
2013-11-17Api was too confusing for people.Matthew Parlane
2013-11-16[Android] Remove accidental fragment tag in GameListActivity (it was useless,...Lioncash
2013-11-16Woops, vim copy and paste issue with a double include.Ryan Houdek
2013-11-16[Android] Like the previous commit (but for the GameListFragment), don't cons...Lioncash
2013-11-16[Android] Simplify the FolderBrowserAdapter a little, as well as the Fill met...Lioncash
2013-11-16[Android] Simplify the AboutFragment view inflating. Considering the backing ...Lioncash
2013-11-16[Android] Use the ViewHolder design pattern for the FolderBrowserAdapter. In ...Lioncash
2013-11-16[Android] Change the name of the XML layout file gamelist_folderbrowser_list....Lioncash
2013-11-16[Android] Eliminate the need to hold a reference to the shown Fragment within...Lioncash
2013-11-16[Android] Fix the handling of orientation changes for the Fragments related t...Lioncash
2013-11-15Screenshot capability of Software rasterizer for feature completness.Ryan Houdek
2013-11-15[Android] Add ability to take screenshots into the emulation menu.Lioncash
2013-11-16[OGL] Textures now save to PNG not TGAMatthew Parlane
2013-11-15[Android] Add screenshot nativelibrary function.Ryan Houdek
2013-11-15[Android] Disable the workaround for Qualcomm devices with driver >= 53 for t...Ryan Houdek
2013-11-15[Android] Broken UBOs has been fixed in Adreno driver v53, so update the comm...Ryan Houdek
2013-11-15[Android] Simplify the AboutFragmentAdapter a little bit.Lioncash
2013-11-15[Android] Externalize the device compatibility warning strings.Lioncash
2013-11-15[Android] Indicate whether or not the device supports NEON within the About f...Lioncash
2013-11-15[Android] Get rid of some unnecessary variables in the getView() methods of s...Lioncash
2013-11-15[Android] Spawn a message if someone's phone doesn't support NEON. NEON is a ...Ryan Houdek
2013-11-15[Android] Documentation and some cleanup.Lioncash
2013-11-15Fix introduced ImageWrite warning.Matthew Parlane
2013-11-14Fixed console commands not registering. Code cleanup.Jordan Cristiano
2013-11-15Fix GUI-less build. Also potentially OS X. We now require libpng due to our s...Ryan Houdek
2013-11-15Goto crosses initialization error.Matthew Parlane
2013-11-15Reworked Screenshot saving.Matthew Parlane
2013-11-14Make sure to add our resources for the joystick.Ryan Houdek
2013-11-14[Android-overlay] Support touch screen axises in native. Have a non-configura...Ryan Houdek
2013-11-14[Android] Bump the targetSdkVersion in the AndroidManifest XML file to 19 (Ki...Lioncash
2013-11-14[Android] Get rid of some unnecessary onAttach overrides in AboutFragment, Vi...Lioncash
2013-11-14Fixed ZComploc and Zfreeze values being incorrectly saved.Jordan Cristiano
2013-11-14More warning fixes, OSX build fix.Jordan Cristiano
2013-11-14Use libpng for saving images.Matthew Parlane
2013-11-14build fixJordan Cristiano
2013-11-14more warning fixesJordan Cristiano
2013-11-14atlbase not needed. Interim fix until I get png done.Matthew Parlane
2013-11-13[Android-overlay] Had the action reversed.Ryan Houdek
2013-11-13Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-11-13Windows requires memory to be included to use unique_ptrRyan Houdek
2013-11-13Remove our two instances of auto_ptr and replace it with unique_ptr. auto_ptr...Ryan Houdek