Adding some more code for tablet simulation. Still lots of work ahead.
Adding files for graphics tablet implementation.
Some cleanups including warning fix.
Moving diagonally should be about the same speed as moving vertically or horizontally.
Better default values for mouse motion adjustment.
Fixing bug in mouse dialog.
Another improvement for mouse dialog and fixing sticky mouse cursor on horizontal and vertical lines.
Move info string setup to configuration.c.
Fixing SDL2 build on MinGW and some syncing.
Improving mouse dialog and minor mouse motion tweaks.
Cleanups.
Some cleanups.
No need to use abstraction layer inside sdlgui.
Make statusbar message thread safe.
Updating to latest WinUAE.
Fixes statusbar timings to work beyond 50 days.
Some spelling fixes.
Cleaning header checks.
Removing unnecessary linkage to zlib.
Removing some unused zip archive code.
Fixing potential system timer underflow. Thanks to forum member ramalhais for the report.
Merging branch_filesharing and trunk. Updating version number and readme. Releasing Previous v4.1.
Preparing trunk for merge with branch_filesharing.
Updating to latest WinUAE.
Remove lock from GetTime function. It is not thread safe anyway.
Another improvement to UNIX time check stability.
Some systems might fail with strftime format NULL.
Using safe time string function.
Use key definition insted of numeric values.
Another efficiency improvement for the CycInt scheduler.
Adding latest CycInt scheduler code to SDL2 branch.
Improving naming scheme for CycInt event scheduler.
Make time event update a bit more tolerant.
Syncing zip.c and updating to latest WinUAE.
Fixing bug that could cause interrupt update loop in realtime mode and improving overall efficiency.
Continuing timing system rewrite. Even more precise now.
Bug fix and some cleaning.
More rewrite of the timing system. Fixes bug from previous commit.
Rewriting the timing system.
Improving functionality of system timer.
Some cleanups.
Fixing mistake.
Some cleanup.
Updating to latest WinUAE.
Final cleaning for latest changes.
File restructuring for SDL2 and some cleanup.
Preparing for restructuring the SDL2 part.
File restructuring for SDL3.
Preparing for file restructuring (part 2).
Preparing for file restructuring.
Debugger updates.
Fixing compilation on some Linux distro.
Updating trunk to SDL3.
Updating trunk to version 4.0.
Updating version number. Releasing Previous v4.0.
Updating to latest WinUAE and some minor cleaning.
Identify SCSI floppy and CD-ROM drives as known devices.
Last Hatari sync. Hatari is considered downstream from now on.
Patching use after free bug in SLiRP. This is just a temporary fix.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Updating to latest WinUAE/Hatari.
Fixing ASAN and UBSAN build.
Fixing a bug that triggered a crash during exit when using SDL2.
Add option for using borderless windows.
Compilation fix, readme update and fix for last patch.
Changing SCSI CD-ROM device block size to 2048 byte.
Fixing super block read and soft link read.
Correct the spelling of people's names.
Updating to latest WinUAE/Hatari.
Start with hidden statusbar possbile (only from config file).
Updating to latest WinUAE/Hatari.
Refining disk label and bad block table handling.
Adding support for reading certain broken or hacked images.
Updating to latest Hatari.
Some cleanups.
Remove trailing host separator instead of ignoring path.
Partially merging updates from Hatari, skipping bad code.
Finalising ditool version 2.
Improving disk image read. Fixing buffer overflow bug.
Use template for patching fstab.
Updating to latest WinUAE and fixing a Softfloat warning.
Guessing sector size of unlabeled partition data.
Another improvement for ditool error handling.
Improving error handling of ditool and VFS optimisation.
Fixing ditool for strange CD images.
Fixing some unused function warnings.
Improving error handling of ditool and adding support for DiskCopyII images.
Be a little less pedantic on sector size.
Fixing ditool build on Linux, adding ditool installation and fixing an uninitialised pointer bug.
Improved error handling for ditool. Flag 'nolabel' removed again in favor of auto detection.
Adding option to read partition data without disk label to ditool.
Silence implicit conversion warnings in Softfloat. No more warnings.