summaryrefslogtreecommitdiff
path: root/MainWindow.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-24added pulse, project on holdHEADmasterDaniel Jones1-1/+5
2020-07-08Made gate updating work on separate thread, added 3 way NAND gateDaniel Jones1-0/+35
2020-07-02Functionality: binary display inputs can be selected and deleted nowDaniel Jones1-3/+4
2020-06-30Functionality: begin implementing binary displayDaniel Jones1-1/+6
2020-06-30further convert things to use object base classDaniel Jones1-1/+2
2020-06-30continue converting things to use object over gateDaniel Jones1-7/+7
2020-06-29Logic: created ned Object class and derived gates from thatDaniel Jones1-1/+2
2020-06-27Functionality: deleting multiple gates addedDaniel Jones1-0/+1
2020-06-27Functionality: moving multiple gates works, smoothed moving single gateDaniel Jones1-0/+11
2020-06-27Functionality: begin implementing moving of selected gatesDaniel Jones1-0/+3
2020-06-27Functionality: added ability to rubberband select gatesDaniel Jones1-0/+5
2020-06-26GUI: options now scrollDaniel Jones1-0/+1
2020-06-25functionality: implement loading xml file saved.Daniel Jones1-0/+4
2020-06-25functionality: added ability to save to xml file in preperations for loading.Daniel Jones1-1/+12
2020-06-24functionality: added ability to delete links. click on the input of the link ...Daniel Jones1-0/+8
2020-06-24logic: now recursively updates gates when a change is made by keeping track o...Daniel Jones1-0/+1
2020-06-24possibly fix logic bug and add options panelDaniel Jones1-0/+9
2020-06-23finished implementing all logic gatesDaniel Jones1-2/+17
2020-06-23first commit, basic logic worksDaniel Jones1-0/+119