| Commit message (Expand) | Author | Age |
* | Simulate push of dial buttons by check box. | Pavel Pisa | 2019-06-27 |
* | Set minimal size of about dialog to make it usable under emscripten. | Pavel Pisa | 2019-06-27 |
* | Do not run local event loop in about dialog. | Pavel Pisa | 2019-06-27 |
* | Set default location of the program view on the left. | Pavel Pisa | 2019-06-27 |
* | Set follow fetch for program view if configuration is not found. | Pavel Pisa | 2019-06-27 |
* | Allow to create simulator without loaded executable. | Pavel Pisa | 2019-06-26 |
* | Printing/export to PDF file reduces print area/page to actual image size. | Pavel Pisa | 2019-06-12 |
* | Add simple printing of core view. | Pavel Pisa | 2019-06-11 |
* | coreview: correct translation of position for vertical text printing. | Pavel Pisa | 2019-06-11 |
* | Editor start with already shown value in memory and program view. | Pavel Pisa | 2019-06-05 |
* | Disable text elide for memory and program views. | Pavel Pisa | 2019-06-05 |
* | Add icon for macOS | Martin Endler | 2019-05-12 |
* | Implement standard zoom handling by mouse wheel and keys. | Pavel Pisa | 2019-04-05 |
* | Implement stall cycles counter and view of CPU cycles counter. | Pavel Pisa | 2019-04-02 |
* | Version updated to 0.6.8. | Pavel Pisa | 2019-04-01 |
* | Coreview multiplexers updated and added for branch compare forward. | Pavel Pisa | 2019-04-01 |
* | qtmips_gui: set application window icon. | Pavel Pisa | 2019-04-01 |
* | The follow stage selects address cell to make rest visible. | Pavel Pisa | 2019-03-31 |
* | Update version string in ApplicationVersion property. | Pavel Pisa | 2019-03-31 |
* | Set gray background to stalled instructions/idled stages. | Pavel Pisa | 2019-03-31 |
* | Setting background color dial | Tomas Prochazka | 2019-03-30 |
* | Version updated to 0.6.7 | Pavel Pisa | 2019-03-27 |
* | Change single cycle core with delay slot to use separate fetch stage. | Pavel Pisa | 2019-03-26 |
* | Change instruction views background to match stages color. | Pavel Pisa | 2019-03-26 |
* | Highlight instructions passing through the pipeline stages. | Pavel Pisa | 2019-03-25 |
* | Do not save program view start address when changed due to program executed. | Pavel Pisa | 2019-03-25 |
* | Correct write through spelling. Reported by Richard Susta. | Pavel Pisa | 2019-03-25 |
* | Update version to 0.6.6. | Pavel Pisa | 2019-03-17 |
* | Registers and cop0 state updates and reads are visualized by highlights. | Pavel Pisa | 2019-03-17 |
* | Show corresponding memory word address in the cacheview. | Pavel Pisa | 2019-03-17 |
* | Highlight actual word read or written to the cache. | Pavel Pisa | 2019-03-17 |
* | Correct word in block visualization in cache view. | Pavel Pisa | 2019-03-17 |
* | Make lintian happy and update version to 0.6.5 as preparation for 0.7. | Pavel Pisa | 2019-03-15 |
* | Switch to static libraries by default and ensure application rebuild when a l... | Pavel Pisa | 2019-03-15 |
* | More precise program and memory tableviews column width calculation. | Pavel Pisa | 2019-03-15 |
* | Fix nested calls of setCurrentIndex which caused breakage. | Pavel Pisa | 2019-03-14 |
* | Correct use of uninitialized dt_d.num_rd and delete reported by valgrind. | Pavel Pisa | 2019-03-12 |
* | Updated read and write, added open, close, ftruncate syscalls and fs_root opt... | Pavel Pisa | 2019-03-09 |
* | Enable configuration of syscalls emulation and stop on exception. | Pavel Pisa | 2019-03-06 |
* | Complete revamp of disassembler and assembler arguments processing. | Pavel Pisa | 2019-03-05 |
* | Dock to view coprocessor 0 and cop0 counter/comparator support. | Pavel Pisa | 2019-03-05 |
* | Use irq 3 (HW1) for Rx and irq 2 (HW0) for Tx to be compatible with SPIM. | Pavel Pisa | 2019-03-04 |
* | Implemented interrupt delivery and processing for serial port. | Pavel Pisa | 2019-03-04 |
* | Simple serial port receive implementation. | Pavel Pisa | 2019-02-25 |
* | Add some more labels and clarify rs, rt, rd in execute stage. | Pavel Pisa | 2019-02-24 |
* | Add action to show symbols into pull down menu. | Pavel Pisa | 2019-02-22 |
* | Add support for goto to selected symbol address. | Pavel Pisa | 2019-02-22 |
* | Add burst time and store timing in the config. | Pavel Pisa | 2019-02-21 |
* | Adjust label of PC to R31 and add jump to reg. | Pavel Pisa | 2019-02-20 |
* | Distinguish between write-through cache with allocate and update only if hit. | Pavel Pisa | 2019-02-20 |