Commit Graph

  • 80c9137a02
    Merge pull request #4952 from FearlessTobi/backport-everything James Rowe 2019-09-24 22:39:06 -0600
  • 5b3de0072f Add missing key events and also try to glFinish after swapping James Rowe 2019-09-24 21:47:00 -0600
  • e6f23e13e3 Workaround Qt bug that causes events to forward to the parent incorrectly James Rowe 2019-09-24 21:28:57 -0600
  • 33e2c5e25a citra_qt/main.ui: remove unused actions "Load Symbol Map..." and "Select Game Directory..." vvanelslande 2019-09-23 22:50:18 -0500
  • a8772c2f2d citra, citra_qt: add quick volume control using mouse wheel vvanelslande 2019-09-21 14:23:35 -0500
  • b99aee992e update weihuoya 2019-09-23 20:10:05 +0800
  • 1e93f568b5 Address review comments FearlessTobi 2019-09-22 20:48:32 +0200
  • a5d880979c Backport changes from yuzu-emu/yuzu#2057 FearlessTobi 2019-09-22 17:47:18 +0200
  • 0a3f75c25f Backport changes from yuzu-emu/yuzu#2806 FearlessTobi 2019-09-22 17:40:04 +0200
  • 029cc77c4b Backport changes from yuzu-emu/yuzu#2444 FearlessTobi 2019-09-22 17:27:01 +0200
  • 05240770e0
    Merge pull request #4946 from vvanelslande/ipc-recorder-fix-ok James Rowe 2019-09-22 01:44:33 -0600
  • af556e28ac Address review comments James Rowe 2019-09-22 01:30:20 -0600
  • 1c45d6cbdb Change from QOpenGLWidget to QWindow James Rowe 2019-09-22 01:19:10 -0600
  • cd6e95b978 Delete core_context before shutting down SDL James Rowe 2019-09-22 00:01:31 -0600
  • 331986a313 Add minimum window size back to citra-qt James Rowe 2019-09-21 23:56:50 -0600
  • 82aa811c89 More cleanup James Rowe 2019-09-20 19:25:38 -0600
  • 7c5a9847bd Prevent softlock on shutdown and various cleanup James Rowe 2019-09-20 19:09:48 -0600
  • 28926cd2fa Change from render to texture to render to renderbuffer James Rowe 2019-09-20 18:27:42 -0600
  • 3b9e349cbe recreate mailbox to use a queue instead James Rowe 2019-09-19 01:06:28 -0600
  • a9209e74e0 Change Present to finish only after swap James Rowe 2019-09-18 10:54:39 -0600
  • ab05697e82 Remove screen change detection since it breaks make changing screen. (Still need to test windows) James Rowe 2019-09-18 10:40:48 -0600
  • 8127fcbb20 Fix macOS pixel ratio detection James Rowe 2019-09-18 10:14:35 -0600
  • 19576fa913 rename GGLContext to just GLContext James Rowe 2019-09-16 23:29:21 -0600
  • ecc446bf44 Change to a constructor that exists in qt 5.9 James Rowe 2019-09-16 23:28:41 -0600
  • f423cc98b7 QOffscreensurface James Rowe 2019-09-16 23:06:28 -0600
  • a70cdeef81 Remove vsync setting James Rowe 2019-09-16 20:45:47 -0600
  • 04176e9a10 Add a separate thread for rendering and add texture mailbox and shared context to SDL James Rowe 2019-09-16 20:39:19 -0600
  • f974a52d49 Change Qt to use QOpenGLWidget and support shared context and texture mailbox James Rowe 2019-09-16 20:38:48 -0600
  • 95b0ae9b4d Add texture mailbox support to opengl renderer. James Rowe 2019-09-16 20:37:43 -0600
  • b63b498c58 Split graphics out of EmuWindow in preparation of shared contexts James Rowe 2019-09-16 20:36:16 -0600
  • 94bdc665d5 Add scope acquire context to simplify MakeCurrent and DoneCurrent calls James Rowe 2019-09-16 20:34:57 -0600
  • cf40735269
    Merge pull request #4950 from jroweboy/sdl-title James Rowe 2019-09-22 01:39:51 -0600
  • a650402eb5 citra_qt/RecordDialog: close when OK is clicked vvanelslande 2019-09-21 09:35:12 -0500
  • 7152f4c748 Add FPS to SDL title bar James Rowe 2019-09-21 21:39:01 -0600
  • 1c326d736d Add FPS to SDL title bar James Rowe 2019-09-21 21:39:01 -0600
  • bb92cdde39 citra_qt: allow to set size to 1x using mouse's middle button vvanelslande 2019-09-21 17:43:55 -0500
  • 07eb89c6ee citra_qt: add amiibo drag and drop support vvanelslande 2019-09-21 17:02:42 -0500
  • 6e30cc5620 citra_qt/RecordDialog: close when OK is clicked vvanelslande 2019-09-21 09:35:12 -0500
  • 1e0e42044a Update translations (2019-09-21) The Citra Community 2019-09-21 13:57:24 +0000
  • 223bfc9a2a
    Merge pull request #4847 from zhaowenlan1779/ipc-debugger James Rowe 2019-09-21 00:04:07 -0600
  • 04ca7bbc73
    Merge pull request #4944 from jroweboy/hostlog James Rowe 2019-09-20 20:38:24 -0600
  • 63c31af8ee Added Host CPU and OS to log Pat 2019-09-14 20:28:39 +1000
  • 68b0030c34 More cleanup James Rowe 2019-09-20 19:25:38 -0600
  • 57a6fcfe42 Prevent softlock on shutdown and various cleanup James Rowe 2019-09-20 19:09:48 -0600
  • 6b77b796c0 Change from render to texture to render to renderbuffer James Rowe 2019-09-20 18:27:42 -0600
  • 377abfa3e6
    Merge pull request #4930 from vitor-k/pause-on-unfocus Weiyi Wang 2019-09-20 14:51:01 -0400
  • 176b8b4a0b
    Merge pull request #4917 from vitor-k/long-title Weiyi Wang 2019-09-20 12:59:04 -0400
  • e7b96940b6 update weihuoya 2019-09-19 20:38:09 +0800
  • 59014ca560 recreate mailbox to use a queue instead James Rowe 2019-09-19 01:06:28 -0600
  • 8d8bc8fee7 small changes to ApplicationState handling, just in case vitor-k 2019-09-18 15:26:38 -0300
  • c1d3b5e61c
    Merge pull request #4934 from vitor-k/boost_remnant James Rowe 2019-09-18 10:57:37 -0600
  • ae9b04db73 Change Present to finish only after swap James Rowe 2019-09-18 10:54:39 -0600
  • 94e0ea519b Remove screen change detection since it breaks make changing screen. (Still need to test windows) James Rowe 2019-09-18 10:40:48 -0600
  • 5177b7d839 Fix macOS pixel ratio detection James Rowe 2019-09-18 10:14:35 -0600
  • 4b05078def
    Merge pull request #4922 from Steveice10/master James Rowe 2019-09-16 23:51:44 -0600
  • ba8c217dea rename GGLContext to just GLContext James Rowe 2019-09-16 23:29:21 -0600
  • 337a67d964 Change to a constructor that exists in qt 5.9 James Rowe 2019-09-16 23:28:41 -0600
  • 372770d90a QOffscreensurface James Rowe 2019-09-16 23:06:28 -0600
  • 7d0b9a8db9 Remove vsync setting James Rowe 2019-09-16 20:45:47 -0600
  • cd465aa056 Add a separate thread for rendering and add texture mailbox and shared context to SDL James Rowe 2019-09-16 20:39:19 -0600
  • 790d7484f3 Change Qt to use QOpenGLWidget and support shared context and texture mailbox James Rowe 2019-09-16 20:38:48 -0600
  • f4aa84bd67 Add texture mailbox support to opengl renderer. James Rowe 2019-09-16 20:37:43 -0600
  • db5c56a4dd Split graphics out of EmuWindow in preparation of shared contexts James Rowe 2019-09-16 20:36:16 -0600
  • 33e91a7e03 Add scope acquire context to simplify MakeCurrent and DoneCurrent calls James Rowe 2019-09-16 20:34:57 -0600
  • 3631490756
    Merge pull request #4936 from BreadFish64/msvc-hack-extermination Weiyi Wang 2019-09-16 16:01:35 -0400
  • 9991989498 nagisc007's medium screen layout sickc 2019-07-29 12:48:23 +0800
  • 41cab3f2d2 mediandk weihuoya 2019-09-16 13:02:47 +0800
  • 59332639c7 ran clang-format Pat 2019-09-16 13:58:58 +1000
  • d0decf2166 remove ugly msvc hack BreadFish64 2019-09-15 22:35:21 -0500
  • 1c485fe168
    ci: more adaptations liushuyu 2019-09-15 14:08:19 -0600
  • 38dc1795d2
    ci: multiple changes... liushuyu 2019-09-15 09:42:50 -0600
  • 3087619b91
    ci: fix variable interpolation liushuyu 2019-09-14 23:36:48 -0600
  • 5fb3e7ab7b
    ci: adaptation from Yuzu liushuyu 2019-09-14 20:04:53 -0600
  • 147a7f0dec Remove boost headers not currently used vitor-k 2019-09-15 15:18:38 -0300
  • a65f07301a
    Merge pull request #4933 from vitor-k/boost_remnant Weiyi Wang 2019-09-15 13:44:47 -0400
  • bb12af1da7 Remove unused boost header vitor-k 2019-09-15 14:00:55 -0300
  • 6ed69aa188 Wrapped Host CPU log in ifdef Pat 2019-09-16 01:06:31 +1000
  • 683138cf12 Put all the logging just in main.cpp Pat 2019-09-15 23:42:14 +1000
  • c81c1bc241 Added changes based on feedback Pat 2019-09-15 16:36:40 +1000
  • 05b1cfc63b Pause in background guard clause and unused flag vitor-k 2019-09-15 01:08:12 -0300
  • d9e11b6085 Correct apt permissions Zach Hilman 2019-08-01 21:33:53 -0400
  • f564aeaf28 Upgrade PIP version with APT Zach Hilman 2019-08-01 21:29:27 -0400
  • 02d1ba5e62 Upgrade pip version Zach Hilman 2019-08-01 21:23:17 -0400
  • 4a479912cf Add missing dot Zach Hilman 2019-08-01 21:09:11 -0400
  • 68e0469833 ci: Fix Azure PR Builds Zach Hilman 2019-07-28 14:21:18 -0400
  • f55c042c35 Update build-testing.yml Zach Hilman 2019-07-20 23:13:07 -0400
  • 41f00f1de5 Update build-testing.yml Zach Hilman 2019-07-20 22:15:46 -0400
  • 172c855e41 Update build-testing.yml Zach Hilman 2019-07-20 21:53:23 -0400
  • 277202e4f8 Update build-single.yml Zach Hilman 2019-07-20 21:43:20 -0400
  • 60c5c9751a azure: Fix clang-format and releases Zach Hilman 2019-07-20 15:16:53 -0400
  • 8ed1fd56dc Finalize Azure Pipelines Definitions Zach Hilman 2019-07-13 21:34:40 -0400
  • 06e9ff282e Add Repository Sync Pipeline Zach Hilman 2019-07-10 22:18:29 -0400
  • eb8a5ad862 Add Pipeline Definitions Zach Hilman 2019-07-09 22:17:53 -0400
  • 236d9fd662 Set up CI with Azure Pipelines Flame Sage 2019-07-09 22:01:46 -0400
  • 66b1e419c3 Naming changes and clang format vitor-k 2019-09-14 18:14:23 -0300
  • 360e6cb513
    Merge pull request #4900 from leoetlino/exheader-fix Pengfei Zhu 2019-09-14 10:33:06 -0500
  • 966de29313 Added additonal, more specific OS information Pat 2019-09-14 21:28:57 +1000
  • 1bf0eda39f Added Host CPU and OS to log Pat 2019-09-14 20:28:39 +1000
  • 356fd60520 Add option to enable pause when on background vitor-k 2019-09-13 23:01:12 -0300
  • 22d3099ea2
    Merge pull request #4925 from vitor-k/icon-style Pengfei Zhu 2019-09-13 23:20:45 +0800