summaryrefslogtreecommitdiff
path: root/Source/Plugins
AgeCommit message (Expand)Author
2010-04-14Change the textctrl->SetLabel's to textctrl->SetValue's in stable too.Glenn Rice
2010-04-14Fixed segfault in linux when the control chooser dialog of GCPadNew is closed.Glenn Rice
2010-04-10Make sure Keyboard::Key::GetState returns either 0 or 1 in linux to make sure...Glenn Rice
2010-04-10Add linux fixes to GCPadNew from trunk.Glenn Rice
2010-04-08stable: Applied the same fixes/cleanups to GCPadNew.cpp as the last commit by...Jordan Woyak
2010-04-08Stable: wiimote fix and memarena fix from trunknakeee
2010-04-08Stable: another small HLE fix nakeee
2010-04-08Stable:nakeee
2010-04-08stable: Added GCPadNew Plugin. Set it to default on windows.Jordan Woyak
2010-03-17Same as my last trunk commit.Glenn Rice
2010-03-17Backport of my recent changes to fullscreen and render to main in linux, and ...Glenn Rice
2010-03-15Add shared library scons options to stable tree.Glenn Rice
2010-03-07stable: mark as "2.0 RC1"Shawn Hoffman
2010-03-06Shut down the video software plugin without closing dolphin in Windows. Fixed...donkopunchstania
2010-03-05Fix noWX compiling, Fix OSX crashing when opening options because of dumb cod...Sonicadvance1
2010-03-03accidently broke free look with mouse input, fixed (fixes issue 2377)luisr142004
2010-03-02Check texture attribute loader before adding it to vertex loader.donkopunchstania
2010-02-28Enable the OSD hotkeys in linuxGlenn Rice
2010-02-28remove Globals.cpp (had been removed from projects but forgot to svn delete it)Shawn Hoffman
2010-02-28Whoops.j4ck.fr0st
2010-02-28code cleanup, focusing on dsp hleShawn Hoffman
2010-02-28Fixed a wrong type in r5140.nodchip
2010-02-28Refactored VertexLoader::CompileVertexTranslator(). Now the vertex position l...nodchip
2010-02-27Add rodolfo's safe texture cache options to the OGL plugin dialogGlenn Rice
2010-02-26experimental commit: simplify even more the params. please test and if theres...Rodolfo Osvaldo Bogado
2010-02-26Simplify the params for the safe texture cacheRodolfo Osvaldo Bogado
2010-02-25Fix issue 2364 + another issue introduced in r5129 causing the main window to...sl1nk3.s
2010-02-25Build fix for linux. sprintf_s does not exist in linux. Does it in windows?Glenn Rice
2010-02-25heh, builds fix, sorry :pluisr142004
2010-02-25finish proper window handling, fix the modal state of the config dialogs, plu...luisr142004
2010-02-25fix some D3D memory leaksdonkopunchstania
2010-02-25Oops, should have tested my copy and paste from wiimote to gcpadGlenn Rice
2010-02-25Fix input focus in fullscreen on linuxGlenn Rice
2010-02-24apply the changes from r5109 to the DX9 plugin aswell. the config dialog does...j4ck.fr0st
2010-02-24Systematically eliminating compiler warnings.Glenn Rice
2010-02-23First a bugfix:Rodolfo Osvaldo Bogado
2010-02-23Convert a few other EVT_COMBOBOX's to EVT_CHOICE's that I missedGlenn Rice
2010-02-23Fix some wxChoice events that were still wxComboBox events.Glenn Rice
2010-02-23Some tiny fix, fixed a crash when activating "overlay some statistics" on OGL...sl1nk3.s
2010-02-22Revert commit 5105 until we sort out how we want this to work in linux.Glenn Rice
2010-02-22Fixes issue 2331, plugins won't cause a crash/hang on stop anymore if their c...sl1nk3.s
2010-02-22More conversions to wxChoice, weeeSonicadvance1
2010-02-22On linux don't compile and link against lzo, soil, and sfml "Externals."Glenn Rice
2010-02-22Remove the AO dependency for DSP LLE, which is sillySonicadvance1
2010-02-21Fix issue 2019, fix hiding or showing games with country == Italy, France, Ta...sl1nk3.s
2010-02-21Warning cleanup, mainly shadowed variables, const/non-const and ctor initiali...j4ck.fr0st
2010-02-21Some Wiimote Cleanup, re/moved some globals to where they belong.j4ck.fr0st
2010-02-20Some code clean up, and take care of some compiler warnings.Glenn Rice
2010-02-19Add a SetSelectin I forgot.Glenn Rice
2010-02-19Fix some Set/GetValue's Sonic forgot.Glenn Rice