index
:
foxlogicgates
master
Logic gate simulator written in C++ using the FOX toolkit.
daniel@danieljon.es
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2020-06-26
canvas can be scrolled now
Daniel Jones
1
-6
/
+9
2020-06-25
readme update
Daniel Jones
1
-1
/
+1
2020-06-25
changed readme
Daniel Jones
1
-0
/
+9
2020-06-25
added full adder XML example
Daniel Jones
1
-0
/
+36
2020-06-25
added example XML files for some gate tests
Daniel Jones
3
-2
/
+98
2020-06-25
functionality: implement loading xml file saved.
Daniel Jones
4
-7
/
+147
2020-06-25
functionality: added ability to save to xml file in preperations for loading.
Daniel Jones
4
-20
/
+119
2020-06-24
logic: fixed crash when selecting link from bottom of single input gate.
Daniel Jones
1
-0
/
+1
2020-06-24
logic: for gates with only a single input, allow link selection on either input
Daniel Jones
1
-14
/
+8
2020-06-24
functionality: implemented deleting selected gate with the delete key.
Daniel Jones
3
-1
/
+69
2020-06-24
install->build
Daniel Jones
1
-1
/
+1
2020-06-24
added readme
Daniel Jones
1
-0
/
+21
2020-06-24
fixed crash when deleting link with invalid selected gate
Daniel Jones
1
-0
/
+2
2020-06-24
functionality: added ability to delete links. click on the input of the link ↵
Daniel Jones
3
-9
/
+123
you wish to delete and press the delete key.
2020-06-24
fix segfault when right clicking in a blank area
Daniel Jones
1
-7
/
+1
2020-06-24
logic: now recursively updates gates when a change is made by keeping track ↵
Daniel Jones
4
-4
/
+49
of all connected gates
2020-06-24
possibly fix logic bug and add options panel
Daniel Jones
4
-6
/
+119
the option panel shows input types and output state. logic now updates when a new link is made
2020-06-23
added labels to buttons
Daniel Jones
1
-9
/
+9
2020-06-23
adjust input2 position
Daniel Jones
1
-3
/
+3
2020-06-23
finished implementing all logic gates
Daniel Jones
12
-18
/
+1138
2020-06-23
add license and headers
Daniel Jones
3
-0
/
+704
2020-06-23
first commit, basic logic works
Daniel Jones
17
-0
/
+2054