summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL
AgeCommit message (Expand)Author
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-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-02-28Enable the OSD hotkeys in linuxGlenn Rice
2010-02-28code cleanup, focusing on dsp hleShawn Hoffman
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-25finish proper window handling, fix the modal state of the config dialogs, plu...luisr142004
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-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-20Some code clean up, and take care of some compiler warnings.Glenn Rice
2010-02-18In linux when in fullscreen, make escape leave fullscreen then pause.Glenn Rice
2010-02-17Make the Escape key pause the emulator in linux when not in fullscreen.Glenn Rice
2010-02-17Minor tweaks to fullscreen in linux, and make FullScr button in GUI work.Glenn Rice
2010-02-16Enable fullscreen switching with resolution mode changing using Xrandr in linux.Glenn Rice
2010-02-15Fix mouse emulation in fullscreen mode in linux. The window doesn't have foc...Glenn Rice
2010-02-14...and a buildfix for non-win32j4ck.fr0st
2010-02-14attempt to fix the main window closing from r5056. i'm not sure how this affe...j4ck.fr0st
2010-02-14Bunch of tiny memory leaks fixed and cleanup, フウ〜!Sonicadvance1
2010-02-13In linux only read keyboard and mouse input when the emulator window has focus.Glenn Rice
2010-02-13EXPERIMENTALGlenn Rice
2010-02-12Compiling with rev 63470 of wxWidgets now works with OSX x86_64. There are a ...Sonicadvance1
2010-02-12Implement wiimote IR emulation with the mouse without using the pointer motio...Glenn Rice
2010-02-10test commit: please test if this improve the performance with the safe textur...Rodolfo Osvaldo Bogado
2010-02-09make ESC pause the game now instead of quitting plus fix another bug with key...luisr142004
2010-02-08second try to implement a more correct safe texture cache, implemented full h...Rodolfo Osvaldo Bogado
2010-02-08make ESC quit the game instead of toggling out of/into full screen mode (fixe...luisr142004
2010-02-08Enable dynamic fullscreen switching in linux. Toggle fullscreen mode with th...Glenn Rice
2010-02-07Fix an issue with OpenAL not properly using the correct Volume on bootsl1nk3.s
2010-02-07Makes ESC always toggle full screen as requested in Issue 2225ayuanx
2010-02-07Fix segfault in linux if user clicks on the window manager close button of theGlenn Rice
2010-02-06Some internal code shuffling for Config dialogs. OSX seems to be picky about ...j4ck.fr0st
2010-02-06D3D and Opengl:Rodolfo Osvaldo Bogado
2010-02-06Completed TODO: Core::GetStartupParameter is deadGlenn Rice
2010-02-06In linux process events from the main frame regularly to update statusbar textGlenn Rice
2010-02-05Correct stopping of Core in OSX via Command+Q, and fix a thread from not dyin...Sonicadvance1
2010-02-04Implement hiding of mouse cursor on linux.Glenn Rice
2010-02-03fixes for my last commit:Rodolfo Osvaldo Bogado