Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up CMake library specification | Yuri Kunde Schlesner | 2014-12-15 | 1 | -0/+4 |
| | | | | The X11 libraries don't need to be specified when doing dynamic linking | ||||
* | Some code cleanup. | Tony Wasserka | 2014-12-09 | 1 | -0/+1 |
| | |||||
* | citra-qt: Add pica framebuffer widget. | Tony Wasserka | 2014-12-09 | 1 | -0/+2 |
| | |||||
* | Add GUI widget for controlling pica breakpoints. | Tony Wasserka | 2014-12-09 | 1 | -0/+2 |
| | |||||
* | citra-qt: Add a utility spinbox class called CSpinBox. | Tony Wasserka | 2014-12-09 | 1 | -0/+2 |
| | | | | | | | 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. | ||||
* | Added configuration file system. | archshift | 2014-10-08 | 1 | -0/+2 |
| | | | | Uses QSettings on citra-qt, and inih on citra-cli. | ||||
* | CMake cleanup | Yuri Kunde Schlesner | 2014-09-01 | 1 | -16/+23 |
| | | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers. | ||||
* | Replace GLEW with a glLoadGen loader. | Yuri Kunde Schlesner | 2014-09-01 | 1 | -1/+1 |
| | | | | | | | | | This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows. | ||||
* | Pica: Add support for dumping textures. | Tony Wasserka | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Add Qt5 option. Use Qt5 by default. | Sacha | 2014-08-19 | 1 | -13/+19 |
| | |||||
* | CMake Cleanup | Sacha | 2014-08-18 | 1 | -23/+9 |
| | |||||
* | citra-qt: Add command list view. | Tony Wasserka | 2014-06-12 | 1 | -0/+2 |
| | |||||
* | citra-qt: Add GX command history viewer. | Tony Wasserka | 2014-06-12 | 1 | -0/+2 |
| | |||||
* | CMakeLists: rename HEADS, improved comments | archshift | 2014-05-20 | 1 | -2/+2 |
| | | | | Changes for clarity of comments, removed redundant compiler flags. | ||||
* | Fixed indents | archshift | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Linux support | archshift | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | A bit of Cmake love | archshift | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | IT'S ALIVE! | archshift | 2014-04-29 | 1 | -2/+23 |
| | |||||
* | fixes to build on linux | bunnei | 2014-04-23 | 1 | -12/+12 |
| | |||||
* | updated CMakeLists for missing files | ShizZy | 2014-04-23 | 1 | -6/+6 |
| | |||||
* | Temporarily "fix" citra_qt for Windows | Mathieu Vaillancourt | 2014-04-11 | 1 | -25/+25 |
| | |||||
* | Basic QT window | Mathieu Vaillancourt | 2014-04-01 | 1 | -0/+38 |