(Tim) Efthimis Kritikos Efthimis
Efthimis pushed to master at Efthimis/metadata_writer 2025-08-24 20:12:19 +00:00
f5c622d0e1 Fixed hard wiring of gpx directory search path
Efthimis pushed to master at Efthimis/metadata_writer 2025-08-23 23:32:53 +00:00
44d5ba81ed Changed a lot of names in the geolocation module
8ab3962e6c Changed the spell checker for real time to button activated including other bug fixes and fixed tab movement
70e1163519 Added a very primative spell check function
86060df5eb Fixed some more problems with Geolocation
1e9b0108c4 Added option to geolocation module for different tile map servers
Compare 14 commits »
Efthimis pushed to master at Efthimis/metadata_writer 2025-05-31 23:00:35 +00:00
15749c0250 Made another parameter in TitledEntry optional
943f68ae23 Added sepparate versions for program and json data specification being read or written
Compare 2 commits »
Efthimis pushed to master at Efthimis/metadata_writer 2025-05-31 22:39:21 +00:00
a1f85e6565 Stopped forcing background color and instead read the default and used that when necessary
Efthimis pushed to master at Efthimis/metadata_writer 2025-05-31 22:26:28 +00:00
94ab57543e Added table widget, updated layout and fixed background color setting
Efthimis pushed to master at Efthimis/metadata_writer 2025-05-31 16:53:53 +00:00
627fd60235 Added code for drop down widget but wasn't suitable for original usecase and I didn't find any other for now
1ca9fe3f6c Added map widget and metadata
082f4f48ec Added a border around the image
Compare 3 commits »
Efthimis pushed to master at Efthimis/First 2024-05-05 11:04:07 +00:00
d6ff86499e Programs: Added initial draft of quicksort porgram that is currently broken and two other benchmarks
Efthimis pushed to master at Efthimis/First 2024-05-04 06:31:21 +00:00
8e2eed0130 CPU: Added another runtime sanity check and made them optional in config.h
Efthimis pushed to master at Efthimis/First 2024-05-04 06:29:57 +00:00
3e86db9600 CPU: Fixed a bug with memory access on the RET instruction
39af6ec292 ASM: Fixed length checking bug in assembler labels
Compare 2 commits »
Efthimis pushed to master at Efthimis/First 2024-05-03 06:10:13 +00:00
d048b080b8 CPU: Fixed numeric comparisons
Efthimis pushed to master at Efthimis/First 2024-05-02 20:51:47 +00:00
222acaccb3 CPU,ASM: Added support for MOV %SP,%Rx
Efthimis pushed to master at Efthimis/First 2024-05-02 11:55:37 +00:00
9fbc6bceab CPU: Made the cpu structure, pipelined/non-pipelined selectable at runtime with a flag
Efthimis pushed to master at Efthimis/First 2024-05-02 07:28:45 +00:00
48237ccd95 Project: Added support for json log file
99c0af752b GUI: Moved the drawing code of the exec window in gui internals into a sepparate function so that i can easily draw the window multiple times
Compare 2 commits »
Efthimis pushed to master at Efthimis/First 2024-03-12 13:09:04 +00:00
3f4b03c307 Project: fixed some errors found by clang
Efthimis pushed to master at Efthimis/First 2024-03-09 20:14:03 +00:00
51c8edf43f GUI: Fixed updating of tabs when switching from run to single step and visa versa, also cleaned up the relavent code a bit
Efthimis pushed to master at Efthimis/First 2024-03-06 02:46:52 +00:00
e3d2a1d2c1 GUI: Made the main boxes bold
Efthimis pushed to master at Efthimis/First 2024-03-06 02:38:06 +00:00
c59791e7e2 CPU: Added support for requiring multiple clock cycles for different instruction in the execution unit and updated the gui/internals tab accordingly
Efthimis pushed to master at Efthimis/First 2024-03-05 18:50:46 +00:00
8dc7a27cdb Build system: Added all possible roms to default build recipe
Efthimis pushed to master at Efthimis/First 2024-03-05 00:49:51 +00:00
0e56ea803d GUI: Made the internals/pipline view into a graph and moved the code in a separate file
Efthimis pushed to master at Efthimis/First 2024-03-02 23:26:48 +00:00
031f0d75bf Project: Added the tool to convert from stl to source code data although it's almost emberassingly badly written.Made the size of the model for the 3d renderer variable and added the Utah teapot stl file and made rendering it the default program