summaryrefslogtreecommitdiff
path: root/MainWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-06-25added example XML files for some gate testsDaniel Jones1-2/+2
2020-06-25functionality: implement loading xml file saved.Daniel Jones1-3/+131
2020-06-25functionality: added ability to save to xml file in preperations for loading.Daniel Jones1-17/+103
2020-06-24logic: fixed crash when selecting link from bottom of single input gate.Daniel Jones1-0/+1
2020-06-24logic: for gates with only a single input, allow link selection on either inputDaniel Jones1-14/+8
2020-06-24functionality: implemented deleting selected gate with the delete key.Daniel Jones1-0/+52
2020-06-24fixed crash when deleting link with invalid selected gateDaniel Jones1-0/+2
2020-06-24functionality: added ability to delete links. click on the input of the link ...Daniel Jones1-8/+112
2020-06-24fix segfault when right clicking in a blank areaDaniel Jones1-7/+1
2020-06-24logic: now recursively updates gates when a change is made by keeping track o...Daniel Jones1-3/+28
2020-06-24possibly fix logic bug and add options panelDaniel Jones1-1/+39
2020-06-23added labels to buttonsDaniel Jones1-9/+9
2020-06-23adjust input2 positionDaniel Jones1-3/+3
2020-06-23finished implementing all logic gatesDaniel Jones1-13/+104
2020-06-23first commit, basic logic worksDaniel Jones1-0/+466