aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix mouse behaviour when zoom is activeBad Diode2022-10-131-2/+2
* Remove NST bits from this repoBad Diode2022-10-131-53/+7
* [WIP] Add exit handler to home buttonBad Diode2022-10-121-0/+22
* [WIP] Parametrize the screen update and refresh frequenciesBad Diode2022-10-121-13/+4
* [WIP] Add mouse click inputBad Diode2022-10-121-4/+8
* [WIP] Add front buttons handlingBad Diode2022-10-121-3/+14
* [WIP] Add pixel perfect zoom to the PPUBad Diode2022-10-121-9/+9
* [WIP] Add handling of absolute mouse position (touch/graphic tablets)Bad Diode2022-10-121-6/+13
* [WIP] Update screen update/refresh to avoid forkingBad Diode2022-10-121-113/+14
* [WIP] Add some changes for 16bpp fb running on NSTBad Diode2022-10-121-2/+130
* Update to latest core with multiple file devicesBad Diode2022-05-161-5/+10
* Fix TTY cursor and graphics modeBad Diode2022-03-141-0/+10
* Update the screen auto-byte to bring it up to specBad Diode2022-03-141-10/+16
* Cleanup formatting on main.cBad Diode2022-03-051-22/+22
* Add file deviceBad Diode2022-03-051-3/+2
* Add datetime deviceBad Diode2022-03-051-2/+2
* Update core uxn submoduleBad Diode2022-03-051-2/+2
* Change build system to avoid compilation errorsBad Diode2022-03-051-2/+2
* Finish uxn core updateBad Diode2022-03-051-190/+177
* [WIP] Update core to current uxn versionBad Diode2022-03-051-284/+260
* Fix compilation bugBad Diode2022-03-051-4/+4
* Add initial implementation of mouse buttonsBad Diode2022-03-051-5/+29
* Remove mouse debug messageBad Diode2022-03-051-2/+2
* [DEBUG] Add debug message for testing mouse on VMBad Diode2022-03-051-0/+3
* Add initial mouse supportBad Diode2022-03-051-21/+91
* Make keyboard path a compile time constantBad Diode2022-03-051-22/+26
* Add rest of main keys and kbd controller statusBad Diode2022-03-051-6/+48
* Add partial support for keyboard inputBad Diode2022-03-041-43/+188
* Disable tty echoBad Diode2022-03-041-5/+0
* Sync updates at 60hzBad Diode2022-03-041-69/+84
* Allow roms to be loaded by a given pathBad Diode2022-03-041-7/+32
* Update ppu to use current version of screen talkBad Diode2022-03-041-16/+50
* Port uxnrpi main functionBad Diode2022-03-041-26/+165
* Prepare uxn ppu initializationBad Diode2022-03-041-36/+24
* Ensure cursor is not showing when runningBad Diode2022-03-031-1/+19
* Add main loop with framebuffer color changeBad Diode2022-03-031-1/+37
* Initial commitBad Diode2022-03-031-0/+7