3.5-163 πριν από 12 χρόνια Resize the KDE theme's "Open" icon from 24x24px to 22x22px to match the rest of the icons.
3.5-162 πριν από 12 χρόνια Don't hardcode left-shift to disabe keyboard input on linux. Left-shift can be used for gamepad input now. Fixes issue 4968.
3.5-161 πριν από 12 χρόνια Display error messages when failing to compress/decompress games. Fixes issue 4681.
3.5-160 πριν από 12 χρόνια Actually export 0-sized files. Fixes issue 5177.
3.5-159 πριν από 12 χρόνια Fix an issue where an iterator would become invalidated in TextureCache::ClearRenderTargets()
3.5-158 πριν από 12 χρόνια Fix a currently unused unique_lock function. Thanks to Lioncash.
3.5-157 πριν από 12 χρόνια Fix incorrect iterator usage in BreakPoints::Clear
3.5-156 πριν από 12 χρόνια Merge branch 'master' of https://code.google.com/p/dolphin-emu
3.5-154 πριν από 12 χρόνια clean up FifoPlayerDlg::OnBeginSearch a bit
3.5-154 πριν από 12 χρόνια Fix reference to deleted object bug. This should fix channels not loading from sysmenu anymore.
3.5-153 πριν από 12 χρόνια Fix a potential memleak in FifoPlayerDlg
3.5-152 πριν από 12 χρόνια Add some TODOs.
3.5-151 πριν από 12 χρόνια Fix an assert that had been wrong for ages, apparently.
3.5-150 πριν από 12 χρόνια PixelShaderGen: Shader uid maintainance
3.5-149 πριν από 12 χρόνια Disable color writing when alpha test always fails.
3.5-148 πριν από 12 χρόνια Move alpha pretest to BPMemory.h and rename a bunch of alpha testing related stuff
3.5-147 πριν από 12 χρόνια Reword a comment about early_ztest a bit.
3.5-145 πριν από 12 χρόνια PixelShaderGen: Don't disable depth texture emulation if z writing is disabled (this is what VideoSoftware is doing).
3.5-144 πριν από 12 χρόνια DX11: Fix a small mistake.
3.5-143 πριν από 12 χρόνια X11: Disable OSD hotkeys when the corresponding option is disabled.