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 (
Expand
)
Author
Files
Lines
2020-06-29
Logic: created ned Object class and derived gates from that
Daniel Jones
5
-32
/
+14
2020-06-27
Functionality: deleting multiple gates added
Daniel Jones
3
-32
/
+48
2020-06-27
Functionality: moving multiple gates works, smoothed moving single gate
Daniel Jones
2
-10
/
+27
2020-06-27
Functionality: begin implementing moving of selected gates
Daniel Jones
2
-3
/
+46
2020-06-27
Functionality: added ability to rubberband select gates
Daniel Jones
2
-1
/
+76
2020-06-26
Logic: inputs can no longer be connected to inputs
Daniel Jones
1
-2
/
+2
2020-06-26
GUI: options now scroll
Daniel Jones
2
-2
/
+4
2020-06-26
GUI: toolbox is now scrollable
Daniel Jones
1
-16
/
+20
2020-06-26
fix black border
Daniel Jones
1
-4
/
+3
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
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 o...
Daniel Jones
4
-4
/
+49
2020-06-24
possibly fix logic bug and add options panel
Daniel Jones
4
-6
/
+119
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