aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt
Commit message (Collapse)AuthorAge
...
* Add citra icon to Windows executable and title barGravatar Chin2014-12-31
|
* Merge pull request #344 from Yllodra/Qt-OdditiesGravatar bunnei2014-12-29
|\ | | | | Allow focus on the Qt render widget
* \ Merge pull request #347 from bunnei/frameskipGravatar bunnei2014-12-28
|\ \ | | | | | | Frameskip
| * | GPU: Implement frameskip and remove forced framebuffer swap hack.Gravatar bunnei2014-12-28
| | |
* | | Qt: we don't need to check if model is valid.Gravatar xdec2014-12-28
| | |
* | | Fix crash when the disassembler pause button is pressed while no game is ↵Gravatar xdec2014-12-28
| | | | | | | | | | | | running.
| * | GPU: Change internal framerate to 30fps.Gravatar bunnei2014-12-26
|/ /
| * Remove duplicate workGravatar Daniel Lundqvist2014-12-26
| |
| * Allow focus only when in popout modeGravatar Daniel Lundqvist2014-12-26
| | | | | | | | Only allow manually setting focus to the rendering widget when in Single Window mode. Apply this behavior to when changing the mode while an app is running.
| * Allow focus on the Qt render widgetGravatar Daniel Lundqvist2014-12-26
|/ | | | | | By default widgets are set to the focus policy Qt::NoFocus which disallows manually focusing it. Changing the policy to allow clicking the widget to set focus to it allows for keyboard input when not rendering to a popout window. This commit also sets focus to the widget when showing it. Fixes issue #158.
* Merge pull request #275 from yuriks/cmake-cleanGravatar bunnei2014-12-22
|\ | | | | Clean up CMake library specification
* \ Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\ \ | | | | | | License change
| * | License changeGravatar purpasmart962014-12-20
| | |
* | | Pica/DebugUtils: Add an event triggered after loading a vertex.Gravatar Tony Wasserka2014-12-20
| | |
* | | Add support for a ridiculous number of texture formats.Gravatar Tony Wasserka2014-12-20
| | |
* | | Pica: Unify ugly address translation hacks.Gravatar Tony Wasserka2014-12-20
| | |
* | | Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Gravatar Tony Wasserka2014-12-20
| | | | | | | | | | | | This effectively adds support for a lot texture formats in the rasterizer.
* | | citra-qt: Fix invalid memory read upon program startup.Gravatar Tony Wasserka2014-12-20
| | | | | | | | | | | | This was caused by the framebuffer display widget not checking whether we are actually in a valid emulation state or not.
* | | Pica: Initial support for multitexturing.Gravatar Tony Wasserka2014-12-20
| | |
* | | citra-qt: static-constify a map.Gravatar Tony Wasserka2014-12-20
| | |
* | | Clean up some warningsGravatar Chin2014-12-20
|/ /
* | HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-16
| |
| * Clean up CMake library specificationGravatar Yuri Kunde Schlesner2014-12-15
|/ | | | The X11 libraries don't need to be specified when doing dynamic linking
* Remove old logging systemGravatar Yuri Kunde Schlesner2014-12-13
|
* Add configurable per-class log filteringGravatar Yuri Kunde Schlesner2014-12-13
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* New logging systemGravatar Yuri Kunde Schlesner2014-12-13
|
* More cleanups.Gravatar Tony Wasserka2014-12-09
|
* citra-qt: Rename "Stop Tracing" to "Finish Tracing".Gravatar Tony Wasserka2014-12-09
| | | | This better reflects that no commands are supposed to show up until you hit the button a second time.
* More coding style fixes.Gravatar Tony Wasserka2014-12-09
|
* Some code cleanup.Gravatar Tony Wasserka2014-12-09
|
* citra-qt: Add pica framebuffer widget.Gravatar Tony Wasserka2014-12-09
|
* citra_qt: Add enhanced texture debugging widgets.Gravatar Tony Wasserka2014-12-09
| | | | Double-clicking a texture parameter command in the pica command lists will spawn these as a new tab in the pica command list dock area.
* citra-qt: Add texture viewer to Pica command list.Gravatar Tony Wasserka2014-12-09
| | | | The texture viewer is enabled when selecting a write command to one of the texture config registers.
* Add GUI widget for controlling pica breakpoints.Gravatar Tony Wasserka2014-12-09
|
* Pica/DebugUtils: Add breakpoint functionality.Gravatar Tony Wasserka2014-12-09
|
* citra-qt: Polish the pica tracing widget.Gravatar Tony Wasserka2014-12-09
| | | | | Changed start/stop button to reflect current tracing status. Properly labeled column headers.
* citra-qt: Add a utility spinbox class called CSpinBox.Gravatar Tony Wasserka2014-12-09
| | | | | | | This class has a few advantages over the regular QSpinBox: - QSpinBox stores its as signed 32 bit integers, which for instance is unsuitable for representing memory addresses. CSpinBox uses 64 bit integers instead. - QSpinBox does not provide an easy way to handle number input from bases different than 10. - QSpinBox is quite inflexible in general and almost any sort of customization requires reimplementing it anyway.
* Loader: Add 3DSX supportGravatar ichfly2014-12-08
|
* Change NULLs to nullptrs.Gravatar Rohit Nirmal2014-12-03
|
* Merge pull request #196 from archshift/settingsGravatar bunnei2014-11-30
|\ | | | | Merge Config::ReadXYZs
* | Remove tabs in all files except in skyeye imports and in generated GL codeGravatar Emmanuel Gil Peyrot2014-11-19
| |
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | | | | | or generated
| * Merge Config::ReadXYZsGravatar archshift2014-11-18
| |
* | citra-qt: Small cleanup.Gravatar Tony Wasserka2014-11-18
| |
* | EmuWindow: Remove window title getters/setters.Gravatar Tony Wasserka2014-11-18
| | | | | | | | | | The window title is none of the emulation core's business. The GUI code is free to put whatever it wants there. Providing properly thread-safe window title getters and setters is a mess anyway.
* | EmuWindow: Add support for specifying minimal client area sizes.Gravatar Tony Wasserka2014-11-18
| |
* | Fixup EmuWindow interface and implementations thereof.Gravatar Tony Wasserka2014-11-18
| |
* | Viewport scaling and display density independenceGravatar Kevin Hartman2014-11-18
|/ | | | | The view is scaled to be as large as possible, without changing the aspect, within the bounds of the window. On "retina" displays, or other displays where window units != pixels, the view should no longer draw incorrectly.
* Merge pull request #159 from SeannyM/enable_logGravatar Tony Wasserka2014-11-15
|\ | | | | Add support for disabling log from settings