summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Src
AgeCommit message (Expand)Author
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre
2013-12-28Support grabbing whichever OpenGL mode we are running under from GLInterface....Ryan Houdek
2013-12-27Fixed issue 6245. (ISO Path's "Remove" button not being disabled when it shou...Jordan Woyak
2013-12-12[Android] Fix joysticks only capable of right/down movements. Also make it ca...Ryan Houdek
2013-12-12Oops, I left a bit being set when it shouldn't have been.Ryan Houdek
2013-12-12Small cleanup in the EGL GLInterface.Ryan Houdek
2013-12-12[Android] Fix gamepad input.Ryan Houdek
2013-12-12Have our OpenGL/ES context creation be less stupid.Ryan Houdek
2013-12-11[Android] Remove the now unused texture loader on the JNI side of things.Ryan Houdek
2013-12-11Remove all instances of OpenCL in the Dolphin Project. A brief history of Ope...Ryan Houdek
2013-11-29Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-11-29[Android-overlay] Add the new overlay icons. Support configuring them. Disabl...Ryan Houdek
2013-11-29Merge X11+D3D FreeLook feature into DolphinWXdegasus
2013-11-25[Android-overlay] Multiple physical gamepad support.Ryan Houdek
2013-11-24Merge branch 'master' into android-new-control-input-overlayRyan Houdek
2013-11-24[Android-overlay] Support multiple gamepads with touch screen controls.Ryan Houdek
2013-11-18[Android] Make joysticks less dumb from a configuration standpoint.Ryan Houdek
2013-11-15[Android] Add screenshot nativelibrary function.Ryan Houdek
2013-11-15[Android] Spawn a message if someone's phone doesn't support NEON. NEON is a ...Ryan Houdek
2013-11-14[Android-overlay] Support touch screen axises in native. Have a non-configura...Ryan Houdek
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-13Fix format string warningsTillmann Karras
2013-11-12Disable wiimote source selection while netplay is running.Rachel Bryk
2013-11-03Run code through clang-modernize -add-override to add 'override' decls.comex
2013-11-03Run code through the advanced tool 'sed' to remove trailing whitespace.comex
2013-11-03Run code through clang-modernize -loop-convert to create range-based for loop...comex
2013-10-29ogl: don't force depth+stencil for default framebufferdegasus
2013-10-27Wipe all traces of OpenSSL's AES implementation. Use polarssl instead.Ryan Houdek
2013-10-26[Android] Change how the onTouchEvent native method works. Just pass in the c...Ryan Houdek
2013-10-19Remove some unnecessary includes as well as simplifying exisiting ones if pos...Lioncash
2013-10-15(Netplay) Disable record input checkbox while a game is running.Rachel Bryk
2013-10-09Merge branch 'JitArmIL'Ryan Houdek
2013-10-09Add the Arm JITIL to DolphinWX.Ryan Houdek
2013-10-09Don't prepend file:// in wxUtils::Explore() on windows. Wxw will just remove ...Rachel Bryk
2013-10-06VideoConfigDiag: Update video backend description to reflect the D3D9 removal.Tony Wasserka
2013-10-04ChooseMemcardPath bugfix: check for a directory separator before converting a...LPFaint99
2013-10-02Warning fixes:comex
2013-09-28Support a gcm revision-specific game ini for cheats + partially fix gecko cod...comex
2013-09-28Reset wxTAB_TRAVERSAL.comex
2013-09-28Change iTLBHack to a bool.Rachel Bryk
2013-09-27Allow loading save states via drag and drop.Rachel Bryk
2013-09-252x banner images!comex
2013-09-24Remove "educational purposes only" from about message.comex
2013-09-24Only include scmrev.h from Version.cpp.comex
2013-09-23Don't call into wx in static initializers - crashes on Windows.comex
2013-09-23Automatically connect the appropriate wiimotes in netplay. Extensions must st...Rachel Bryk
2013-09-23[Android] Fix the ability to stop the game and start another.Ryan Houdek
2013-09-22When hosting, don't try to connect if listening failed.comex
2013-09-22Merge branch 'wiimote-netplay'Rachel Bryk